Keybase proof
I hereby claim:
- I am bfg on github.
- I am gracnar (https://keybase.io/gracnar) on keybase.
- I have a public key whose fingerprint is 9899 6477 8792 203C EDCB 3683 0EAD 2EB5 F590 D619
To claim this, I am signing this object:
# | |
# shell dot-profile fragment | |
# | |
is_osx() { | |
test "$(uname -s)" = "Darwin" | |
} | |
check_is_osx() { | |
if ! is_osx; then |
I hereby claim:
To claim this, I am signing this object:
# | |
# tmux configuration | |
# | |
# remap CTRL+B => CTRL+A (screen like shit) | |
set -g prefix C-a | |
unbind C-b | |
# bind PREFIX + r => reload tmux config && print notice | |
bind r source-file ~/.tmux.conf \; display "tmux configuration was reloaded!" |
import java.util.*; | |
import com.maxmind.geoip.*; | |
public class L { | |
public static void main (String[] args) throws Exception { | |
// initialize lookup services... | |
ArrayList<LookupService> svcs = new ArrayList<LookupService>(); | |
svcs.add(new LookupService("/usr/share/GeoIP/GeoIPv6.dat")); | |
svcs.add(new LookupService("/usr/share/GeoIP/GeoIP.dat")); |
diff -ur orig.nginx_mod_smooth_streaming-1.4.24/src/ngx_http_streaming_module.c nginx_mod_smooth_streaming-1.4.24/src/ngx_http_streaming_module.c | |
--- orig.nginx_mod_smooth_streaming-1.4.24/src/ngx_http_streaming_module.c 2011-04-24 16:55:51.000000000 +0200 | |
+++ nginx_mod_smooth_streaming-1.4.24/src/ngx_http_streaming_module.c 2011-12-21 01:21:03.058062179 +0100 | |
@@ -70,6 +70,13 @@ | |
*/ | |
#endif | |
+/** | |
+ * Configuration structure for the smooth streaming module. | |
+ */ |
/* Licensed to the Apache Software Foundation (ASF) under one or more | |
* contributor license agreements. See the NOTICE file distributed with | |
* this work for additional information regarding copyright ownership. | |
* The ASF licenses this file to You under the Apache License, Version 2.0 | |
* (the "License"); you may not use this file except in compliance with | |
* the License. You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
#!/usr/bin/perl | |
# $Id: receiver_manage.pl 1977 2010-10-14 09:12:15Z bfg $ | |
# $Date: 2010-10-14 11:12:15 +0200 (Thu, 14 Oct 2010) $ | |
# $Author: bfg $ | |
# $Revision: 1977 $ | |
# $LastChangedRevision: 1977 $ | |
# $LastChangedBy: bfg $ | |
# $LastChangedDate: 2010-10-14 11:12:15 +0200 (Thu, 14 Oct 2010) $ | |
# $URL: https://svn.interseek.com/repositories/admin/misc/cic/receiver_manage.pl $ |
#!/usr/bin/perl | |
# $Id: receiver_manage.pl 1977 2010-10-14 09:12:15Z bfg $ | |
# $Date: 2010-10-14 11:12:15 +0200 (Thu, 14 Oct 2010) $ | |
# $Author: bfg $ | |
# $Revision: 1977 $ | |
# $LastChangedRevision: 1977 $ | |
# $LastChangedBy: bfg $ | |
# $LastChangedDate: 2010-10-14 11:12:15 +0200 (Thu, 14 Oct 2010) $ | |
# $URL: https://svn.interseek.com/repositories/admin/misc/cic/receiver_manage.pl $ |