Megaissue for adding new resources
Opened this issue · 3 comments
This issue will have all the proposed resources in it.
Pull requests should link to comments in this thread.
Follow this format (except if pull request):
Title of the tool
Link for the tool
Short description of the tool (<100 chars)
Ludovic Lemaire's Slots-finder: https://github.com/LudovicLemaire/Slots-finder
An app that send a notification when a "correction slot" is available for your project.
https://find-peers.codam.nl/ by Joppe Koers
This website is meant to help students to find peers that are working on the same project
https://42evaluators.com by rfautier
This website was created to solve an problem that all post-stage-students are facing:
We can't find a f*cking evaluator for a project.
With 42evaluators, you can find and contact an active student to set up a correction.
I did some utils:
- [Push_swap] Online (website) Visualizer for push_swap
- A showcase how to properly configure VSCode debugger for a 42 project: https://gist.github.com/GlaceCoding/e0195d34145c8837cf8f18264fdd2539
- MiniRT map with the corresponding screenshot generated with Cinema4D of Maxon https://github.com/GlaceCoding/project42_minirt_tester/
And there is this one:
- A script for VirtualBox to create a mojave virtual machine (same as 42 mac session): https://github.com/myspaghetti/macos-virtualbox (run this script with Cygwin Terminal and don't forget to add dependencies during the installation of Cygwin)
Also, I did some advanced tools:
A demo of a starter project for project 42 https://github.com/GlaceCoding/Empty_42School_Project
This repository contains example for unit-test, github action, deployment script for the vogsphere, a makefile with leaks rule (will launch the program with
system('leak <project_name>')
at the end of the main), lldb rule, sanitize rule, bonus support and the makefile is optimized, it will detect himself if a make re is needed (that mean you don't need to domake re
when you test your code, that mean you save some compilation time).
A deployment script that add a support for a .vogignore
file in supplement of the .gitignore
. https://github.com/GlaceCoding/deploy
The goal of this script is to have a single working repository on GitHub (for working and render/vogsphere) and to be able to deploy on vogsphere with only one command (without making another repository or remove manually file).
This script add the functionality to add a second ignore file, a .vogignore file.