Code playground sites are awesome for front end developers. They let users collaborate and teach unlike ever before. If you’ve ever been on StackOverflow for
H2O.AI – Quick Start Tutorial For Just About Anyone
I’ve used H2O for about 2 years on a medium scale, over 500 million rows of data, in the prediction of advertisements on the internet.
Massive List Of Responsive Email Templates & Frameworks
I’ve compiled a list of all responsive html email frameworks and templates. If you know of any missing from this list or want to include
Properly testing for request variables
When you’re starting out in PHP you might find sometimes variables don’t exist when you want them to and you’ll get the NOTICE message from
Quickly Create 100 Thousand Random Files In a Folder Linux
This command very quickly creates 100k randomly sized binary files in the directory you run it in. Took 6 minutes 37 seconds to run on
Counting files in a Folder at the Linux Command Line
This command combines ls (directory list) with wc (word count) command to count the number of files in a directory. I just used it to
Online Base64 Encoder and Decoder
Base64 encoding is done to preserve binary data in a ascii text format. A good example of this is in email all attachments are encoded
What Is My IP Address?
Most people have an idea what an IP address is now. It’s used to route traffic on the internet, similarly in the way your email
Show My Browser’s User Agent
Your browser’s user agent is passed in the request headers every activity you do online. It’s commonly used by websites to diagnose website problems, know
Online Quoted Printable Encoder/Decoder
Quoted-printable is used to transmit 8bit data over a medium that could risk the data getting corrupted. This is common for email. You can use