Skip to content

Instantly share code, notes, and snippets.

View cscorley's full-sized avatar
🐷
PIG MODE

Christopher Corley cscorley

🐷
PIG MODE
View GitHub Profile
@stettix
stettix / things-i-believe.md
Last active August 28, 2024 14:54
Things I believe

Things I believe

This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.

Agree? Disagree? Feel free to let me know at @JanStette. See also my blog at www.janvsmachine.net.

Fundamentals

Keep it simple, stupid. You ain't gonna need it.

@shapr
shapr / gsms.py
Created May 21, 2013 23:13
Part of the code I use to check gvoice SMS messages on my laptop and Raspberry Pi
import sqlite3 as lite
import imaplib
import email
# assume gtk is all good
import gnotify
# assume db has been setup correctly
def createtyrnidb():