Skip to content

Instantly share code, notes, and snippets.

View jwinder's full-sized avatar

Joe Winder jwinder

  • Jack Henry & Associates
  • Iowa
  • 06:22 (UTC -05:00)
View GitHub Profile
@jwinder
jwinder / gist:6780758
Created October 1, 2013 15:57
rcirc-font-faces
(custom-set-faces
'(rcirc-my-nick ((t (:foreground "#00ffff"))))
'(rcirc-other-nick ((t (:foreground "#90ee90"))))
'(rcirc-server ((t (:foreground "#a2b5cd"))))
'(rcirc-server-prefix ((t (:foreground "#00bfff"))))
'(rcirc-timestamp ((t (:foreground "#7d7d7d"))))
'(rcirc-nick-in-message ((t (:foreground "#00ffff"))))
'(rcirc-prompt ((t (:foreground "#00bfff")))))
@jwinder
jwinder / gist:8639211
Created January 26, 2014 20:41
Emacs -- filtering out echoed message patterns
(setq echo-area-silenced-patterns '("Desktop saved"
"Auto saving"
"No changes need to be saved"
"You can run the command"))
(defadvice message (before ignorable-message activate compile)
"Do not echo any messages matching a pattern in `echo-area-silenced-patterns`."
(let ((current-echo (current-message))
(incoming-echo (apply 'format (cons format-string args))))
(when (member-if '(lambda (pattern) (search pattern incoming-echo)) echo-area-silenced-patterns)
16:04 <rubbish> java.lang.BrainStackOverflowException: Grip 1.3
16:04 <rubbish> at cerebal.cortex (CerebalCortex.java:923)
16:04 <rubbish> at ventral.stream (Procssing.java:6)
16:04 <rubbish> at visual.perception (Perception.java:2094)
16:04 <rubbish> at eyes.face (Eyes.java:1240)
16:04 <rubbish> at 5.senses (Senses.java:231)
Kafka's Theme
Final Fantasy Vi
composed by Nobuo Uematsu
Tabbed by The Ripper With help from hslesperance (original link: http://www.gametabs.net/final-fantasy-vi/kefkas-theme-1)
Drop D
Q Q Q Q Q Q Q E E Q Q Q Q
E||----------------------|--0---------1----0-----|--0-------------------|
B||-------0----1----3----|-------1------------3--|-------1----0----3----|
G||--2-------------------|-----------------------|----------------------|
@jwinder
jwinder / gist:8522372
Created January 20, 2014 15:45
hipchat.el
(require 'mine-jabber)
;; Username & nickname fields from https://banno.hipchat.com/account/xmpp
(setq hipchat-username "")
(setq hipchat-nickname "")
(setq hipchat-password "")
(setq hipchat-autojoin-rooms
'("aggregation" "assets" "banno_talk" "banno_cms" "data_services" "emacs" "grip" "kernel" "southen" "troll_talk" "webdev" "design_talk"))
@jwinder
jwinder / sonic-pi-tutorial.md
Last active September 22, 2023 20:12
Sonic Pi in-app tutorials concatenated - last synced 27-08-2023 - https://sonic-pi.net/tutorial.html - https://github.com/samaaron/sonic-pi - All credit & thanks to Sam Aaron!

1 Welcome to Sonic Pi

Welcome friend :-)

Welcome to Sonic Pi. Hopefully you're as excited to get started making your own sounds as I am to show you. It's going to be a really fun ride where you'll learn all about music, synthesis, programming, composition, performance and more.