See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
/******************************************************************************************* | |
* | |
* raylib - sample game: space invaders | |
* | |
* Based on Sample game developed by Ian Eito, Albert Martos and Ramon Santamaria | |
* Modifed by Monster Brain (monsterbraininc.com) - 2018 | |
* | |
* This game has been created using raylib v1.3 (www.raylib.com) | |
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) | |
* |
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
Epitech's API is located at https://intra.epitech.eu/
and for the most part is any intranet page with the format=json
param added.
To access most endpoints a PHPSESSID
cookie must be set to an authenticated session. Authentification can be done with an autologin code or via Office 365 oauth.
API endpoints and what they require and do. JSON file of endpoints below the documentation.
L'intra d'Epitech (intra.epitech.eu
) possède une API assez vaste mais malheureusement non documentée.
J'ai regroupé ici un certains nombres d'urls concernant cette API.
#!/usr/bin/python | |
# | |
# Made by [email protected] | |
# Version: 1.2.1 | |
# | |
''' | |
An Epitech norme checker | |
Usage: python norme.py <files to scan> [-nocheat] [-verbose] [-score] [-libc] |