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
-
-
This are C++ translations of the official RabbitMQ tutorials using the SimpleAmqpClient library.
CMake
-
Forked from nim-lang/Nim
Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
Nim
-
43 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 14 commits in 2 repositories
Created a pull request in nim-lang/Nim that received 17 comments
Add a macro returning enum items count
Add a macro enumLen which is used to determine the number of items in an enumeration type to the typetraits.nim module. Also, add unit tests for it…