Skip to content

Instantly share code, notes, and snippets.

extern crate hyper;
use std::io::Read;
fn main() {
let client = hyper::Client::new();
let mut res = client.get("http://2fe5e2b9.ngrok.io/server-info").send().unwrap();
let mut s = String::new();
res.read_to_string(&mut s).unwrap();
println!("{}", s);
Para registrarte u obtener más información sobre el evento por favor escribir a federico.builes@gmail.com.
**Fecha**: Sabado 30 de Abril
**Hora**: 3PM
**Lugar**: Barista Ventures - Calle 10B #36-62, Oficina 101.
**Inscripción**: $25.000 (se cierra el 30 de Abril a las 6AM)
Premios
-------
Primer puesto: Al menos 60 Packs (o equivalente en pesos).
@febuiles
febuiles / hs.md
Last active April 28, 2016 18:41
Hearthstone Open Cup MDE

Para registrarte u obtener más información sobre el evento por favor escribir a federico.builes@gmail.com.

Fecha: Sabado 30 de Abril
Hora: 3PM
Lugar: Barista Ventures - Calle 10B #36-62, Oficina 101.
Inscripción: $25.000 (se cierra el 30 de Abril a las 6AM)

Premios

Primer puesto: Al menos 60 Packs (o equivalente en pesos).

AoL: No quiero decir que la sacaron del juego pero quedó muy debil.
FoN: Me gusta mucho el cambio, especialmente con el meta actual.[0]
KotG: Antes tenía: "Nerf, 2/3 hubiera sido justo, actualmente es 1 owl + 1 leper por 1 mana más, no
me dan los números." Justo después de eso vi los cambios de Owl y todo tiene sentido.
Owl: Pasó a ser tech, el ebola se vuelve más manejable. No se si lo incluya en casi todos los mazos
como en este momento.
D 23:16:49.9379130 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9381260 GameState.DebugPrintPower() - tag=CONTROLLER value=2
D 23:16:49.9384690 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9385670 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9386520 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9387260 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9387990 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9388720 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9389450 GameState.DebugPrintPower() - tag=CONTROLLER value=1
D 23:16:49.9390280 GameState.DebugPrintPower() - tag=CONTROLLER value=1
Unloading 0 Unused Serialized files (Serialized files now loaded: 28)
Unloading 4351 unused Assets to reduce memory usage. Loaded Objects now: 10868.
Total: 30.174347 ms (FindLiveObjects: 1.254958 ms CreateObjectMapping: 0.474597 ms MarkObjects: 26.873987 ms DeleteObjects: 1.569965 ms)
Unloading 2 Unused Serialized files (Serialized files now loaded: 28)
Unloading 1135 unused Assets to reduce memory usage. Loaded Objects now: 10515.
Total: 29.421501 ms (FindLiveObjects: 0.526722 ms CreateObjectMapping: 0.427949 ms MarkObjects: 27.876919 ms DeleteObjects: 0.589359 ms)
@febuiles
febuiles / gsoc.html
Last active September 14, 2015 18:10
Google Summer of Code Wrap up: Ruby on Rails
<h1>Google Summer of Code Wrap up: Ruby on Rails</h1>
<p>Rails is a Ruby framework that includes everything needed to create web applications. This was
our fourth Summer of Code participation, and in this post we'd like to tell you a bit about this
year's projects.</p>
<h2>Asset Source Maps (<a href="https://github.com/Andreis13">Andrei Istratii</a>)</h2>
<p>Andrei has added support for several types of <a href="https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map">Source
Maps</a> to
@febuiles
febuiles / gsoc.md
Last active September 10, 2015 07:43

Google Summer of Code Wrap up: Ruby on Rails

Rails is a Ruby framework that includes everything needed to create web applications. This was our fourth Summer of Code participation, and in this post we'd like to tell you a bit about this year's projects.

Asset Source Maps (Andrei Istratii)

Andrei has added support for several types of Source Maps to Sprockets 4. With Source Maps users can see a readable version of their code inside Developer Tools (Javascript, CSS, etc.) after it's been minified or compiled. Check out Andrei's

RS.where(city: [f1, f2, f3]) = > select * where RS where id in [1,2,3] and
RS.where(city: f2.city) +
RS.where(city: f3.city)
Loading development environment (Rails 4.2.1)
=> Rails.version
irb(main):001:0> => "4.2.1"
irb(main):002:0> User.where(name: "Foo").or(where(name: "bar"))
<!DOCTYPE html>
<html>
<head>
<style>
img { width: 60%; }
</style>
</head>
<body>
<img style="max-width:100%" src="https://assets.imgix.net/examples/puffins.jpg?fit=crop&crop=faces&sat=100#tl-663487888595353601;1043138249'" class="alwaysThinglink"/><script async charset="utf-8" src="http://cdn.thinglink.me/jse/embed.js"></script>
</body>