This file contains hidden or 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
TentD::Model::NotificationSubscription::NotificationError | |
/home/graue/.bundler/ruby/1.9.1/tentd-0cc6b9802bef/lib/tentd/model/notification_subscription.rb:79:in `notify_about' | |
/home/graue/.bundler/ruby/1.9.1/tentd-0cc6b9802bef/lib/tentd/model/notification_subscription.rb:70:in `notify' | |
/home/graue/.bundler/ruby/1.9.1/tentd-0cc6b9802bef/lib/tentd/notifications/girl_friday.rb:15:in `block in <class:Notifications>' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/work_queue.rb:147:in `call' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/work_queue.rb:147:in `block (2 levels) in start' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/actor.rb:86:in `call' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/actor.rb:86:in `block in spawn_link' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/actor.rb:69:in `call' | |
/var/lib/gems/1.9.1/gems/girl_friday-0.10.0/lib/girl_friday/actor.rb:69:in `block (2 levels) in spawn' |
This file contains hidden or 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
// ==UserScript== | |
// @name Change Tent.is background color | |
// @namespace https://graue.tent.is | |
// @description Changes the background color of Tent.is pages | |
// @include https://*.tent.is/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.body.style.background = "limegreen"; |
This file contains hidden or 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
; for some reason it's not finding clojure.contrib.math | |
;(ns pi-estimator | |
; (:require clojure.contrib.math)) | |
; this didn't work either: | |
;(ns pi-estimator | |
; (:use [clojure.contrib.math :only [abs]])) | |
(defn abs [x] | |
(if (>= x 0) |
NewerOlder