-
Open Conemu
-
Open Settings -> Tasks or go to new tab button -> Setup tasks.
-
Click
+
to add a new task -
Enter the name as
Git Bash
or whatever you like -
Task parameters:
/icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\Users\nicolas"
-
Command:
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>jeu de la vie</title> | |
</head> | |
<style type="text/css"> | |
#app { | |
font-size: 0; | |
} |
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 | |
# Config for SSL. | |
echo "--- Making SSL Directory ---" | |
mkdir /etc/nginx/ssl | |
echo "--- Copying $i SSL crt and key ---" | |
openssl req -nodes -new -x509 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt -subj "/C=US/ST=NY/L=NYC/O=Dis/CN=www.example.com" | |
echo "--- Turning SSL on in nginx.conf. ---" |
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
// ==UserScript== | |
// @name die die die | |
// @namespace twi- | |
// @include https://twitter.com/ | |
// @include http://twitter.com/ | |
// @version 1 | |
// @require http://code.jquery.com/jquery-1.11.0.min.js | |
// @grant none | |
// ==/UserScript== |
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 | |
/* ******************************************************************************* */ | |
/* Script to track search results on leboncoin */ | |
/* Receive an email when a new item pops */ | |
/* ******************************************************************************* */ | |
/* ******************************************************************************* */ | |
// - Add this cron job to check for new items every 30 minutes */ | |
// */30 * * * * curl http://yoursite.com/leboncoin.php */ |
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
// ==UserScript== | |
// @name die die die | |
// @namespace twi- | |
// @include https://twitter.com/ | |
// @include http://twitter.com/ | |
// @version 1 | |
// @require http://code.jquery.com/jquery-1.11.0.min.js | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name no apple | |
// @namespace twi- | |
// @include https://twitter.com/ | |
// @include http://twitter.com/ | |
// @version 1 | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js | |
// @grant none | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Facebook read status | |
// @description block facebook's "read status" notification on facebook chat. | |
// @namespace frs | |
// @include http://www.facebook.com/* | |
// @include https://www.facebook.com/* | |
// @grant none | |
// @version 1 | |
// ==/UserScript== | |
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
$(function() { | |
$('selector').Chocolat(); | |
}); |
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
$(function() { | |
$('.chocoLinks').Chocolat({ | |
overlayOpacity : 1, | |
displayAsALink : true, | |
overlayColor : '#000' | |
}); | |
}); |
NewerOlder