shithub: asif

RSS feed

51658615 – qwx <qwx@sciops.net> authored on 2022/02/22 21:33
import simple quad trees from sce

2603b42d – qwx <qwx@sciops.net> authored on 2022/02/22 19:14
add shitty vectors from sce

b5baeb3d – qwx <qwx@sciops.net> authored on 2021/12/16 22:45
add wip path(1)

bbb8f4ae – qwx <qwx@sciops.net> authored on 2021/12/16 22:44
move string matchshit to its own dir

4813458a – qwx <qwx@sciops.net> authored on 2021/12/16 22:08
add estrdup and have erealloc zero out new memory

f8a9a3fb – qwx <qwx@sciops.net> authored on 2021/01/20 18:31
move awk scripts to their own directory

3e54fa29 – qwx <qwx@sciops.net> authored on 2020/10/22 20:24
add single file double precision fft for complex and real samples

8b2dd20c – qwx <qwx@sciops.net> authored on 2020/10/22 20:21
add bitwise round up to next power of 2

b79711a7 – qwx <qwx@sciops.net> authored on 2020/08/23 10:24
bit: add find first and last set bit

24dbfac3 – qwx <qwx@sciops.net> authored on 2020/08/23 10:15
mod: add modular exponentiation

e90778a0 – qwx <qwx@sciops.net> authored on 2020/08/23 09:41
strnaive: fix another stupid mistake

c740374d – qwx <qwx@sciops.net> authored on 2020/08/22 20:16
add rabin-karp string search, including optimized variant

43e22aa2 – qwx <qwx@sciops.net> authored on 2020/08/22 19:54
kmp: fix used before set

44dfc2ed – qwx <qwx@sciops.net> authored on 2020/08/22 18:13
kmp: add morris-pratt search

049ac545 – qwx <qwx@sciops.net> authored on 2020/08/16 21:55
declare kmpstrfind and silly statics

095fdd12 – qwx <qwx@sciops.net> authored on 2020/08/15 21:39
add kmp exact string search

dcb14ae7 – qwx <qwx@sciops.net> authored on 2020/08/15 18:41
fix idiot mistakes preventing compilation and notation in string comparison

1ef2d33d – qwx <qwx@sciops.net> authored on 2020/08/15 17:33
more silly reshuffles

f8978196 – qwx <qwx@sciops.net> authored on 2020/08/14 20:03
add naive exact string match, resizable vectors and restructure

2850b592 – qwx <qwx@sciops.net> authored on 2020/08/11 19:03
add simple (and broken) descriptive statistics in awk

d13e97ee – qwx <qwx@sciops.net> authored on 2020/08/11 19:03
add sorting algorithms in awk from tapl

bef4f6bd – qwx <qwx@sciops.net> authored on 2020/08/11 19:02
add typical awk approach to binary data output

6c9eb7f7 – qwx <qwx@sciops.net> authored on 2020/08/11 07:33
add pairing heaps