4 projects tagged "format"
Automate HDD formatter is a bash script using several Linux command to achieve automation of mass-formatting hard drives.The commands include "dd","parted",and "disktype". It could be useful if a business sells portable hard drives, to automate diagnostics and get portable drive info, or to allow an unskilled worker to format drives in mass quantities.
Countdown JS is a JavaScript class that displays (and updates) the time left until a time specified by the user. Times can be provided in any time units, and they will be recalculated to the specified time units. It is possible to use a format string to specify which units or text will appear in the displayed countdown and which text must be hidden if a certain unit reaches 0. Format strings also accept HTML tags, thus providing you the ability to format your countdown as you desire.