Skip to content

Instantly share code, notes, and snippets.

View nicocesar's full-sized avatar

Nico Cesar nicocesar

View GitHub Profile
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"uuid-prefix": { "type": "string" },
"addressPrefix": { "type": "string", "defaultValue": "10.0.0.0/16" },
"subnetPublicPrefix": { "type": "string", "defaultValue": "10.0.0.0/18" },
"subnetPrivatePrefix": { "type": "string", "defaultValue": "10.0.64.0/18" }
},
"variables": {
@nicocesar
nicocesar / errors.txt
Created October 7, 2015 18:14
arvados sdk pbr error
********** End of sdk/pam tests (0s) **********
********** Running sdk/python tests **********
running test
Searching for pbr<1.7.0
Best match: pbr 1.6.0
Processing pbr-1.6.0-py2.7.egg
foreman start
14:25:15 web.1 | started with pid 28032
14:25:16 web.1 | "hello"
0x22b224a1420a802ab51d326e29fa98e34c4f24ea
0xbe*****
14:26:52 web.1 | Before we begin, I need to ask you two personal questions:
14:26:52 web.1 | What is your primary account which I should be using to send transactions?
14:26:52 web.1 |
14:26:52 web.1 | Thanks. 0x22b224a1420a802ab51d326e29fa98e34c4f24ea is what I will use.
14:26:52 web.1 | Thanks. Now what is the private key for that account which I should be using?
import random
import threading
import time
class C(threading.Thread):
def run(self):
while True:
n = random.randint(1,5)
if n < 2:
@nicocesar
nicocesar / test_nico.py
Created September 29, 2011 12:43
What is the answer?
import mindread
for a in range(0):
think("man!")
def nonsense:
return None
return "i'll be buying gist shares on the stock market then!"