Skip to content

Instantly share code, notes, and snippets.

View MushuLeDragon's full-sized avatar
๐Ÿ‰
On Fire

MushuLeDragon MushuLeDragon

๐Ÿ‰
On Fire
View GitHub Profile
{
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Emmanuelle MUSSARD",
"label": "Clerc de notaire",
"picture": "https://media-exp1.licdn.com/dms/image/C4E03AQG309WzrqRhFA/profile-displayphoto-shrink_800_800/0/1516854129334?e=1622073600&v=beta&t=A15gI0ft0oEjM5rjl2LJvQCbjSLHqYh8P8t4RnUgz_c",
"email": "[email protected]",
"phone": "06 50 39 44 61",
{
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Loรฏc Thiaw-Wing-Kaรฏ",
"label": "Symfony Backend developer",
"picture": "https://media.licdn.com/dms/image/C4E03AQGf04QjKzIBVg/profile-displayphoto-shrink_200_200/0/1516887922413?e=1678924800&v=beta&t=0wfK98iP3h9xwWFryTUkTMxNpt5rcoivulbUq0KuAtE",
"email": "[email protected]",
"phone": "+33 616416280",
@jmsche
jmsche / AbstractMigrationCommand.php
Created September 9, 2020 11:14
Proxy commands for Doctrine Migrations bundle with multiple entity managers.
<?php
declare(strict_types=1);
namespace App\Command\Migration;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager;
use Doctrine\Migrations\Configuration\Migration\YamlFile;
use Doctrine\Migrations\DependencyFactory;
@andyshinn
andyshinn / composer.json
Last active February 18, 2024 12:05
Docker Compose PHP Composer Example
{
"require": {
"mfacenet/hello-world": "v1.*"
}
}
@ainsofs
ainsofs / gist:2b80771a5582b7528d9e
Created April 16, 2015 01:50
Clear .gitignore cache
# remove specific file from git cache
git rm --cached filename
# remove all files from git cache
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
@b4oshany
b4oshany / sql_import.php
Created January 9, 2015 05:27
PHP PDO sql file import.
<?php
namespace libs\mysql;
class PDODbImporter{
private static $keywords = array(
'ALTER', 'CREATE', 'DELETE', 'DROP', 'INSERT',
'REPLACE', 'SELECT', 'SET', 'TRUNCATE', 'UPDATE', 'USE',
'DELIMITER', 'END'
);
@rxaviers
rxaviers / gist:7360908
Last active April 14, 2025 05:36
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@chhh
chhh / .gitignore
Last active January 21, 2024 03:50
.gitignore file for IDEA, Eclipse, NetBeans
#
# Project specific excludes
#
tomcat
#
# Default excludes
#