1
0
Fork
You've already forked ngnk-libs
0
No description
  • C 98.9%
  • Makefile 0.5%
  • Go 0.4%
  • Python 0.2%
Find a file
Douglas Mennella f53ffa7fa4 d'oh
2026年04月01日 14:24:24 +09:00
audio initial 2025年11月28日 10:36:05 +09:00
bigint Hopefully got the sign bit right this time. More examples. 2023年07月10日 17:52:45 +09:00
classic-cs fix binomial heap. add leftist heap 2025年09月22日 14:54:05 +09:00
compression initial 2025年10月27日 15:27:36 +09:00
csv add faster variant 2025年07月26日 21:19:23 -04:00
ffi d'oh 2026年04月01日 14:24:24 +09:00
i18n unicode example 2025年10月13日 10:42:36 +09:00
image fix calculation for landscape 2025年10月28日 11:41:23 +09:00
ipc line up with ngnk-lsp 2025年06月01日 12:31:32 +09:00
json thinko 2024年03月28日 18:31:03 +09:00
nsl post ported nsl code 2024年10月04日 14:37:32 +09:00
parsing dump parse actions 2026年03月18日 10:05:53 +09:00
plot add pct2rgb 2025年04月21日 13:30:28 +09:00
png whoops 2024年01月11日 11:51:57 +09:00
prng some feedback 2025年09月09日 15:16:49 +09:00
projectmanagement handle .,.. and non-existent directories 2026年03月18日 15:29:22 +09:00
regex minor clean up 2024年08月16日 13:40:07 +09:00
sat spelling 2026年03月18日 15:40:56 +09:00
trees initial 2025年10月06日 12:36:55 +09:00
tutorial Add a description of control structures. 2024年05月14日 11:50:06 +09:00
xml quick clean up. Still needs work... 2026年01月27日 15:03:06 +09:00
rationals.k rationals for fun 2024年12月14日 12:11:42 +09:00
README.org Clarify language 2022年10月18日 15:34:14 +09:00

ngnk-libs

A collection of projects written in K.

Ideally some of these would serve as a basis for collaboration to create some generally useful tools for ngn/k. As there's not a lot of this around, there aren't any standards for how this should/could be organized. I've decided to put each script in a separate directory. Eventually I'll include some tests and hopefully some commentary as to how each might be used.