This file contains hidden or 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/sh - | |
############################################ | |
# | |
# build_daapd.sh | |
# | |
# functions for install & upgrading forked_daapd. | |
# | |
# requires: | |
# sudo, aptitude |
This file contains hidden or 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/sh - | |
############################################ | |
# | |
# build_ffmpeg.sh | |
# | |
# functions for install & upgrading ffmpeg. | |
# | |
# requires: | |
# sudo, aptitude, git-core, checkinstall |
This file contains hidden or 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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
void | |
die (const char msg[]) | |
{ | |
fprintf (stderr, "Error: %s\n", msg); | |
exit (1); | |
} |
This file contains hidden or 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
#!/usr/bin/ruby - | |
def main | |
url = 'http://dyn.value-domain.com/cgi-bin/dyn.fcg?' | |
dm, hs, pw = 'example.com', 'www', 'xxxx' | |
ip = `wget -q -O - #{url}ip` | |
require 'optparse' | |
ARGV.options {|opt| | |
opt.on('-d', '--domain=DOMAIN', 'domain (example.com)' ){|v| dm = v} |
This file contains hidden or 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
/********************************* | |
* | |
* readstats | |
* Convert csstats.dat to CSV format | |
* | |
* usage: | |
* ./readstats ./path/to/csstats.dat | |
* | |
*********************************/ | |
This file contains hidden or 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
/********************************** | |
* | |
* hlrcon | |
* HLDS rcon client | |
* usage: | |
* hlrcon <addr> <port> <pass> <cmd> | |
* | |
* | |
* Thanks to: | |
* Ryozi |
This file contains hidden or 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
/* | |
* amx_practice_plus | |
* - infinite money | |
* - infinite ammo | |
* - infinite health | |
* - damage display | |
* - checkpoint ( I referred kz plugin ) | |
* | |
* todo | |
* - buyzone edit ( I'll refer the nice plugin "buyzone_range" ) |
NewerOlder