Pinned Repositories
C-Poker-AI
First I made a poker AI in Ruby... not fast enough! Then I made another in Python... still too slow! So this is my third poker AI written entirely in C using the 2+2 hand evaluator algorithm.
chatschoolette
ChatRoulette localized by *.edu email addresses
discord_dicebot
dli-reports
A repository for easier report generation for Discount Labels, Inc.
hold-em-ai
A Texas Hold 'Em AI implemented in Ruby
hscc2016
ACM High School Coding Competition 2016 Solutions and Test I/O
meatsall
pokerAI
A Texas Hold 'Em AI utilizing multi-core Monte Carlo simulations
tips
This is an Android application called tips in which users can upload their own tips or vote on others' tips
gorel's Repositories
gorel/C-Poker-AI
First I made a poker AI in Ruby... not fast enough! Then I made another in Python... still too slow! So this is my third poker AI written entirely in C using the 2+2 hand evaluator algorithm.
gorel/discord_dicebot
gorel/chatschoolette
ChatRoulette localized by *.edu email addresses
gorel/dli-reports
A repository for easier report generation for Discount Labels, Inc.
gorel/hscc2016
ACM High School Coding Competition 2016 Solutions and Test I/O
gorel/meatsall
gorel/tips
This is an Android application called tips in which users can upload their own tips or vote on others' tips
gorel/purdue-ride-mapper
An app where users can easily and intuitively request or share rides
gorel/advent-2015
gorel/advent-2022
https://adventofcode.com/2022/
gorel/advent-2023
Advent of Code 2023
gorel/advent_of_code_2021
gorel/auth-based-fileserver
gorel/dotfiles
Custom dotfiles (.bashrc, .vimrc)
gorel/EmojipastaBot
A Reddit bot that responds to mentions with emojipasta.
gorel/fbpcf
Private computation framework library allows developers to perform randomized controlled trials, without leaking information about who participated or what action an individual took. It uses secure multiparty computation to guarantee this privacy. It is suitable for conducting A/B testing, or measuring advertising lift and learning the aggregate statistics without sharing information on the individual level.
gorel/fbpcp
FBPCP (Facebook Private Computation Platform) is a secure, privacy safe and scalable architecture to deploy MPC (Multi Party Computation) applications in a distributed way on virtual private clouds. FBPCF (Facebook Private Computation Framework) is for scaling MPC computation up via threading, while FBPCP is for scaling MPC computation out via Private Scaling architecture.
gorel/fbpcs
FBPCS (Facebook Private Computation Solutions) leverages secure multi-party computation (MPC) to output aggregated data without making unencrypted, readable data available to the other party or any third parties. Facebook provides impression & opportunity data, and the advertiser provides conversion / outcome data. Both parties have dedicated cloud computing instances living on separate Virtual Private Clouds (VPCs) that are connected to allow network communication. The FBPMP products that have been implemented are Private Lift and Private Attribution. It’s expected that more products will be implemented and added to the Private Measurement suite.
gorel/learning-react
gorel/mariomakerbot
A reddit bot to post a user's Mario Maker levels
gorel/parrot
gorel/personal-site
Personal website, mainly hosting programming beginners content.
gorel/poker-server
Experimenting with creating a Poker Server using Flask
gorel/Private-ID
A collection of algorithms that can do join between two parties while preserving the privacy of keys on which the join happens
gorel/programming_beginners
Project ideas for the programming beginners class I teach
gorel/SCALE-MAMBA
Repository for the SCALE-MAMBA MPC system
gorel/sejdemyr.github.io
Personal website
gorel/suggestion-box
Online suggestion box with upvote functionality
gorel/woof
ExactTarget Hackathon project
gorel/word-search-solver-c
This is a word search solver written in C that utilizes POSIX threads