Skip to content

Instantly share code, notes, and snippets.

View clifton's full-sized avatar
🎯

Clifton King clifton

🎯
View GitHub Profile
module.exports = {
fb: {
appId: '111565172259433'
, appSecret: '85f7e0a0cc804886180b887c1f04a3c1'
}
, twit: {
consumerKey: 'dKY1bT7q9dWn6fmUjkhKZg'
, consumerSecret: '1OOh8yI6sVX58W0QSNanL5wm1OHxTipvTdIlU73lXt4'
}
, github: {
$redis = require './adapter'
config = require './config'
colors = require 'colors'
{EventEmitter} = require 'events'
{AcroLetters} = require './AcroLetters'
acro = new AcroLetters()
class Channel extends EventEmitter
log: (msg) -> console.log "channel: #{@name} - #{msg}".yellow
$redis = require './adapter'
config = require './config'
colors = require 'colors'
{EventEmitter} = require 'events'
{AcroLetters} = require './AcroLetters'
acro = new AcroLetters()
class Channel extends EventEmitter
log: (msg) -> console.log "channel: #{@name} - #{msg}".yellow
==> Downloading http://www.stklos.net/download/stklos-1.00.tar.gz
File already downloaded in /Users/clifton/Library/Caches/Homebrew
/usr/bin/tar xf /Users/clifton/Library/Caches/Homebrew/stklos-1.00.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/stklos/1.00
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/stklos/1.00
configure: WARNING: unrecognized options: --disable-debug
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
This command requires a formula argument
==> Downloading http://www.stklos.net/download/stklos-1.01.tar.gz
File already downloaded in /Users/clifton/Library/Caches/Homebrew
/usr/bin/tar xf /Users/clifton/Library/Caches/Homebrew/stklos-1.01.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/stklos/1.01
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/stklos/1.01
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
==> Installing stklos dependency: bdw-gc
Warning: Building with LLVM, but this formula is reported to not work with LLVM:
LLVM gives an unsupported inline asm error
We are continuing anyway so if the build succeeds, please open a ticket with
the following information: 2335-10.7. So
that we can update the formula accordingly. Thanks!
If it doesn't work you can: brew install --use-gcc
==> Downloading http://www.stklos.net/download/stklos-1.01.tar.gz
File already downloaded in /Users/clifton/Library/Caches/Homebrew
==> ./configure --prefix=/usr/local/Cellar/stklos/1.01
==> make install
***** Installing directory gc
depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.2alpha2\" -DPACKAGE_STRING=\"gc\ 7.2alpha2\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=2 -DGC_ALPHA_VERSION=2 -DPACKAGE=\"gc\" -DVERSION=\"7.2alpha2\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAS_X86_THREAD_STATE32___EAX=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1
[mysqld]
max_allowed_packet=128M
#!bash
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#