Pinned Repositories
async-io-test
Async I/O test program.
clocktime
Simple C clock time in floating point seconds from the Epoch.
file-diff
Simple scripts to find files added to the system when building software from source.
find-file-diffs
A bash script to compare two directory hierarchies.
mq-test
An example of using an mqueue between threads to handle stats data.
pow2-p
Determine if a number is a power of 2 easily.
print-binary
Code to print binary values in various ways.
print-bits
Code to print bits in a number in various ways.
roman-numerals
sha256
Example SHA256 checksum code in C.
rowland39's Repositories
rowland39/print-bits
Code to print bits in a number in various ways.
rowland39/async-io-test
Async I/O test program.
rowland39/clocktime
Simple C clock time in floating point seconds from the Epoch.
rowland39/file-diff
Simple scripts to find files added to the system when building software from source.
rowland39/find-file-diffs
A bash script to compare two directory hierarchies.
rowland39/mq-test
An example of using an mqueue between threads to handle stats data.
rowland39/pow2-p
Determine if a number is a power of 2 easily.
rowland39/print-binary
Code to print binary values in various ways.
rowland39/roman-numerals
rowland39/sha256
Example SHA256 checksum code in C.
rowland39/shared-robust-lock
Shared robust pthread lock example.
rowland39/ssh-clean
Small script to clean out old SSH known hosts entries, etc.