Skip to content

Instantly share code, notes, and snippets.

View mkalkbrenner's full-sized avatar

Markus Kalkbrenner mkalkbrenner

View GitHub Profile
@mkalkbrenner
mkalkbrenner / read.ino
Last active October 4, 2020 07:29
Read PIN2DMD serial events
void setup() {
// put your setup code here, to run once:
Serial1.begin(57600);
Serial.begin(115200);
Serial.println("Ready.");
}
void loop() {
if (Serial1.available()) {
Serial.println("Received:");
@mkalkbrenner
mkalkbrenner / brew_install_subversion
Created September 13, 2012 07:51
brew install subversion
# Installing subversion when httpd is installed:
# ==============================================
==> Installing subversion
==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.6.tar.bz2
Already downloaded: /Users/mkalkbrenner/Library/Caches/Homebrew/subversion-1.7.6.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/subversion/1.7.6 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --with-serf=/usr/local --disable-neon-version-check --disable-mod-activation --without-
==> make
/bin/sh /private/tmp/brew-subversion-1.7.6-LgI8/subversion-1.7.6/libtool --tag=CC --silent --mode=compile cc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -O2 -Werror=implicit-function-declaration -DNDEBUG -I./subversion/include -I./subversion -I/usr/include/apr-1 -I/usr/local/Cellar/httpd/2.2.22/include/apache2 -I/usr/local/Cellar/neon/0.29.6/include/neon -I/usr/local/include/serf-1 -I/usr/local/include -I/usr/include -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c