Skip to content

Instantly share code, notes, and snippets.

View TechR10n's full-sized avatar
🎯
Focusing

TechR10n

🎯
Focusing
View GitHub Profile
#!/usr/bin/python
print "Content-type:text/html\n\n"
import MySQLdb
try:
conn = MySQLdb.connect (
host = "ideapapernet.fatcowmysql.com",
user = "ryanfourier",
passwd = "*password*",
db = "arduino_1")
@TechR10n
TechR10n / SOPT1.asm
Created February 17, 2015 21:33
SOPT1
LDA SOPT1 ;Load accum with contents of SOPT1
AND #%01111111 ;disable watchdog (located in first bit of SOPT1)
ORA #%00000001 ;enable reset button
STA SOPT1 ;Store accum data to SOPT1
http://www.quora.com/What-do-recruiters-look-for-in-a-resum%C3%A9-at-first-glance