Steps:
-
Create Digital Ocean Droplet with Dokku v0.3.16 on 14.04 image
-
Login into the droplet and Update local settings.
sh -c "echo 'LANG=en_US.UTF-8\nLC_ALL=en_US.UTF-8' > /etc/default/locale" reboot
| window.grecaptcha = { | |
| execute: function () { | |
| return window.onSubmit(); | |
| }, | |
| getResponse: function () { | |
| return "response"; | |
| }, | |
| reset: function () { | |
| } | |
| } |
Steps:
Create Digital Ocean Droplet with Dokku v0.3.16 on 14.04 image
Login into the droplet and Update local settings.
sh -c "echo 'LANG=en_US.UTF-8\nLC_ALL=en_US.UTF-8' > /etc/default/locale"
reboot
| /** | |
| * A custom function that verifies an email ID | |
| * | |
| * @param {String} email ID | |
| * @return {Boolean} If the email ID is active | |
| * @customfunction | |
| */ | |
| function verifyEmail(email) { | |
| // Replace this with your Hunter.io API key |
| var cheerio = require('cheerio') | |
| , Shred = require('shred') | |
| , shred = new Shred() | |
| , http = require('http') | |
| , URL = require('url'); | |
| var server = http.createServer(function(request, response) { | |
| var url, urlToDiscover; | |
| url = URL.parse(request.url, true); |
OpenGameArt.org: Inspiring concept. Although, still in its early stages.
Lost Garden free game graphics and SpriteLib GPL: We couldn’t decide between these two new-school and old-school sprite sets.
CG Textures: An abundance of textures suitable for 3D models.
The Freesound Project: A huge list of Creative Commons sound samples.
Serendipity: Random text generators, including the (G-rated) cuss-o-matic.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>A form</title> | |
| </head> | |
| <body> | |
| <form action="feedback" method="post"> | |
| <!-- Simple text field --> |
| String name = req.getParameter("name"); | |
| String email = req.getParameter("email"); | |
| String message = req.getParameter("message"); | |
| // Create Mail message | |
| Properties props = new Properties(); | |
| Session session = Session.getDefaultInstance(props, null); | |
| Message msg = new MimeMessage(session); | |
| msg.setFrom(new InternetAddress("support@acme.com", | |
| "Acme Support Team")); |
| ○ → curl https://sparkshoes.com.au/login | |
| <!DOCTYPE html> | |
| <!--[if IE 9 ]> | |
| <html class="ie ie9" lang="en" class="no-js"> <![endif]--> | |
| <!--[if !(IE)]><!--> | |
| <html lang="en" class="no-js"> | |
| <!--<![endif]--> | |
| <head> | |
| <title>Automox</title> |
| require(["N/https"], function(https) { | |
| function sendErrorPayload(apikey, error, options) { | |
| if (!apikey) { | |
| throw new Error("API Key is missing!") | |
| } | |
| if (!error || !error.stack) { | |
| throw new Error("Invalid error!") | |
| } |