Skip to content

Instantly share code, notes, and snippets.

View patrickod's full-sized avatar
🔐

Patrick O'Doherty patrickod

🔐
View GitHub Profile
// called with ledloading(4)
void ledloading(int counter) {
int z = 0;
for (z = 0; z < counter; z++)
{
ledalloff();
digitalWrite(a, LOW);
digitalWrite(d, LOW);
digitalWrite(f, HIGH);
#include <Keypad.h>
long ra = 0; //random var for keypad
int converted;
int g = 22;// led segments
int f = 23;
int a = 24;
int b = 25;
int e = 26;
checking for pango_cairo_context_set_font_options in -lpangocairo-1.0... no
configure: WARNING:
----------------------------------------------------------------------------
* I could not find a working copy of pangocairo. Check config.log for hints on why
this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately
so that compiler and the linker can find libpangocairo-1.0 and its header files. If
you have not installed pangocairo, you can get it either from its original home on
http://ftp.gnome.org/pub/GNOME/sources/pango/1.17
la ../../pango/libpangoft2-1.0.la -lfontconfig -lfreetype -lz
libtool: link: warning: `/usr/lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libglib-2.0.la' seems to be moved
libtool: link: warning: `/usr/lib64/libfreetype.la' seems to be moved
configure: error: Package requirements (protobuf) were not met:
No package 'protobuf' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables protobuf_CFLAGS
and protobuf_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
/home/patrick/bin/mosh-server: error while loading shared libraries: libprotobuf.so.7: cannot open shared object file: No such file or directory
Connection to SERVER closed.
/usr/local/bin/mosh: Did not find mosh server startup message.
PING patrickod.com (173.255.247.211): 56 data bytes
64 bytes from 173.255.247.211: icmp_seq=0 ttl=44 time=372.975 ms
64 bytes from 173.255.247.211: icmp_seq=1 ttl=44 time=776.023 ms
64 bytes from 173.255.247.211: icmp_seq=2 ttl=44 time=518.793 ms
Request timeout for icmp_seq 3
64 bytes from 173.255.247.211: icmp_seq=3 ttl=44 time=1334.900 ms
Request timeout for icmp_seq 5
64 bytes from 173.255.247.211: icmp_seq=4 ttl=44 time=2292.980 ms
64 bytes from 173.255.247.211: icmp_seq=5 ttl=44 time=2740.658 ms
64 bytes from 173.255.247.211: icmp_seq=6 ttl=44 time=2944.150 ms
// Generated by CoffeeScript 1.3.3
(function() {
var moment, request, _;
request = require('request');
_ = require('underscore');
moment = require('moment');
@patrickod
patrickod / file1.txt
Created November 12, 2012 20:57
the description for this gist
String file contents