| Titre | URL |
|---|---|
| xkcd.com | http://xkcd.com/ |
| Saturday Morning Breakfast Cereal | http://www.smbc-comics.com/ |
| Symfony Blog | http://symfony.com/blog/ |
| BlogLaurel (fr) | http://bloglaurel.com |
| YODABLOG | http://www.yodablog.net |
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
| #!/bin/bash | |
| # Author: Joel Nothman | |
| # Optimized by Pierstoval | |
| # Under BSD-2 license | |
| # See https://github.com/jnothman/git-squash | |
| # See https://github.com/Pierstoval/git-squash | |
| usage() { | |
| echo "" | |
| echo Usage: git squash '[-m <commit msg>] [-a|--append] [-f|--full] <base>' |
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="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Title</title> | |
| <style type="text/css"> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| iframe { | |
| overflow: hidden; | |
| border: solid 1px black; |
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
| REM Batch file for Windows only | |
| REM This script takes images from a | |
| SET EXTENSION=jpg | |
| REM This is NOT an usual glob pattern. | |
| REM This example matches 4 digits, like "DSC_0243". | |
| SET PATTERN=DSC_%04d" | |
| ffmpeg.exe -r 24 -i %PATTERN%.%EXTENSION% -s hd720 -vcodec libx264 out.mp4 |
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
| // LOOOTS of stuff there: https://github.com/denysdovhan/wtfjs | |
| // From https://www.destroyallsoftware.com/talks/wat | |
| [] + []; // empty string | |
| [] + {}; // [object Object] | |
| {} + []; // 0 | |
| {} + {}; // NaN | |
| Array(16); // ,,,,,,,,,,,,,,,, (array with 16 undefined elements) | |
| Array(16).join('wat'); // watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat (array with 16 "wat" strings) |
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 BENCHMARK SCRIPT | | |
| --------------------------------------------------- | |
| Start : 2018-08-23 08:37:29 | |
| PHP version : 7.3.0beta2 | |
| Platform : Linux | |
| Each test executed 10000 times | |
| --------------------------------------------------- | |
| test_array_reverse 650.660 sec. | |
| test_array_key_last 0.049 sec. |
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 | |
| $h = fopen('php://memory', 'ab+'); | |
| $gd = @imagecreate(110, 20); | |
| if (false === $gd) { | |
| throw new \RuntimeException('GD image is invalid'); | |
| } |
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 | |
| $finder = PhpCsFixer\Finder::create() | |
| ->exclude([ | |
| 'vendor', | |
| ]) | |
| ->in([ | |
| __DIR__.'/src/', | |
| __DIR__.'/tests/' | |
| ]) |
Place this at the "root" of your git repos, or even your projects directory.
Like /var/www/git_gc.bash for example, if you save many projects under this dir.
This script will run git reflog expire and git gc with extra options to save
some space when working with heavy & often rebased projects.
I hereby claim:
- I am pierstoval on github.
- I am pierstoval (https://keybase.io/pierstoval) on keybase.
- I have a public key ASDMqGJzpJ2OMQa9tDDwznVYnbzPVW7K4oDlKUBliBawWAo
To claim this, I am signing this object:
OlderNewer