This file contains 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
deb http://mirrors.xmission.com/debian/ squeeze main | |
deb-src http://mirrors.xmission.com/debian/ squeeze main | |
deb http://security.debian.org/ squeeze/updates main | |
deb-src http://security.debian.org/ squeeze/updates main | |
# squeeze-updates, previously known as 'volatile' | |
deb http://mirrors.xmission.com/debian/ squeeze-updates main | |
deb-src http://mirrors.xmission.com/debian/ squeeze-updates main |
This file contains 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
bin_PROGRAMS = stormfs | |
stormfs_SOURCES = curl.h curl.c stormfs.h stormfs.c | |
stormfs_CFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 ${STORMFS_CFLAGS} | |
stormfs_LDADD = ${LIBS} ${STORMFS_LIBS} |
This file contains 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
Date/Time: 2012-01-24 09:46:09 -0700 | |
OS Version: 10.7.2 (Build 11C74) | |
Architecture: x86_64 | |
Report Version: 9 | |
Command: MacIrssi | |
Path: /Applications/MacIrssi.app/Contents/MacOS/MacIrssi | |
Version: 0.8.6.6 (0.8.6.6.459) | |
Parent: launchd [112] |
This file contains 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
require 'formula' | |
class Stormfs < Formula | |
url 'https://github.com/downloads/benlemasurier/stormfs/stormfs-0.01.tar.gz' | |
homepage 'https://github.com/benlemasurier/stormfs' | |
md5 '440ceda482e5b5e747217847fe8a9df6' | |
depends_on 'pkg-config' | |
depends_on 'fuse4x-kext' | |
depends_on 'fuse4x' |
This file contains 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
require 'formula' | |
class Stormfs < Formula | |
url 'https://github.com/downloads/benlemasurier/stormfs/stormfs-0.01.tar.gz' | |
homepage 'https://github.com/benlemasurier/stormfs' | |
md5 '7ec795563156bef7286849c3a1c6c906' | |
depends_on 'pkg-config' | |
depends_on 'fuse4x-kext' | |
depends_on 'fuse4x' |
This file contains 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
require 'formula' | |
class Stormfs < Formula | |
url 'https://github.com/downloads/benlemasurier/stormfs/stormfs-0.01.tar.gz' | |
homepage 'https://github.com/benlemasurier/stormfs' | |
md5 'e11b7a1afc7fdd6675d813315c42431b' | |
depends_on 'pkg-config' => :build | |
depends_on 'glib' | |
depends_on 'fuse4x' |
This file contains 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
Name: stormfs | |
Version: 0.02 | |
Release: 1%{?dist} | |
Summary: A FUSE abstraction layer for cloud storage | |
Group: System Environment/Kernel | |
License: GPL | |
URL: https://github.com/benlemasurier/stormfs | |
Source0: https://github.com/downloads/benlemasurier/stormfs/stormfs-0.02.tar.gz | |
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
This file contains 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
#!/bin/bash | |
# Check whether any submodule is about to be updated with the | |
# commit. Ask the user for confirmation. | |
echo "Checking if any submodules are being updated..." | |
ROOT_DIR=$(git rev-parse --show-cdup) | |
SUBMODULES=$(grep path ${ROOT_DIR}.gitmodules | sed 's/^.*path = //') |
This file contains 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
;(function($) { | |
var _graph = { | |
log_buffer: [], | |
legend: '', | |
background: '', | |
foreground: '', | |
element: null, | |
tick: 100, // ms | |
bar_width: 3, |
This file contains 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
/* | |
* Blode - a simple, powerful syslog-like event broadcast daemon | |
* Copyright (C) 2010 Ben LeMasurier | |
* | |
* This program can be distributed under the terms of the GNU GPL. | |
* See the file COPYING. | |
*/ | |
/* | |
* (syslog like) message severity |
OlderNewer