Skip to content
View thuvasooriya's full-sized avatar
🚀
exquisite chaos
🚀
exquisite chaos

Block or report thuvasooriya

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
thuvasooriya/readme.md
/// usually i don't bite
pub fn greet() void {
    print("hello there!\n", .{});
}

/// would be cool to build something new
pub fn collaborate() void {
    print("got any cool ideas? or wanna work with me?\n", .{});
    if (collaborating == true) {
        const username = "thuvasooriya";
        // i'm lazy send me a message i can't ignore
        const platforms: [2][]const u8 = .{ "x", "instagram" };
        contact(username, platforms);
    } else {
        print("nice to meet ya! good luck stranger ♥(ˆ⌣ˆԅ)");
    }
}

const interests = struct {
    prog_langs: [5][]const u8 = .{ "zig", "c", "python", "verilog", "rust" },
    technical_fields: [5][]const u8 = .{ "robotics", "digital_design", "cross_platform_apps", "compilers", "devops" },
    tools: [5][]const u8 = .{ "neovim", "ghostty", "bun", "pixi", "uv" },
};

// TODO: get to know me more?
// https://thuvasooriya.me

const std = @import("std");
const print = std.debug.print;
const magic = @import("13.zig");
const contact = magic.contact;
const collaborating = magic.get_input.yes_to_collaborate;

Pinned Loading

  1. verilator verilator Public

    build verilator with zig

    Zig 2

  2. verso verso Public

    pdf to markdown extractor

    Python

  3. eztex eztex Public

    easier latex

    C 4

  4. qwen3c qwen3c Public

    qwen3 inference engine

    C 2