Skip to content

Instantly share code, notes, and snippets.

View drfill's full-sized avatar

Fill Quazy drfill

  • NJoyX
  • Riga, Latvia
View GitHub Profile
@drfill
drfill / liquidsoap for 10.6.8
Created March 17, 2012 00:06
liquidsoap with samplerate and without lame
require 'formula'
class Liquidsoap < Formula
url 'http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0-full.tar.bz2'
homepage 'http://savonet.sf.net/'
md5 'e379caaf68b1141b0b34bdb3db14ab69'
version '1.0.0'
depends_on 'objective-caml' => :build
depends_on 'ocaml-findlib' => :build
@drfill
drfill / ocaml-gstreamer-error build
Created June 7, 2012 15:41
Unbound module Gstreamer
==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
Liquidsoap==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf
./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf
checking for a BSD-compatible install... /usr/bin/install -c
checking for GNU make... make
checking whether user test exists... ok
checking if user test belongs to group staff... ok
checking for gcc... /usr/bin/clang
@drfill
drfill / ocaml-sdl error
Created June 7, 2012 16:03
Undefined symbols for architecture x86_64
==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
Warning: Sorry!
Warning: Gstreamer could not compile due to errors...
Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/4
Warning: Sorry!
Warning: SDL could not compile due to errors...
Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/5
==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=vadim --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf --with-gstreamer-dir=/dev/null --with-gstreamer-dir=/dev/null
@drfill
drfill / rc-celeryd
Created June 14, 2012 13:07
BSD rc celeryd
#!/bin/sh
# PROVIDE: celery
# REQUIRE: LOGIN
# KEYWORD: shutdown
PATH=$PATH:/usr/local/bin; export PATH
. /etc/rc.subr
@drfill
drfill / acegist.user.js
Created August 28, 2012 14:27 — forked from abernier/acegist.user.js
ACE editor for editing your gists
// ==UserScript==
// @id acegist
// @name ACEgist
// @author Antoine BERNIER (abernier)
// @version 0.1.2
// @description ACE editor in your gists
// @match https://gist.github.com/gists/*/edit
// ==/UserScript==
(function (d, cb) {
@drfill
drfill / clock.js
Last active December 23, 2015 19:29
var date = "24.09.2013 15:50:00" // формат - день.месяц.год час:минута:секунда
var a = new Date();
var regex = /(\d{1,2})\.(\d{1,2})\.(\d{4}) (\d{1,2}):(\d{1,2}):(\d{2})/;
var date2 = regex.exec(date)
var b = new Date(date2[3], parseInt(date2[2])-1, date2[1], date2[4], date2[5], date2[6]);
var clksec = parseInt((b - a) / 1000);
var clock = $('.your-clock').FlipClock(clksec, {
clockFace: 'DailyCounter',
countdown: true
.your-clock { width: 350px !important; }
/* Reset */
.flip-clock-wrapper * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
(function($) {
/**
* Daily Counter Clock Face
*
* This class will generate a daily counter for FlipClock.js. A
* daily counter will track days, hours, minutes, and seconds. If
* the number of available digits is exceeded in the count, a new
* digit will be created.
*
#!/bin/sh
# $FreeBSD: head/devel/youtrack/files/youtrack.in 329474 2013-10-05 16:11:37Z lwhsu $
#
# PROVIDE: youtrack
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Configuration settings for youtrack in /etc/rc.conf:
#!/bin/sh
# PROVIDE: teamcity
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Configuration settings for teamcity in /etc/rc.conf:
#
# teamcity_enable (bool):