Okno preferencji dostepne pod skrotem Ctrl/Cmd-,
Mozna wylaczyc/wlaczy powiadomienia i badge dla dock'a. Oczywiscie to tylko poczatek, ale pierwszy krok zostal wykonany
| Most of you can't even comprehend what I am saying | |
| to you even in my human form the message I'm relaying | |
| Why do you choose to mimic these wack MC's? | |
| Why do you choose to listen to R&B? | |
| Why must you believe somethin is fat | |
| Just because it's played on the radio, 20 times per day? |
| function yy() { | |
| var x = "e"; | |
| var y.ah = x; | |
| return // <- !!!! | |
| { | |
| "zorb" : y | |
| } | |
| } |
| try { | |
| do.something.that("does work in 99.5% of all cases "); | |
| } catch(err) { | |
| // who cares? | |
| } |
| ⨀_⨀ | |
| ⨂_⨂ | |
| (/◔ ◡ ◔)/ | |
| °ﺑ° | |
| (¬_¬) | |
| (´・ω・`) | |
| (ʘ_ʘ) | |
| (ʘ‿ʘ) | |
| (ಠ_ಠ) | |
| (ಠ‾ಠ) |
| new Boolean(null) | |
| // => false | |
| typeof false; | |
| // => "boolean" | |
| typeof new Boolean(null) | |
| // => "object" | |
| // Obviously: | |
| false == new Boolean(null) | |
| // => true |
| ;; emacsd-tile.el -- tiling windows for emacs | |
| ;; Modified to use arrow keys | |
| (defun swap-with (dir) | |
| (interactive) | |
| (let ((other-window (windmove-find-other-window dir))) | |
| (when other-window | |
| (let* ((this-window (selected-window)) | |
| (this-buffer (window-buffer this-window)) |
| #!/usr/bin/env ruby | |
| ninja_alphabet = { | |
| :a => "ka", :b => "zu", :c => "mi", :d => "te", :e => "ku", | |
| :f => "lu", :g => "ji", :h => "ri", :i => "ki", :j => "zu", | |
| :k => "me", :l => "ta", :m => "rin", :n => "to", :o => "mo", | |
| :p => "no", :q => "ke", :r => "shi", :s => "ari", :t => "chi", | |
| :u => "do", :v => "ru", :x => "na", :y => "fu", :z => "zi" | |
| } | |
| name = ARGV[0] |
| net statistics server |
| .toolbar | |
| %button | |
| touch me | |
| .toolbar | |
| .button_group | |
| %button.left | |
| elo | |
| %button.inner | |
| in | |
| %button.inner |