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 | |
nc -xlocalhost:3128 -X5 $* |
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 <string.h> /* for strncpy */ | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <sys/ioctl.h> | |
#include <netinet/in.h> | |
#include <net/if.h> |
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 | |
cd ~/program/architect-1.0.6/ | |
#java -jar architect.jar 2>&1 > /dev/null & | |
CLASS_PATH="$(echo lib/*.jar jdbc/*.jar | tr ' ' ':')" | |
java -cp ${CLASS_PATH}:architect.jar ca.sqlpower.architect.swingui.ArchitectFrame |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>hive-deps</groupId> | |
<artifactId>hive-deps</artifactId> | |
<version>1.0-SNAPSHOT</version> |
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/env python | |
import redis | |
import random | |
import pylibmc | |
import sys | |
r = redis.Redis(host = 'localhost', port = 6389) | |
mc = pylibmc.Client(['localhost:11222']) |
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
<bean id="appConfig" class="org.apache.commons.configuration.PropertiesConfiguration"> | |
<constructor-arg type="java.lang.String"> | |
<value>app-config.properties</value> | |
</constructor-arg> | |
<property name="autoSave" value="true" /> | |
</bean> |
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
config setup | |
nat_traversal=yes | |
virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12 | |
charonstart=yes | |
plutostart=yes | |
conn L2TP | |
authby=psk | |
pfs=no | |
rekey=no | |
type=tunnel |
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
<?php | |
return array( | |
//'phabricator.setup' => true, | |
'phabricator.base-uri' => 'http://pb-server.yourdomain/', | |
'mysql.host' => 'localhost', | |
'mysql.user' => 'root', | |
'mysql.pass' => 'passwd', | |
'metamta.default-address' => '[email protected]', | |
'metamta.domain' => 'yourdomain', |
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
GIT_REPO_URL=git@my_repository_server:`pwd | sed 's:.*\/::'` | |
curl http://my_ci_server:8080/git/notifyCommit?url=$GIT_REPO_URL |
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
# Copyright (C) 2010 | |
# This file is distributed under the same license as the package. | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: \n" | |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/instapress\n" | |
"POT-Creation-Date: 2011-12-07 09:44:02+00:00\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Content-Transfer-Encoding: 8bit\n" |