Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign upPopular repositories
-
Forked from loboris/ESP32_TFT_library
Full featured TFT library for ESP32 with demo application
-
Haskell library that provides a rich monadic API on top of leveldb-haskell. Includes a simple but flexible scan/map/reduce mechanism as well as a monad transformer that manages the database context…
-
A generalization of distributed-process functions to a MonadProcess typeclass and standard transformer instances using monad-control and similar technique.
-
837 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 commits in 2 repositories
Created 1 repository
- jeremyjh/zig Zig
Created a pull request in ziglang/zig that received 2 comments
Fix std.ResetEvent.timedWait on darwin/macOS.
The wrong conversion constant was being used in the darwin branch of timedWait, and so timeouts would never happen for me on macOS. I fixed this an…