Popular repositories
-
markdown-tree Public
A Sinatra script to serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown.
-
dmenu-q-xywh-xft Public archive
Suckless' Dmenu with the QXYW, Height, and XFT Patches Applied -- Allowing for Arbitrary sizing and positioning of DMenu.
-
virginia-tech-hacks Public
A Blacksburg Transit CLI, A Drop/Add Script to register you for a class when someone drops it, A timetable scraper, and more..
32 contributions in the last year
Less
More
Contribution activity
October 2021
Created an issue in ziglang/zig that received 2 comments
Large array sizes cause segfault or LLVM error
Given example test file arraysize.zig like:
const std = @import("std"); pub fn main() void { var x : [2e7]u8 = undefined; x[1] = 2; std.debug.warn("…
2
comments

