1
0
Fork
You've already forked util
0
misc utilities, mainly header-only C libraries. Just a place to collect this stuff.
  • C 72.7%
  • C++ 20.7%
  • HTML 4.8%
  • Lua 1.4%
  • Makefile 0.4%
Find a file
Gunnar Zötl c9cb1e36fe generic_array.h: added types array(T), array_iter(T), array_iter_of(l)
changed array_next to array_iter_next, made array_first(), array_last(), array_end(),
 array_iter_next() return array_iter(T)*
 added array_iter_data()
 changed array type definition to define_array_type(T)
 some minor cleanups
generic_list.h: complete rewrite
2016年03月02日 14:27:46 +01:00
disowntty.c added disowntty.c 2015年05月29日 13:38:34 +02:00
generic_array.h generic_array.h: added types array(T), array_iter(T), array_iter_of(l) 2016年03月02日 14:27:46 +01:00
generic_array_s.h clarified order of arguments to cmpfun for array_*_s() functions. 2015年08月14日 17:24:35 +02:00
generic_list.h generic_array.h: added types array(T), array_iter(T), array_iter_of(l) 2016年03月02日 14:27:46 +01:00
glmv.h - added license to all header files 2014年11月06日 10:36:35 +01:00
glmv.hpp - added license to all header files 2014年11月06日 10:36:35 +01:00
jsprog.html added jsprog.html, a simple javascript playground 2015年08月26日 13:11:55 +02:00
Makefile added array_find_or_insert_s() 2015年08月14日 13:47:40 +02:00
obfuscate.lua added obfuscate.lua - obfuscates a string or a file and outputs the obfuscated string plus javascrpt decoder 2015年08月26日 13:25:45 +02:00
test_generic_array.c generic_array.h: added types array(T), array_iter(T), array_iter_of(l) 2016年03月02日 14:27:46 +01:00
test_generic_array_s.c generic_array.h: added types array(T), array_iter(T), array_iter_of(l) 2016年03月02日 14:27:46 +01:00
test_generic_list.c generic_array.h: added types array(T), array_iter(T), array_iter_of(l) 2016年03月02日 14:27:46 +01:00
test_glmv.c renamed glmvtest.c to test_glmv.c 2014年10月29日 14:38:36 +01:00