#edit text dd/mm/yyyy
Explore tagged Tumblr posts
Text
INFORMATION ABOUT MY ASKBLOG
read under cut if you care, last edited: 07/26/2025 (mm/dd/yyyy)
WARNING: THIS BLOG MAY INCLUDE OR IMPLY SELF HARM AND WILL INCLUDE SUICIDAL THOUGHTS. IF THIS MAKES YOU UNCOMFORTABLE, PLEASE LEAVE.
REMEMBER: PRETTY MUCH ANYTHING FROM TPOT DID NOT HAPPEN HERE DUE TO ME NOT WATCHING IT. THIS BLOG IS FAR FROM CANON COMPLIANT.
Each text color means something!
For example, I write in purple, as that's my favorite color!
X is, of course, yellow! (Though it does kind of look like an orangey yellow.)
Four is, naturally, blue!
Any Algebralien who shares a color with another, more important (to this blog anyway) Algebralian will have default text color (white on dark mode, black on light mode. I use dark mode all the time, so it's white for me.) Example: if you ask about, I dunno, One, her name will be in white rather than blue because Four is already using blue!
oh yeah I guess Two is vaugly important as well so they have a color too
When one of the algebraliens is being reffered to, their name will be their respective color! Currently, you can only ask X, but you'll be able to ask Four later, too! This text will be changed when Four can be asked. If you're wondering, no, you can't ask Two. This is about Four and X, not Two. I may change my opinion on this matter later, though.
My main blog is @idontknowimtrying, where I (rarely) post random things!
Reblogs will have nothing to do with any ongoing things from asks (hence why X, who had a whole thing because of anons bringing up what he did, seemed fine in reblogs.)
I personally prefer doing reblog chains, but if you don't, please have something to signal it's you so I don't get confused, I am a stupid adhd-having (potentially autistic) person.
My blog isn't affiliated with anyone but myself, but I love getting mixed up in multiversal issues! Drag me into your stuff! Especially if you're a One blog, X hates her lmao
I'm okay with crossover, but I most prefer to stay within the osc.
WHO'S CURRENTLY UP FOR ASKS:
X: up
Four: up
Two: has their own blog, @au-two-askblog
14 notes
·
View notes
Text
About
Crowns-of-violets-and-roses is from a Sappho Poem. Crown or Violet or Rose are all good if you want to shorten it.
Avatar is a fresco depicting a woman found in Pompeii that is frequently associated with Sappho but nearly certainly not actually intended as a depiction of her.
Previous blog names were also taken from poems.
I am also on discord as crocuscrown
Originally started this intending to talk about books on here but I post whatever I’m interested in. No sideblogs you get everything here.
Sometimes I’ll post/reblog nsfw content, usually text but I might reblog pictures occasionally. I content warn for stuff if I think to but I am bad at tagging and am not anything like consistent at this. If not being warned for something will ruin your day I can’t guarantee I’ll remember to tag.
About me:
Born after the dissolution of the Soviet Union but before the launch of the International Space Station.
From a country that declared independence from the British Empire in the 20th century.
They/Them as in I don't know this person's gender/pronouns.
Sexuality can be described with the odd prime numbered letters of LGBTQ
Tags:
I am inconsistent about tagging but the below are some of the tags I commonly use when I remember to:
#Misc-reading used for books and short stories which I don't expect to blog about often.
#Reviews for occasional reviews (all books so far but may review other things too)
Fandoms are generally tagged with author name (#wildbow), fandom name (#slay the spire) or an abbreviation (#tlt).
Sometimes characters (#Akua Sahelian) or ships (#Vijinx) get their own tag.
#Horny-on-main for occasional hornyposting
#FPTP-delenda-est: politics and such. Inconsistently tag #[country] politics for specific countries in addition.
#Blog meta for posts about my tumblr
#Shitposts: if you want to be subjected to my terrible sense of humor
Last Edited: 2025-04-04 (date formatted YYYY-MM-DD)
5 notes
·
View notes
Text
Date Helper for Adding Slash between the text in android studio kotlin
https://ift.tt/2OkGvEN
Date Helper for Adding Slash between the text in android studio
___________________________________________________________
Helper Class
___________________________________________________________
import android.text.Editable
import android.text.TextWatcher
import java.util.*
class DateHelper : TextWatcher {
private var updatedText: String? = null
private var editing: Boolean = false
override fun beforeTextChanged(charSequence: CharSequence, start: Int, before: Int, count: Int) {
}
override fun onTextChanged(text: CharSequence, start: Int, before: Int, count: Int) {
if (text.toString() == updatedText || editing) return
var digits = text.toString().replace("\\D".toRegex(), "")
val length = digits.length
if (length <= MIN_LENGTH) {
updatedText = digits
return
}
if (length > MAX_LENGTH) {
digits = digits.substring(0, MAX_LENGTH)
}
if (length <= 4) {
val month = digits.substring(0, 2)
val day = digits.substring(2)
updatedText = String.format(Locale.US, "%s/%s", month, day)
} else {
val month = digits.substring(0, 2)
val day = digits.substring(2, 4)
val year = digits.substring(4)
updatedText = String.format(Locale.US, "%s/%s/%s", month, day, year)
}
}
override fun afterTextChanged(editable: Editable) {
if (editing) return
editing = true
editable.clear()
editable.insert(0, updatedText)
editing = false
}
companion object {
private val MAX_LENGTH = 8
private val MIN_LENGTH = 2
}
}
___________________________________________________________
implementation
___________________________________________________________
edt_test.addTextChangedListener(DateHelper())
___________________________________________________________
via Blogger https://ift.tt/2JSWfL6
0 notes
Text
if your library doesn’t have an item you need, you can submit a request for them to purchase it! note that this is mostly true for public and academic/university/college libraries; school libraries don’t regularly offer this option, though you can speak with your librarian to learn more about what you can do.
submitting a request doesn’t guarantee they’ll purchase it 100% of the time, but it’s a good way to express your needs, and libraries often use this information to identify areas where their collection and services are lacking and create acquisitions plans! this is an especially useful option if you want:
a new or upcoming book! identifying highly-anticipated releases helps libraries make decisions about ordering books, developing collections, and planning outreach/programming
a translation or format (e.g. large print, braille, screen-readable e-book, audiobook on CD or tape, audiobook on playaway) that you need to access the work.
purchase requests are a great way to encourage your library to buy upcoming books that you’re excited about! this is a really good option for supporting authors, especially when you can’t buy the book yourself. read on for more info. keep in mind also that most libraries have privacy policies that protect any identifying data about patrons, including what individuals check out and what they request. if you’re not sure what your library’s policy is, check their website or contact their reference desk (see below).
if your library doesn’t have a book you want, there are a few options you can and should explore before jumping to a purchase request:
see if it’s available in alternate formats through other library tools! many libraries subscribe to publisher databases or ebook/audiobook borrowing platforms like overdrive. the items available here will not always be listed/discoverable in your library’s catalog system.
request it through interlibrary loan (ILL) or outerlibrary loan (OLL)! these are both commonly used terms for requesting items from other libraries. different libraries use these differently but most should offer one or both.
contact your library’s reference desk to see if they can help you find another way to access the thing you want! you can often get in touch with a librarian directly online; it’ll usually be listed as “ask a librarian chat” or something similar. most libraries will also answer questions over the phone or email, in person or will have a “contact us” web form you can submit.
so if you’ve checked out your options and you’re sure you want to purchase request, the process is pretty straightforward! my local public library’s website has this handy little link right at the bottom, but it’ll usually be listed as “request a purchase” or “recommend a purchase”
[image description: this image shows a list of links in black text on a grey background. The list of links is titled “Popular services”. The services listed are: reserve a computer, check your email, recommend a purchase, outerlibrary loan, ask a librarian, computing and wireless, reserve meeting rooms, email newsletters, and curbside pickup. The link that says “recommend a purchase” is circled in red.]
most libraries will have a webform that you fill out with item information that’ll look something like this:
[image description: this image shows half of an unfilled web form written in black text on a white background. The first field says Title above it. It is a textbox. The next field is a textbox titled Author/creator. The third field is a textbox titled Publisher. The fourth field is a textbox titled Date of publication. Below the textbox it says “Use the format YYYY-MM-DD (e.g., 2018-12-25)”. The fifth field is a textbox titled ISBN. Below the textbox it says “Please do not include any spaces or hyphens in the ISBN. The final field is titled Type of material. It has single-selection buttons for two options: Adult and Children’s/Teen.]
[image description: this image shows half of an unfilled web form written in black text on a white background. The first field has the title Format above it. It is a dropdown menu with the option “CD - Music” selected. The next field is a textbox titled Subject. The next field is a textbox. Above the textbox are the words “Where did you hear about this title?. Below the textbox it says “Give specific sources if possible. It might help us find more great materials”. The final field is an expandable textbox. It is titled “Additional comments”.]
the key things to remember when filling out the form are:
be specific if you need a specific format, translation, or edition!
not sure if the format/translation you want exists? use worldcat.org to find out! their search engine has this handy “view all formats and languages”/”view all editions” option that lets you see what might be available. it’s not guaranteed to be exhaustive, but it’s a good starting point. note that worldcat categorizes books (incl. ebooks) as distinct from audiobooks. clicking this button on a print book listing will show me only other print and ebook formats, and clicking it on an audiobook listing will only show me other audiobook formats.
[image description: This image shows a worldcat.org search result listing for the book We Had a Little Real Estate Problem by Kliph Nesteroff. The listing tells us that it is for an English-language print biography published 2021 by Simon & Schuster. The listing includes two links. One says “View all formats and languages”. This link is circled in red. The other link says “View all editions”.]
speaking of worldcat, it can be a great place to find the publication information you might need to populate the form. that said, try not to stress too much about the ISBN. it’ll be different for hardcover versus paperback versus ebook and vary between editions. just focus on being very specific about it if you need a specific format or language to access it.
if your library’s form includes a comments field, this can be a good place to put feedback for context, such as “our library doesn’t have many books on X topic and I’d like more” or “I think this book is an important text for my program/major” or “I recommend this text to a lot of my students and think it would be good if it were more easily accessible”. this kind of information is very helpful for librarians trying to decide how to develop their collections.
i hope that helps! it’s not a very complicated process, but i wanted to make sure to provide some context about how library purchases can help authors, improve your accessibility options, and show your library that there’s a demand for books on specific topics! i also hope to provide some clarification about library privacy policies and making your voice heard at your library.
#i know this might seem stupidly simple but i'm just remembering like two years ago when h*ather h*vrilesky#tweeted that it's insulting to authors to tell them you're going to check their book out from the library and#library twitter absolutely descended on her#there are lots of ways to support authors even if you can't buy their books yourself!!!#and i think it's easy to feel like there's nothing you can do it you don't personally have money and i want to remind people that#using public services and telling them ways they can better serve you is also a great way to get involved!#personal nonsense#long post#library science#i was worried this was too commonsense but i mean i work in a library so of course i know this is an option#but not everyone does
67 notes
·
View notes
Text
handy url hacks
how to get links to view, download, or embed...
Full-sized Instagram Image
Click on the "…" button
Click "link" to copy link to clipboard
past it into text editor or web browser so you can edit link
change /?igshid=BLAHBLAH at the end to /media?size=l
Youtube link for Youtube short
Replace 'youtube.com/shorts' with 'youtu.be' – example:
youtube.com/shorts/4hWOKAJpy1E
change to: youtu.be/4hWOKAJpy1E
Useful Tumblr URLs
Archive: username.tumblr.com/archive
(Archive only works if "Hide from people without an account" in Settings > Visibility is OFF)
Tag search: username.tumblr.com/tagged/<tag>
Chrono: username.tumblr.com/tagged/<tag>/chrono
Orders posts with a particular tag in chronological order.
Date: username.tumblr.com/day/YYYY/MM/DD
Random: username.tumblr.com/random
Download Tumblr video
can fetch videos images and gifs, prefers format https://username.tumblr.com/PostNumber/
(sorry, can't seem to type out url without tumblr making a link widget; it's the allinonedownloader dot com site)
0 notes
Text
Google sheets shortcuts

#Google sheets shortcuts how to#
Want more? Check out all the Google Sheets Tutorials.
#Google sheets shortcuts how to#
In this tutorial, I covered how to add a line in Google Sheets. So our formula becomes: “ =”Today is ” & CHAR(10) & CHAR(10) & TEXT(TODAY(), “MM/DD/YYYY”)” and displays with two added lines as in the screenshot belowĮxample Spreadsheet: Make a copy of the example spreadsheet When joining any string segments together, always use the “&” character. To add new lines to the formula, we’ll use the CHAR(10) function, which inserts the new line character. We’ll use this formula for the tutorial: “ =”Today is ” & TEXT(TODAY(), “MM/DD/YYYY”)” Text inside formulas must be surrounded by quotes. The easy key combinations will make you operate the spreadsheet smoothly. You will also get to know the shortcut to Align Center With Shortcut on Mac. In this article, you will learn how to Align the Center With Shortcut with a shortcut in Google Sheets. If you don’t already have a text formula, add one to your spreadsheet. Written by Paayi Contractor 0 Comments 326 Views. This method can be used anywhere you have a formula that outputs text, but for the sake of clarity this tutorial uses one of the simplest types of text formula where a text string and a formatted date are combined using the “&” characterįollow these steps to add new lines to your formula text: Step 1 The above method works great for cells containing plain text, but what if you want to use a formula to display text? In these cases the formula method is the way to go If you want to add a line to a cell that already has text in it, select the cell and hit enter to enter edit mode, then click on the location in the text that you want to add a line to put the cursor there and hit ALT+ENTER to insert the new line Formula Method Continue typing to add text to the new line When you come to the place you want to insert a new line, hit ALT+ENTER on your keyboard and a new line will be inserted. Select the cell you want to add a new line to and start typing. While simply hitting enter on the keyboard doesn’t insert a new line, you can insert new lines quickly with keyboard shortcuts by following these steps Step 1 The simplest way to add a new line is to use the keyboard shortcut.

0 notes
Text
Synonym for transform

#SYNONYM FOR TRANSFORM HOW TO#
#SYNONYM FOR TRANSFORM FULL#
#SYNONYM FOR TRANSFORM DOWNLOAD#
#SYNONYM FOR TRANSFORM FULL#
Pastor Kendall & Celeste married in 1999 and to their union was born 3 amazing children. Oracles revenue transformation solution combines CPQ, subscription management, and other revenue operations tools to help you reach your full revenue. subject to a mathematical transformation change or alter in form, appearance, or nature change in outward. She now fulfills her role as a Women's Department President as well as The Praise and Worship Team leader. She has served faithfully from a very young age in various areas of ministry to include an usher, a Nurse Aid Vice President and a choir member. Pastor Celeste Johnson is a native of Brooklyn NY. His desire has always been to teach and preach a practical word for those who desire a true transformation. Pastor J, as he is affectionately known, has been anointed by God with a unique ministry of deliverance. He accepted Christ as his personal savior at the age of 15, and accepted God's call to ministry at the age of 18. Pastor Kendall Johnson is a native of Orangeburg SC. God has used their ministry to change lives, build families and impact generations. Using language models trained on millions of journal articles, Writefulls edits are tailored to scientific writing. JavaScript does not support leap seconds.Pastors Kendall & Celeste Johnson began what was the Word of Transformation Center in 2004. Among the answers you will find here the best is ALTER with 5 letters, by clicking on it or on other words you can find similar words and synonyms that can help you complete your crossword puzzle. Some browsers use the current DST (Daylight Saving Time) rules for all dates in history. Find here the best answers to finish any kind of puzzle game. Please note: All tools on this page are based on the date & time settings of your computer and use JavaScript to convert times. More date related programming examples: What's the current week number? - What's the current day number? Thanks to everyone who sent me corrections and updates!
#SYNONYM FOR TRANSFORM DOWNLOAD#
Wait for the converter to finish and download your Word file. OCR will activate if you upload a scanned document. Smallpdf will instantly start the extraction process.
#SYNONYM FOR TRANSFORM HOW TO#
Works for Windows PowerShell v1 and v2Ĭommand line: perl -e "print scalar(localtime( epoch))" (If Perl is installed) Replace 'localtime' with 'gmtime' for GMT/UTC time. Style transformation refers to the process by which a piece of text written in a certain style of writing is transformed into another text exhibiting a. How to convert PDF to Word online: Upload your file to our online PDF converter. Math.floor(new Date().getTime()/1000.0) The getTime method returns the time in milliseconds.ĭATETIME() -, then use: get-epochDate 1520000000. Synonyms for TRANSFORM: metamorphous, convert, remodel, do-over, alter, transubstantiate, translate, transfigure, mutate, mold, transpose, metamorphose Antonyms for. SELECT dbinfo('utc_current') FROM sysmaster:sysdual SELECT (CAST(SYS_EXTRACT_UTC(SYSTIMESTAMP) AS DATE) - TO_DATE('','DD/MM/YYYY')) * 24 * 60 * 60 FROM DUAL SELECT unix_timestamp(now()) More MySQL examples (version 18+), older versions: calendar:datetime_to_gregorian_seconds(calendar:universal_time())-719528*24*3600. timeIntervalSince1970] (returns double) or NSString *currentTimestamp = timeIntervalSince1970]] ĭouble now = std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count() Įpoch := DateTimetoUnix(Now) Tested in Delphi 2010.Įrlang:system_time(seconds). Long epoch = System.currentTimeMillis()/1000 Returns epoch in seconds.ĭ() (.NET Framework 4.6+/.NET Core), older versions: var epoch = (DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalSeconds

0 notes
Text
Picbackman issue uploading to facebook

PICBACKMAN ISSUE UPLOADING TO FACEBOOK FULL
PICBACKMAN ISSUE UPLOADING TO FACEBOOK CODE
PICBACKMAN ISSUE UPLOADING TO FACEBOOK MAC
PICBACKMAN ISSUE UPLOADING TO FACEBOOK WINDOWS
Check your internet speed online and see if that’s where your problem lies. Slow internet speeds may cause problems when trying to upload images. Navigate to “Cookies & Site Permissions.”.Under “Content,” ensure that “Images” is set to “Show All.”.Go to browser setting on the top right corner.Type in “ about:config” in the address bar and hit the Enter key.Follow the steps below to re-enable images for your browser. Next to “Your browsing data,” click on “Clear.”īrowser updates can cause unexpected glitches.On the Facebook app, click on “More Settings.”.Tap on the tiny trash bin icon labeled “Clear Cache.”.Go to “Settings” then “Apps & Notifications.”.You’ll need to fill out an “Unable to Select Photos” form in their Help section. It is a multi-account uploader which lets me upload photos on various online. It detects and removes the duplicates, organizes the photos, and uploads at a faster speed. I use PicBackMan for bulk uploading all the photos. If this is the situation you find yourself in, you will have to contact Facebook’s support staff. If you are looking for ways to directly upload photos to Google Photos then you can use a third-party app. You may be trying to upload your photos only to find an unresponsive “Select Photos” button.
PICBACKMAN ISSUE UPLOADING TO FACEBOOK CODE
Facebook can temporarily block you from uploading images if you have recently violated their code of conduct. Photos containing nudity, excessive violence, hate speech, and the like will be taken down. Offensive Imagesįacebook has a strict code of conduct regarding the images it will allow to display on its platform.
PICBACKMAN ISSUE UPLOADING TO FACEBOOK WINDOWS
However, you can create as many albums as you need, so all you have to do is split the images between albums. Also, Will buying a new Windows copy entirely be a solution to this or does the Problem Come down 'copy' Copies the current selection to the clipboard Save the list of all Internet Explorer cache files into a tab-delimited text file Basically, if you alter/create/delete files or folders in Explorer windows, the window does not refresh to show. If you are trying to upload more than 200 images to an album, Facebook will send an error message letting you know that you have exceeded your limit. If your image isn’t in one of these formats, you can’t upload it to Facebook.
PICBACKMAN ISSUE UPLOADING TO FACEBOOK MAC
PicBackMan is available for both Windows and Mac where you have to just select the source folder and the destination cloud services.Ensure that your image is in an acceptable format. It eases the task and gets your work done automatically. You won’t need to backup the photos one by one. It backs up your photos on all accounts of different services at a time in a hassle-free way. If you are planning to backup your photos on multiple services, you can do it in one time with PicBackMan. With perfectly organized folders, it becomes absolutely easy to get particular photos whenever I want them. įurthermore, Tru takes care of duplicates, sort among folders and sub-folders, and organizes unlimited number of photos and videos. It brings your photos together from different folders and drives into a single place to backup and organize them all in a simple chronological fashion (by date into separate folders. Tru is the simplest way to organize all your photos, automatically. It automatically organizes the files in YYYY-MM, YYYY-MM-DD and MM-YYYY format.
PICBACKMAN ISSUE UPLOADING TO FACEBOOK FULL
Here, you don’t need to do anything than selecting a source and destination folder. In-app editing tools A personalized photo website Personalized privacy controls, backed by AWS Password protection for photos, galleries, and pages Detailed privacy and security controls Free desktop and mobile apps 24/7 support from real humans Get Started: Full control of site appearance and security Everything in Basic plus. There are many ways where you can safely backup large amount of photos.īut if you are looking for securely backing up your photos in a proper format I would say try using TruOrganizer is one of the best sites to organize and backup photos and videos.

0 notes
Text
Ask A Genius 96 – Life and Death (11)
Ask A Genius 96 – Life and Death (11)
Author(s): Scott Douglas Jacobsen and Rick Rosner Publication (Outlet/Website): Ask A Genius Publication Date (yyyy/mm/dd): 2017/02/21 *Footnotes & in-text citations in the interview & references after the interview.* *This session edited for clarity and readability.* Rick: This book I am reading I great, and only 170 pages or so, because 1) he’s a great writer and b) you want to read a book…
View On WordPress
0 notes
Text
Text is meant to communicate information. Introducing ambiguity just because you want to and it’s not ambiguous to anglophone Americans (and it is ambiguous even to Anglo Americans) is American Arrogance. If you want to read it out loud then write November 7 not 11/07 (is that November 2007, July 11th, or November 7?) are you deliberately trying to confuse your audience? Fine! Otherwise you’re just making your own writing a struggle to parse. just because it’s intuitive for you doesn’t make it right.
The only sensible totally unambiguous option is yyyy-mm-dd.
EDIT: OP blocked me for this, proving my point about Americans being unwilling to even entertain that there are people who did not grow up in their God-forsaken country.
I would just like to say, to english-speaking countries who use a dd/mm/yy standard for writing dates, instead of a mm/dd/yy standard…
Why do you get so fuckin MAD at the rest of us over it?
Like I get it, it’s an increasing level of size, the day is less than the month is less than the year. And if you’re being particularly fancy like on a wedding invitation, you might say “on the twenty-second of November, two thousand and twenty-two” or w/e, but like.
I have not run into a single english-speaking nation who majority defaults to “22nd november” over “november 22nd” when they’re actually SPEAKING.
So why the heck are you guys so hostile over us in the US writing our dates in the same way that we SAY THEM OUT LOUD???
IT DOES NOT MAKE SENSE. YOUR ANGER IS ILLOGICAL. WTF????
#plus it sorts alphabetically!#why on earth would you use a mixed order#for digits#if you want to read it out loud write it out
107 notes
·
View notes
Text
300+ TOP MS ACCESS Interview Questions and Answers
MS ACCESS Interview Questions for freshers experienced :-
1. How MS Access is better than MS SQL Server? With a small number of users, MS Access is easy to handle and suited for desktop use Easy compatibility and sharing compare to MS SQL Server SQL server is, usually, used by developers and in a bigger organization MS Access is cheaper than MS SQL MS Access requires less database administration 2. How we can do multi-join query in MS Access? In Access, we can only join two tables, in order to join more tables you require to group the first join together by using parentheses, as if it was a newly derived table. After that, you can join another table to that group. Select * from ( ( Table 1 LEFT JOIN Table 2… ) LEFT JOIN Table3… ) LEFT JOIN Table4… 3. Would you like to easily automate your MS Access database through menu driven selections? This can be accomplished by creating a form with customized buttons that point to macros. An easier way is to use MS Access’ built in function called “Switchboard Manager”. This can be located in Tools/Add-Ins. 4. Explain about managing data tasks? Data can be managed by using the features of Import text wizard and export text wizard. Here you can save the operation for future use. First you should edit the specification name after clicking it you can make changes to the text box. Path can also be changed by clicking and modifying the changes in text box. Changes to the description of the file name can be made by making a change in the text box and then saving the changes to the path, specification name by pressing enter. 5. When I assigned a primary key to my table in Microsoft Access, I was expecting my (11112 to be sorted. Am I using the correct procedure? Some developers occasionally rely on indexes to sort their data, but shouldn’t. Thai’s because an index is an internal Jet operation that relies on internal rules to speed sorting, which is not the same as actually performing the sort. Records are not stored differently or changed. The sort is not performed until an action is being taken against the data like a query. This is not the same as simply opening a table in its Datasheet View. Although an index often appears to sort data, those internal rules often conflict with normal sorting practices and can have unexpected results. Sorting can be accomplished through the use of a query where ascending or descending can he specified against any one of the fields chosen from the table. 6. How do you import data from another access database? The process of importing data from another Access database follows these general steps they are Preparing the document for import operation and make sure that extensions are not in .mde or .accde because in that extension you can import only tables. Source should be closed automatically when the process is completed Make sure that you have permission for read and write. 7. I am using the Switchboard Manager in MS Access. I am getting an error message ‘[here was an error executing this command. The Switchboard manager in MS Access offers only limited information on errors that occur within the database. Execute the selection directly Prom the database window to get more detailed information on the error. 8. What happens if the both source and destination are named the same? The import operation present in MS Access does not overwrite or modify any of the existing tables or objects. If both the source and destination are the same it makes sure that numbers are appended to the name of the source file. For example a table having a name as info will be renamed as infol. 9. What format should my database be saved in to allow different versions of Microsoft Access to open the database? MS Access is not backwards compatible. To share tables between different versions of MS Access, you can link the tables between two different databases However, only the tables in the converted database would be available. 10 . What is the maximum size of a database that can be opened in Microsoft Access? 1 Gigabyte
MS ACCESS Interview Questions 11. I am designing an Access database form. how can I get my next control in the form to be automatically selected? By default, Access waits until you press Enter before it selects the Next control on your form. However, this is a wasted keystroke you can eliminate by setting each control’s Auto Tab property to Yes. This Property also requires that you set an input mask. Once the data you’re entering satisfies the input mask, the Auto Tab property Automatically selects the form’s next control We don’t recommend you Use this feature unless you can apply it consistently; otherwise you’ll just confuse your users, who won’t know when to press Enter. 12. In MS Access the long and short date option does not show 4 digit years. how do I achieve the mm/dd/yyyy format? In the date field properties of the table, form, or properties manually input the format you would like. It is not required to choose one of the date formats in the drop down box. Example would be mm/dd/yyyy. 13. how can I open an MS Access database that has been converted to a current version? MS Access is not backwards compatible. A workaround to share tables between different versions of MS Access would be to link the tables between two different databases. All objects in the database would not be available. 14. Explain about relationships and look up fields? Relationships are imported from the source to destination without any hindrance but once they land in the destination they can never be altered or changed and change of extensions cannot be of much help. Lookup fields: -Make sure that you link tables, links, etc if you want to display look up values and not look up ids. Related table should be linked to the destination field for display of lookup values. 15. How do you create an append query? Append query can be used if you would like to add new rows of data to an already existing table. The process of creating an append query follows these steps they are. Basic step should be to create a select query After selecting the query you need to append the query Destination fields should be selected for each column in the query Records can be appended by using the function to run. 16 . State some of the uses append query? Some of the uses of append query are as follows You will save time by appending data to an existing table rather than manual update. Appending files based on specific criteria is possible. If your destination file doesn’t have columns and rows you can add certain columns and rows thus ignoring the rest of them. Append can save time and labor when dealing with large database updation. 17. State some criteria s and their effects Of a database? It is possible to enter one or more criteria in the rows which can affect your database significantly. >=“Callahan” this returns all the various records from Callahan to the end of the alphabet. Date() This field returns all the data pertaining to the current date. This is used when you want to know all records which contain zero length string This can be useful to know whether your customers have fax numbers or so. 18. Detail about how you can import a sharepoint list? Importing a Sharepoint list to an access database gives you a range of flexible convenient options first a copy is made into the access database after which you can specify the lists which you would like to copy. Also you have an option to copy an entire list or only a specific file. Also import operation creates a table in access which copies the entire fields and records specified into the Access. 19. Explain the steps for this message could not delete from the specified tables? This error is caused by delete query and when the unique property is set to no. Following are the steps which should be taken to solve the problem. Delete query should be opened and if it is not opening then press F4 Clicking the query properties underneath the query designer will give you options. In that options you need to locate unique records property and should set it to yes. These options are present in query property sheet. 20. Explain about creating a report tool by using the report tool and report wizard? Report tool creates a report very fast because it will not ask you for much information for creating your report. it displays the entire field but it may not be the polished data source you are opting for. Report wizard allows you to create a table by giving you options on what to appear and what not to appear You can specify the relations, grouping and sorting between the tables. 21. Explain about Microsoft access? Microsoft access name has been changed to Microsoft office access. This software incorporates relational database management system which combines GUI (graphical user interface) with Microsoft Jet database engine. It can import and use data from Access, SQL, oracle, etc. This software is used to build application software. 22. Explain about the various features present in MS Access? Microsoft access has huge benefits for a programmer and end user. Some of the benefits are Relative compatibility with SQL and VBA. Microsoft SQL server desktop engine is embedded into the Access suite along with Jetdata base engine which can further help you in programming. MS Access allows forms to contain data which is altered as changes are made to the underlying table. It has features which support the creation of all objects in the underlying server. 23. State some of the uses of MS Access? MS Access provides a huge range of functions some of them are It is used by small business, departments of large corporations, and by amateurs to create applications on their desktop for data applications. Access is very useful for small web based database applications hosted on IIS and using ASP.NET pages. It can be used as a RAD for building prototype and Stand alone applications. Access can be used as a frontend while the backend can be a ODI3C compliant product. 24. Fxplain about the protection features present in MS Access? If a programmer doesn’t wish to make changes to the document he can lock the document data and its code from further changes by changing the extension of the file system to .MDE. Changes can be made only to the file with an extension MDE. Tools are available in the market which can unlock and decompile the code but some changes to VBA or VB scripts are irreversible. 25. Name at least six file extensions of Microsoft Access? Some of the file extensions present in MS Access are Access blank project template .adn Access database ,accdb Access project .adp Access Workgroup .mdw Protected access database .accde Access workgroup .mdw 26. In MS Access 2013 what are the different ways you can enter data? Different methods you can enter data in MS Access are Datasheet View Form SQL View Import from External Data (XML, Data Services, HTML etc.) 27. How you can import data from other sources into Access database? To import data into Access data-base In the main menu, click on EXTERNAL DATA, in the Import and Link group Choose the type of the file you want to import To know which type of file can be import or link Access database, follow the instruction in the Get External Data wizard 28. State the criteria which a trusted publisher should meet before adding him? The following criteria should be met by the publisher before adding him to the list. The code project should have a digital signature of the publisher A valid digital signature should be in place Valid digital signature should not be expired Digital certificate which comes with digital signature should meet industry standards and specifications. Developer who is holding and signing the code project should be a trusted publisher. 29. how do you add a developer to a trusted publishers list? Whenever a developer is signing into the code project you will have three options they are disable the macro, enable the macro and explicitly trusting the publisher. You can trust the publisher by allowing from the control panel of the windows. Always have an option left to enable or disable the macros because sensitive information regarding your code can be leaked out within fraction of seconds. 30. Mention how you can create a simple query in Access 2013? Open your database Go to -> create tab Click on the query wizard icon Select a query type From the pull-down menu choose the appropriate table Select the field you want in the query results To add information from additional tables, repeat steps 5 and 6 Click on next Choose the type of results that you would like to produce Give your query a title Click on finish 31. What is the size limitation of an Access database? Size limitation does not pertain to number of records in a table within a database. Forms, reports, macros, and modules also contribute to database size, but is rather minimal compared to tables containing records. It is recommended that if large amounts of data will be maintained or constantly deleted and new data imported, put your tables in another database and link the tables back into the main database. The utilities for database compression and repair will nm much more quickly. In Access 2.0 databases the byte size limitation is 1 gigabyte. In general, use the 1gb rule and suggestions here to maintain performance of the database. See also “How Replication Increases Size of Database.’. 32. what do you mean by queries? Queries are the medium of manipulating the data to display in the form or report. Queries can join tables, update data, delete data, sort, calculate, filter, etc. MS ACCESS Questions and Answers Pdf Download Read the full article
0 notes
Photo



eye five eight nine: application for asylum and for withholding of removal | 2016
Gelare Khoshgozaran letterpress prints on cotton paper, 13 in x 16 in, edition of 5 Letterpress (blind impressions) of the twelve pages of the artist's form i-589 Application for Asylum and for Withholding of Removal submitted to the United States Citizenship and Immigration Services in 2012. In their multitude and "blindness" the prints address the invisibility of the labor of asylum seeker/immigrant in an encroaching quest for legibility within a reductionist system of paper(work). Using text from the U.S. immigration forms, i-589 "Application for Asylum" and i-485 "Application to Register Permanent Residence or Adjust Status," mm/dd/yyyy questions the formation of the alien subject in the U.S. through asylum and immigration procedures. What is expected to "swear to, under perjury of law" in the literature of these forms? What are the criteria for eligibility, authenticity and legibility of the prospective U.S. citizen? And how do these questions reflect onto the (naturalized) U.S. citizens by birth or through immigration?
Source: https://gelarekhoshgozaran.com/VISUAL/eye-five-eight-nine-2016
1 note
·
View note
Link
A few years ago, the HubSpot team made the switch to Slack (one of the hottest real-time messaging apps on the market). Initially, it was hard to get used to uttering phrases like "Just Slack me" or "We were Slacking" in passing. But once we got more comfortable with the platform, we started to realize just how powerful it really is. The more we used Slack, the better our discoveries got -- GIFs, reminders, files ... they were all just a click or two away.But that's just the thing: Slack is capable of so much that it's hard to uncover what features you really should be using. To help, we put together some of the best Slack hacks below. From creating to-do lists to customizing your theme, these pro tips are worth showing off to your team. 25 Handy Tips for Using Slack 1. Conduct advanced searches. One of the great things about Slack is that messages and files are easily searchable. Because channels move so fast, you can use these advanced search commands to pull up exactly what you're looking for without wasting any time. Channels and direct messages in:channelname - Searches only the messages and/or files in a specific channel. in:name - Searches your direct messages with a specific user. Messages or files from a specific person from:username - Limits your search to messages from a specific person in any channel or direct message. from:me - Searches only messages you've sent, anywhere in Slack. Links, starred items, and emoji reactions has:link - Narrows your search to messages that contain a specific URL. has:star - Pulls messages you've starred. has::emojiname: - Searches messages that contain a specific emoji. Dates and times before: Use words like "yesterday" or "today." after: Use words like "week," "month," or "year." on: or during: Use specific dates and range keywords, such as "Monday," "February," or "2016." (Pro tip: To use very specific dates, use the MM/DD/YYYY (United States) or YYYY/MM/DD (International) format.) For more on searching in Slack, check out this resource. 2. Use the /remind commands to create a to-do list. Set a Slackbot reminder to help you keep track of what you need to get done. To get started, simply enter /remind into the text box, followed by your task. (Note: Only you will be able to see the command and the reminder.) You can schedule a reminder for a specific time or set a date using the MM/DD/YYYY format. If you want to review your list of reminders, simply use the command /remind list. From there, you can mark certain tasks as complete or delete the ones you no longer need. 3. React with a GIF. Let's face it: We all love GIFs. And thanks to the Giphy integration, you can share hilarious GIFs with your coworkers using the /Giphy [emotion, word, or phrase] command. To set up the Giphy app, visit this page. From here, all you'll have to do is click "Install" next to your team name, then click "Add Giphy Integration." Note: Giphy can be a hit or miss ... sometimes the GIFs are NSFW or not quite right for the situation. But, if you don't mind gambling with the results, this hack is very easy to set up. 4. Use the /collapse & /expand commands to open and close files. Weeding your way through a sea of GIFs to get to the comment you're looking for? You can collapse all inline images and video by using the /collapse command. When you need to reference the visuals again, simply enter /expand to make them reappear. 5. Add text and link formatting to your Slack messages.. Want to call out text, make edits, display a link, or share code? Reference the following syntax: Slack link formatting: To share a link with a preview image, just send a URL in a message. Slack will automatically create a preview unless a user has their preview settings turned off. Note: It is not yet possible to hyperlink specific words in a Slack message. Emphasis: To create bold text, surround your word or phrase with *asterisks.* To italicize text, place _underscores_ around a section. Strikethrough: To strike out certain words, use ~tilde~ to surround the text. Lists: To create lists, select "Shift" + "Enter" to add a new line. To add bullet points, select Opt+8 (Mac) or Alt+0149 (PC). Insert a paragraph break: If you want to break up words without using a list, use a soft return. Instead of hitting enter at the end of a sentence, which will send the message, hold shift and tap the enter key to start a new line. Blockquotes: " to indent multiple paragraphs. Code blocks: To display a section as inline fixed-width text, use single `backticks` around the selected area. To create a block of pre-formatted, fixed-width text, use triple ```backticks.``` 6. Toggle between statuses using the /away command. Don't leave your coworkers hanging. If you have to step away from your computer or head to a meeting, make it clear by adjusting your status. To quickly toggle between "away" and "active," use the /away command. 7. Add notifications for keywords and phrases. Whether you're managing a specific project or trying to keep tabs on a certain department or activity, adjusting your settings to enable custom notifications can be a huge time saver. To get notified when a specific word or phrase is mentioned, start by selecting your name from the top left corner, then clicking "Preferences" from the drop-down menu. From there, select "Notification Settings" and scroll down to "Highlight Words." In the text box, add words or phrases that you'd like to be notified about (making sure to separate them by commas). 8. Quickly send a private message using the /msg command. Sometimes we find ourselves with questions that warrant the attention of everyone in a specific channel. You know, important things such as, "Does anyone have a stapler?" or "Who is free for lunch?" After you ask a question, avoid any further disruption by following up with people via a private message. For example, once you know Steve is free to grab a bite to eat, use the following command to quickly open up a private message to hash out the details: /msg @user [your message]. 9. Edit messages you've already sent. We've all said things we wish we could take back. And with Slack, you can ... kinda. To quickly edit a message you've sent in a conversation, press the ↑ arrow key, edit your message, then press "Enter." This feature is especially useful when you do something terribly embarrassing, like use the wrong form of "their": 10. Connect your Google Drive to Slack. A lot of teams are already using Google Drive to create and store files online, so why not get the best of both worlds? When you connect your Google Drive with Slack, you have the ability to read and index imported files, and quickly search for them whenever you need them. There are two ways to connect your Google Drive to Slack: If you have a Google Drive link you want to share, simply paste it into a message box. This will prompt Slackbot to deliver the following message: Click "Yes" to grant Google Drive permission to read the file. If you don't have a file you're ready to share, but want to connect Google Drive for future use, visit the Google Drive app page "Allow." 11. Customize your Slack theme. Whether you use Slack for different groups and want to stay organized, or you just want to personalize the look and feel of your account, you can adjust your theme by selecting your name in the top left corner. "Sidebar Theme." From here, you can explore and select themes or scroll down to "Custom Theme" to put in your own HTML color values. 12. Connect IFTTT to Slack to automate tasks. Serving like a universal adaptor, IFTTT is a handy tool that allows you to automate tasks between two services. And when you connect IFTTT with Slack, the possibilities are seemingly endless. To do so, start by signing up for IFTTT or signing into your existing account. Then, activate the connection here. Once the two are hooked, you can browse "recipes" or create your own to begin automating tasks. To get you started, check out a few of our favorites: (Or get notifications about assigned Trello cards.) 13. Create your very own emoji. To get started, click on your name in the top left corner and select "Customize Slack" from the dropdown menu. Fill out the form to create your custom emoji. First, you'll need to provide a name for the icon -- this is what you will enter to display the emoji. Next, upload an emoji image. Slack asks that you use a square image no larger than 128px in width or height, with a file size smaller than 64K. To remove the background from the image (as seen in the Ryan Gosling example below), check out this tutorial. 14. Create custom triggers for Slackbot responses. Make Slack your own by customizing Slackbot's automated responses to certain words or phrases. To do so, click on your name in the top left corner and select "Customize Slack" from the dropdown menu. Select the second tab from the left labeled "Slackbot" to access the message customization field. Insert one or multiple input phrases with commas, and then add a Slackbot response or responses by adding each one to its own line ("Shift" + "Enter"). If you insert multiple responses, Slack will call up one at random when it's triggered. For example, this automated Britney Spears response for the word "Oops!" turns mistakes into smiles. 15. Add custom loading messages. Ever notice the witty messages and tips displayed when Slack is loading? Well, you can add your very own loading messages for a fun, personalized experience. To start adding new messages, click on your name in the top left corner and select "Customize Slack" from the dropdown menu. Click on the third tab from the left labeled "Loading Messages," add a message in the text box, and hit "Add Message." Pro tip: There's never been a better opportunity to Rick Roll your coworkers than this. 16. Jump to any conversation in seconds using Slack's Quick Switcher. If you've got a really big team, it's likely that you're involved with quite a few Slack channels. To quickly and easily switch from a channel to a private message back to a different channel, simply hit ⌘ + K (Mac) or Ctrl + K (Windows and Linux). A popup will appear where you can begin typing a person or channel's and select the correct option to open the conversation. 17. Pose as a celebrity to fool your team. Troll your coworkers using Slacker -- a handy tool that allows you to post funny replies as your favorite character. Slacker comes with a ton of built in characters, from Kanye West to Marge Simpson. You can even add your own character by selecting the green "+" icon. Simply add a name, image URL, and default message to add them to your collection. 18. Use emoji reactions to take a quick poll. Words are hard. Sometimes it's a lot easier to let our coworkers know how we feel by reacting with an emoji. And on Slack, it's easy. Simply hover over a message and select the smiley face icon with the plus sign to select an emoji. Want to take things a step further? Reaction emojis make it really easy to quickly poll your team. Here's a great example from the folks at BetterCloud: Our office uses the reaction emojis in Slack for easy voting. What is your #SlackHack?@SlackHQ pic.twitter.com/RlXveBjgYY — BetterCloud (@bettercloud) February 8, 2016 19) Pull swatches using HTML color codes. Collaborating with another team member on a design project? Make quick color suggestions using HTML color codes. When you type out a code -- #F7761F, for example -- you'll see a tiny swatch appear, like this: 20. Created a to-do list using stars. Starring an item on Slack is a way to mark a task as important. To star an item, simply move your mouse of a message or file and select the grey star to make it turn yellow. To view your starred items, click the star icon in the top right corner. Starring requests and files that you need to work on makes it easy for you to create a to-do list on the fly. 21. Shake it off with a shruggie. Don't know the answer? Made a little mistake? Need to signal to your coworker that you actually have no idea what's going on this meeting? Send 'em a shruggie. Serving as the "default Internet feeling," a shruggie will say everything you need to say ... without saying anything at all. To pull it up, enter the /shrug command. 22. Edit your name in your profile to show when you're OOO. Whether you're OOO on vacation or out on maternity or paternity leave, you can signal this to your coworkers by adjusting your last name on Slack. For example, I'd change my first name to "Carly Stec," and add "OOO" in the last name field -- as seen in the example below. To edit your name, click your team name in the top left corner to open up the Team Menu. Then, select "View Profile & Account" to open the team directory and click "Edit" to open the profile editor. 23. Host a video call. Want to have a video chat with one of your Slack groups or a thread of multiple people? You actually don't need to use an outside video service to do it. To start a video call, go to a thread that you'd like to chat with and click on the phone near the Slack search bar. A call will start immediately, like it would on Skype or Zoom. From there, you can similarly turn audio and video on and off, or share your screen with your team. 24. Make a note for your thread. If you don't feel like sharing a separate Google doc with your whole thread, you can make a note right on Slack. To do this, simply click the plus sign next to the message area in your thread. Then click "Create New" and then "Post." Once you click "Post," a writing box will pop up where you can create a document for your team. When you're done writing it, you can share it with a caption and title that describes what the it is. 25. React to someone's message. Sometimes a message warrants a thumbs up, a laughing face, or a more traditional smiley. Next time your boss Slack's the team about a great thing you or your co-worker team, react to the message with an appropriate emoji to make the conversation more fun. Here's how to do it. When you want to react to a message, hover over it with your mouse. Message options, including one that looks like a smiley face will show up. When you click on the smiley face, you'll be able to see and search all the possible emoji options. Once you click on one, you will react to the message. The emoji will appear directly under it. From there, other users can click it to react with the same emoji, or find their own emoji. Want to learn more about Slack? We hope the 25 handy Slack tips above help you make your conversations more efficient and fun. But, if you want to integrate Slack even deeper into your office processes, check out this piece on HubSpot's integration with the platform. You can also read a little bit about Slack's successful history here.
0 notes
Text
Version 407
youtube
windows
zip
exe
macOS
app
linux
tar.gz
source
tar.gz
I had an ok week. I did some prep work for siblings, and fixed some bugs.
misc
The right-click menu off a normal taglist now provides a whole bunch of different copy options, depending on whether you want all or selected, tags or subtags, and with or without counts.
I fixed a bunch of weird hover window issues in the media viewer. On a thin media viewer, the top-right window now squeezes into the smaller space better, and if it can't fit, it bumps down so you can still use it. The center-right duplicates window also positions correct on a thin window. And now moving your mouse off a clicked hover window will immediately restore focus to the main media window, which should eliminate some annoying click focus issues (usually when you click quickly after moving your mouse off, when the click can be swallowed).
A user has written a simpler getting started guide here: https://github.com/Zweibach/text/blob/master/Hydrus/Hydrus%20Help%20Docs/00_tableOfContents.md This is now linked at the top of my help as well. If you have had trouble with the denser official help, or you know someone else interested in hydrus who is similar, please give that a go.
siblings
This is about a somewhat advanced change to how siblings and parents will work at the database level. I'm doing big work behind the scenes soon, but nothing huge will change at the front end, feel free to skip.
v408 will introduce a database level cache of your current tags as they appear with siblings. This is a long-planned and large job that will improve accuracy, speed up a bunch of siblings stuff, and enable some neat features like namespace renaming. I did various prep work for this this week, but unfortunately it does not do much visible yet.
I also prepared some new options, but the back-end isn't ready to accept them yet. If you want to check them out, they are under services->manage where siblings apply. Instead of the old 'siblings only apply to their own service' vs 'siblings apply everywhere' option, we'll be moving to a neater per-service system, where you can say things like 'apply "my tags" and "PTR" siblings to "my tags"' or 'do not apply any siblings to service x'. The same will be true of parents, but I'll get siblings working first.
Also as part of this update, I have decided to make siblings and parents completely 'virtual', which means if a tag is changed by a sibling or added by a parent, it will appear as normal in any UI view, but it will not actually exist on the main store. Such tags will not be shared on the PTR, for instance, which means you can set up whatever situation you like, and it won't affect anyone else. It also means they will be completely undoable, so if a parent or sibling is wrong or reassigned, or if you want to stop or change which siblings apply to your view of the PTR, the virtual tags can just be recalculated from the unchanged main store. I know hard-replace actions are important to some users, so I will re-introduce this later under a modified or entirely different system--trying to support both virtual and non-virtual in the same pool has proved too messy to manage at large scale.
full list
sibling prep:
I am preparing for a new siblings database cache for v408. this will ultimately make siblings (and parents) faster, more accurate, more powerful, and simple to undo. I have decided, as part of it, to make siblings and parents completely virtual (i.e. the tags won't exist for real, they'll be implied). better tools to manage hard-replace siblings and parents will come later, as trying to support both situations at once has not been excellent
.
created options to hold per-service sibling and parent preferences, so you'll be able to set up '"my tags" siblings and then "ptr" siblings apply to "my tags"' or 'no parents apply to this service'
wrote UI for the sibling options under 'services->manage where tag siblings apply'. you can play with it if you like, and it saves values, but it is not plugged in yet and makes no changes
siblings logic is a little tighter. the db and gui side of siblings structure calculation is more unified, petitioned siblings are discounted properly on all generation, and the db side now resolves conflict decisions the same on every regen. the gui-side still runs on an older structure, but will be updated to exactly mirror the db
updated and unified how large numbers of raw tag siblings are fetched in the database. it also supports fast tag slicing, speeding up sibling cache maintenance. the siblings lookup cache now uses this method for regeneration and update calls
.
the rest:
tag right-click menu copying now supports all combinations of selected/all, tags/subtags, and no_count/with_counts where appropriate (issue #325)
if the media viewer is too thin for the top hover window to fit into its space, the top-right hover now drops down below it. I don't really like how this looks, and will probably instead figure out a flow layout so the toolbar buttons always fit, but at least they are now accessible (issue #388)
altered the above fix--if the top-right hover window can be shrunk to fit in the available space, it will now squeeze in, only bumping down if it can't
moving the mouse off an activated (e.g. clicked) hover window now instantly activates the main canvas. this should fix up some fast swallowed clicks and annoying click-to-activate issues with the center-right duplicates hover window, which does not hide (issue #384)
the duplicates hover window now positions correctly if its min size is too wide to fit in a thin media window
if you make changes to a parser or content parser, there is now a yes/no confirmation when trying to cancel the dialog
fixed an issue where 'queue' listboxes with no edit button would throw an error on double-click. now double-click in this case deletes
fixed a couple of timestamp convertions that were doing YYYY/MM/DD instead of the more ISO-nice YYYY-MM-DD. also, when in UTC, they'll correctly say UTC now instead of GMT (issue #369)
fixed some borked centered text layout on ratings dialog and import folder dialog
fixed the manage services dialog's wrong headers for type/name columns
added links in the official help to the new user-written simple help guide at https://github.com/Zweibach/text/blob/master/Hydrus/Hydrus%20Help%20Docs/00_tableOfContents.md
moved object tag and ratings code to a new client module, 'metadata', and pulled various ratings gui code into a new separate file
refactored some more manager code around to generally more sensible locations
did a bit more work chasing down the highlight-downloader ui deadlock, which unfortunately still exists
reduced the number of db hits some paged downloaders need, particularly on highlight and init
updated some test code to support cleverer db testing
updated mpv for windows build. api version is now 1.109. this fixes at least one weird linux vm audio driver issue
next week
So, I will try to get this cache working. I need to essentially mirror the existing tag and autocomplete caches, but after siblings collapse, ensure that is maintained through tag or sibling changes, and then plug it in to everything. There is a bunch of ancient code to update around here, and other auxiliary system to improve, so this may end up being a two week job. I'll update on Tuesday night as normal.
0 notes
Text
admin_insert_member.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html style="height: 100%;"> <head> <meta charset="UTF-8"> <title>FMBA</title> <!-- To ensure proper drawing and touchscreen scaling, The Bootstrap required to add a viewport metadata tag to <head>. --> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap core CSS file --> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/bootstrap-select.min.css" />
<!-- JQuery file --> <script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-1.11.0.js"></script>
<!-- Bootstrap core JavaScript file --> <script type="text/javascript" src="${pageContext.request.contextPath}/js/bootstrap.min.js"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/js/bootstrap-select.min.js"></script> <!--JQuery UI--> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/jquery-ui.min.css" /> <script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-ui.min.js"></script> <!--CSS--> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/general.css" /> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/admin-menu.css" /> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/content-area-admin.css" /> <script type="text/javascript"> $(function() { var thumbnail = document.getElementById('Thumbnail'); var container = document.getElementById('ThumbnailContainer'); thumbnail.style.visibility = 'hidden'; container.style.display = 'none'; });
function previewFile() { var thumbnail = document.getElementById('Thumbnail'); var container = document.getElementById('ThumbnailContainer'); var file = document.getElementById('imgupload').files[0]; var reader = new FileReader();
reader.onloadend = function() { thumbnail.src = reader.result; }
if(file) { thumbnail.style.visibility = 'visible'; container.style.display = 'block'; reader.readAsDataURL(file); } else { thumbnail.style.visibility = 'hidden'; container.style.display = 'none'; thumbnail.src = ""; } } </script> </head> <body style="height: 100%;"> <div class="container-fluid element-height"> <div class="row element-height"> <div class="col-md-2 element-height admin-menu"> <div class="img-container2"><img class="adminPhoto" src="#" /></div> <p class="admin-name">Administrator</p> <p class="admin-title">Administrator</p> <!-- find by condition --> <div class="search-area"> <form action="${pageContext.request.contextPath}/admin/adminQueryResult.action" method="post"> <h4 class="search-area-subtitle">NAME:</h4> <input class="findByNameInput" type="text" name="name" placeholder="Search..."> <h4 class="search-area-subtitle">CLASS:</h4> <select class="select-1" name="memberClass"> <option value="" selected="selected">Please choose the class</option> <option value="class 1 of 2017">class 1 of 2017</option> <option value="class 2 of 2017">class 2 of 2017</option> <option value="class 3 of 2017">class 3 of 2017</option> <option value="class 4 of 2017">class 4 of 2017</option> <option value="class 1 of 2018">class 1 of 2018</option> <option value="class 2 of 2018">class 2 of 2018</option> <option value="class 3 of 2018">class 3 of 2018</option> <option value="class 4 of 2018">class 4 of 2018</option> <option value="class 1 of 2019">class 1 of 2019</option> <option value="class 2 of 2019">class 2 of 2019</option> <option value="class 3 of 2019">class 3 of 2019</option> </select> <button class="button-1" type="submit">Query</button> </form> </div> <a class="admin-menu-button" href="mainPage.action?num=1">Return to the main system</a> <a class="admin-menu-button" href="logout.action">Log Out</a> </div> <div class="col-md-10 element-height right-content-area-admin"> <form action="${pageContext.request.contextPath}/admin/insertMember.action" enctype="multipart/form-data" method="post"> <div class="edit-member-content"> <h2 class="title-module"><b>ADD A NEW MEMBER</b></h2> <div class="member-photo-module"> <div id="ThumbnailContainer" class="img-container1"><img id="Thumbnail" class="member-photo-1" src=""></div> <div class="photo-button-module"> <a href="javascript:;" class="a-upload"><input id="imgupload" type="file" name="pictureFile" onchange="previewFile()" accept="image/*">Add photo</a><span>The size of the image is 180px (width) * 320px (height)</span> </div> </div> <div class="edit-member-info-module"> <ul class="col"> <li> <p>Name</p> <input name="name" type="text" /> </li> <li> <p>Gender</p> <select class="selectpicker select-2" data-size="5" name="gender"> <option value ="male">Male</option> <option value ="female">Female</option> </select> </li> <li> <p>Constellation</p> <select class="selectpicker select-2" data-size="5" name="constellation"> <option value="aquarius">Aquarius</option> <option value="pisces">Pisces</option> <option value="aries">Aries</option> <option value="taurus">Taurus</option> <option value="gemini">Gemini</option> <option value="cancer">Cancer</option> <option value="leo">Leo</option> <option value="virgo">Virgo</option> <option value="libra">Libra</option> <option value="scorpio">Scorpio</option> <option value="sagittarius">Sagittarius</option> <option value="capricorn">Capricorn</option> </select> </li> <li> <p>Hobby</p> <select class="selectpicker select-2" data-size="5" name="hobby"> <option value="outdoorsports">Outdoor sports</option> <option value="music">Music</option> <option value="fitness">Fitness</option> <option value="painting">Painting</option> <option value="dancing">Dancing</option> <option value="games">Games</option> <option value="other">Other</option> </select> </li> <li> <p>Nationality</p> <select class="selectpicker select-2" data-size="5" name="nationality"> <option value="Han">Han</option> <option value="Zhuang">Zhuang</option> <option value="Manchu">Manchu</option> <option value="Hui">Hui</option> <option value="Miao">Miao</option> <option value="Uighur">Uighur</option> <option value="Yi">Yi</option> <option value="Tujia">Tujia</option> <option value="Mongol">Mongol</option> <option value="Tibetan">Tibetan</option> <option value="Buyi">Buyi</option> <option value="Dong">Dong</option> <option value="Yao">Yao</option> <option value="Korean">Korean</option> <option value="Bai">Bai</option> <option value="Hani">Hani</option> <option value="Li">Li</option> <option value="Kazakh">Kazakh</option> <option value="Dai">Dai</option> <option value="Naxi">Naxi</option> <option value="Russian">Russian</option> <option value="Taiwanese aborigine">Taiwanese aborigine</option> <option value="Hezhen">Hezhen</option> <option value="Others">Others</option> </select> </li> <li> <p>Resident address</p> <select class="selectpicker select-2" data-size="5" name="address"> <option value="Beijing">Beijing</option> <option value="Shanghai">Shanghai</option> <option value="Guangzhou">Guangzhou</option> <option value="Shenzhen">Shenzhen</option> <option value="Tianjin">Tianjin</option> <option value="Hangzhou">Hangzhou</option> <option value="Wuhan">Wuhan</option> <option value="Chengdu">Chengdu</option> <option value="Others">Others</option> </select> </li> <li> <p>E-mail</p> <input name="email" type="text" /> </li> </ul> <ul class="col"> <li> <p>Class</p> <select class="selectpicker select-2" data-size="5" name="memberClass"> <option value="class 1 of 2017">class 1 of 2017</option> <option value="class 2 of 2017">class 2 of 2017</option> <option value="class 3 of 2017">class 3 of 2017</option> <option value="class 4 of 2017">class 4 of 2017</option> <option value="class 1 of 2018">class 1 of 2018</option> <option value="class 2 of 2018">class 2 of 2018</option> <option value="class 3 of 2018">class 3 of 2018</option> <option value="class 4 of 2018">class 4 of 2018</option> <option value="class 1 of 2019">class 1 of 2019</option> <option value="class 2 of 2019">class 2 of 2019</option> <option value="class 3 of 2019">class 3 of 2019</option> </select> </li> <li> <p>Industry</p> <select class="selectpicker select-2" data-size="5" name="industry"> <option value="Education">Education</option> <option value="Financial">Financial</option> <option value="Internet">Internet</option> <option value="Ecommerce">Ecommerce</option> <option value="Advertising">Advertising</option> <option value="Media">Media</option> <option value="Trading">Trading</option> <option value="Telecommunications">Telecommunications</option> <option value="Transportation">Transportation</option> <option value="Logistics">Logistics</option> <option value="Medical">Medical</option> <option value="Government">Government</option> <option value="Others">Others</option> </select> </li> <li> <p>Company</p> <input name="company" type="text" /> </li> <li> <p>Job</p> <input name="job" type="text" /> </li> <li> <p>Worked</p> <input name="worked" type="text" /> </li> <li> <p>Wechat</p> <input name="wechat" type="text" /> </li> <li> <p>Password</p> <input name="password" type="password" /> </li> </ul> <ul class="col-last"> <li> <p>Birthday</p> <input name="birthday" type="text" placeholder="FORMAT: YYYY-MM-DD" /> </li> <li> <p>Functional scope</p> <textarea name="fs" rows="3" cols="20"></textarea> </li> <li> <p>Honors</p> <textarea name="honors" rows="3" cols="20"></textarea> </li> <li> <p>Personal profile</p> <textarea name="profile" rows="3" cols="20"></textarea> </li> </ul> <div style="clear: both;"></div> </div> <div class="button-module"> <input type="submit" value="SUBMIT" /> </div> </div> </form> </div> </div> </div> </body> </html>
0 notes
Text
Ask A Genius 95 – Life and Death (10)
Ask A Genius 95 – Life and Death (10)
Author(s): Scott Douglas Jacobsen and Rick Rosner Publication (Outlet/Website): Ask A Genius Publication Date (yyyy/mm/dd): 2017/02/20 *Footnotes & in-text citations in the interview & references after the interview.* *This session edited for clarity and readability.* Rick: The last time we spoke, I had begun to read a book by Thomas Wolfe called The Kingdom of Speech (Wolfe, 2017; Amazon,…
View On WordPress
0 notes