This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Node version 0.10.33 | |
// Myo SDK version 0.8.1 | |
//- - - - - - - - - - - - - - - - - - - - | |
// | |
// NODE.JS EXPRESS START | |
// | |
// | |
var express = require('express'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
''' |