Skip to content

Instantly share code, notes, and snippets.

View kamilczerw's full-sized avatar

Kamil Czerwiński kamilczerw

View GitHub Profile
{"asdf": "ffff"ss}

Keybase proof

I hereby claim:

  • I am kamilczerw on github.
  • I am kamilczerw (https://keybase.io/kamilczerw) on keybase.
  • I have a public key ASDpr11QQzqqzu8lGA-7Fh90F9evU0ii13YW8ZI55_kl6Ao

To claim this, I am signing this object:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.0</real>
<key>Green Component</key>
<real>0.0</real>
[color]
ui = true
[push]
default = simple
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[alias]
co = checkout
ci = commit
#!/usr/bin/python
import sys
import json
import re
import os.path
import subprocess
sys.stdin = open('/dev/tty')
baseDir = os.path.dirname(os.path.realpath(__file__))