An open API service indexing awesome lists of open source software.

https://github.com/ma-fi-94/bitflip

Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.
https://github.com/ma-fi-94/bitflip

bitflip c cosmic-rays

Last synced: 6 months ago
JSON representation

Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.

Awesome Lists containing this project

README

          

# bitflip
Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.