RSS feed
	
	
	
		c9f95c30
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/23 18:06
		
add key to clear all state
		 
	
		4387ce10
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/23 17:42
		
a∗: fix wrong priority queue, costs and successors manipulation
		 
	
		be8119e0
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/23 17:41
		
drw: draw pathfinding state
		 
	
		d098f34b
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/23 17:41
		
client: allow holding down the mouse to draw obstacles
		 
	
		e98e51ac
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:08
		
add a∗
		 
	
		15d72b39
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:07
		
dijkstra: shim
		 
	
		fd9da88e
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:07
		
map: distance and conversion functions, resetting masp
		 
	
		3e380125
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:06
		
remove useless grid, add path node-sorfof type
		 
	
		154c63ab
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:04
		
drw: color adjustments, pending drawmap changes
		 
	
		a0974e00
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:03
		
client: don't continually flip the same node while holding the mouse
		 
	
		067c3d09
		 – qwx <qwx@sciops.net>
 authored
 on 2022/03/17 03:02
		
pheaps: return newly allocated heap
		 
	
		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