Skip to content

Instantly share code, notes, and snippets.

View sevan96's full-sized avatar
🎯
Focusing

sevan-aymeric sevan96

🎯
Focusing
View GitHub Profile
const utilisateurs: Utilisateur[] = [];
const transactions: Transaction[] = [];
class Utilisateur {
protected id: string;
nom: string;
prenoms: string;
email: string;
numero_telephone : string;
private date_naissance: string;
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
@sevan96
sevan96 / PY0101EN-5-2-Numpy2D.ipynb
Created February 2, 2019 07:48
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-5-1-Numpy1D.ipynb
Created February 2, 2019 07:26
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-4-2-WriteFile.ipynb
Created February 1, 2019 18:23
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-4-1-ReadFile.ipynb
Created February 1, 2019 18:17
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-3-4-Classes.ipynb
Created February 1, 2019 17:55
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-3-3-Functions.ipynb
Created February 1, 2019 17:36
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-3-2-Loops.ipynb
Created January 28, 2019 17:56
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sevan96
sevan96 / PY0101EN-3-1-Conditions.ipynb
Created January 28, 2019 17:27
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.