GithubHelp home page GithubHelp logo

nuoxoxo / ft_toolkit Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 83 KB

Files under: libft, gnl, printf & deque

Makefile 1.73% C 98.27%
42 toolkit libft get-next-line getnextline getnextline-42 libft42 printf-42

ft_toolkit's Introduction

Go Slow, and Fix Things.

⌛   Year progress bar

  • 2O24 :: @@@@@@@@@@@@____________________ :: 38.77 %

🚴‍♂️   Ongoing Projects

🎯   Recent assignments

Here's a showcase of recent projects that I've developed to tackle various tech interview tasks

🎨   Get to know me with these sites

  • Blog
    • The place where I discuss topics close to heart, like music, sometimes tech, and more
    • Next.js Dynamic Routes React Native MDX Renderer Sass
  • Gig
    • Visual representations of Advent of Code outputs
    • React Native React Router Sass Dynamic programming & various algorithms
  • Dmd
    • Guess the WeekDay based on a given date
    • React Native React Router using John Conway's doomsday algorithm
  • Mmg
    • A Memory game inspired by iconic album covers (for the love of classic rock and jazz)
  • Epoch
  • Words and Expressions
    • Help my niece with her Mandarin skills assessment
  • Ranch
    • Ranch is a naive-looking but crazy CSS sandbox experiment with

🧩   Long-term projects and codebases

  • LeetCode
    • LeetCode isn't a goal; it's a stepping stone toward achieving your goals. I keep these for the pure sake of keeping, documenting my journey through algorithmic challenges and continuous improvement. Currently the repo amounts to 2500+ code snippets covering over 800 problems.
    • C++ Go Python3 TS/JS C
  • Advent of Code
    • My solutions for Advent of Code challenges spanning 2015 - 2023 🌟🎄
    • C++ Python3 TypeScript Go C
  • Hanukkah of Data
    • Writeups / solutions for Noah's Rug - 5784 involving data probing and analytics, akin to a detective's investigation.
    • Jupyter Notebook
  • Coding Quest
    • Solutions for codingquest.io over the past 3 years, providing insights into my problem-solving approach.
    • Python Go and the intriguingly powerful Bash & AWK
  • April Fools 2O23
    • Solutions for April Fools Event @ 42 worldwide, Collaborating with some of my favorite colleagues made it an unforgettable time.
    • Perl PHP C++ TypeScript
  • More projects using Astro Deno Vanilla JavaScript etc

ft_toolkit's People

Contributors

nuoxoxo avatar

Stargazers

 avatar

ft_toolkit's Issues

Testsuites - Pho Eaters

🧛

# subject+:

valgrind ./philo 1 800 200 200
no eating, die at once

valgrind ./philo 4 500 200 2147483647
someone dies at 500 ms

valgrind ./philo 5 800 200 200 7
game goes on until meals=7

valgrind ./philo 4 200 210 200
someone dies before 210 ms

valgrind ./philo 4 310 200 100
someone dies

valgrind ./philo 1 800 200 200 0
no ops

valgrind ./philo 4 410 200 200
no one dies

valgrind ./philo 2 800 200 200
no one dies

(+)
valgrind ./philo 5 600 150 150 
someone dies on ubu, no one dies on osx

valgrind ./philo 5 800 200 200
no one dies

valgrind ./philo 4 2147483647 200 200
no one dies

🍏

# subject+:

valgrind --tool=helgrind ./philo 1 800 200 200
no eating, die at once

valgrind --tool=helgrind ./philo 4 410 200 200
no one dies

valgrind --tool=helgrind ./philo 2 800 200 200
no one dies

(+)
valgrind --tool=helgrind ./philo 5 600 150 150 
someone should die

valgrind --tool=helgrind ./philo 5 800 200 200
no one dies

valgrind --tool=helgrind ./philo 4 2147483647 200 200
no one dies

valgrind --tool=helgrind ./philo 4 500 200 2147483647
someone dies at 500 ms

valgrind --tool=helgrind ./philo 5 800 200 200 7
game goes on until meals=7

valgrind --tool=helgrind ./philo 4 200 210 200
someone dies before 210 ms

valgrind --tool=helgrind ./philo 4 310 200 100
someone dies
# extended:

valgrind --tool=helgrind ./philo 1 310 200 100
valgrind --tool=helgrind ./philo 21 410 200 200
valgrind --tool=helgrind ./philo 22 410 200 200
valgrind --tool=helgrind ./philo 23 410 200 200
valgrind --tool=helgrind ./philo 26 410 200 200
valgrind --tool=helgrind ./philo 3 410 200 200
valgrind --tool=helgrind ./philo 6 410 200 200
valgrind --tool=helgrind ./philo 9 410 200 200 
valgrind --tool=helgrind ./philo 2 410 200 200
valgrind --tool=helgrind ./philo 4 310 200 100
valgrind --tool=helgrind ./philo 4 410 200 200

(end)

🍎

# subject+:

./philo 1 800 200 200
no eating, die at once

./philo 4 410 200 200
no one dies

./philo 2 800 200 200
no one dies

./philo 5 800 200 200
no one dies

./philo 4 2147483647 200 200
no one dies

./philo 4 500 200 2147483647
someone dies at 500 ms

./philo 5 800 200 200 7
no one until meals=7

./philo 4 200 210 200
someone dies before 210 ms

./philo 4 310 200 100
someone dies
# extended:

./philo 1 310 200 100
./philo 21 410 200 200
./philo 22 410 200 200
./philo 23 410 200 200
./philo 26 410 200 200
./philo 3 410 200 200
./philo 6 410 200 200
./philo 9 410 200 200 
./philo 2 410 200 200
./philo 4 310 200 100
./philo 4 410 200 200

(end)

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.