I hereby claim:
- I am quells on github.
- I am quells (https://keybase.io/quells) on keybase.
- I have a public key ASAsQ4BF3XJaE4IcCi3XiHLSBZFtZbehH6EHlV7tY1J3Tgo
To claim this, I am signing this object:
| 2.4 ns per bit shift | |
| 6.3 ns per multiply by 2 | |
| 25 ns per == comparison | |
| 2 ns per === comparison | |
| 45 ns per parseInt | |
| 2 ns per Math.floor | |
| // both work as array indices |
| package chanSpeed | |
| import ( | |
| "fmt" | |
| "sync" | |
| "testing" | |
| "unsafe" | |
| ) | |
| func BenchmarkChannelOneByte(b *testing.B) { |
| //: # Brent's "Secret Projects Diary #2" | |
| import Foundation | |
| //: ## Feeds | |
| protocol Feed: Equatable { | |
| var url: String {get} | |
| } | |
| class LocalFeed: Feed { | |
| var url: String | |
| init(url: String) { |
| // Set Up Doc | |
| var doc = app.documents.add(); | |
| var vp = doc.viewPreferences; | |
| vp.horizontalMeasurementUnits = MeasurementUnits.picas; | |
| vp.verticalMeasurementUnits = MeasurementUnits.picas; | |
| vp.rulerOrigin = RulerOrigin.pageOrigin; | |
| doc.textDefaults.alignToBaseline = true; | |
| doc.textDefaults.hyphenation = false; | |
| var gridPrefs = doc.gridPreferences; | |
| gridPrefs.baselineStart = 0; |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| alias whereami="get-location 2> /dev/null | sed -e 's/.*<\(.*\)>.*/\1/' | sed -e 's/\(.*\)/http:\/\/maps.googleapis.com\/maps\/api\/geocode\/json\?latlng\=\1\&sensor\=false/' | xargs curl -Ss | grep 'formatted_address' | head -n 1 | sed -e 's/[ \t]*\"formatted_address\" : \"\(.*\)\",/\1/'" |
| =========== | |
| Somen Salad | |
| =========== | |
| ## INGREDIENTS: | |
| - Dressing: | |
| - 2 tablespoons sesame seeds | |
| - 3 tablespoons sugar | |
| - 1 teaspoon salt |