I hereby claim:
- I am ArnaudRinquin on github.
- I am ArnaudRinquin (https://keybase.io/ArnaudRinquin) on keybase.
- I have a public key whose fingerprint is ED6E 1710 7187 A0FB 03F1 77B3 DA50 87A2 52DD 3CA6
To claim this, I am signing this object:
/* | |
This code runs the same test as above but replacing setInterval by a custom interval maker : the Timer class. | |
The results must be read the same way : First value should be as close to 0 or 1000 as possible (any other value shows how "off the spot" the timing of the trigger was.) Second value is number of times the code has been triggered, and third value is how many times the could should have been triggered. | |
*/ | |
Timer = (function() { |
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
this.state = "spawned"; | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
switch(this.state) { |
# Path to your oh-my-zsh configuration. | |
ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="agnoster" | |
DEFAULT_USER="arnaud" |
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
"drag_text": false, | |
"fallback_encoding": "UTF-8", | |
"file_exclude_patterns": | |
[ |
I hereby claim:
To claim this, I am signing this object:
class: center, middle | |
# Title | |
--- | |
# Agenda | |
1. Introduction | |
2. Deep-dive |
I hereby claim:
To claim this, I am signing this object:
gap: git add -p
for patch mode
.
diff --git a
/gulpfile.js b/gulpfile.js
index 61d4a62..0e626f7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -7,7 +7,7 @@ require('coffee-script').register();
// * basics libs