I hereby claim:
- I am giodamelio on github.
- I am giodamelio (https://keybase.io/giodamelio) on keybase.
- I have a public key ASBRPgq5uNXpUg_PRUumToevHgEg406bAFhCMmk7f-vmkQo
To claim this, I am signing this object:
#! /usr/bin/env python | |
""" | |
Program or module info | |
""" | |
__version__ = "0.1" | |
__author__ = "Gio d'Amelio([email protected])" | |
__license__ = "Public Domain" | |
import sys |
#! /usr/bin/env python | |
""" | |
Program or module info | |
""" | |
__version__ = "0.1" | |
__author__ = "Gio d'Amelio([email protected])" | |
__license__ = "Public Domain" | |
def main(): |
#! /usr/bin/env python | |
""" | |
Simple python stock market day trader | |
""" | |
__version__ = "0.1" | |
__author__ = "Gio d'Amelio([email protected])" | |
__license__ = "Public Domain" | |
import pystock |
#! /usr/bin/env python | |
""" | |
Program or module info | |
""" | |
__version__ = "0.1" | |
__author__ = "Gio d'Amelio([email protected])" | |
__license__ = "Public Domain" | |
import market as marketsim |
//input sensor reading | |
//make decision based on sensor reading | |
//do one of below actions: | |
//to drive straight both wheels move forward at same speed | |
//to drive reverse both wheels move back at same speed | |
//to turn left the left wheel moves in reverse and the right wheel moves forward |
recipes = { | |
"recipe": { | |
"name": "solar_panel", | |
"type": "craft", | |
"ingredients": { | |
"input": [ | |
"coal_dust", | |
"glass", | |
"coal_dust", | |
"glass", |
recipes = { | |
"solar_panel": { | |
"type": "craft", | |
"ingredients": { | |
"input": [ | |
"coal_dust", | |
"glass", | |
"coal_dust", | |
"glass", | |
"coal_dust", |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Hello IPFS!</title> | |
<link rel="stylesheet" href="./style.css" /> | |
</head> | |
<body> | |
<h1>Hello IPFS!</h1> | |
</body> |
from urlparse import urljoin | |
import terminatorlib.plugin as plugin | |
NAME = "IPFSURLHandler" | |
# Make terminator recognize plugin | |
AVAILABLE = [NAME] | |
available = AVAILABLE # For old versions of terminator |
I hereby claim:
To claim this, I am signing this object: