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
services: | |
some_nice_handle_that_strikes_your_fancy: | |
class: Symfony\Bundle\DoctrineMongoDBBundle\Security\DocumentUserProvider | |
arguments: [@doctrine.odm.mongodb.document_manager, 'SpoyggProfajlerBundle:Profileuser', 'username'] |
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
encoders: | |
Spoygg\ProfajlerBundle\Document\Profileuser: plaintext |
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
0 3 * * * export DISPLAY=:0 && your_favorite_application |
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
$e = new Exception; | |
var_dump($e->getTraceAsString()); |
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
setxkbmap -symbols 'pc+yg+inet(evdev)+level3(ralt_alt)+level3(rwin_switch)+capslock(none)+level3(menu_switch)' |
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 | |
// First fetch all prevods | |
// Mysql call | |
$sql = " | |
SELECT ID, post_title, post_content, post_parent, post_name | |
FROM wp_rscom_posts | |
WHERE post_parent | |
IN ( | |
SELECT ID | |
FROM wp_rscom_posts |
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
altwin:menu = +altwin(menu) | |
altwin:meta_alt = +altwin(meta_alt) | |
altwin:ctrl_win = +altwin(ctrl_win) | |
altwin:meta_win = +altwin(meta_win) | |
altwin:left_meta_win = +altwin(left_meta_win) | |
altwin:super_win = +altwin(super_win) | |
altwin:hyper_win = +altwin(hyper_win) | |
altwin:alt_super_win = +altwin(alt_super_win) | |
altwin:swap_lalt_lwin = +altwin(swap_lalt_lwin) | |
grp:switch = +group(switch) |
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
Zakon privlačnosti | |
Od primećivanja do manifestacije | |
iliti Kako pomoći sebi da imaš sve što poželiš | |
* Prvi korak je da nešto primetiš u svojem okruženju. | |
Primeri: | |
Ideš ulicom i vidiš nešto | |
Na netu si naletiš na nešto | |
* Drugi korak je želja | |
Primeri: | |
Video si nešto i želiš to za sebe |
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
# Setup Vim | |
# For persist Vim undo history beyond closing file | |
mkdir ~/.vim-meta-files | |
# Link Vim config to sync with Dropbox | |
ln -s ~/Dropbox/vim ~/.vim | |
ln -s ~/.vim/vimconfig ~/.vimrc | |
echo "Vim setup." | |
#Customize OS | |
# Import custom keyboard layout |
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
// Legacy code - do not remove | |
$isResidential = $values['residential'] != 'no'; | |
$inquiry = RateInquiryPeer::create( | |
$values['CollectionAddress']['CountryCode'], | |
$values['CollectionAddress']['City'], | |
$values['CollectionAddress']['PostalCode'], | |
$values['DestinationAddress']['CountryCode'], | |
$values['DestinationAddress']['City'], | |
$values['DestinationAddress']['PostalCode'], |