Pinned Loading
-
tomatoaster
tomatoaster PublicA Linux distribution with ChromeOS-like updates (AB partition scheme) - WIP.
C 2
-
abracabra
abracabra PublicEventually a search engine, but currently a filtering pipeline for HTML and soon WARC files.
Rust
-
-
Make a C file executable with those ...
Make a C file executable with those few lines. 1#if 0
2set -e; [ "$0" -nt "$0.bin" ] &&
3gcc -Wall -Wextra -pedantic -std=c99 "$0" -o "$0.bin"
4exec "$0.bin" "$@"
5#endif
-
strace with backtrace thanks to gdb
strace with backtrace thanks to gdb 1#!/bin/sh
2cmd=$1
3shift
45# FIXME: it would be good for every argument to be wrapped in quotes
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.