Skip to content
View micahswitzer's full-sized avatar

Organizations

@XyrisOS
Block or Report

Block or report micahswitzer

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. XyrisOS/xyris XyrisOS/xyris Public

    The Xyris Kernel

    C++ 152 11

  2. zig-ptrace zig-ptrace Public

    Linux ptrace wrappers and utilites for Zig

    Zig 2

  3. rucmic rucmic Public

    a RUst C MInus Compiler

    Rust 1

  4. ShowMe ShowMe Public

    A Factorio multiplayer mod

    Lua

  5. Implementation of the visitor patter... Implementation of the visitor pattern in Zig
    1
    const std = @import("std");
    2
    
                  
    3
    fn VisitorSet(comptime Argument: type, comptime Return: type, comptime types: anytype) type {
    4
        return struct {
    5
            const VisitorType = Visitor(Argument, Return, types);
  6. sysdisp sysdisp Public

    A toy program to play with the new Linux syscall user dispatch dispatch feature in Linux 5.11

    C 5