I hereby claim:
- I am izolate on github.
- I am izolate (https://keybase.io/izolate) on keybase.
- I have a public key ASBEsv4wUE5goTR0Q7JuZaHPoFPfT_3zDGDIKJSI-_Mvjgo
To claim this, I am signing this object:
| /** | |
| * Requirements: Node.js, npm | |
| * $ npm install request-json | |
| */ | |
| request = require('request-json'); | |
| var client = request.newClient('http://letsrevolutionizetesting.com'); | |
| var ids = []; | |
| client.get('challenge', function(err, res, body) { |
| """ | |
| Solution for Clever's job application. | |
| Figuring out the average number of students per section. | |
| """ | |
| import requests | |
| import json | |
| class Clever: | |
| def __init__(self, auth): |
| IOJS_VERSION=v0.0.0 | |
| IOJS_DIR=$HOME/.iojs | |
| iojs_install() { | |
| iojs_setup | |
| iojs_download | |
| iojs_assemble | |
| iojs_teardown | |
| } |
| # This is a single line comment | |
| /* | |
| This is a multi-line comment, | |
| useful for when you have lots to say. | |
| */ | |
| # Arithmetic | |
| 5 + 5 # 10 | |
| 5 - 5 # 0 |
| 'use strict' | |
| const suffixes = new Map() | |
| suffixes.set(3, 'K') | |
| suffixes.set(6, 'M') | |
| suffixes.set(9, 'B') | |
| suffixes.set(12, 'T') | |
| // Figure out the appropriate scale for the number | |
| const scale = (num) => { |
I hereby claim:
To claim this, I am signing this object:
Opt-in
Scoping