Twitter-List
Description
Shows a list of tweets, basically it can show any list of comments. We use it to display our Twitter account's latest "saved search" - results.
bmdcapture -m 8 -C 0 -A 2 -V 4 -F nut -f pipe:1 | \ | |
ffmpeg -y -i - \ | |
-c:a libfaac -ac 2 -b:a 96k -ar 44100 -c:v libx264 -pix_fmt yuv420p -profile:v main -level 32 -b:v 1000K -f hls -hls_time 10 -hls_list_size 999 -vf "scale=1280:-1" -segment_list_flags +live 1280x720.m3u8 \ | |
-c:a libfaac -ac 2 -b:a 96k -ar 44100 -c:v libx264 -pix_fmt yuv420p -profile:v main -level 32 -b:v 600K -f hls -hls_time 10 -hls_list_size 999 -vf "scale=720:-1" -segment_list_flags +live 720x405.m3u8 |
var http = require('http'), | |
httpProxy = require('http-proxy'); | |
var options = { | |
target: 'http://domain.dev/', | |
headers: { | |
host: 'domain.dev' | |
} | |
} |
SELECT | |
/** Ort / Ortsteil */ | |
ort_name.loc_id 'loc_id', | |
ort_name.text_val 'loc_name', | |
ort_level.text_val 'level', | |
ort_type.text_val 'typ', | |
/* ort_parent.text_val 'parent_id', */ | |
ort_plz.text_val 'postleitzahl', | |
/* LEVEL6 */ | |
hier.id_lvl6 'gemeinde_id', |
g++ -o bmdplay bmdplay.cpp ../../include/DeckLinkAPIDispatch.cpp `pkg-config --cflags libavcodec libavformat libswscale libavutil` -D__STDC_CONSTANT_MACROS -Wno-multichar -I ../../include -fno-rtti -g -framework CoreFoundation -DHAVE_CFSTRING `pkg-config --libs libavcodec libavformat libswscale libavutil` -lm -ldl -lpthread -framework CoreFoundation |
# based on https://github.com/amiaopensource/homebrew-amiaos | |
require 'formula' | |
class Bmdtools < Formula | |
homepage 'http://github.com/lu-zero/bmdtools' | |
head 'https://github.com/lu-zero/bmdtools.git' | |
env :std |
# based on https://github.com/amiaopensource/homebrew-amiaos | |
require 'formula' | |
class Bmdtools < Formula | |
env :std | |
depends_on 'ffmpeg' => 'with-tools' | |
depends_on 'amiaopensource/amiaos/bmdtools' => :build |
const schema = require('./schema') | |
const db = require('./connection') | |
const fileName = './elastic-dump-jsonlines.txt' | |
const readJson = require('./read-json') | |
db.once('open', function () { | |
console.log('Connected to DB.') | |
readJsonLines() | |
}) |
#!/usr/bin/env osascript -l JavaScript | |
ObjC.import('stdlib') | |
console.log = function() { | |
ObjC.import('Foundation'); | |
for (argument of arguments) { | |
$.NSFileHandle.fileHandleWithStandardOutput.writeData($.NSString.alloc.initWithString(String(argument) + "\n").dataUsingEncoding($.NSNEXTSTEPStringEncoding)); | |
} | |
} |
### Keybase proof | |
I hereby claim: | |
* I am bastibeckr on github. | |
* I am bastibeckr (https://keybase.io/bastibeckr) on keybase. | |
* I have a public key ASB9dQmh0GnqfPjKvbky_FnBjwQXGaqD14XDaEPpmBXCHwo | |
To claim this, I am signing this object: |