Skip to content

Instantly share code, notes, and snippets.

View yorickdewid's full-sized avatar

Yorick de Wid yorickdewid

  • Between two vertices
  • 01:25 (UTC +01:00)
View GitHub Profile
@yorickdewid
yorickdewid / cpoker.c
Created June 5, 2015 15:31
CPoker - A Texas Hold 'em strategy simulator
/*
* ------------------------------- cpoker.c ---------------------------------
*
* Copyright (c) 2015, Yorick de Wid <yorick17 at outlook dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
@yorickdewid
yorickdewid / .bashrc
Last active February 26, 2021 13:03
Custom Bash shell
# $HOME/.bashrc FILE for bash-3.0 (or later)
#
# By Yorick de Wid
# First revision Aug. 2006
#
# Usage: source $HOME/.bashrc
# If not running interactively, don't do anything
[ -z "$PS1" ] && return