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 28 million developers.
Sign up-
Google
- Oakland, CA
- Sign in to view email
Popular repositories
-
cmakelists_parsing
Python module for parsing CMakeLists.txt files
-
hga
Library for Geometric Algebra in Haskell
-
emacs-nav
Automatically exported from code.google.com/p/emacs-nav
-
swyzl
Fun with cryptograms
Python 2
-
go_mininest
Port of Nested Sampling example code from C to Go
Go 1
-
opt
Example of a simple gradient descent optimizer in C++
C++ 1
157 contributions in the last year
Contribution activity
July 2018
Created a pull request in yookoala/gofast that received 3 comments
Fix stalling of client on error_log from php scripts.
This fixes #28. I've only tested it against my own code though. A test for this in gofast itself would be better.
Created an issue in yookoala/gofast that received 9 comments
gofast hangs on error_log() in php script
I made a script like this:
$ cat index.php <?php error_log('uh oh');
When I ran my gofast app with php-fpm on this script, and then hit it with cu…