Skip to content
View corezip's full-sized avatar

Block or report corezip

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

    This projects seeks to discover variadic functions in C in a particularly relevant context, as well as to learn about a great example of a basic “dispatcher” in C via the use of an array of functio…

    C

  2. ft_select ft_select Public

    The goal of this project was to create a program that interactively selects and returns arguments.

    C

  3. Minishell Minishell Public

    This project aim to produce a functional miniature version of a shell like bash

    C

  4. ZenkoHackathon ZenkoHackathon Public

    A payment and authentication framework for Zenko using Ethereum smart contracts

    JavaScript

  5. jraleman/42.Walking_Marvin jraleman/42.Walking_Marvin Public

    Python project that uses OpenAI Gym with an environment called Marvin. The goal is to train Marvin to walk, having the training and walking process.

    Python 6 3

  6. ft_ls ft_ls Public

    The goal of this project is to discover the system's API, its functions, and the associated data structures, by recoding one of the most used commands among programmers, ls.

    C