Code | Title | Duration | Link |
---|---|---|---|
Keynote | Andy Jassy Keynote Announcement Recap | 0:01 | https://www.youtube.com/watch?v=TZCxKAM2GtQ |
Keynote | AWS re:Invent 2016 Keynote: Andy Jassy | 2:22 | https://www.youtube.com/watch?v=8RrbUyw9uSg |
Keynote | AWS re:Invent 2016 Keynote: Werner Vogels | 2:16 | https://www.youtube.com/watch?v=ZDScBNahsL4 |
Keynote | [Tuesday Night Live with Jame |
BEARER='...' | |
def load_tweets(query,since_id=nil,lang="en",page=1,rpp=100) | |
res=RestClient.get('https://api.twitter.com/1.1/search/tweets.json', | |
{:params=> {:q=>query, :lang=>lang,:count=>rpp,:result_type=>:recent,:since_id=>since_id}, | |
:accept=>:json, | |
:Authorization => "Bearer #{BEARER}"}) | |
puts "query '#{query}'\n since id #{since_id} result #{res.code}" | |
return [] unless res.code==200 | |
data=JSON.parse(res.to_str) |
create index on :Movie(title); | |
create index on :Person(name); | |
CREATE (TheMatrix:Movie {title:'The Matrix', released:1999, tagline:'Welcome to the Real World'}) | |
CREATE (Keanu:Person {name:'Keanu Reeves', born:1964}) | |
CREATE (Carrie:Person {name:'Carrie-Anne Moss', born:1967}) | |
CREATE (Laurence:Person {name:'Laurence Fishburne', born:1961}) | |
CREATE (Hugo:Person {name:'Hugo Weaving', born:1960}) | |
CREATE (AndyW:Person {name:'Andy Wachowski', born:1967}) | |
CREATE (LanaW:Person {name:'Lana Wachowski', born:1965}) |
source "https://rubygems.org" | |
ruby "2.1.1" | |
gem 'sinatra', '1.1.0' | |
gem 'neo4j-core', '3.0.0.alpha.11' |
Remote work (or based in Valencia)
Chicisimo is a player in the social fashion space, and we are building tools to help girls decide what to wear.
We serve an amazing community of fashion enthusiasts who spend up to 1 hour a week on our site, with engagement ratios growing 30% month over month.
We have worldclass media and ecommerce partners, and have been featured on both fashion and tech press. Also, we are lucky to have amazing investors.
TL;DR PayPal fatal. Paymill molamil.
PayPal no ofrece en España un método de pago que se integre por completo con tu webapp. La integración más básica Pago estándar consiste básicamente en redirigirte a PayPal e introducir ahí los datos de tu tarjeta. Es decir, la clásica página estándar de checkout de PayPal, con su típico look & feel.
La alternativa algo más avanzada, Pasarela integral, permite que en esa página externa de PayPal se pueda personalizar el logo... y algún que otro detalle (según PayPal "hasta 21 elementos gráficos").
require "json" | |
require "net/https" | |
content = ARGF.read | |
http = Net::HTTP.new("api.github.com", 443).tap do |h| | |
h.use_ssl = true | |
end |
""PATHOGEN ------------------------------------ | |
"call pathogen#runtime_append_all_bundles() | |
"call pathogen#helptags() | |
"filetype off " required! | |
"VUNDLE -------------------------------------- | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
" let Vundle manage Vundle |
You cannot do it on your own. Whether you're buildings products or a consultancy, you need developers. You can't afford to outbid everyone else and, even if you do, another company will up the ante in six months. You can't rely on your network or universities to deliver fully ready Rails devs. Professional recruiters are no answer.
Your only real option is to build them. That's the situation LivingSocial faced, and in this session, we'll share lessons learned from the design, recruitment, and beginning months of Hungry Academy. Let's discuss:
- Recruiting applicants
- Evaluating aptitude