title: Technical Resume Hints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jinja2==2.7.2 | |
Markdown==2.3.1 | |
MarkupSafe==0.18 | |
PyYAML==3.10 | |
Pygments==1.6 | |
argparse==1.2.1 | |
distribute==0.6.34 | |
docutils==0.11 | |
wok==1.0.0b | |
wsgiref==0.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jinja2==2.7.1 | |
Markdown==2.2.1 | |
MarkupSafe==0.18 | |
PyYAML==3.10 | |
Pygments==1.6 | |
argparse==1.2.1 | |
distribute==0.7.3 | |
docutils==0.10 | |
wok==0.9.0 | |
wsgiref==0.1.2 |
title: Technical Resume Hints
category: blog tags: guide author: Emily Dunham [email protected] date: 2014-01-25
title: Technical Resume Hints
category: blog tags: guide author: Emily Dunham [email protected] date: 2014-01-25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! usr/bin/env python | |
# Hieronder volgt de code voor een rekenmachine waarbij aan de gebruiker | |
# de invoer van 2 getallen wordt gevraagd en welke operandor op de 2 | |
# getallen toegepast moet worden | |
from time import sleep | |
def calculator(name): | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/lib python2.7 | |
## | |
# NAME | |
# wiki2rst.py -- convert Dokuwiki page syntax to reStructured Text | |
# | |
# REQUIRES | |
# pandoc (ext.program) | |
# | |
# SYNTAX | |
# wiki2rst.py pages pages/tutorials/tutorial-part-4-2.txt (single file) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
import sys | |
import re | |
def get_doku_table(): | |
if len(sys.argv) < 2: | |
print """Please pass the name of the file containing your dokuwiki | |
table as an argument to this script.""" | |
exit() | |
path = sys.argv[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[08:00] < simpson> | brutal_chaos, edunham, mythmon, TkTech : Mass ping. | |
There are many things that need to be (re)built. In no | |
specific order... | |
[08:01] < simpson>| * Packet parsing needs to be redone. Construct is both | |
too slow and too unmaintainable. The protocol is big enough that walls | |
of struct.unpack() would be quite reasonable, and we need to figure out | |
how to subparse all of the domain-specific formats. | |
https://github.com/bravoserver/bravo/issues/433 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['Andriod', 'Arch', 'BSD', 'Centos', 'ChromeOS', 'CoreOS', 'DSL', 'Debian', 'Fedora', 'Gentoo', 'Linux From Scratch', 'Mac Homebrew Stuff', 'Meego/Tizen', 'OSX', 'RHEL', 'Slackware', 'Ubuntu', 'Ubuntu Server', 'Unix', 'Windows'] |