Skip to content

Instantly share code, notes, and snippets.

View MushuLeDragon's full-sized avatar
🐉
On Fire

MushuLeDragon MushuLeDragon

🐉
On Fire
View GitHub Profile
@chhh
chhh / .gitignore
Last active January 21, 2024 03:50
.gitignore file for IDEA, Eclipse, NetBeans
#
# Project specific excludes
#
tomcat
#
# Default excludes
#
@rxaviers
rxaviers / gist:7360908
Last active July 20, 2024 22:24
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:
@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'
);
@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"
@andyshinn
andyshinn / composer.json
Last active February 18, 2024 12:05
Docker Compose PHP Composer Example
{
"require": {
"mfacenet/hello-world": "v1.*"
}
}
@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;
{
"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": "twkloic@gmail.com",
"phone": "+33 616416280",
{
"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": "manue.mussard@hotmail.fr",
"phone": "06 50 39 44 61",