Skip to content

Instantly share code, notes, and snippets.

View adrientiburce's full-sized avatar
🏠
Working from home

Adrien Tiburce adrientiburce

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am adrientiburce on github.
  • I am atiburce (https://keybase.io/atiburce) on keybase.
  • I have a public key ASAvQCpe5w5LoP3BTWiWxhLT8U9c2OY5JYU1HaVb_13gtgo

To claim this, I am signing this object:

Privacy Policy of Deal Maker

Deal Maker operates the Website Name website, which provides the SERVICE.

This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service, the Website Name website.

If you choose to use our Service, then you agree to the collection and use of information in relation with this policy. The Personal Information that we collect are used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Website URL, unless otherwise defined in this Privacy Policy.

<phpunit colors="true">
<testsuites>
<testsuite name="Manager Test Suite">
<directory>./Tests</directory>
</testsuite>
</testsuites>
</phpunit>
<phpunit colors="true">
<testsuites>
<testsuite name="Manager test suites">
<directory>./Tests/Manager</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html"
target="./log/codeCoverage"
lowUpperBound="40"
source /usr/share/defaults/etc/profile
alias bureau="cd /home/adrient/Bureau";
alias phpr="systemctl restart php-fpm";
alias phps="systemctl status php-fpm";
alias httpdr="systemctl restart httpd";
alias httpds="systemctl status httpd";
alias run="php -S localhost:8080";
@adrientiburce
adrientiburce / contributing.md
Last active June 19, 2019 11:33
Fichier de nommage des commits

Conventions - Commits

Ce fichier recense les conventions à adopter pour écrire un commit

Nommage des commits

Les commits doivent suivre la nommenclature suivante : (Type) Description

Type du commit

On peut en choisir un parmi :

  • Style pour la pure mise en forme ;
@adrientiburce
adrientiburce / install_solus.md
Last active January 5, 2022 15:31
Installation de Solus - DulaBoot #solus #tuto #installation

Installation de Solus en DualBoot

1. Préliminaires

  • Télécharger l'iso sur le Site officiel
  • Copier l'iso sur une clé USB : sur Linux à l'aide de :
sudo dd if=Solus-3.9999-Budgie.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb
  • Redémarer votre ordinateur avec la clé USB dedans !
@adrientiburce
adrientiburce / cloudSettings
Last active March 15, 2019 16:37
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-15T16:37:32.811Z","extensionVersion":"v3.2.7"}
@adrientiburce
adrientiburce / serveur.md
Last active November 17, 2018 20:05
#learn

Installation d'un Serveur :

Nota-Bene : Les commandes présentés ont été effectuées et fonctionnent sur un serveur Debian 9- Stretch

Php & Mysql

  • Si l'installation de Mysql ne fonction pas en plus de mysql et php :
sudo apt install php-mysql
@adrientiburce
adrientiburce / wordplate.md
Last active November 17, 2018 22:15
#wordplate #tuto