Tools
Some tools you might have needed
Go Language JSON to Struct
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Ever saw a huge JSON string and wanted it as a Go Language Struct? Here’s a great tool to automagically convert that JSON to a usable struct for your golang application. https://mholt.github.io/json-to-go/ Try it out for yourself! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 { "user": [{ "id": 1, [...]
Auto Connect Rancher Hosts
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
This script was extremely useful for me, you would run this script on a new host for your rancher server. It will automatically connect to the rancher server, and add it as a node. This script will automatically install Docker (for ubuntu-trusty) and add host in your rancher server. Script for Ubuntu 14.04 (trusty) 1 2 3 4 5 6 7 8 9 10 [...]
Simple AJAX Generator AjaxThis.com
I while ago i coded a AJAX generator. The generator will give you the entire ajax function (even with a #button.click), the datastring, the post/get url string, and the PHP file with the escaped MySQL variables, AND a simple MySQL insert, update or delete option. You can instantly create ajax functions with www.AjaxThis.com. I highly [...]
Easier Domain Searching
I personally think GoDaddy logs the domain searches and might be buying them before you can. I’ve had a couple domains I’ve check out before, they were available, but in about 2 days it was bought. Since then I don’t use GoDaddy for searching domains, i only buy them there. For domain searching I use [...]