Skip to content

Instantly share code, notes, and snippets.

View dbcm's full-sized avatar

Delfim Machado dbcm

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dbcm on github.
  • I am delfim (https://keybase.io/delfim) on keybase.
  • I have a public key whose fingerprint is 3BA6 1A70 2B53 2D38 97B4 ACA2 5DE3 35B3 3177 6A39

To claim this, I am signing this object:

@dbcm
dbcm / gist:f6068983b6fbf96111da
Created October 6, 2014 21:28
Resource temporarily unavailable
use strict;
use warnings;
use 5.10.0;
use Data::Dumper;
use File::Temp;
use ZMQ::LibZMQ3;
use ZMQ::Constants qw(ZMQ_REQ);
my $server = shift;
@dbcm
dbcm / build.sh
Created July 19, 2012 16:13 — forked from rcarmo/build.sh
Qt5 brew 4 RaspberryPi
#!/bin/bash
# install cross-compiler
# sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
if [ "$USER" == "dbcm" ]; then
cd ~/Work
elif [ "$USER" == "rcarmo" ]; then
cd ~/Development