Skip to content

Instantly share code, notes, and snippets.

View luxifer's full-sized avatar
🎂
the cake is a lie

Florent Viel luxifer

🎂
the cake is a lie
View GitHub Profile

Retrospective du sprint

Satisfaction sur le sprint (entre 0 et 5) :

Points à discuter

À préparer avant le sprint par le CTO : reprendre les points importants du sprint précédents.

Ajoutez des points dans les 2 sections suivantes à n'importe quel moment dans le sprint en modifiant l'issue :

Keybase proof

I hereby claim:

  • I am luxifer on github.
  • I am luxifer (https://keybase.io/luxifer) on keybase.
  • I have a public key ASDw2HAMYo8IYOFfnTH_h9VXTY9_1i0dUrCyjIj3jHmrXwo

To claim this, I am signing this object:

@luxifer
luxifer / docker-compose.yaml
Created August 4, 2017 11:55
Secured wordpress demo
version: '3'
services:
database:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: password
wordpress:
image: wordpress:4.8-php7.1
environment:
WORDPRESS_DB_HOST: mysql
@luxifer
luxifer / plugins.sh
Created October 4, 2016 07:04
Plugins Sublime-Text 3
> $ ls -1 ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages
0_package_control_loader.sublime-package
API Blueprint.sublime-package
Alignment.sublime-package
Ansible.sublime-package
ApacheConf.tmLanguage.sublime-package
Base16 Color Schemes.sublime-package
Better CoffeeScript.sublime-package
BracketHighlighter.sublime-package
CoffeeCompile.sublime-package
@luxifer
luxifer / README.md
Created June 5, 2016 08:49
Thelia with docker-compose v2

Run docker-compose up -d --build and head to localhost:8080

Verifying that +luxifer is my blockchain ID. https://onename.com/luxifer
@luxifer
luxifer / output.sh
Created November 16, 2015 08:50
period overlap in php
$ ./bin/phpunit overlap_test.php
PHPUnit 5.0.8 by Sebastian Bergmann and contributors.
............. 13 / 13 (100%)
Time: 140 ms, Memory: 3.50Mb
OK (13 tests, 13 assertions)
@luxifer
luxifer / keybase.md
Created February 13, 2015 08:32
keybase.md

Keybase proof

I hereby claim:

  • I am luxifer on github.
  • I am luxifer (https://keybase.io/luxifer) on keybase.
  • I have a public key whose fingerprint is 9256 AAAD B447 0F94 CFC8 274F A569 3A69 D2CB EC25

To claim this, I am signing this object:

@luxifer
luxifer / .gitconfig
Last active August 29, 2015 14:02
git branch clean
[alias]
branch-clean = !git remote prune origin && git branch --merged master | grep -v \"\\*\" | grep -v \"^[[:space:]]*master$\" | xargs -n 1 git branch -d
@luxifer
luxifer / one-column.patch
Created June 17, 2014 20:01
Selfoss one column (because 3 column is awful on desktop)
diff --git a/public/css/style.css b/public/css/style.css
index 2f16989..a3d9630 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -441,19 +441,13 @@ input {
.entry-content {
display:none;
- -moz-column-count: 3;
- -moz-column-gap: 2em;