Skip to content
View xor-shift's full-sized avatar
💤
lazing away
💤
lazing away

Organizations

@hellomouse

Block or report xor-shift

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
xor-shift/README.md

hello, i am me

Languages:

  • C++
  • Rust
  • Go
  • I am fine with anything else
  • Aside from those fancy proof languages as I lack the brains necessary for them.
  • Turkish (Native)
  • English
  • German (Learning)

Pinned Loading

  1. tracer tracer Public

    a path tracer

    C++

  2. TeleV2 TeleV2 Public

    a telemetry thing for the stm32f407

    C++

  3. Smallpt with QoI output as a Zig "he... Smallpt with QoI output as a Zig "hello world".
    1
    const std = @import("std");
    2
    
                  
    3
    fn vsop(v: [3]f32, s: f32, comptime op: anytype) [3]f32 {
    4
        var ret: [3]f32 = undefined;
    5
        for (0.., v) |i, vv| ret[i] = op.aufruf(vv, s);