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 up
Popular repositories
70 contributions in the last year
Contribution activity
October 2020
- Theelgirl/fvid Python
Created a pull request in AlfredoSequeida/fvid that received 4 comments
Make pixel_bin_rep a string with literals
That way we don't have to call str() on pixel_bin_rep when adding bits, as literal constructions are faster than function calls iirc.