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
classname = "" | |
keystate = "" | |
*Capslock:: | |
WinGetClass, classname, A | |
if (classname = "Vim") | |
{ | |
SetCapsLockState, Off | |
Send, {ESC} | |
} |
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
admin.{ED7BA470-8E54-465E-825C-99712043E01C} |
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 | |
###Convert MySQL files into Excel Files### | |
#Get user info | |
echo -e "Enter MySQL user name..." | |
read User | |
echo -e "Enter MySQL password..." | |
read -s Password |
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 | |
$items = array( | |
'subject'=> array( | |
'easy' => array('music','history'), | |
'difficult' => array('maths','science') | |
), | |
'sports'=>array( | |
'easy' => array('cricket'), | |
'difficult' => array('football','basketball') | |
) |
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
!------------------------------------------------------------------------------- | |
! | |
! U R X V T - Settings | |
! | |
URxvt*geometry: 139x23 | |
URxvt*foreground: grey80 | |
URxvt*borderLess: true | |
URxvt*depth: 32 | |
URxvt*background: rgba:0000/0000/0000/dddd | |
URxvt*scrollBar_right: true |
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
<!--ubaci ovo u odeljak <applications></applications>, s tim da pazi, ceo odeljak ima tagove applicationS, a pojedinacni unosi applicatioN! ;) da se ne zeznes--> | |
<!--to ti je za terminal, da ti bude kao kod mene.. ovo ga pravi razduzenim po horizontali i na tacno odredjenoj poziciji na ekranu, u drugom fajlu podesavas da nema scroll itd..--> | |
<application class="URxvt"> | |
<position> | |
<x>center</x> | |
<y>110</y> | |
<monitor>1</monitor> | |
</position> | |
<decor>no</decor> | |
<focus>yes</focus> |
NewerOlder