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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 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
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. rv32core rv32core Public

    wip rv32core

    SystemVerilog

  2. azem azem Public

    awesome zig enabled micro-mouse maze simulator

    Zig 1

  3. iccnn iccnn Public

    simple image classification cnn

    Python

  4. neovim neovim Public

    Forked from neovim/neovim

    vim-fork focused on extensibility and usability

    Vim Script