Go currently lacks any sort of heredoc or similar syntax, and it's backtick syntax cannot contain backticks. This can make correctly encoded creating go strings, particularly for large strings that contain many backticks, a bit of a challenge.
Here's a tool to safely encode any given input to Go str…
Update: CIEDE2000 support added to the existing CIE94 support.
It would seem that very similar but non-identical colors seem to pop up often in CSS files of any reasonable age, and I became sick of them. This started as a little script to help me find them in a stylesheet, and grew into this full-fl…
Update July 8, 2019: Added more graceful pipe | and backslash \ handling.
While doing code reviews on Github I find myself profiling a lot of SQL queries, getting EXPLAIN output into a markdown format for Github became very important, and was a huge pain to do by hand.
While there were tools out the…
This is just a small collection of Bookmarklets I personally find useful. To use them simply click and drag them into your Bookmarks bar.
Disable HTML 5 Validation
Clicking this will disable html5 validation for all form elements on the page. Useful for testing server side validation while leavin…
Update 2020-08-11
Sorry for the advertisement. With the COVID outbreak, my wife is out of work and money has been a little tight. I don't plan on making it a permanent fixture.
Playing Minecraft, I like making circular things. I used a chart while I was building, but wanted to be able to ma…
So yesterday I was bored and asked my friend what I should do. She replied "I don't know, draw ASCII art or something!" and sitting there with the terminal open I kind of wondered what it would take to write one of those image to ASCII scripts.
20 minutes later I had the following PHP Shell Script!…
A while ago I upgraded from an aging MacBook Pro to a much more nubile MacBook Air. Delighted with the Air in every way, the only problem I encountered was the backup of the MacBook Pro I made I sold it was seemingly corrupted and would not mount.
I did though have a backup of my Photo Booth Photos…
It would seem there is a fair deal of call for an updated version of my PhpED dark theme from colleagues as well as random folks on the internet who’ve seen screenshots of my PhpED installation. I previously had my Dark Theme for 5 linked on my Review of PhpED, but I figured I could have a page d…
Find this useful?Buy me a coffee!
PayPal:
GitHub:
I find myself often needing to set up a large number of 301 redirects from an excel file of old to new url’s. Until this point, writing these had been a fairly exhausting process as you n…
Several months ago I was wondering to myself if you could detect patterns in a list of words and then use those patterns to generate a new list of fake “words”. A kind of a flavored Lorem Ipsum generator, where I could change the feel of the sentences by switching out the data set. I&r…