Skip to content
View joshop's full-sized avatar

Block or report joshop

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

    NES action platformer in 40K

    Python 2

  2. leveleditor Public

    what more do you want

    C

  3. dimentio Public

    GBA 3D renderer

    C

48 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 repositories

Created a pull request in stclib/STC that received 6 comments

Fix undefined memmove cloning empty vector

Example: #include <stdio.h> #define i_type IntVec, int #include "stc/vec.h" int main() { IntVec v = IntVec_init(); IntVec_push(&v, 5); printf("v si…

+3 −3 lines changed 6 comments
Loading