A Pen by Andrew Alsante on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Swooping Sworls. Click to pause. Double-click to restart.
A Pen by satchmorun on CodePen.
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.