Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by tjensen42

A curated list of projects in awesome lists by tjensen42 .

https://github.com/tjensen42/42-minishell

This project is about creating a simple shell. Like an own little bash. We learned a lot about processes, file descriptors and many other things about the shell itself.

42 42project bash minishell shell

Last synced: 08 Nov 2024

https://github.com/tjensen42/42-minirt

This 42 project is an introduction to the beautiful world of Raytracing.

42cursus minirt raytracer raytracing

Last synced: 08 Nov 2024

https://github.com/tjensen42/makefiles

Some simple Makefiles for compiling C/C++ with auto dependency generation. Feel free to use them as template.

c compile cpp dependencies makefile makefile-template

Last synced: 08 Nov 2024

https://github.com/tjensen42/42-fractol

Fract`ol is one of the first computer graphics projects in the 42 core curriculum, where you work with the miniLibx-Library. The project is meant to create graphically beautiful fractals. It's really inspiring to dive into this topic and create some sort of psychedelic effects on the screen.

42project c fractal-algorithms fractal-rendering fractals

Last synced: 08 Nov 2024

https://github.com/tjensen42/42-push_swap

push_swap will sort random integers on a stack, with a limited set of instructions, trying to use the least stack operations to get a sorted stack.

42project c c-sorting-algotihms stack-sorting

Last synced: 08 Nov 2024

https://github.com/tjensen42/advent-of-code-2023

Advent of Code 2023 in Rust 🎄🦀

advent-of-code advent-of-code-2023 aoc aoc-2023 rust rust-lang

Last synced: 08 Nov 2024

https://github.com/tjensen42/.config

Last synced: 08 Nov 2024

https://github.com/tjensen42/42-ft_containers

In this 42 core curriculum project, I implemented a few container (vector, stack, map, set) of the C++ standard template library.

cpp cpp98 map stack stl-containers vector

Last synced: 12 Oct 2024