×
This online utility allows you to convert HTML into plain text. It does so by removing all of the HTML tags. Type or copy-and-paste the HTML text you wish to ...
"ConvertTableTabs2HTML.bash" is an UNIX BASH script that helps you convert tab separated value data into a table in HTML format. The results can be sent to the ...
This online utility allows you to convert text paragraphs into HTML tagged paragraphs. It saves you the time and effort of adding line-breaks, opening and ...
"HasAdminPrivilege.cmd" is a Windows batch program that can helps you determine whether your script is running as administrator or not. "HasAdminPrivilege.cmd" ...
HTML Character Codes. HTML Character Codes Set 01 · HTML Character Codes Set 02 · HTML Character Codes Set 03 · HTML Character Codes Set 04 · HTML Character ...
For the longest time, I have this Print Crop Tool on my HP 48 calculator. As a photographer, this tool is extremely handy for calculating the crop size of a ...
DirectoryHasFile.sh is a Bourne Shell script that helps your custom shell scripts determine whether the specified directory contains any files. This script ...
ContainsRegEx.cmd is a Windows batch program that can help determine if a specified string contains a specified regular expression. ContainsRegEx.cmd outputs 1 ...
bat is a Windows batch program that sets a variable to the output of an execution. With it, you can use the output of another program with your batch file.
IsOdd.sh determines whether the number you specify on the command-line is an odd number. If so, it outputs an '1', otherwise it outputs a '0'. IsOdd.