Skip to content
View shfranc's full-sized avatar

Highlights

  • Pro

Block or report shfranc

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

    AbstractVM is a machine that uses a stack to compute simple arithmetic expressions. These arithmetic expressions are provided to the machine as basic assembly programs.

    C++

  2. DrQuine DrQuine Public

    A quine is a computer program which takes no input and produces a copy of its own source code as its only output.

    Assembly 1

  3. malloc malloc Public

    42 project - Malloc

    C 7

  4. LibftASM LibftASM Public

    Learning assembly by coding a few functions from the Standard libC.

    C

  5. nm-otool nm-otool Public

    Writing nm and otool Mac OS commands to analyse Macho files.

    C

  6. ft_p ft_p Public

    Implementing a server and a client in C, for file transfers over network with TCP/IP.

    C