I hereby claim:
- I am roolo on github.
- I am lipoqil (https://keybase.io/lipoqil) on keybase.
- I have a public key whose fingerprint is 1B1B 82E3 A99C 94BC 16A4 FDCD 651B 0B7E 30C9 215E
To claim this, I am signing this object:
| unless defined? @already | |
| UI.menu("Plugins").add_item("Draw stairs") { | |
| UI.messagebox("I'm about to draw stairs!") | |
| # Call our new method. | |
| draw_stairs | |
| } | |
| UI.menu("Plugins").add_item("Reload stairs") { | |
| load 'stairs.rb' | |
| } |
| //package cz.codeland.gunlicensetester.util; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| public class Inter | |
| { | |
| private ArrayList<Integer> array; | |
| public Inter(Integer... integers) |
| public class Dog{ | |
| String breed; | |
| int age; | |
| String color; | |
| void barking(){ | |
| System.out.println("Bark"); | |
| } | |
| void hungry(){ |
| jruby-9.0.0.0.pre1 :004 > java.net.NetworkInterface.networkInterfaces.each {|i| puts i; puts } | |
| name:utun0 (utun0) | |
| name:en0 (en0) | |
| name:lo0 (lo0) |
I hereby claim:
To claim this, I am signing this object:
| times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.011 000.011: --- VIM STARTING --- | |
| 000.109 000.098: Allocated generic buffers | |
| 000.914 000.805: locale set | |
| 000.938 000.024: GUI prepared |
URI.encode_www_form({sort: [['valid.to', 'ASC']]})
"sort=%5B%22valid.to%22%2C+%22ASC%22%5D"
Typhoeus.get('http://localhost:7001/api/events.json', followlocation: true, params: {sort: ['valid.to', 'ASC']})
ETHON: performed EASY effective_url=http://localhost:7001/api/events.json?sort%5B0%5D=valid.to&sort%5B1%5D=ASC response_code=401 return_code=ok total_time=0.615747
Requires Image magick
| sudo lsof -i -P | grep -i "listen" | sort |