-
stealthlang Public
Scripting language called stealth. Uses indentation-based syntax with optional function parenthesis and optional strong static typing with weak dynamic typing as the default. It's Python mixed with…
1 UpdatedDec 18, 2023 -
Regexxx Public
Regex that uses edit distance to match strings in a given edit distance, uses commands to match different types of edits, after 3 so far it crashes the program unless you don't use all the types of…
-
BrainfuckEvolutionGenerator Public
Generates Brainfuck code by using an evolutionary algorithm.
-
BrainfuckGenerator Public
Generates Brainfuck code that doesn't produce errors, generates matching pairs of brackets so that it runs.
-
-
Chatbot Public
chatbot using nlpcore and regex to respond to input. Responds to angry comments with "Are you angry?" and responds to sad comments wiht "Are you sad?".
-
world-gen-game Public
Slick2d tile game with procedural world generation. Finished, released on itch.io.
-
Markov text generator written in JavaScript
-
-
MarkovTextGeneratorPython Public
Markov text generator written in Python
-
-
-
-
-
-
-
Shares calculator data using socket io. Uses shunting yard algorithm to convert infix to reverse polish notation then computes the result.
-
socket-io-simple-chat-site Public
uses node js, jquery and socket.io to make a simple site where everyone is anonymous.
-
-
used a roulette wheel algorithm to pick next word.
-
lua-state-machine Public
lua state machine taking advantage of first class functions. Made this while reading a book on oop in lua.
-
WordMaker Public
Forked from jdifebo/WordMakerA tool to randomly generate made-up words
-
autohotkey-popup-block Public
closes default web browser one different than the one you usually use to prevent popups from malware.
-
-
made for use with the java api weka.
1 UpdatedAug 21, 2017 -
roulette-wheel-selection Public
randomly chooses a selection based on some weights.
-
-
markov-chain-text-generator Public
Creates random text using a markov chain generator then removes some grammatically incorrect sentences. I believe it's the best or one of the best out there.
-
RecurrentJava Public
Forked from evolvingstuff/RecurrentJavaDeep Recurrent Neural Nets in Java.
-