Skip to content
View iamlouk's full-sized avatar
:atom:
:atom:
Block or Report

Block or report iamlouk

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. projects projects Public

    Stuff not worthy of its own repository

    C 2

  2. riscv64-sim riscv64-sim Public

    RISC-V Emulators

    C 1 1

  3. "Smoth" Cellular Automata "Smoth" Cellular Automata
    1
    use sdl2::rect::Rect;
    2
    use sdl2::pixels::Color;
    3
    use sdl2::event::Event;
    4
    use sdl2::keyboard::Keycode;
    5
    use rayon::prelude::*;
  4. Using cgo, libffi and reflection all... Using cgo, libffi and reflection all at once makes calling functions from a dynamically loaded library in Go super easy!
    1
    package autoffi
    2
    
                  
    3
    /*
    4
    #cgo LDFLAGS: -lffi -ldl
    5
    #include <stdlib.h>