Projects in Awesome Lists by MattMoony
A curated list of projects in awesome lists by MattMoony .
https://github.com/mattmoony/figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. π΅
audio cli discord figaro microphone pyaudio python roadmap sound sound-effects soundboard teamspeak virtual voice voice-changer voice-chat voice-filters
Last synced: 04 Apr 2025
https://github.com/mattmoony/d4v1d
Social-Media OSINT tool - gather info on users across multiple platforms; easily extensible by design. π·
graph information-gathering instagram network osint py python recon reconnaissance scraper social-network web
Last synced: 09 Apr 2025
https://github.com/mattmoony/propaganda.c
A robust and easy to use string-manipulation library for the C programming language. There is no need for writing your own functions to perform simple tasks all of the time! π±βπ»
c char character data-type data-types datatype datatypes easier easy easy-to-use functions library manipulation propaganda pure-c simple string string-manipulation string-operations strings
Last synced: 30 Oct 2025
https://github.com/mattmoony/gagmachine
A little Discord meme-bot! In the future, it'll support creating memes in text channels, adding new meme templates, etc. π€
Last synced: 09 Apr 2025
https://github.com/mattmoony/glass-pane
An attempt at a glass pane through which to view the internals of power. πͺ
influence money network politics power power-structures relations social-media social-network ties wealth
Last synced: 28 Mar 2025
https://github.com/mattmoony/10fingersjs
A JavaScript typing framework. Useful for creating typewriter-like text animations. Helps your website in terms of style. π»
beautfiul css framework html javascript javascript-typewriter js js-type js-typing strings text typewriter typing typing-effect web
Last synced: 24 Oct 2025
https://github.com/mattmoony/problems
Many problems ... and just as many solutions. Algorithmic problem solving is one of my favourite free time activities at the moment. π¦
challenge codeforces coding competitive-programming cses hackerrank hackerrank-solutions problem-solving projecteuler solutions spoj yosupo
Last synced: 19 Oct 2025
https://github.com/mattmoony/http-client.c
A windows HTTP-Client. I started this side-project to gather some valuable and detailed information about the Hyper Text Transfer Protocol. (TLDR; this is still a work-in-progress) πΈοΈ
Last synced: 24 Oct 2025
https://github.com/mattmoony/mattmoony.github.io
My new website. At some point in the future, this will be the place where you can find out more about me π€
blog css gatsby github-pages html js portfolio projects typescript web website
Last synced: 15 Jun 2025
https://github.com/mattmoony/nvs1v-21
Collection of code for my "NVS1V" class this year. π
Last synced: 25 Dec 2025
https://github.com/mattmoony/convnet_deep-dream
Implementing the Google Deep Dream algorithm using the PyTorch library. Yet another project to improve my PyTorch- and ML skills. Sleep tight! π
Last synced: 26 Dec 2025
https://github.com/mattmoony/h4x0r.js
4 1337 t3rm1n4l-s1mul4t0r. Use this JavaScript-Plugin and enable your users to immerse in whatever dialogue you present them with. π©βπ»
1337 console css framework h4x0r h4xx0r haxxor html input javascript js leet terminal user web
Last synced: 29 Dec 2025
https://github.com/mattmoony/convnet_style-transfer
VGG16 convolutional network for artistic style transferring. My first time working with the PyTorch library. π¨βπ¨
Last synced: 25 Dec 2025
https://github.com/mattmoony/tools
(Hacking) scripts for different all kinds of occasions. π
Last synced: 26 Dec 2025
https://github.com/mattmoony/drunkards-walk
The drunkard's walk random walk implemented and visualized in Python. Using numpy + matplotlib. *hick* πΊ
Last synced: 27 Dec 2025
https://github.com/mattmoony/mattmoony
This little repository contains one readme file describing what I do on this GitHub account in a couple of words βΉ
about about-me github info overview profile-readme readme
Last synced: 25 Dec 2025
https://github.com/mattmoony/crypto
Repository full of python crypto algorithms; will continue adding more in the future. Mainly just for fun, although maybe helpful for some CTFs. π
Last synced: 25 Dec 2025
https://github.com/mattmoony/lists.cpp
A small school project. Currently only contains functionality for Linked-Lists of any data type. π
Last synced: 11 Dec 2025
https://github.com/mattmoony/image-grabber
Grabs images off webpages.
downloader images internet pictures python python3 python36 webcrawler webpages website-crawler
Last synced: 11 Dec 2025
https://github.com/mattmoony/first-basic-webcrawler
A very simple webcrawler.
indexing python python3 site-indexing web-crawler web-indexing webcrawler
Last synced: 26 Aug 2025
https://github.com/mattmoony/diskinfo.go
A simple go script which can help you obtain some useful information about the host PC. Works on both Linux and Windows. πΎ
Last synced: 26 Dec 2025
https://github.com/mattmoony/discord-bot_schizophrenia
A small discord bot capable of reading messages out loud. It can speak in many different languages and is easily configurable. Just listen up! π
Last synced: 25 Dec 2025
https://github.com/mattmoony/ann_mnist
Simple self-written ANN powered by NumPy to classify handwritten digits of the famous MNIST Dataset. βοΈ
adam ann deep-learning learning-algorithm machine-learning ml mnist mnist-handwritten-digits momentum neural-net neural-network normalization numpy regularization relu sigmoid tanh
Last synced: 26 Dec 2025
https://github.com/mattmoony/pash
Interactive shell for python scripts ... Since I used one in many of my latter projects and don't want to develop a new one everytime. π
arguments cool interactive programming python scripting scripts shell structure
Last synced: 27 Dec 2025
https://github.com/mattmoony/peekaboojs
A JavaScript plugin that enables you to display more information without taking up more space. Users simply need to hover over a certain text element to be presented with a stylish message. π
css easy framework hinting html info information javascript js peekaboo peekaboojs popup
Last synced: 27 Dec 2025
https://github.com/mattmoony/convnet_mnist
Simple convolutional neural network (purely numpy) to classify the original MNIST dataset. My first project with a convnet. πΌ
ann artificial-neural-network batch-normalization convnet convolutional-neural-network datascience dropout machine-learning mnist neural-network pooling stochastic-gradient-descent
Last synced: 27 Dec 2025
https://github.com/mattmoony/rnn-lstm_goethe-generation
Another ML side-project of mine. This time, I want to create an RNN (LSTM), which learns to generate characters in a "Goethe-like" fashion. β
Last synced: 13 Aug 2025
https://github.com/mattmoony/towers-of-hanoi
Visually solving the Towers of Hanoi.
algorithm algorithms canvas gui html5 javascript logic towers-of-hanoi towersofhanoi visual visualization web
Last synced: 03 Jul 2025
https://github.com/mattmoony/conways-game-of-life
A web implementation of "Conway's Game Of Life". Randomly simulate the game or create your own fun templates. π
conways-game-of-life css game game-of-life html javascript js
Last synced: 07 Jul 2025
https://github.com/mattmoony/snake-bot
A simple snake bot implementing the A* search algorithm.
algorithm astar-algorithm bot javascript search-algorithm shortest-path snake snake-bot visualization
Last synced: 13 Jun 2025
https://github.com/mattmoony/sqlsotw
SQL Statement of the Week: A fun little side project of mine. Useful for learning and practicing common SQL statements. π©βπ
Last synced: 19 Jul 2025
https://github.com/mattmoony/webcrawler.py
A very simple python webcrawler. This is just a fun little side project, which I used to gather some valuable experience with advanced Python- and Web techniques. π
beautifulsoup crawler indexing mongodb multithreading pymongo python spider web webcrawler
Last synced: 18 Jun 2025
https://github.com/mattmoony/color-stuff
A fun little school project which, when used, allows you to select the perfect color for any occasion. π¨
beautiful color colors css htm html javascript js
Last synced: 11 Dec 2025
https://github.com/mattmoony/httpserver-java
A simple HTTP Server written in Java.
http http-requests http-response http-server java php server sockets web
Last synced: 24 Dec 2025
https://github.com/mattmoony/deadline.js
A JavaScript plugin, which allows you to use your Google Calendars to display upcoming events and occasions on your webpages with style. π
calendar css deadline deadlinejs easy framework google google-calendar google-calendar-api html javascript js plugin simple style styling web
Last synced: 25 Dec 2025