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
export CCACHE_DIR=/mnt/archextra/libreoffice/ccache | |
export CCACHE_COMPRESS=1 | |
export ICECC_VERSION=/mnt/archextra/libreoffice/i386.tar.gz |
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
-module(astar). | |
-type cnode() :: {integer(), integer()}. | |
-define(MINX, 0). | |
-define(MINY, 0). | |
-define(MAXX, 10). | |
-define(MAXY, 10). | |
-export([ |
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 | |
date_default_timezone_set('UTC'); | |
class Deploy { | |
/** | |
* A callback function to call after the deploy has finished. | |
* | |
* @var callback |
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
music_directory "/home/srijan/Music" | |
playlist_directory "/home/srijan/.mpd/playlists" | |
db_file "/home/srijan/.mpd/database" | |
log_file "/home/srijan/.mpd/log" | |
pid_file "/home/srijan/.mpd/pid" | |
state_file "/home/srijan/.mpd/state" | |
user "srijan" | |
group "users" | |
save_absolute_paths_in_playlists "yes" | |
follow_outside_symlinks "yes" |
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
filetype off | |
let mapleader = "," | |
" call pathogen#infect() | |
" Use pathogen.vim to manage and load plugins | |
call pathogen#runtime_append_all_bundles() | |
call pathogen#helptags() | |
syntax on |
NewerOlder