I hereby claim:
- I am abourget on github.
- I am abourget (https://keybase.io/abourget) on keybase.
- I have a public key ASDOwPRLvU0tt95s4Kx0mbdy76giDFpfPBLizucn60qPhgo
To claim this, I am signing this object:
| if(window.Audio) { | |
| var audio = new Audio("notification.ogg") | |
| } | |
| var name = "" | |
| var name_el = <input maxlength=18 placeholder=_Name> | |
| var name_error_el | |
| var name_form_el | |
| var message_list_el | |
| var message_form_el | |
| var message_ids = {} |
| // you need to take out this line for it to work with node 0.6+: | |
| // comment out this line in the dust/lib/server.js file after "npm install dust": | |
| require.paths.unshift(path.join(__dirname, '..')); | |
| // otherwise, you'll get: | |
| /* | |
| node test/server.js |
| webassets.base_dir=%(here)s/myapp | |
| webassets.base_url=/ | |
| webassets.debug=True | |
| webassets.updater=timestamp | |
| webassets.cache=True | |
| webassets.DUSTY_PATH=/path/to/myapp/node_modules/dusty/bin/dusty | |
| # after installation, following instructions here: | |
| # https://github.com/abourget/webassets/blob/master/src/webassets/filter/dust.py#LC16 |
| /** | |
| * Inspired by AngularJS' implementation of "click dblclick mousedown..." | |
| * | |
| * This ties in the Hammer events to attributes like: | |
| * | |
| * hm-tap="add_something()" | |
| * hm-swipe="remove_something()" | |
| * | |
| * and also has support for Hammer options with: | |
| * |
| #!/usr/bin/env python | |
| # | |
| # This is a script we use at Tenscores, and it is specific only in the sense that we use IP addresses | |
| # and use the variable `hostname` to find the correct nodes. Also, it connect to user `ubuntu` by | |
| # default.. that could be checked up in the vars too. | |
| # | |
| # Our hosts file looks like: | |
| # | |
| #[appservers] |
| import "dart:io"; | |
| import "dart:utf"; | |
| import 'dart:json' as JSON; | |
| import 'dart:async'; | |
| import 'dart:isolate' as isolate; | |
| import 'dart:mirrors'; | |
| String API_KEY = "INSERT_KEY_HERE"; | |
| class Bot { |
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| _ "github.com/abourget/featurette/design" | |
| "github.com/goadesign/goa/design" | |
| "github.com/goadesign/goa/dslengine" |
| ... | |
| func serve() error { | |
| service := goa.New("Featurette") | |
| publicKeys := loadJWTPublicKeys(service) | |
| ... | |
| // JWTSecurity was generated, because I named my security method "jwt" |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "expiration": "2018-07-09T13:09:20", | |
| "ref_block_num": 955, | |
| "ref_block_prefix": 2477295815, | |
| "max_net_usage_words": 0, | |
| "max_cpu_usage_ms": 0, | |
| "delay_sec": 0, | |
| "context_free_actions": [], | |
| "actions": [ | |
| { |