Skip to content
View wooster0's full-sized avatar

Block or report wooster0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. yayagram Public

    Play nonograms/picross in your terminal

    Rust 40 2

  2. blockpaint Public

    Draw graphics with your mouse in the terminal!

    Rust 26

  3. rva Public

    RISC-V Assembler with execution of code at assembly-time

    Zig 1

  4. lime Public

    A library for drawing graphics on the console screen

    Crystal 32 2

  5. soft Public

    A software renderer

    Zig 16

  6. W Public

    Fantasy computer

    Zig

86 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to ziglang/zig, wooster0/scripts, wooster0/blockpaint2 and 5 other repositories
Loading A graph representing wooster0's contributions from March 17, 2024 to March 22, 2025. The contributions are 26% code review, 27% commits, 25% issues, 22% pull requests.

Contribution activity

March 2025

Created 1 commit in 1 repository

Created a pull request in ziglang/zig that received 2 comments

std.time.epoch: delete YearLeapKind

There doesn't really seem to be a point in having this type. Code seems to be improved without it. Skimming through code that references the type I…

+14 −19 lines changed 2 comments

Created an issue in ziglang/zig that received 9 comments

Allow coercion of structs with field names that are the exact same

I hit this issue very often: const std = @import("std"); pub fn main() void { var size: struct { width: u32, height: u32 } = undefined; size = get_…

9 comments
Loading