Skip to content

Instantly share code, notes, and snippets.

View fire's full-sized avatar

K. S. Ernest (iFire) Lee fire

View GitHub Profile

<iFire> system -> soundflower -> mixbus -> jack -> obs

<iFire> system -> soundflower -> mixbus -> jack -> jack device 2 -> obs

<nykac> "The JackRouter is a CoreAudio “user space” driver that allows any OS X CoreAudio application to become a Jack \client."

<iFire> yeah but I need a seperate device

<iFire> obs doesn't support jack

/Users/Shared/UnrealEngine/4.4/Engine/Build/BatchFiles/Mac/RocketGenerateProjectFiles.sh -project="/MyProject.uproject" -game
@fire
fire / gist:ba7d511122ec73aa683a
Last active August 29, 2015 14:07
Are the better key value stores in elixir/erlang
Session: Sun 28 Sep 2014 10:46:01 PDT
<iFire> My question is actually what are the better key value stores in elixir/erlang
<asonge> iFire: if you just want storage engines, you can't go wrong just grabbing shit from basho and basho-labs' github. there's an "eleveldb" nif from basho for leveldb, as well as bitcask (a log-structured kv store)
<asonge> also, there's an innostore wrapper somewhere in there too.
<iFire> asonge: I mean I was tempted to just use postgres
<asonge> iFire: it really depends on what you need it for
<pigmej> it depends what kind of key/value do you need
<tristan3> and why not ets?
<asonge> dets and ets exist
Create vm in virtual box 30gb 2048GB Solaris 10 64bit
Download and set smartos iso as liveboot disc.
return 301 https://$server_addr$request_uri;
--- a/Engine/Build/BatchFiles/Linux/UpdateDeps.sh
+++ b/Engine/Build/BatchFiles/Linux/UpdateDeps.sh
@@ -86,6 +86,9 @@ Download() {
if [ "$DEP_WALLED" -eq 0 ]; then
echo "==> Downloading $DEP_FILE"
curl --progress -o $ARCHIVE_ROOT/$DEP_FILE $DEP_URL
+ elif [ -n "$OAUTH_TOKEN" ]; then
+ echo "==> Downloading $DEP_FILE"
+ $SCRIPT_DIR/getasset.py "$ARCHIVE_ROOT/$DEP_FILE" "$DEP_URL"
fi
apply plugin: 'java'
task allJavadoc(type: Javadoc) {
group 'Documentation'
description 'Generates aggregated Javadoc API documentation for the main source code of all projects.'
source = ""
classpath = ""
destinationDir file("$project.buildDir/docs/javadoc/")
}
@fire
fire / gist:45c22c1f07e16d7cffbb
Last active August 29, 2015 14:07
Emacs cheatsheet

How do I search?

How do I open a file?

How do I search forwards?

@fire
fire / gist:cef01faa3430645a77cc
Last active August 29, 2015 14:08
How to install plastic scm on smartos - FAILED
How to install plastic scm on smartos
sudo pkgin -y in mono-3
sudo pkgin -y install unzip
sudo mkdir /home/plastic
# Set hostname
groupadd plastic
useradd \
install plastic from debs
./clconfigureserver
./umtool cu userame password