Login
Discover
Waves
Communities
Login
Signup
Serpent7776
@serpent7776
62
I like programming languages.
Followers
21
Following
6
Follow
Resource Credits
Available
Used
Website
https://twitter.com/serpent7776
Created
2022-02-11 17:39
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
serpent7776
cpp
2023-10-16 18:47
The cost of sync_with_stdio
A short summary on the cost of sync_with_stdio when reading from stdin
$ 0.039
3
serpent7776
sml
2023-05-25 19:48
This Standard ML code compiles and I find it amusing
datatype '_ ~ = && of '_ * '_ | || of '_ * '_ | ! of '_ | ` of '_ infix || && fun \ ((\ && $) || (% && ?)) = (! \ || ! $) && (! % || ! ?) | \ ((\ || $) &&
$ 0.000
0
serpent7776
shell
2023-04-29 21:04
Diroctory switcher for git managed projects
I created a directory switcher for the terminal that works for any git managed project. This is a script that creates a keyboard mapping for Ctrl-G that shows all directories in a fuzzy finder (fzy by
serpent7776
cplusplus
2023-02-21 20:29
Simple JSON parser in c++, rust, ocaml, standard ml
Comparison of simple ASCII-only JSON parser I've written in C++, Rust, OCaml and Standard ML.
serpent7776
cplusplus
2022-11-25 17:02
A simple ASCII-only JSON parser
I've written a simple ASCII-only JSON parser in C++, rust, ocaml and standardml. Here's some quick stats: Non-empty lines of code (including tests), time parsing a single ~90MB JSON, time parsing 13 JSON
← Latest