Skip to content

Instantly share code, notes, and snippets.

View jsimplicio's full-sized avatar

Jules jsimplicio

View GitHub Profile
@jsimplicio
jsimplicio / keybase.md
Created February 13, 2019 18:49
keybase.md

Keybase proof

I hereby claim:

  • I am jsimplicio on github.
  • I am simplicio (https://keybase.io/simplicio) on keybase.
  • I have a public key whose fingerprint is 229F 64DE 516E 651B F0CC AAF9 2757 2980 E164 7A52

To claim this, I am signing this object:

easy
easy
easy
easy
easy
easy
easy
easy
natural
natural
convenient
convenient
convenient
convenient
convenient
helpful
helpful
helpful
innovative
innovative
fun
fun
fun
fun
fun
fun
fun
futuristic
futuristic
futuristic
Fun, interactive, real.
natural, easy, fun.
Controllable , fun, easy
Useful, cool, + cutting-edge.
Sleek Futuristic Convenient
Intuitive, fun and natural
Intuitive, futuristic, somewhat efficient
Amazing Ideal Helpful
A lot of fun
natural, cool, easy
@jsimplicio
jsimplicio / tracker-change-mail.js
Last active April 13, 2016 20:48
Handle change email on tracker by Gregor
/**
* Handle change email form submit written by @gr2m
*/
document.querySelector('form.change-email').addEventListener('submit', function (event) {
event.preventDefault()
var email = this.querySelector('[name=email]').value
hoodie.account.update({
username: email