- Cyberworld
- https://noncombatant.org
Block or Report
Block or report noncombatant
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
robotfindskitten Public
A rewrite of the game Robot Finds Kitten, with the goal of being a decent tutorial for beginners on how to read and tinker with C code.
C 2
-
http-nowhere Public
A Chrome extension to upgrade non-secure requests. If that doesn't work, it drops the request.
-
-
-
uncover-ui Public
A Chrome extension to remove annoying overlay elements in Google app UI.
JavaScript
-
109 contributions in the last year
Contribution activity
November 2021
Created 13 commits in 3 repositories
Created 1 repository
- noncombatant/traits Rust
Created a pull request in RustCrypto/traits that received 1 comment
Return early if Ident is too long
At this point, we (can) know whether too_long is true, so don't iterate over all the bytes. (Both invalid chars and excessive length result in the …