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
require 'matrix' | |
require 'benchmark' | |
def regress x, y, degree | |
x_data = x.map { |xi| (0..degree).map { |pow| (xi**pow).to_f } } | |
mx = Matrix[*x_data] | |
my = Matrix.column_vector(y) | |
((mx.t * mx).inv * mx.t * my).transpose.to_a[0] |
((1..20).to_a+[6]*4).each{|i|puts ('#'*i*2).center(80)};puts;puts 'Merry Christmas'.center(80) |
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 |
Les Human Talks ont lieu les 2eme mardis du mois
Voilà les dates de 2012-2013:
//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); |
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.
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=', |
I hereby claim:
To claim this, I am signing this object:
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.