• This repository has been archived on 21/Jul/2020
  • Stars
    star
    1
  • Language
    C#
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of many different algorithms and data structures in several different languages. Educational purposes only. 🧠

More Repositories

1

d4v1d

Social-Media OSINT tool - gather info on users across multiple platforms; easily extensible by design. πŸ“·
Python
24
star
2

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
7
star
3

pretty-graph-algorithms

Algorithms on graphs displayed in a pretty manner - try popular algorithms like Breadth First Search, Dijkstra, etc. with a visual representation. ✨
TypeScript
7
star
4

Gagmachine

A little Discord meme-bot! In the future, it'll support creating memes in text channels, adding new meme templates, etc. πŸ€–
Python
5
star
5

pretty-searching-algorithms

Pretty representations of popular searching algorithms.
JavaScript
4
star
6

t0m

Tellonym scraper and information gathering tool. Might be useful for getting background-info on a person, etc. πŸ”
Python
4
star
7

10fingersJS

A JavaScript typing framework. Useful for creating typewriter-like text animations. Helps your website in terms of style. πŸ’»
JavaScript
3
star
8

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 πŸ‘€
TypeScript
3
star
9

ukey

Simple storage server management
Python
3
star
10

problems

Many problems ... and just as many solutions. Algorithmic problem solving is one of my favourite free time activities at the moment. πŸ¦†
C++
3
star
11

pretty-sorting-algorithms

Pretty representations of popular sorting algorithms.
JavaScript
3
star
12

convnet_style-transfer

VGG16 convolutional network for artistic style transferring. My first time working with the PyTorch library. πŸ‘¨β€πŸŽ¨
Python
2
star
13

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! πŸ’­
Python
2
star
14

NVS1V-21

Collection of code for my "NVS1V" class this year. πŸ‚
Python
2
star
15

matrix.js

Funny little matrix theme applicable to any HTML5 canvas. Can be used to give your page a little extra personality, if it ever starts to feel boring. πŸ‘Ύ
JavaScript
2
star
16

pretty-shortest-path-algorithms

Representing shortest path algorithms ...
JavaScript
2
star
17

h4x0r.js

4 1337 t3rm1n4l-s1mul4t0r. Use this JavaScript-Plugin and enable your users to immerse in whatever dialogue you present them with. πŸ‘©β€πŸ’»
JavaScript
1
star
18

MattMoony

This little repository contains one readme file describing what I do on this GitHub account in a couple of words β„Ή
1
star
19

drunkards-walk

The drunkard's walk random walk implemented and visualized in Python. Using numpy + matplotlib. *hick* 🍺
Python
1
star
20

todo-list-frontend

To-Do List w. Angular (Front-End)
TypeScript
1
star
21

tools

(Hacking) scripts for different all kinds of occasions. 🌘
Shell
1
star
22

conways-game-of-life

A web implementation of "Conway's Game Of Life". Randomly simulate the game or create your own fun templates. πŸ™Œ
JavaScript
1
star
23

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. 🐍
Python
1
star
24

diskinfo.go

A simple go script which can help you obtain some useful information about the host PC. Works on both Linux and Windows. πŸ’Ύ
Go
1
star
25

project-euler

Repository for my solutions to the popular "Project-Euler" tasks. I will continue to add scripts whenever I have some spare time on my hands. πŸ“
Python
1
star
26

lists.cpp

A small school project. Currently only contains functionality for Linked-Lists of any data type. πŸ”—
C++
1
star
27

image-grabber

Grabs images off webpages.
Python
1
star
28

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) πŸ•ΈοΈ
C
1
star
29

httpserver-java

A simple HTTP Server written in Java.
Java
1
star
30

cpp-algorithms

Awesome algorithms in C++ - Learn something new everyday! The idea is to work on both my C++ and algorithmic skills. πŸ‘©β€πŸ«
C++
1
star
31

napoleon

A YouTube downloader with a beautiful UI. Built using Electron; youtube-dl does most of the heavy lifting. βš”
CSS
1
star
32

towers-of-hanoi

Visually solving the Towers of Hanoi.
HTML
1
star
33

snake-bot

A simple snake bot implementing the A* search algorithm.
JavaScript
1
star
34

sqlsotw

SQL Statement of the Week: A fun little side project of mine. Useful for learning and practicing common SQL statements. πŸ‘©β€πŸŽ“
CSS
1
star
35

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. πŸ™ˆ
HTML
1
star
36

d4v1d.py

Instagram scraper and information gathering tool. Useful for reconnaissance work and downloading images from instagram. πŸ“· [DEPRECATED; USE https://github.com/MattMoony/d4v1d instead!]
Python
1
star
37

hello-world

My first GitHub repository.
1
star
38

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! πŸ‘‚
Python
1
star
39

Deadline.JS

A JavaScript plugin, which allows you to use your Google Calendars to display upcoming events and occasions on your webpages with style. 😎
JavaScript
1
star
40

ann_mnist

Simple self-written ANN powered by NumPy to classify handwritten digits of the famous MNIST Dataset. ✍️
Jupyter Notebook
1
star
41

convnet_mnist

Simple convolutional neural network (purely numpy) to classify the original MNIST dataset. My first project with a convnet. πŸ–Ό
Jupyter Notebook
1
star
42

first-basic-webcrawler

A very simple webcrawler.
Python
1
star
43

crypto

Repository full of python crypto algorithms; will continue adding more in the future. Mainly just for fun, although maybe helpful for some CTFs. πŸ”‘
Python
1
star
44

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. ✍
Python
1
star
45

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. πŸ‘“
Python
1
star
46

color-stuff

A fun little school project which, when used, allows you to select the perfect color for any occasion. 🎨
JavaScript
1
star