Role info: Junior Web Developer
Make a POST request to https://windbornesystems.com/career_applications.json with the following body:
{
"career_application": {
"name": "Your name",
"email": "Your email",
"role": "Junior Web Developer",Role info: Junior Web Developer
Make a POST request to https://windbornesystems.com/career_applications.json with the following body:
{
"career_application": {
"name": "Your name",
"email": "Your email",
"role": "Junior Web Developer",A Pen by Kasper De Bruyne on CodePen.
| const fs = require('fs'); | |
| const puppeteer = require('puppeteer'); | |
| const GIFEncoder = require('gifencoder'); | |
| const PNG = require('png-js'); | |
| function decode(png) { | |
| return new Promise(r => {png.decode(pixels => r(pixels))}); | |
| } |
| """ | |
| Implements a simple HTTP/1.0 Server | |
| """ | |
| import socket | |
| def handle_request(request): | |
| """Handles the HTTP request.""" |
| # sms.py | |
| # Sends sms message to any cell phone using gmail smtp gateway | |
| # Written by Alex Le | |
| import smtplib | |
| # Use sms gateway provided by mobile carrier: | |
| # at&t: number@mms.att.net | |
| # t-mobile: number@tmomail.net | |
| # verizon: number@vtext.com |