Skip to content
View JemWritesCode's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ElevateCode
Block or Report

Block or report JemWritesCode

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

  1. Examples Examples Public

    Forked from ElevateCode/Examples

    Code for ElevateCode tutorials.

    Visual Basic

  2. 42CurriculumGraphMaker 42CurriculumGraphMaker Public

    Update the 42 School Intra curriculum graph more easily. (AKA Holy Graph / Curriculum Galaxy)

    JavaScript 3 1

  3. 42-Fillit 42-Fillit Public

    Algorithms - Fit tetris pieces into the smallest square possible using recursive backtracking.

    C 15 4

  4. 42WebDevPiscine 42WebDevPiscine Public

    Web design exercises in HTML/CSS/Javascript/Node.js. (aka PHP Piscine but using NodeJS)

    HTML 3 1

  5. 42Exams 42Exams Public

    42 Exam / Interview Style Question Practice with no internet access.

    C 4 1

  6. 42GetNextLine 42GetNextLine Public

    Read from a file descriptor and return a line ending with a newline. An exercise in memory allocation, static variables, buffers, and more.

    C