Git Product home page Git Product logo

Flo D's Dev Card Tyler

👨‍💻 Skills

Frontend

💬 HTML5/CSS3
💬 Javascript
💬 Typescript 
💬 React 
💬 Next.js 

Backend

💬 Python
💬 C/C++ 

Find me on LinkedIn

Tylerdurden230's Projects

ckad-exercises icon ckad-exercises

A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation

clean icon clean

script for cleaning Mac cache

cub3d icon cub3d

42 Project About creating a 3d game using raycasting

ft_containers icon ft_containers

Implementazione di alcuni containers della STL (Standard Template Library)

ft_printf icon ft_printf

42 project about replicating the printf function in C

get_next_line icon get_next_line

The basic idea is that the function reads BUFF_SIZE amount of bytes from the file descriptor(fd), strjoins it to the final char array that will be returned and scans the array for '\n' characters. Reading continues as long as there is something to read and '\n' character has not been found. Upon finding the '\n' (or '\0' if we have reached the end of the file), we check it's position in the array and strdup the line up to '\n' (or '\0') to the array given as parameter. The array where we strjoin all read characters is static. This allows us to remember the read position of some fd and continue from the same position later if the get_next_line is called again with the same fd. It is useful when reading from multiple fds is required, we can read from one, then from another, then keep reading from the positions where we stopped reading earlier.

libasm icon libasm

42 Project about creating a library with assembly

netpractice icon netpractice

:signal_strength: A guide to NetPractice: a set of networking exercises with a focus on IP addresses and subnet masks.

push_swap icon push_swap

42 project about sorting algorithms, stacks, linked lists

react-custom-hooks icon react-custom-hooks

React Custom Hooks @ S.Leschev: useArray useAsync useClickOutside useCookie useCopyToClipboard useDarkMode useDebounce useDebugInformation useDeepCompareEffect useEffectOnce useEventListener useFetch useGeolocation useHover useLongPress useMediaQuery useOnlineStatus useOnScreen usePrevious useRenderCount useScript etc.

venv_creator icon venv_creator

Very simple bash script to create a virtual environment for a python project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.