bookworm3x4
Math geek. Cat & snake parent. Treehugger. Teaching myself to code for fun and, perhaps, profit?
Northampton, MA
Pinned Repositories
Battleship
a player-v-player battleship game
Bouncing-ball
My first p5.js project ~ a take on the old screen saver with a ball that bounces off the edges of the screen.
Connect-Four
Player v player game of Connect Four. Currently text-based.
crochet-sphere-calculator
Applet that generates the basic outline for a mathematically-accurate crocheted sphere.
Emmetts-Octo-Waddle
emmetts-tic-tac-toe
Trying my hand at creating a two-player tic-tac-toe game.
ffn-scraper
scrapes html from Fanfiction.net pages to generate text files of works in Markdown, for conversion to ebook using calibre
Getting-FFN-files
A program to scrape Fanfiction.net pages and build a text file holding the complete contents of a work. I eventually hope to add code to output a .mobi file as well.
holiday-extractor
Program to take holiday data from http://interfaith-calendar.org/ and create a csv file listing all the holidays in academic year 2018-2019.
improved-octo-waddle
Calculate revenue by headcount and discounted rates.
bookworm3x4's Repositories
bookworm3x4/crochet-sphere-calculator
Applet that generates the basic outline for a mathematically-accurate crocheted sphere.
bookworm3x4/Battleship
a player-v-player battleship game
bookworm3x4/Bouncing-ball
My first p5.js project ~ a take on the old screen saver with a ball that bounces off the edges of the screen.
bookworm3x4/Connect-Four
Player v player game of Connect Four. Currently text-based.
bookworm3x4/Emmetts-Octo-Waddle
bookworm3x4/emmetts-tic-tac-toe
Trying my hand at creating a two-player tic-tac-toe game.
bookworm3x4/ffn-scraper
scrapes html from Fanfiction.net pages to generate text files of works in Markdown, for conversion to ebook using calibre
bookworm3x4/Getting-FFN-files
A program to scrape Fanfiction.net pages and build a text file holding the complete contents of a work. I eventually hope to add code to output a .mobi file as well.
bookworm3x4/holiday-extractor
Program to take holiday data from http://interfaith-calendar.org/ and create a csv file listing all the holidays in academic year 2018-2019.
bookworm3x4/improved-octo-waddle
Calculate revenue by headcount and discounted rates.
bookworm3x4/Mint-ID
Interactive flowchart helps the user distinguish between several common varieties of garden mint. Created as a sample flowchart program for Holyoke Codes' adult Puth
bookworm3x4/movies_metadata
data from https://www.kaggle.com/carolzhangdc/imdb-5000-movie-dataset for a Python class
bookworm3x4/text-to-font
Program takes ASCII fonts (defined by a dictionary in a separate py file) and user-input message and outputs the text in the font. Designed for a Python class for Holyoke Codes.