Skip to content

Instantly share code, notes, and snippets.

View justbrowsing's full-sized avatar

justbrowsing

View GitHub Profile
@justbrowsing
justbrowsing / oneterm
Created August 29, 2013 11:34
Simplistic terminal emulator script displaying one command at a time built with gtkdialog for [SuperUser](http://goo.gl/oDrgKl)
#!/bin/bash
####################
### oneterm ########
version="0.1" ######
### justbrowsing ###
####################
# Variables
GTKDIALOG=$(which gtkdialog 2>/dev/null);
TMPDIR="/tmp"
@justbrowsing
justbrowsing / arch-compiz.sh
Created August 15, 2013 06:31
Script that installs Compiz packages in ArchLinux
#!/bin/bash
####################
### arch-compiz ####
version="20130814" #
### JustBrowsing ###
####################
packerDepends="binutils wget ca-certificates jshon git pcre"
xorgDepends="xorg-server xorg-xinit xf86-video-fbdev xf86-video-vesa xf86-input-keyboard xf86-input-mouse mesa-libgl"
compileDepends="make gcc autoconf automake"
@justbrowsing
justbrowsing / bookmarks.xml
Created April 14, 2013 07:16
RadioTray stream bookmarks with the following urls fixed: Latin->Onda Tropical, Latin->Suave, Classic Rock->181.FM Classic Hits, Pop / Rock->.977 The Hitz Channel, Pop / Rock->Enjoy Station, Chill->181.FM, Chill->Lounge Radio.
<bookmarks>
<group name="root">
<group name="Jazz">
<bookmark name="Smooth Jazz" url="http://smoothjazz.com/streams/smoothjazz_128.pls"/>
<bookmark name="SKY.fm Piano Jazz" url="http://listen.sky.fm/public1/pianojazz.pls"/>
<bookmark name="SKY.fm Smooth Jazz" url="http://listen.sky.fm/public1/smoothjazz.pls"/>
<bookmark name="Sonic Universe" url="http://somafm.com/sonicuniverse.pls"/>
<bookmark name="Blue FM" url="http://bluefm.net/listen.pls"/>
<bookmark name="The Breeze" url="mmsh://wms-rly.181.fm/181-breeze?MSWMExt=.asf"/>
</group>