Skip to content

Instantly share code, notes, and snippets.

import Test.Hspec
import Control.Exception
import Control.Concurrent
main :: IO ()
main =
hspec $
describe "it" $
do it "should run" $
@cocreature
cocreature / gist:8526652
Created January 20, 2014 18:54
xmobarrc
Config
{ font = "xft:Bitstream Vera Sans Mono:size=8:antialias=true"
, bgColor = "#121212"
, fgColor = "#AFAF87"
, position = Top
, lowerOnStart = True
, commands =
[ Run DynNetwork ["-t", "<dev> <fc=#387BAB><rx>kb/s</fc> <fc=#005F87><tx>kb/s</fc>", "-w", "4"] 15
, Run Date "%a %m-%d %H:%M:%S " "date" 10
, Run Com "/usr/bin/cut" ["-d", " ", "-f", "1-3", "/proc/loadavg"] "load" 50
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE PartialTypeSignatures #-}
{-# LANGUAGE ScopedTypeVariables #-}
module ServantFromData where
@cocreature
cocreature / PKGBUILD
Last active December 31, 2015 10:09
libgig-svn pkgbuild
# Maintainer: Moritz Kiefer <moritz.kiefer at gmail dot com>
# Maintainer: Jiri Prochazka <ojirio@gmail.com>
pkgname=libgig-svn
_pkgname="${pkgname%-svn}"
pkgver=r2483
pkgrel=1
pkgdesc="Gigasampler file access library"
arch=("i686" "x86_64")
url="http://www.linuxsampler.org/"
license=("GPL")
@cocreature
cocreature / PKGBUILD
Last active December 31, 2015 10:09
linuxsampler-svn pkgbuild
# Maintainer: Moritz Kiefer <moritz.kiefer at gmail dot com>
# Contributor: Jiri Prochazka <ojirio at gmail dot com>
# Contributor: orbisvicis <orbisvicis at gmail dot com>
# Contributor: Tom Vincent <http://tlvince.com/contact/>
pkgname=linuxsampler-svn
_pkgname="${pkgname%-svn}"
pkgver=r2483
pkgrel=1
pkgdesc="Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API"
@cocreature
cocreature / PKGBUILD
Created December 15, 2013 00:32
pkgbuild setbfree-git
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=setbfree-git
_pkgname=setbfree
pkgver=312.112c781
pkgrel=1
pkgdesc="A DSP Tonewheel Organ emulator."
arch=(i686 x86_64)
url="http://setbfree.org/"
license=('GPL')
@cocreature
cocreature / PKGBUILD
Created December 14, 2013 16:39
pkgbuild pipe2pidgin
# Maintainer: Max Rosin <archlinux at maxrosin dot com>
pkgname=pipe2pidgin-git
pkgver=23.fb28289
pkgrel=1
pkgdesc="Pipe something to Pidgin."
arch=('any')
url="https://github.com/ekeih/pipe2pidgin"
license=('GPL')
depends=('python-dbus')
makedepends=('git')
@cocreature
cocreature / PKGBUILD
Last active December 31, 2015 07:59
pkgbuild zynaddsubfx-git
# Maintainer : SpepS <dreamspepser at yahoo dot it>
pkgname=zynaddsubfx-git
_pkgname=zynaddsubfx
pkgver=2.4.1.r364.g697e46a
pkgrel=1
pkgdesc="A powerful realtime, multi-timbral software synthesizer."
arch=('i686' 'x86_64')
url="http://zynaddsubfx.sourceforge.net"
license=('GPL')
@cocreature
cocreature / PKGBUILD
Last active December 30, 2015 22:49
_name=luppp
pkgname=$_name-git
pkgver=release.1.0.r7.g672429d
pkgrel=1
pkgdesc="Luppp: the Luppp Unprepared Personal Performing Program, is a live looping tool."
arch=(i686 x86_64)
url="https://github.com/harryhaaren/openAV-luppp"
license=('GPLv3+')
depends=('ntk-git')
makedepends=('git' 'cmake')