author | date | title |
---|---|---|
Pepe |
2017-02-12 |
The Intro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require '[clojure.zip :as zip]) | |
(defn zzz [root] (zip/zipper vector? rest (fn [[x _ _] children] (vec (cons x children))) root)) | |
(def tree ["Bea" ["Ales" ["Tom"] ["Atom" ["Elektron" ["Quark"] ["Bark"]] ["Proton"]]] ["Jarko" ["Letko"] ["Zimko" ["Prosko"] ["Ledko"]]]]) | |
(defn normalize-tree [root lenght] | |
(loop [loc (zzz root) lookup {} result []] | |
(if (zip/end? loc) | |
result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Quit Slack, then run it after 30 minutes | |
hs.hotkey.bind({"ctrl", "alt", "cmd", "shift"}, "L", function() | |
hs.alert.show(" No Slacking", 0.5) | |
hs.application.find("Slack"):kill() | |
hs.timer.doAfter(1800, function() | |
hs.application.launchOrFocus("Slack") | |
hs.alert.show(" Slacking", 0.5) | |
end) | |
end) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am pepe on github. | |
* I am pp (https://keybase.io/pp) on keybase. | |
* I have a public key whose fingerprint is C323 3C75 F2BF 8FA1 52DE 1B2C B1FF F69C 961B 9BE2 | |
To claim this, I am signing this object: |
We are group of programmers, with Ruby as the weapon of choice. But we are not defending ourselves against any new experience or weapons. Under the organization we are mostly looking to help with open source software development,
If you think, that six (for now) hands can help you with your project, do not hesitate and contact us. We do not guarantee nothing, but we are mostly accepting chalenges.
Hetman Retro, colonel Pepe and sergeant Paja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/> | |
<script src="http://cmx.io/v/0.1/cmx.js"></script> | |
<body> | |
<scene id="scene1"> | |
<label t="translate(0,346)"> | |
<tspan x="0" y="0em">Those days</tspan> | |
</label> | |
<actor t="translate(131,49)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-1,59"> |
Get it from http://developer.apple.com. You will not be able to submit apps to any stores using this XCode version, so turn away if that is something you might want to do.
In XCode's Preferences > Downloads you can install command line tools.