Skip to content

Instantly share code, notes, and snippets.

View bombarie's full-sized avatar

Adriaan Wormgoor bombarie

View GitHub Profile
@bombarie
bombarie / parse_flickr_account_export.py
Last active January 30, 2023 18:28
Reconstructs Flickr library based on exported metadata (which factually has all the data but sucks as an offline backup)
# 17 jan 2023 - parsing downloaded Flickr data (image dumps and metadata) in order to restore the albums and re-date the images to original date
# import required modules
import os
import json
import shutil
import filedate
'''
@bombarie
bombarie / gist:19a534603c403f220530
Last active August 29, 2015 14:16
Node.JS Myo script reflecting the detected hand poses
// Node version 0.10.33
// Myo SDK version 0.8.1
//- - - - - - - - - - - - - - - - - - - -
//
// NODE.JS EXPRESS START
//
//
var express = require('express');
@bombarie
bombarie / oF cross compile to RPi error
Created January 26, 2014 16:22
output in Ubuntu 13.10 64bit when trying to cross compile openFrameworks for armv6l (Raspberry Pi)
armv6l
CORE_PKG_CONFIG_LIBRARIES= cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal portaudio-2.0 openssl libpulse-simple alsa
Compiling OF library for Release
armv6l
CORE_PKG_CONFIG_LIBRARIES= cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal portaudio-2.0 openssl libpulse-simple alsa
armv6l
CORE_PKG_CONFIG_LIBRARIES= cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal portaudio-2.0 openssl libpulse-simple alsa
Package cairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo.pc'
to the PKG_CONFIG_PATH environment variable