-
Pinterest
- San Francisco, California
-
Containers Public
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
-
Ajedrez Public
Chess game with one or two players. In either mode, only valid moves can be performed. In one-player mode, minimax alpha-beta pruning is used to determine the computer's moves.
-
PassKeep Public
Open-source local password manager which uses PBKDF2 hashing with random salts to store account passwords, and AES encryption in CBC mode to encrypt vault information.
-
python-holidays Public
Forked from vacanza/holidaysGenerate and work with holidays in Python
Python MIT License UpdatedSep 21, 2022 -
ratelimit Public
Forked from envoyproxy/ratelimitGo/gRPC service designed to enable generic rate limit scenarios from different types of applications.
Go Apache License 2.0 UpdatedJul 30, 2022 -
Chess Public
Chess simulation. Click on the piece to move, and the location to move it to. If the action is legal, it will be taken. The game is done once a King enters checkmate, or once there is a draw.
-
GeneticMultiplexer Public
Uses genetic programming to compute the decision tree of a multiplexer.
-
Ven Public
Vi Enhanced. A text editor which is an enhancement to vi, and is similar to vim, but written in Go.
-
TrumpWillTriumph Public
You are running for president of the United States of America. To become president, you must conquer at least 25 of the 50 states. Each state can be conquered by winning a unique challenge.
-
monty_hall_simulation Public
Simulation of the monty hall problem.
-
AntColonyTSP Public
An approximation to the travelling salesperson problem using an ant colony system.
-
cloudflare-worker Public
Cloudflare Worker for 2020 New Grad Challenge
JavaScript MIT License UpdatedOct 27, 2020 -
-
GeneticPID Public
Genetic Algorithm to compute the constants for a PID controller.
-
SimulatedAnnealingVRP Public
Using simulated annealing to solve a vehicle routing problem.
Java MIT License UpdatedAug 6, 2020 -
TabuSearchQAP Public
Using tabu search to solve a quadratic assignment problem.
Java MIT License UpdatedAug 6, 2020 -
SixHumpCamelbackPSO Public
The six hump camelback problem using particle swarm optimization.
Haskell MIT License UpdatedAug 6, 2020 -
-
BlockToss Public
Physically move the phone in order to combine identical blocks. Similar to the popular game called 2048.
Java MIT License UpdatedAug 1, 2020 -
-
-
PasswordCreator Public
Creates a randomized password.
-
CategoricalSyllogism Public
Categorical syllogisms are generated from a user-customisable word bank. The fallacies the syllogism has committed — if any — are displayed. For each syllogism, a Venn diagram is also created.
-
PassCrack Public
Cracks a password using brute force and threading. The algorithm starts with a length of one, and uses threads to determine all solutions in that search space, and then goes on to do the same for e…
-
-
-
-
-
-
ValleyOfDeath Public
You take control of an airship to battle waves of enemies, unlocking new ships as you progress. You can play a story mode, as well as an endless mode. To top it off, there is a soundtrack.