gerryjenkinslb
Professor Emeritus Long Beach City College. Software design since 70s. Experienced in hardware & Software. Multiple Prog. Languages.
RetiredLong Beach, CA
Pinned Repositories
Balanced-Structure-Graph-Game-Thorns-
Files to create test data for Game of Thorns Challenge on reddit/r/dailyprogrammer Game of Thorns post
cs22-slides-and-py-files
Slides and Python files used in my CS22 videos on youtube
download_emails
python code to download all emails from gmail (or other imap service) in either csv or json data
Programming-Walkthoughs
pygame_typing_simulation
Python PyGame Code for a typewriter Effect Object that simulates a human timing.
Python_AVL
basic AVL tree implemtation
YouTube-Scrapping
Scrap your YouTube Channel and create html table of contents and excel csv information file
gerryjenkinslb's Repositories
gerryjenkinslb/cs22-slides-and-py-files
Slides and Python files used in my CS22 videos on youtube
gerryjenkinslb/download_emails
python code to download all emails from gmail (or other imap service) in either csv or json data
gerryjenkinslb/YouTube-Scrapping
Scrap your YouTube Channel and create html table of contents and excel csv information file
gerryjenkinslb/pygame_typing_simulation
Python PyGame Code for a typewriter Effect Object that simulates a human timing.
gerryjenkinslb/Balanced-Structure-Graph-Game-Thorns-
Files to create test data for Game of Thorns Challenge on reddit/r/dailyprogrammer Game of Thorns post
gerryjenkinslb/Programming-Walkthoughs
gerryjenkinslb/Python_AVL
basic AVL tree implemtation
gerryjenkinslb/api-samples
Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.
gerryjenkinslb/blit_article
gerryjenkinslb/bpython
bpython - A fancy curses interface to the Python interactive interpreter
gerryjenkinslb/gerryjenkinslb.github.io
Gerry Jenkins Software Blog
gerryjenkinslb/gitignore
A collection of useful .gitignore templates
gerryjenkinslb/Ouroboros_Queue
Ouroboros Queue: Circular Single Linked Queue Structure
gerryjenkinslb/printfLanguageExamples
Examples of text formatting with printf like format codes across different languages.
gerryjenkinslb/purecss-francine
HTML/CSS drawing in the style of an 18th-century oil painting. Hand-coded entirely in HTML & CSS.
gerryjenkinslb/py_flocking_birds
python pyglet example with flocking birds
gerryjenkinslb/pygame_dirtysprites
gerryjenkinslb/pygame_text_scroll
demo code showing how to scroll text line by line in PyGame
gerryjenkinslb/SparklerSprite
A PyGame Python Sparkler Sprite
gerryjenkinslb/take-a-break
Python App to remind you when it's time to take regular break from your computer
gerryjenkinslb/threading_locks
Demonstration of why you want locks in python threading