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
<!--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> |
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
!------------------------------------------------------------------------------- | |
! | |
! 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 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 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 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 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 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 | |
# Shell script to backup MySql database | |
# To backup Nysql databases file to /backup dir and later pick up by your | |
# script. You can skip few databases from backup too. | |
# For more info please see (Installation info): | |
# http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/01/mysql-backup-script.html | |
# Last updated: Aug - 2005 | |
# -------------------------------------------------------------------- | |
# This is a free shell script under GNU GPL version 2.0 or above | |
# Copyright (C) 2004, 2005 nixCraft project |
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
# files to ignore in typical Joomla installation | |
# also with some exclusions useful for SublimeText editor | |
*~ | |
configuration.php | |
*.sublime-project | |
*.sublime-workspace | |
tags | |
.tags* | |
logs/ |
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
## source .bashrc ## | |
alias reload='. .bashrc' | |
## handy shortcuts ## | |
alias h='history' | |
alias h.20='history 20' | |
## create a new set of commands ## | |
alias path='echo -e ${PATH//:/\\n}' | |
alias now='date +"%T"' |
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
[Configuration] | |
InstallDir=c:\totalcmd | |
firstmnu=3001 | |
FirstTime=0 | |
test=101 | |
onlyonce=1 | |
TrayIcon=1 | |
UseRightButton=0 | |
Savepath=1 | |
Savepanels=1 |
OlderNewer