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
# -*- coding: utf-8 -*- | |
import sys | |
import unittest | |
import locale | |
import threading | |
from datetime import date | |
from contextlib import contextmanager |
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
import XMonad | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Util.Run(spawnPipe) | |
import XMonad.Util.EZConfig(additionalKeys) | |
import System.IO | |
main = do | |
xmproc <- spawnPipe "/usr/bin/xmobar /home/draiken/.xmobarrc" | |
xmonad $ defaultConfig |
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
Process: bash [7721] | |
Path: /usr/local/Cellar/bash/4.2.20/bin/bash | |
Identifier: bash | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: bash [1108] | |
Date/Time: 2012-10-09 08:24:06.424 -0300 | |
OS Version: Mac OS X 10.7.5 (11G63) | |
Report Version: 9 |
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
/home/mserie/.rvm/gems/ruby-1.9.3-p194@minhaserie/gems/railties-3.2.8/lib/rails/railtie/configuration.rb:85:in `method_missing': undefined method `ember' for #<Rails::Application::Configuration:0x00000003e46710> (NoMethodError) | |
from /home/mserie/deploy/releases/20120926173019/config/environments/production.rb:63:in `block in <top (required)>' | |
from /home/mserie/.rvm/gems/ruby-1.9.3-p194@minhaserie/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:24:in `class_eval' | |
from /home/mserie/.rvm/gems/ruby-1.9.3-p194@minhaserie/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:24:in `configure' | |
from /home/mserie/deploy/releases/20120926173019/config/environments/production.rb:1:in `<top (required)>' | |
from /home/mserie/.rvm/gems/ruby-1.9.3-p194@minhaserie/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require' | |
from /home/mserie/.rvm/gems/ruby-1.9.3-p194@minhaserie/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `block in require' | |
from /home/mserie/.rvm/gems/ruby-1.9. |
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
git log --name-status --pretty=format:'%n------------------------------------------------------------------------%nr%h | %ae | %ai (%aD) | %x lines%nChanged paths: %N' |
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
$ bundle exec ruby watcher.rb | |
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from Thin | |
>> Thin web server (v1.3.1 codename Triple Espresso) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:4567, CTRL+C to stop | |
^C>> Stopping ... | |
== Sinatra has ended his set (crowd applauds) | |
== Sinatra/1.3.2 has taken the stage on 4567 for development with backup from Thin |
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 'bundler/setup' | |
Bundler.require(:default, :sinatra) | |
class WatcherApp < ::Sinatra::Base | |
set :haml, :format => :html5 | |
get '/' do | |
haml :index | |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet src="hss/style.hss" type="application/x-hss" version="1.0"?> | |
<example>Hello world</example> |
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
Process: AXR Prototype [31316] | |
Path: /Applications/AXR Prototype.app/Contents/MacOS/AXR Prototype | |
Identifier: vg.axr.AXR-Prototype | |
Version: 0.46 (1) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [126] | |
Date/Time: 2012-04-26 13:32:08.558 -0300 | |
OS Version: Mac OS X 10.7.3 (11D50) | |
Report Version: 9 |
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
. | |
├── app | |
│ ├── controllers | |
│ │ └── home_controller.js.coffee | |
│ ├── models | |
│ └── templates | |
│ └── books | |
│ └── index.handlebars | |
├── app.js | |
├── application.js |
NewerOlder