I worked pretty hard to ensure this script has a bunch of cool features. It now checks the weather to see if it's bright enough, and if so, can turn off the lights during the day to save power. Also has configurable on/off times before and during shabbos/yom tov.
github.com/CompuGenius-Programs/SmartLightsIssurBemelacha
FIxed the loading bar (by moving API call to own thread), added logic for displaying most recent item and fixed a bunch of other things in my static site generator and desktop client!
Finally got around to refactoring and upgrading the discord bot for one of my in-development games. It's function is to welcome new members and to play songs from the game's soundtrack.
github.com/CompuGenius-Programs/Scifyre-League-Bot
Modeled and am now printing a custom set of Tefillin (phylacteries) boxes in the shape of the Holy Temple
Used what I learned from my SSG project last week to migrate another project I would always update by hand to now automatically update!
My Tic-Tac-Toe AI engine can now play as both sides and therefore can be pitted against each other for testing different algorithms!
I built a website that hosts files for someone who publishes weekly. I had created a client app for them to upload with, but due to changes in the way he named the file, it wouldn't always work. I also didn't like how the uploader app's server was editing the html directly.
I decided to go about creating a SSG (static site generator) today that automatically gets all files in the directory, puts them in the correct order and then generates a brand new html file, so that all that now needs to happen is the pdf needs to be added to the repo. No html code now needs to be manually edited or forces through my uploader!
(No idea if this makes sense to anyone but me, but I'm really happy!)
github.com/CompuGenius-Programs/radmashgithub.com/CompuGenius-Programs/RadmashUploader
Created a SSG (static site generator) that automatically loads files in a directory, sorts them by a predefined order and then generates HTML for it.
Really proud of what I was able to accomplish yesterday! What started as a really crappy Python script for my 7th grade science fair was refactored and enhanced into a full tic-tac-toe engine. Along with an algorithm rewrite, I created an Engine library for creating and creating new Tic-Tac-Toe AI algorithms.
github.com/CompuGenius-Programs/Tic-Tac-Toe-AI
(Reposting due to possible issue with bot yesterday)
Really proud of what I was able to accomplish today! What started as a really crappy Python script for my 7th grade science fair was refactored and enhanced into a full tic-tac-toe engine. Along with an algorithm rewrite, I created an Engine library for creating and creating new Tic-Tac-Toe AI algorithms.
github.com/CompuGenius-Programs/Tic-Tac-Toe-AI
Created a small (but deceptively tricky) Python script to translate (move) SVG paths by the defined "translate" field so that they can be rendered nicely without offsets. github.com/CompuGenius-Programs/SVGTranslateRemover