#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
This file contains 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
alert.js |
This file contains 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
<VirtualHost *:80> | |
UseCanonicalName Off | |
ServerName root.localhost | |
ServerAlias *.localhost | |
RewriteEngine On | |
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} | |
SetEnv APP_ENV dev |
This file contains 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
You are happy owner of macbook with new os and dream to play favorite new games via Steam or old-school via emulators... | |
And in one day you checked Amazon and WOW - PS gamepad copy only for 12$?! Awesome! "Shut up and take my money!"© | |
You aren't stupid and googled first, that macOS supports ps gamepads from scratch - Double-Awesome! | |
And here is that day - you opened gamepad box and followed instruction https://theultralinx.com/2014/02/connect-playstation-3-controller-mac-os-mavericks/ or http://osxdaily.com/2014/12/28/connect-playstation-3-controller-mac-os-x/ | |
But... NOTHINK WORKS!!! Oh my god! Is your controller is a fake?! | |
PATIENCE! | |
OS: mac OS Sierra / Hight Sierra | |
Controller: DualShock 3 PANHAI |
This file contains 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
{ | |
"name": "themosis/themosis", | |
"description": "The Themosis framework. A framework for WordPress developers.", | |
"keywords": ["themosis", "framework", "WordPress"], | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "Julien Lambé", | |
"email": "[email protected]", | |
"homepage": "http://www.themosis.com/" |
This file contains 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
{ | |
"name" : "uwmadison-umark/wordpress-skeleton", | |
"description" : "Skeleton WordPress Stack via Composer", | |
"authors" : [ | |
{ | |
"name" : "Nick Weaver", | |
"email" : "[email protected]", | |
"homepage": "http://umark.wisc.edu" | |
} | |
], |
This file contains 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
# ---------------------------------------------------------------------- | |
#Noeud XML d'un cours | |
# ---------------------------------------------------------------------- | |
<ns3:course id="FRUAI0911101CCOEN1415" ident="EN1415" xmlns:ns3="http://cdm-fr.fr/2012/CDM"> | |
<ns3:courseID xmlns:ns3="http://cdm-fr.fr/2012/CDM">FRUAI0911101CCOEN1415</ns3:courseID> | |
<ns3:courseDescription xmlns:ns3="http://cdm-fr.fr/2012/CDM"> |
This file contains 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 | |
define('VOCAB_MACHINE_NAME', 'verticals'); | |
function case_studies_install() { | |
_create_vocabulary(); | |
$terms = array( | |
array( |
This file contains 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/sh | |
#Post receive in DEV | |
#THIS HOOK SWITCH BRANCH | |
#1. Set Project configuration : | |
WEB_DIR=/Full/path/to/root/project | |
GIT_PATH=deploy.git | |
APP_PATH=deploy |
This file contains 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/sh | |
if [ -e .gitignore ]; then | |
echo "Il y a déjà un fichier .gitignore. Bye" >&2 | |
exit 1 | |
else | |
echo "Ecriture du fichier .gitignore" >&2 | |
fi | |
cat > .gitignore <<EOF | |
## ----------------------------------------- |
NewerOlder