I hereby claim:
- I am hindenbug on github.
- I am xcess_denied (https://keybase.io/xcess_denied) on keybase.
- I have a public key whose fingerprint is 07EF 0E73 359D 31BB A714 081F A1E0 6B7C AB23 E86B
To claim this, I am signing this object:
| ; Comments start with semicolons. | |
| ; Clojure is written in "forms", which are just | |
| ; lists of things inside parentheses, separated by whitespace. | |
| ; | |
| ; The clojure reader assumes that the first thing is a | |
| ; function or macro to call, and the rest are arguments. | |
| ; | |
| ; Here's a function that sets the current namespace: | |
| (ns test) |
| ; Comments start with semicolons. | |
| ; Clojure is written in "forms", which are just | |
| ; lists of things inside parentheses, separated by whitespace. | |
| ; | |
| ; The clojure reader assumes that the first thing is a | |
| ; function or macro to call, and the rest are arguments. | |
| ; | |
| ; Here's a function that sets the current namespace: | |
| (ns test) |
| ; as clojure is built on top of Java, many of its types are old java types | |
| (class 3) | |
| => java.lang.Long |
| source 'https://rubygems.org' | |
| gem 'lotus-router' | |
| group :test do | |
| gem 'rspec' | |
| gem 'capybara' | |
| end |
| # Source Prezto. | |
| if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
| source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" | |
| fi | |
| bindkey '^[[A' history-substring-search-up | |
| bindkey '^[[B' history-substring-search-down | |
| eval "$(fasd --init zsh-ccomp zsh-ccomp-install posix-alias zsh-hook)" | |
| export PYTHONSTARTUP=~/.pythonrc |
I hereby claim:
To claim this, I am signing this object:
| %s/\r//g |
I hereby claim:
To claim this, I am signing this object:
| /sbin/ifconfig eth0 | grep 'inet addr' | cut -d: -f2 | awk '{print $1}' | |
| hostname -I | awk '{print $3}' |
| - name: Delete multiple files | |
| file: | |
| path: "{{ item }}" | |
| state: absent | |
| with_items: | |
| - file1.txt | |
| - file2.txt | |
| - file3.txt |