Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
vim-difforig
A polished implementation of the ":DiffOrig" command.
Vim script 3
-
php-security-calendar
Notes on the "PHP Security Advent Calendar" published by RIPS Technologies.
PHP 2
-
bash-clippy
Have Clippy speak in the terminal.
Shell 1
-
aeolus
The codebase from my research assistantship in the spring and summer of 2016.
Python
-
bankers-algorithm
An old project in which I implement the classic "Banker's Algorithm" for system resource allocation.
C
-
ecpat-concept
Proof of concept for an online interface to eCPAT data.
HTML
43 contributions in the last year
Contribution activity
May 2019
Created an issue in ap/vim-css-color that received 5 comments
Feature request - flag to globally disable css_color.vim
In #110, I requested code similar to the following; if exists('g:loaded_css_color') finish endif let g:loaded_css_color = 1 to allow globally disab…