I hereby claim:
- I am filharvey on github.
- I am filharvey (https://keybase.io/filharvey) on keybase.
- I have a public key ASAy_ZTwu7FExm_lsJxgJ7QkxtDdz1t_IQ6qFEMS2N7i4wo
To claim this, I am signing this object:
package starling.extensions.DistanceFieldFont | |
{ | |
import flash.geom.Rectangle; | |
import flash.utils.Dictionary; | |
import starling.display.Image; | |
import starling.text.BitmapChar; | |
import starling.textures.Texture; | |
import starling.textures.TextureSmoothing; | |
import starling.utils.HAlign; |
Verifying that +filharvey is my Bitcoin username. You can send me #bitcoin here: https://onename.io/filharvey |
'use strict'; | |
var uri = '*'; | |
var PokemonGO = require('./Pokemon-GO-node-api/poke.io.js'); | |
var redis = require('./redis')(); | |
var geo = require('georedis').initialize(redis); | |
// using var so you can login with multiple users | |
var a = new PokemonGO.Pokeio(); |
/** | |
* Based on https://github.com/mrdoob/three.js/blob/a72347515fa34e892f7a9bfa66a34fdc0df55954/examples/js/exporters/STLExporter.js | |
* extended from https://gist.github.com/kjlubick/fb6ba9c51df63ba0951f | |
* Tested on r68 and r70 | |
* @author kjlubick / https://github.com/kjlubick | |
* @author kovacsv / http://kovacsv.hu/ | |
* @author mrdoob / http://mrdoob.com/ | |
*/ | |
THREE.STLExporter = function () {}; |
I hereby claim:
To claim this, I am signing this object:
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
server { | |
listen 443 ssl; | |
ssl_certificate /srv/certs/fullchain.pem; | |
ssl_certificate_key /srv/certs/privkey.pem; |