Skip to content

Instantly share code, notes, and snippets.

View rdpanek's full-sized avatar
🏠
Working from home

Radim Daniel Pánek rdpanek

🏠
Working from home
View GitHub Profile
set nocompatible
set number
set ruler
set ignorecase
set ts=2
colorscheme koehler
syntax on
set hlsearch
set incsearch
set ignorecase
mocha $(find ./server/**/ -name '*.unit.test.coffee') -t 3s --compilers coffee:coffee-script/register --grep "Proxies forward" --reporter spec
# MacPorts Installer addition on 2013-11-19_at_14:38:27: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
PS1="{\d | \T -> \w ...\$?}\n\nᐰ "
[user]
name = Radim Daniel Panek
email = rdpanek@gmail.cz
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow bold

Keybase proof

I hereby claim:

  • I am rdpanek on github.
  • I am rdpanek (https://keybase.io/rdpanek) on keybase.
  • I have a public key whose fingerprint is 5EE9 3B01 5DCD 0CD7 6663 CA33 97CD EA66 9277 1190

To claim this, I am signing this object:

{
"__v" : 0,
"_id" : ObjectId("521605e0f2579a680500029f"),
"confirm" : false,
"cronDefinition" : "*/5 * * * *",
"framework" : "hera",
"identificator" : "content-data",
"infoWebSocket" : true,
"lastStatus" : "passed",
"lastTime" : "15:20",
@rdpanek
rdpanek / du.localstorage
Last active December 30, 2015 17:49
Example localstorage
env = [
{
"name": "Výdaje",
"color": "#ffffff"
}
]
env_saved = localStorage['envelopes'];
if (env_saved !== undefined ) {
envelopes = JSON.parse(env_saved);
_env = [], e = []
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
{
"browser": "chrome",
"page": "http://",
"dom": "/dom.txt",
"duration": 6,
"dateTimeResult": {
"$date": "2013-08-19T11:24:00.000Z"
},
"status": "passed",
"requirement": "prihlaseni_pres_facebook",
# results
GET /api/v1/results/hera?dateFrom=2013-08-01&dateTo=2013-08-31&filter=chart
- "hera" je identifikator, zpravidla by to mel byt nazev projektu http://d.pr/i/mZoc
- nejvic vas bude zajimat "passed" a "failed" ktere nesou vysledky za vybrane obdobi - min 1 den a je tam timestamp s datem
# tasks
GET /api/v1/tasks/e2e?statistics=1
- "e2e" je identifikator, mel by to opet byt nazev projektu