Skip to content

Instantly share code, notes, and snippets.

@lucidguppy
lucidguppy / helloworld.nim
Created May 17, 2014 23:24
Print hello world to the stdout in nimrod
#simple hello world in nimrod
echo("Hello World!")
@lucidguppy
lucidguppy / Type check
Created March 8, 2014 12:41
Bare bones type checking for function
from functools import wraps
class Boat(object):
def __init__(self,color):
self.color = color
def hello(self):
print("I'm a {} boat".format(self.color))
@lucidguppy
lucidguppy / install pip log
Created March 1, 2014 14:27
Installing cryptography 0.2.1 on lubuntu
------------------------------------------------------------
/usr/bin/pip3 run on Sat Mar 1 09:10:17 2014
Downloading/unpacking cryptography
Getting page https://pypi.python.org/simple/cryptography/
URLs to search for versions for cryptography:
* https://pypi.python.org/simple/cryptography/
Analyzing links from page https://pypi.python.org/simple/cryptography/
Skipping link https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2-cp26-none-win32.whl#md5=13e5c4b19520e7dc6f07c6502b3f74e2 (from https://pypi.python.org/simple/cryptography/); unknown archive format: .whl
Skipping link https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2.1-cp26-none-win32.whl#md5=00e733648ee5cdb9e58876238b1328f8 (from https://pypi.python.org/simple/cryptography/); unknown archive format: .whl