I hereby claim:
- I am stevencorona on github.
- I am stevencorona (https://keybase.io/stevencorona) on keybase.
- I have a public key whose fingerprint is 436D F205 FB7E 9785 25AF 839B B9D9 80BF 3F12 A109
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!ipxe | |
set base-url http://stable.release.core-os.net/amd64-usr/current | |
kernel ${base-url}/coreos_production_pxe.vmlinuz sshkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHvBaviXrgShPWTHx2+VTDQNA3rbcG56OSxJE7Kljy4E6CutHaLW2s9CIi8yFKJ/h+A3ae/3eS6OJkPhDPEAriagynQQ4aOgWJ6CbzR1aEyUqbVg3yCp3tZ0iqV5lINsMZAH5YK9MlTl+mQaoQrUeidlgHQ2zMrCelD+w5I0S9mcQ7JD0Ugyx5P9GbAm5QoXn5Gzxwrd6tbRR9DHs/wNkSfR1Hn6e7nApB09zdnHX1KcV7YYBP9Td4KGHJ2RQIzPjgAMPX5j1MTJsC6WOd17jOSKZVcuiNelwziUKgkM0c8ilPeoXih1ZbrNNfkNLSk+6HSp0z7jtPgHbnQxu7Gv5D [email protected]" | |
initrd ${base-url}/coreos_production_pxe_image.cpio.gz | |
boot |
You know, Hitler wanted to be an artist. At eighteen he
took his inheritance, seven hundred kronen, and moved to
Vienna to live and study. He applied to the Academy of
Fine Arts and later to the School of Architecture.
Ever see one of his paintings? Neither have I.
Resistance beat him.
Call it overstatement but I'll say it anyway: **it was
easier for Hitler to start World War II than it was for
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
}; | |
var shouldTurn = true; | |
Robot.prototype.onIdle = function(ev) { |
root@slave01:/tmp# hdparm -T /dev/sda | |
/dev/sda: | |
Timing cached reads: 28696 MB in 2.00 seconds = 14365.30 MB/sec | |
root@slave01:/tmp# hdparm -t /dev/sda | |
/dev/sda: | |
Timing buffered disk reads: 1452 MB in 3.00 seconds = 483.41 MB/sec |
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: memcached | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start memcached daemon |
<?php | |
require_once "./phpcassa/columnfamily.php"; | |
// Create new ConnectionPool like you normally would | |
$pool = new ConnectionPool("KeyspaceName", array("127.0.0.1")); | |
// Retrieve a raw connection from the ConnectionPool | |
$raw = $pool->get(); | |
$rows = $raw->client->execute_cql_query("SELECT * FROM ColumnFamily WHERE KEY = 1", cassandra_Compression::NONE); | |
// Return the connection to the pool so it may be used by other callers. Otherwise, | |
// the connection will be unavailable for use. | |
$pool->return_connection($raw); |
if ($foo == true) { | |
// LOTS | |
// OF | |
// CODE | |
// HERE | |
// OMG | |
// SO | |
// MUCH | |
// CODE | |
} else { |
Steve@iMac /Users/Steve (ruby-1.9.2-p180) | |
⚡ curl -d "id=20" http://www.gleegiveanote.com/make_vote.php | |
1 |