You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a couple programs that I thought it would be cool to program.
3
3
4
-
Doomsday.py is the Doomsday algorithm, which I learned in Number Theory at University of North Texas.
4
+
`Doomsday.py` is the Doomsday algorithm, which I learned in Number Theory at University of North Texas.
5
5
6
-
paycheck.py is a program I designed to see what was supposed to be taken out of my paycheck and used it to observe if the Federal Government took out too much or not enough.
6
+
`paycheck.py` is a scirpt I designed to see what was supposed to be taken out of my paycheck and used it to observe if the Federal Government took out too much or not enough.
7
+
8
+
`EngToPyg.py` takes English input and translates it into Pig Latin.
9
+
10
+
`PygToEng.py` takes Pig Latin and translates it back into English.
11
+
12
+
`webcrawler.py` is a simple script that I developed to talk about web scraping for a lightening talk for the 2018 Dataquest Chicago off-site.
0 commit comments