A collection of tools developped by and for university students of Polytechnique Montreal.
| Link | Author | Type |
|---|---|---|
| polyNotify | odrouin | Java jar |
| polyNotify | Chris911 | ruby gem |
| PolyNotesFinales | niroyb | python script |
| Link | Author | Description | Type |
|---|---|---|---|
| PolyHoraireFormat | niroyb | Rend l'horaire plus beau | python script |
| GenerateurHoraire AEP | Pierre-Marc Fournier | Cree un horaire | Web app |
| PolyHoraires | Danny K. | Genératuer d'horaire simplifié | Web app |
| icanhasical | Gab Royer | Crée un fichier ical importable | Web app |
| polytocal | Gab Royer / Chris911 | Version à jour de iCanHashiCal. | Web app |
| PolySchedule To GoogleCalendar | Tim R. | Envoie votre horaire vers Google Calendar en passant directement par l'API | C# with UI + .exe |
| Link | Author | Description | Type |
|---|---|---|---|
| MoodleR | dkhalife | Moodle data scrapper | Firefox extension |
| ScrapMoodle | niroyb | Moodle data scrapper | python script + windows release |
| Link | Author | Description | Type |
|---|---|---|---|
| FoireAuxLivres | olivier | Gestion des livres de seconde main | Frontend + backend |
| PolyDossier | Max Lavigne | Refacture du dossier étudiant | Web app |
| poly-seuils-notes | EtiDuc | Analyse resultats pour determiner les seuils | python script |
| biciklo | SiMark | Système d'inventaire pour l'atelier Biciklo | Backend + Frontend |
| PolyHeaders | Nic007 | Génère les en-têtes des .h selon le guide de codage de poly | cpp |
- Fork this repo
- Create a branch (
git checkout -b my-branch) - Make changes
- Commit changes (
git commit -am 'I did this ...') - Push to the branch (
git push origin my-branch) - Create new Pull Request