_____ _______ ___ ____ _____ _____ _ _ |_ _|___ /\ \/ / |_ |___ \ |_ _|___ / _ __ _ __ ___ (_)_ __ __ _| | | | |_ \ \ /| __|____ __) |____| | |_ \| '__| '_ ` _ \| | '_ \ / _` | | | | ___) |/ \| ||_____/ __/_____| | ___) | | | | | | | | | | | | (_| | | |_| |____//_/\_\\__| |_____| |_| |____/|_| |_| |_| |_|_|_| |_|\__,_|_|Ascii TextFile
A small website powered by debian on linode. A project built entirely in the command line with vim, python, sqlite, perl, php, and bash.
#Here's some code # Creates a unique, 6 digit, alpha numeric code import random rnd = random.randint(0, 25) letterList = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', \ 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'] print(letterList[rnd] + letterList[random.randint(0, 25)] + \ letterList[random.randint(0, 25)] + '-' + str(random.randint(0, 999)))
There's a compression machine, programming notes and scripts, and the ability to use bash scripts from the client.