Pinned Repositories
3DAscii
a java game that visualizes 3d environments with ascii graphics
AI-Tools
Catch all for some misc AI and machine learning tools I've been developing as one offs. If I should find one worth exploring further, it may also end up in it's own repo
airplay2-receiver
AirPlay 2 Receiver - Python implementation
alexa-ramhacks2016
bookbinder
I wanted a little python script for turning json files into pdfs for printing out books
filemanager
JavaFX file manager
poembot
This is a modern web implementation of my PoemBot from 2020 on my blue-ivy.github.io website. Re-worked some of this with a buddy and I wanted to open it up for the wholewideweb ;3
VisualAsciiInteractive
A quick project to see what kind of cool jazz the rl-engine can whip up for visuals
watdis
A lovely little script in python powered by wikipedia
WebRTC_Classroom
This is a tool using WebRTC that I use to teach my programming classes. It creates a broadcast connection, one to many, opens a data channel, and facilitates screen-sharing.
IvyDowling's Repositories
IvyDowling/filemanager
JavaFX file manager
IvyDowling/WebRTC_Classroom
This is a tool using WebRTC that I use to teach my programming classes. It creates a broadcast connection, one to many, opens a data channel, and facilitates screen-sharing.
IvyDowling/3DAscii
a java game that visualizes 3d environments with ascii graphics
IvyDowling/AI-Tools
Catch all for some misc AI and machine learning tools I've been developing as one offs. If I should find one worth exploring further, it may also end up in it's own repo
IvyDowling/airplay2-receiver
AirPlay 2 Receiver - Python implementation
IvyDowling/alexa-ramhacks2016
IvyDowling/bookbinder
I wanted a little python script for turning json files into pdfs for printing out books
IvyDowling/poembot
This is a modern web implementation of my PoemBot from 2020 on my blue-ivy.github.io website. Re-worked some of this with a buddy and I wanted to open it up for the wholewideweb ;3
IvyDowling/VisualAsciiInteractive
A quick project to see what kind of cool jazz the rl-engine can whip up for visuals
IvyDowling/watdis
A lovely little script in python powered by wikipedia
IvyDowling/Bote
Java Roguelike using the RLEngine where you play as a lone soul sailing on the ocean.
IvyDowling/Cathedral
Java Swing Roguelike with ASCII Panel graphics, implementing my RL-Engine and Combat system.
IvyDowling/classtime
This is where I'm going to put all the files for the python js class im teaching
IvyDowling/FishMonitor-CNN
This is my attempt at https://www.kaggle.com/c/the-nature-conservancy-fisheries-monitoring/data. I used the CNN from tensorflow called inceptrion and transfer learning to teach it about fish pictures with the help of siraj https://www.youtube.com/watch?v=QfNvhPx5Px8&t=233s
IvyDowling/HonestWeather
Who needs detailed weather reports, am i right?
IvyDowling/ivydowling.github.io
IvyDowling/JavaRoguelikeCombatSystem
Combat System based upon a dex-priority with body part implementation written in Java
IvyDowling/JavaScript-Roguelike
An old roguelike I made to plop into websites, written in Javascript, made pretty by CSS.
IvyDowling/nlyricstk
Inspired by a friend's suggestion, a tool that takes lyrics from an artist, creates an ngram, and outputs a tts of the new song(gtts)
IvyDowling/perly-qa
This is a QA System built to answer Who When What Where questions. Implemented in Perl, utilizing WordNet, Wikipedia, and NLP principles.
IvyDowling/py-stocking
using a source vector regression to predict and graph stock prices
IvyDowling/QuickWeather
Just the weather fetch from HonestWeather, nice for a quick command line tool.
IvyDowling/RL-Engine
A baseline ASCII Engine implementing ASCII-Panel by trystan
IvyDowling/secret-magic
pixel games for funny folks
IvyDowling/slim-theme
my slim theme I like for linux login manager SLiM
IvyDowling/TF2MapParser
A text-based Team Fortress 2 Map Creator
IvyDowling/tint2rc
this the the way I like my tint2rc
IvyDowling/tones
IvyDowling/WebRTC_1-to-1
This is an implementation of WebRTC to enable one to one calls between users with a node server and socket.io
IvyDowling/WebRTCWebcam
WebRTC lib implemented to access getusermedia(). npm test to run