These tools are my tools I feel are useful to developers and users who need a useful set of tools. I call these my Devkit. You can also download a Chrome Extension which will make accessing these tools easier.
I am currently adding more and more tools to this section of my website.
- Calculators
-
GCD calculatorThis calculator figures out the greatest common divisor of two numbers.
-
kWh calculatorThis calculator figures out the cost of running an appliance for a certain amount of time.
-
Reverse VAT calculatorThis calculator reverses value added tax. For more information on VAT, look at the information on this page.
- Converters
-
Denary to binary converterMy binary converter converts a number from denary into binary very easily.
-
Binary to denary converterMuch like my binary converter, this program takes in a binary number, negative or positive, and figures out the denary equivalent.
-
String to ASCIIThis converter converts a string into an ASCII sequence.
-
ASCII to stringThe converter converts an ASCII sequence into a string.
- Encryption tools
-
AES encryptThis program allows you encrypt a string using the AES algorithm.
-
AES decryptThis program allows you decrypt a string using the AES algorithm.
-
BCRYPT password hashThis program allows you to hash a passwords using BCRYPT.
-
BCRYPT password verifyThis program allows you to verify passwords created using the BCRYPT algorithm.
-
Random string generatorThis program generates a random of string of a specified length.
- Hashing tools
-
MD5 onlineThis program hashes a string using the MD5 algorithm.
-
SHA1 onlineThis program hashes a string using the SHA1 algorithm.
- HTML and CSS tools
-
Box Model exampleThis program is a small box model demonstration tool for HTML/CSS.
- File tools
-
Byte Order Mark remover toolByte Order Mark is a useful feature of UTF ASCII/UC but it also poses issues with certain programs. Removing it can, on occasion, be a pain. I've written a program to do just that.
-
sed command generatorThis program generates sed commands for Linux and Unix like shell users. I use this to generate a sed command every once in a while when I need it for my Mac.
- Web tools
-
DIG toolThis program allows you to perform a DIG (Domain Information Groper) command on a domain to do a DNS lookup.
- General tools
-
TimerThis is a simple timer that uses JavaScript and CSS.