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
IO.popen('./test') do |io| | |
begin | |
while line = io.readline do | |
send_data line | |
end | |
rescue EOFError => e | |
end | |
end |
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
#!/usr/local/bin/ruby | |
# encoding: UTF-8 | |
require 'rubygems' | |
gem 'mechanize' | |
gem 'main' | |
gem 'highline' | |
gem 'money' | |
gem 'change_watcher' |
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
# Fix Psych Warnings and failures | |
brew install libyaml | |
rvm reinstall ruby-1.9.2 --with-libyaml-dir=/usr/local |
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 'cuba' | |
require 'rack/async' | |
queue = Queue.new | |
class Async | |
def initialize(queue) | |
@queue = queue | |
end |
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
package main | |
import ( | |
"bytes" | |
"log" | |
"crypto/rsa" | |
"crypto/dsa" | |
"io" | |
"crypto" | |
"errors" |
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 Picomachine = require('picomachine'); | |
var WebSocket = require('websocket-client').WebSocket; | |
var WebRocket = function(key, options) { | |
this.key = key; | |
this.options = options || {}; | |
this.connection = new WebRocket.Connection; | |
}; | |
WebRocket.prototype = { |
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 'cuba' | |
require 'rack/async' | |
queue = Queue.new | |
class Async | |
def initialize(queue) | |
@queue = queue | |
end |
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
Quien es tu cliente? | |
Desarrolladores | |
Cual es tu propuesta de valor? | |
Facilitar la comunicación browser-servidor en tiempo real | |
Ofrecer tecnologia para procesar datos en tiempo real y presentarlos al instante al usuario. | |
Cuales son tus fuentes de ingresos? | |
SaaS Software as a Service |
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
#include <math.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <iostream> | |
#include <iomanip> | |
#include <fstream> | |
#include <vector> | |
#define EXIT_SUCCESS 0 |
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
* Chuck Norris always starts his projects with a Roundhouse-Kickoff. | |
* Chuck Norris is ScrumMaster and ProductOwner - simultaneously. | |
* Chuck Norris always wins at Planning Poker. | |
* Chuck Norris does not estimate, he knows. | |
* Chuck Norris can do 6-month sprints. | |
* Chuck Norris does not move story cards, he moves the taskboard. | |
* When Chuck Norris says "done", believe me, it’s "done". | |
* Even Chuck Norris is not allowed to be late at the stand-up meeting. Now you tell him. | |
* Chuck Norris can do a thousand sit-ups during the stand-up meeting. | |
* Chuck Norris answers just two questions on the stand-up meeting. Chuck Norris does not know obstacles. |