Skip to content
View dylan-romansky's full-sized avatar
🐿️
🥜🥜🥜
🐿️
🥜🥜🥜

Block or report dylan-romansky

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

Popular repositories Loading

  1. get-a-job get-a-job Public

    A job-listing webscraper implemented in Python

    Python 1

  2. libft libft Public

    Handcoded versions of standard C library functions along with additional functions I found useful

    C

  3. get-next-line get-next-line Public

    A function that gets the next line, up to the newline character, from a given file descriptor

    C

  4. printf printf Public

    A recoding of printf, giving us a deeper understanding of printf's intricacies

    C

  5. ft_ls ft_ls Public

    A budget-brand recode of OSX's ls command as an introduction to filesystems and how unix based OSes use them

    C

  6. ft_ssl ft_ssl Public

    A simple recoding of several algorithms found in openssl as an introduction to bit logic, security algorithms, and thinking at the byte level

    C