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
-
staruml-python
StarUML Extension for Python Code Generation
-
staruml-ddl
StarUML 3 Extension for DDL Generation
-
staruml-merge-generalizations
StarUML Extension for Merging Generalizations
-
staruml-gettersetter
StarUML Extension for Generating Getters and Setters
-
staruml-seq2comm
JavaScript 1
-
apify
Forked from jbalsas/apify
API documentation generator
JavaScript
160 contributions in the last year
Contribution activity
May 2019
April 2019
Created an issue in kameleon-project/kameleon that received 3 comments
Need to check all I/O handles are freed when `.clear` command executed
An example:
Run some setInterval(), it alloc io_timer_handle_t
Run .clear command
Need to check the allocated io_timer_handle_t is freed.
Need to…