Michel Hermier
176de579f2
shuf: Port to LibMain
2022-01-24 05:38:30 +00:00
SeekingBlues
c63bdba955
shuf: Fix division by zero when no lines are read
2021-10-17 12:07:09 -07:00
Jean-Baptiste Boric
5a0468c21f
Userland: Migrate from arc4random_uniform() to get_random_uniform()
2021-05-14 22:24:02 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
...
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
Andrew Kaster
c2d8b8ec14
Userland: Don't leak buffer from getline in shuf program
...
Probably doesn't matter too too much since the program exits almost
immediately after, but there's the principle of the thing to consider.
2021-02-28 18:19:37 +01:00
Ben Wiederhake
de98f69bfe
Userland: Implement shuf for basic shuffling
2021-01-20 19:19:34 +01:00