QuantDev-chaos
Life-long learner of all Science, called by a passion to share what I've learned.
Chicago, IL.
QuantDev-chaos's Stars
resume/resume.github.com
Resumes generated using the GitHub informations
gollum/gollum
A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.
gitpod-io/gitpod
The developer platform for on-demand cloud development environments to create software faster and more securely.
GTFOBins/GTFOBins.github.io
GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems
google/go-github
Go library for accessing the GitHub v3 API
toptal/gitignore.io
Create useful .gitignore files for your project
dsasmblr/game-hacking
Tutorials, tools, and more as related to reverse engineering video games.
docker/docs
Source repo for Docker's Documentation
GitTools/GitVersion
From git log to SemVer in no time
git-learning-game/oh-my-git
An interactive Git learning game!
github/developer.github.com
GitHub Developer site
atom/github
:octocat: Git and GitHub integration for Atom
ikergarcia1996/Self-Driving-Car-in-Video-Games
A deep neural network that learns to drive in video games
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
Nasdin/ReinforcementLearning-AtariGame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
itchio/capsule
🎬 Cross-platform hotkey short video capture for games
pinterest/git-stacktrace
Easily figure out which git commit caused a given stacktrace
MicrosoftEdge/Sudoku
In this demo we take the well-known game of Sudoku, and demonstrate how developers can use HTML5 and JavaScript to create an efficient algorithm to solve these puzzles. The algorithms draw heavily on the Chakra engine’s support for ECMAScript 5 standard array operations to rapidly solve many Sudoku games. You can also manually solve Sudoku puzzles.
iciamyplant/Poker_CFR
Understanding Poker rules, Game Theory, and CFR algorithms in order to implement my first CFR solving Rock-Paper-Scissors Game and my first Vanilla CFR solving Kuhn Poker
QuantEcon/GameTheory.jl
Algorithms and data structures for game theory in Julia
ma-shamshiri/Pacman-Game
In this project, the Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. I implemented general search algorithms such as depth-first, breadth-first, uniform cost, and A* search algorithms which are used to solve navigation problems in the Pacman world.
dimitrijekaranfilovic/checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
octavio-santiago/Super-Mario-Land-AI
Machine Learning and AI Algorithms developed to play Super Mario Land on Game Boy and Python
ryanbhayward/games-puzzles-algorithms
software for CMPUT 355 (initial 396): ugrad course on games, puzzles, algorithms
godatadriven/risk-analysis
Genetic algorithms and the game of Risk
coding-blocks/tic-tac-toe
Tic Tac Game with Code Editor to help students to devise an algorithm to play the game.
ajaymache/bingo
Simulation of advanced algorithmic and probabilistic bingo game
Open-Source-Project-Collaboration/board-game-playing-ai
Chess AI using Neural Network and Min/Max algorithm and tree pruning
Mattli8312/Pacman2.0
Pacman Game implemented in C++ using the SDL2 API. Contains AI algorithms inspired by the original NAMCO Pacman Arcade Game
shashank9046/Sudoku-Master
This is a Computer Vision Application that solves a 9x9 sudoku board game using Deep Learning and Backtracking algorithm.