- Projet:
- Lieu:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"startUrls": [ | |
{ | |
"url": "https://www.humancoders.com/formations", | |
"method": "GET", | |
"userData": { | |
"label": "START" | |
} | |
} | |
], |
I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an external hard drive that backup everything using Time Machine, but I don't want all the crap I had in the old one.
I hereby claim:
- I am camilleroux on github.
- I am camilleroux (https://keybase.io/camilleroux) on keybase.
- I have a public key whose fingerprint is BEA7 6CC6 C714 4CEF C10D FA2C 2D9C 7C3E CACA FBC6
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var addTagToEnd, universalCode; | |
universalCode = { | |
'amazon.co.uk': 'tag=', | |
'amazon.com': 'tag=', | |
'amazon.de': 'tag=', | |
'amazon.fr': 'tag=pragmaticentrepreneurs-21', | |
'javari.co.uk': 'tag=', | |
'javari.de': 'tag=', | |
'javari.fr': 'tag=pragmaticentrepreneurs-21', | |
'amazonsupply.com': 'tag=', |
Baseline : Neo4j pour les développeurs
https://www.humancoders.com/formations/neo4j
Durée : 3 jours
Développeurs, doté d'une bonne expérience avec un langage objet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
robot.rotateCannon(cannonRelativeAngle); |
Les Human Talks ont lieu les 2eme mardis du mois
Voilà les dates de 2012-2013:
- 16 octobre 2012 beta (exceptionnellement pas le 2eme)
- 13 novembre 2012
- 11 décembre 2012
- 8 janvier 2013
- 12 février 2013
- 12 mars 2013
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "rubygems" | |
require "twitter" | |
Twitter.configure do |config| | |
config.consumer_key = YOUR_CONSUMER_KEY | |
config.consumer_secret = YOUR_CONSUMER_SECRET | |
config.oauth_token = YOUR_OAUTH_TOKEN | |
config.oauth_token_secret = YOUR_OAUTH_TOKEN_SECRET | |
end |
NewerOlder