$ cd web
$ git clone https://github.com/leblanc-simon/Gesdon.git
$ cd Gesdon
$ composer install
$ cd config
$ cp config.example.php config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| header("Cache-Control: no-cache, must-revalidate"); | |
| header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); | |
| function removeNotice($whois) | |
| { | |
| return str_replace('NOTICE: The expiration date displayed in this record is the date the | |
| registrar\'s sponsorship of the domain name registration in the registry is | |
| currently set to expire. This date does not necessarily reflect the expiration | |
| date of the domain name registrant\'s agreement with the sponsoring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $now = time(); | |
| setlocale(LC_TIME, 'fr_FR.utf8','fra'); | |
| $french_date = strftime('%A %d %B %Y %T', $now); | |
| ?><!DOCTYPE html> | |
| <html lang="fr"> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>What time is it ?</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| from datetime import date | |
| import argparse | |
| import ConfigParser | |
| class CommandPrepare: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="fr"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>OPG : Open Password Generator</title> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "require": { | |
| "predis/predis": "~1" | |
| } | |
| } |
I hereby claim:
- I am leblanc-simon on github.
- I am leblancsimon (https://keybase.io/leblancsimon) on keybase.
- I have a public key whose fingerprint is 181A E85C 78A3 4464 896C 8CBB 3825 AC59 FCD3 3571
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import os | |
| from werkzeug.contrib.sessions import FilesystemSessionStore | |
| session_store = FilesystemSessionStore(os.path.expanduser('~/.local/share/Odoo/sessions')) | |
| passwds = [] | |
| for sid in session_store.list(): | |
| session = session_store.get(sid) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that +leblanc_simon is my blockchain ID. https://onename.com/leblanc_simon |