Skip to content
View haved's full-sized avatar
  • Norway

Block or report haved

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

    My attempt(s) at using C in systems where only python is allowed

    Python 5

  2. dot-tree-viz Public

    Simple web app for rendering GraphViz graphs with extra attributes, and references between elements of different graphs

    TypeScript

  3. TS Public

    The Battleships arcade machine made at TS in 2018

    C++

  4. notater Public

    Personal long form notes for some of my courses

    TeX 1 1

  5. MacroDSL Public

    A text editor with interactive macro programming. Make macros, repeat them quickly

    Zig

  6. PlyToPlybin Public

    Command line tool for converting ply files to plybin files.

    C# 3 1

733 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 3 commits in 1 repository
Reviewed 28 pull requests in 1 repository

Created an issue in phate/jlm that received 1 comment

Assert fails when compiling simple switch with char*

The following C code: const char* func(int colorid) { const char *cp = "a"; switch (colorid) { case 1: cp = "b"; break; } return cp; } when compile…

1 comment
5 contributions in private repositories Apr 2 – Apr 10
Loading