Skip to content

Instantly share code, notes, and snippets.

@whatwho
whatwho / gist:3226987
Created August 1, 2012 13:46
brew install -v hiredis
==> Downloading https://github.com/antirez/hiredis/tarball/v0.10.1
Already downloaded: /Library/Caches/Homebrew/hiredis-0.10.1.tgz
/usr/bin/tar xf /Library/Caches/Homebrew/hiredis-0.10.1.tgz
==> make install PREFIX=/usr/local/Cellar/hiredis/0.10.1
make install PREFIX=/usr/local/Cellar/hiredis/0.10.1
/usr/bin/clang -std=c99 -pedantic -c -O3 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c
/usr/bin/clang -std=c99 -pedantic -c -O3 -fPIC -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c
hiredis.c:799:31: error: second argument to 'va_arg' is of incomplete type 'void'
va_arg(ap,void);
~~~~~~~~~~^~~~~
@whatwho
whatwho / gist:3226996
Created August 1, 2012 13:47
brew --config
HOMEBREW_VERSION: 0.9.2
HEAD: ed76c6df9417a54d188ce3d7f227d670dda3bd5b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: build 5666
@whatwho
whatwho / gist:3227008
Created August 1, 2012 13:47
brew doctor
HOMEBREW_VERSION: 0.9.2
HEAD: ed76c6df9417a54d188ce3d7f227d670dda3bd5b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: build 5666
@whatwho
whatwho / index.html
Last active August 27, 2021 13:15 — forked from seniorpreacher/signature.html
cc.tools.signature
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Codecool e-mail signature generator</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/sandstone/bootstrap.min.css" rel="stylesheet" integrity="sha384-QqZs0aSOGFan3GWVdP4PyCBp6icaF/4n8Q+wsmZUTiiVIqE4r4tFYcb8Osf+8y45" crossorigin="anonymous">
</head>