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.
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
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 |
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
var http = require('http'), | |
httpProxy = require('http-proxy'); | |
var options = { | |
target: 'http://domain.dev/', | |
headers: { | |
host: 'domain.dev' | |
} | |
} |
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
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', |
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
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 |
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
# 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 |
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
# 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 |
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
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() | |
}) |
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
#!/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)); | |
} | |
} |
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
### 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: |
OlderNewer