Skip to content
View condekind's full-sized avatar

Highlights

  • Pro

Block or report condekind

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. advent-of-python-2023 advent-of-python-2023 Public template

    Template repo providing what you need, so you can jump straight into coding the challenges from the advent of code 2023, in Python

    Python 5

  2. pylife pylife Public

    Python test playground - intended for exploration of language features and external tools (breaking changes are not a concern)

    Python 1

  3. rust_sdl2_opengl_example rust_sdl2_opengl_example Public

    Rust 1

  4. tokers tokers Public

    Toy game made to explore/learn rust and test my rubber-GPT-ducky skills

    Rust 1

  5. vscode-goyacc vscode-goyacc Public

    Forked from LunicLynx/vscode-bison

    Fork of LunicLynx/vscode-bison to hopefully get syntax highlight for goyacc

    1

  6. Atomic file swap on GNU/Linux Atomic file swap on GNU/Linux
    1
    #define _GNU_SOURCE
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <limits.h>
    5
    #include <string.h>