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
... | |
I/ActivityManager( 234): Starting: Intent { cmp=cgeo.geocaching/.CachePopup (has extras) } from pid 4429 | |
... | |
I/ActivityManager( 234): Displayed cgeo.geocaching/.CachePopup: +1s116ms | |
... | |
I/ActivityManager( 234): Starting: Intent { cmp=cgeo.geocaching/.CacheDetailActivity (has extras) } from pid 4429 | |
... | |
I/ActivityManager( 234): Displayed cgeo.geocaching/.CacheDetailActivity: +840ms | |
... | |
E/cgeo ( 4429): cgData.loadCaches([GC296RQ]) failed |
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 | |
class StringUtils { | |
const SHORTEN_NONE = 1; | |
const SHORTEN_SIMPLIFIED = 2; | |
const SHORTEN_ELLIPSIS = 4; | |
private function __construct() {} | |
/** |
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
" Remove ALL autocommands for the current group. | |
:autocmd! | |
" Use Vim settings, rather than Vi settings (much better!). | |
" This must be first, because it changes other options as a side effect. | |
set nocompatible | |
" Start pathogen | |
call pathogen#infect() |
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
-------------------------------------------------------------------------------- | |
-- Set the client as slave: put it at the end of other windows. | |
-- Backport from git (fa1ca807) | |
-- @param c The window to set as slave. | |
-------------------------------------------------------------------------------- | |
function setslave(c) | |
local cls = capi.client.get(c.screen) | |
for k, v in pairs(cls) do | |
c:swap(v) | |
end |
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
. | |
##############..... ############## | |
##############......############## | |
##########..........########## | |
##########........########## | |
##########.......########## | |
##########.....##########.. | |
##########....##########..... | |
..##########..##########......... | |
....##########.#########............. |
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
## | |
## /home/sammyshp/.bashrc.d/00-bash-environment.sh | |
## | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace | |
# append to the history file, don't overwrite it | |
shopt -s histappend |
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
sammyshp:/usr/lib/firefox/dictionaries$ ll | |
insgesamt 4,7M | |
-rw-r--r-- 1 root root 19K 7. Jun 2012 de_AT.aff | |
-rw-r--r-- 1 root root 1,1M 7. Jun 2012 de_AT.dic | |
lrwxrwxrwx 1 root root 9 7. Jun 2012 de_BE.aff -> de_DE.aff | |
lrwxrwxrwx 1 root root 9 7. Jun 2012 de_BE.dic -> de_DE.dic | |
-rw-r--r-- 1 root root 19K 7. Jun 2012 de_CH.aff | |
-rw-r--r-- 1 root root 1,1M 7. Jun 2012 de_CH.dic | |
-rw-r--r-- 1 root root 19K 7. Jun 2012 de_DE.aff | |
-rw-r--r-- 1 root root 1,1M 7. Jun 2012 de_DE.dic |
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
set gui=none | |
set complete=l | |
set defsearch=g | |
set titlestring=Firefox | |
set status+=ssl | |
set yankencodedurl | |
command nsp :noscript popup | |
nnoremap ü :noscript popup<CR> |
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
# Maintainer: David Vilar <[email protected]> | |
pkgname=pdfpc-git | |
pkgver=20140111 | |
pkgrel=1 | |
pkgdesc="A presenter console with multi-monitor support for PDF files" | |
arch=('i686' 'x86_64') | |
url="http://davvil.github.com/pdfpc" | |
license=('GPL') | |
depends=('gtk2' 'poppler-glib' 'librsvg' 'libgee06') |
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
Description='Example WPA2 Enterprise configuration' | |
Interface=wlp3s0 | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
WPAConfigSection=( | |
'ssid="SSID"' | |
'key_mgmt=WPA-EAP' | |
'proto=RSN' | |
'pairwise=CCMP' |
OlderNewer