Skip to content
View jkgithubrep's full-sized avatar
🎨
Developing new skills
🎨
Developing new skills

Highlights

  • Pro

Block or report jkgithubrep

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

    Blogging platform where users can follow each others and have a personalized feed of posts.

    CSS

  2. 42_printf_unit_tests 42_printf_unit_tests Public

    Collection of tests for the ft_printf project at 42.

    C 11

  3. 42_lem_in 42_lem_in Public

    Program that takes an undirected graph (rooms with connections) and computes the most efficient way to move N ants from source node to sink node.

    C

  4. 42_ft_printf 42_ft_printf Public

    My own version of the libc function printf.

    C

  5. 42_push_swap 42_push_swap Public

    Sort a stack with a limited number of instructions using the lowest possible number of operations.

    C

  6. 42_push_swap_checker 42_push_swap_checker Public

    Script to check various inputs on the push_swap project at 42

    Shell 2