Open denisebitca opened 1 year ago
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:
And there is this one:
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.
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):