This website requires JavaScript.
Explore
Help
Sign In
joris
/
sortbin
Watch
1
Star
0
Fork
You've already forked sortbin
0
Code
Pull Requests
Activity
Tool for sorting binary records
10
Commits
1
Branch
0
Tags
94
KiB
C++
91.7%
Shell
7.5%
Makefile
0.8%
771394aa9d
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Joris van Rantwijk
771394aa9d
Avoid O_TMPFILE, instead just unlink() explicitly
...
O_TMPFILE is not universally supported on all filesystems.
2022-06-25 13:10:06 +02:00
.gitignore
Add gitignore
2022-06-24 16:52:56 +02:00
Makefile
Add tool to generate random records
2022-06-24 16:30:06 +02:00
recgen.cpp
recgen: Add explicit random seed option
2022-06-25 11:58:28 +02:00
sortbin.cpp
Avoid O_TMPFILE, instead just unlink() explicitly
2022-06-25 13:10:06 +02:00