Skip to content

Instantly share code, notes, and snippets.

View ThatGeekAndrew's full-sized avatar

Andrew Alsante ThatGeekAndrew

View GitHub Profile
@ThatGeekAndrew
ThatGeekAndrew / gist:bda1dd611ef0587269af955cbebade73
Created November 5, 2017 06:13
Updating HTTPS keys for GoDaddy
Navigate to: https://www.sslforfree.com/
In the search field, type `rescuekorea.org` and hit enter.
Select the option for 'Manual Verification (DNS)' and then click the button below to generate your tokens
Scroll down and look for the bolded text that looks like gibberish. Something like (D_s2ZxEQ7bCAwjYIKy5otGjs5R4ImO9aN8gdjJ4zeg)
You'll need these in a moment...
In another tab navigte to: https://dcc.godaddy.com/manage/dns
Look for the TXT rows with the name of: `_acme-challenge` and `_acme-challenge.www`
Click the edit button for each line and replace the `Value` with the relative token generated by the SSL For Free website
@ThatGeekAndrew
ThatGeekAndrew / gist:06ee18a77a5a3f39611c
Created November 16, 2015 03:12
This will take the data from data.txt, modify the contents, then output them to studentData.txt
import java.io.*;
public class CommaToTabbed {
public static void main(String [] args) {
// The name of the file to open.
String fileName = "data.txt";
// This will reference one line at a time

The Wheel of Lunch

Sometimes, we at Envato Studio can't decide where in our wonderful part of Melbourne to go for lunch. The Wheel of Lunch solves that problem, and with style!!

A Pen by Pat McKenna on CodePen.

License.