I hereby claim:
- I am marcinczenko on github.
- I am marcinczenko (https://keybase.io/marcinczenko) on keybase.
- I have a public key ASDqrBammzBkDZishBDP32HbZNrFDqhua6C1Ho_TfCym_Ao
To claim this, I am signing this object:
| { | |
| "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "DB495929FC20F691F10FC8D71CEE93081C1B3A30", | |
| "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { | |
| }, | |
| "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { | |
| "DB495929FC20F691F10FC8D71CEE93081C1B3A30" : 0 | |
| }, | |
| "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "12F13789-C2BC-4A86-904F-DB7A7D3B0E94", | |
| "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { |
| package net.kristopherjohnson.util; | |
| import java.text.DateFormat; | |
| import java.text.SimpleDateFormat; | |
| import java.util.Date; | |
| import java.util.Locale; | |
| import java.util.TimeZone; | |
| /** | |
| * Methods for dealing with timestamps |
| -- Adapted from these sources: | |
| -- http://peterdowns.com/posts/open-iterm-finder-service.html | |
| -- https://gist.github.com/cowboy/905546 | |
| -- https://gist.github.com/eric-hu/5846890 | |
| -- Modified to work with files as well, cd-ing to their container folder | |
| -- Modified to do an ls -l if the selected item in Finder is a file so that you get the name of the file waiting for you in the terminal. | |
| on run {input, parameters} | |
| tell application "Finder" | |
| set my_file to first item of input |
| -- Adapted from these sources: | |
| -- http://peterdowns.com/posts/open-iterm-finder-service.html | |
| -- https://gist.github.com/cowboy/905546 | |
| -- | |
| -- Modified to work with files as well, cd-ing to their container folder | |
| on run {input, parameters} | |
| tell application "Finder" | |
| set my_file to first item of input | |
| set filetype to (kind of (info for my_file)) | |
| -- Treats OS X applications as files. To treat them as folders, integrate this SO answer: |
| -- Adapted from these sources: | |
| -- http://peterdowns.com/posts/open-iterm-finder-service.html | |
| -- https://gist.github.com/cowboy/905546 | |
| -- https://gist.github.com/eric-hu/5846890 | |
| -- Modified to work with files as well, cd-ing to their container folder | |
| -- Modified to do an ls -l if the selected item in Finder is a file so that you get the name of the file waiting for you in the terminal. | |
| on run {input, parameters} | |
| tell application "Finder" | |
| set my_file to first item of input |
| -- Adapted from these sources: | |
| -- http://peterdowns.com/posts/open-iterm-finder-service.html | |
| -- https://gist.github.com/cowboy/905546 | |
| -- https://gist.github.com/eric-hu/5846890 | |
| -- Modified to work with files as well, cd-ing to their container folder | |
| -- Modified to do an ls -l if the selected item in Finder is a file so that you get the name of the file waiting for you in the terminal. | |
| on run {input, parameters} | |
| tell application "Finder" | |
| set my_file to first item of input |
| //: Playground - noun: a place where people can play | |
| class MyClass: CustomStringConvertible { | |
| let counter: Int | |
| var description: String { | |
| return "{ counter: \(self.counter) }" | |
| } | |
| init(withCounter: Int) { |
| import Foundation | |
| protocol Logger { | |
| associatedtype LoggerItemType | |
| func log(item: LoggerItemType) | |
| } | |
| struct AnyLogger<LoggerItemType> : Logger { | |
| import Foundation | |
| import CoreData | |
| protocol EPQuantity { | |
| associatedtype EPQuantityValueType | |
| func getValue() -> EPQuantityValueType | |
| } | |
| struct EPAcceleration: EPQuantity, CustomStringConvertible { | |
| let acceleration: Double |
I hereby claim:
To claim this, I am signing this object: