Batch rename filenames with this shell script
Batch rename filenames with this shell script By Alvin Alexander. Last updated: June 3 2016 Here's a Unix shell script that converts all "*.png" files in the current directory to lower-case names. In...
View ArticleLinux: Case-insensitive file searching with locate and find
Linux: Case-insensitive file searching with locate and find By Alvin Alexander. Last updated: January 25 2018 Earlier today someone asked for the source code for my TypeAhead predictive-text,...
View ArticleJava: How to test if a String contains a case-insensitive regex pattern
Java: How to test if a String contains a case-insensitive regex pattern By Alvin Alexander. Last updated: July 8 2016 Java String FAQ: How can I tell if a Java String contains a given regular...
View ArticleiPhone caps lock
iPhone caps lock By Alvin Alexander. Last updated: June 3 2016 After watching a young relative type on an iPhone recently, I realized he didn't know how to use the "iPhone caps lock" feature. I...
View ArticlePerl uppercase and lowercase string conversion
Perl uppercase and lowercase string conversion By Alvin Alexander. Last updated: June 12 2018 Perl lowercase/uppercase string FAQ: How do I convert a string to uppercase or lowercase in Perl?...
View ArticleCase insensitive SQL SELECT query examples
Case insensitive SQL SELECT query examples By Alvin Alexander. Last updated: April 12 2018 Case insensitive SQL SELECT query FAQ: How do I issue SQL SELECT queries while ignoring case (ignoring...
View ArticleScala parallel map example: Using a parallel map to transform a collection of...
Scala parallel map example: Using a parallel map to transform a collection of String to all-uppercase By Alvin Alexander. Last updated: July 23 2016 Using a parallel map to transform a collection of...
View ArticleHow to convert a Sencha ExtJS textfield to uppercase on the textfield blur event
How to convert a Sencha ExtJS textfield to uppercase on the textfield blur event By Alvin Alexander. Last updated: September 20 2016 This brief Sencha tutorial shows how to convert the text in a...
View ArticleTwo more Textmate commands (capitalize, CSV to list)
Two more Textmate commands (capitalize, CSV to list) By Alvin Alexander. Last updated: September 11 2016 As a “note to self,” I wrote two more Textmate commands yesterday, one to capitalize each word...
View ArticleUnix/Linux code to test whether “today” is a weekend day (or weekday)
Unix/Linux code to test whether “today” is a weekend day (or weekday) By Alvin Alexander. Last updated: January 27 2018 If you ever need an example of a Unix/Linux shell script where you need to...
View Article