Skip to content

Instantly share code, notes, and snippets.

View fire's full-sized avatar

K. S. Ernest (iFire) Lee fire

View GitHub Profile
@fire
fire / annex-downloader.md
Last active August 29, 2015 14:00
Epic Annex Downloader Spec

Annex downloader

THESE INSTRUCTIONS DO NOT WORK

Source instructions

This is a work in progress. The instructions may not work or may damage your system.

  1. if !(git and git annex accessible) Download into AppData and install git and git annex.
  2. git clone https://github.com/fire/UnrealEngine.git
  3. git checkout 4.1-annex
  4. git submodule init to initialize your local configuration file
// Shambler[Bishop author
// Hack for accessing private members in various Engine classes
// This template, is used to link an arbitrary class member, to the GetPrivate function
template<typename Getter, typename Getter::Member Member> struct AccessPrivate
{
friend typename Getter::Member GetPrivate(Getter InGetter)
{
return Member;
@fire
fire / gist:9f2ad31338e1cddbb004
Last active August 29, 2015 14:01
One day, you can do server side MMO
Fri 16 May 2014 05:03:00 PDT
<NeiloGD> I'll leave server side MMO tech to iFire.
<iFire> :o
<NeiloGD> iFire: one day, you can do that for me. I'll do client.
  1. Create git user

    groupadd git

     sudo useradd \
     -s /bin/bash \
     -c 'git version control' \
     -g git\
     -d /home/git -m git
    
@fire
fire / gist:04cf1a594fd3ff87a6ab
Last active August 29, 2015 14:01
Haskell setup on smartos
#Install smartos 14Q01.
pkgin in haskell-platform
# https://stackoverflow.com/questions/23432510/cabal-install-1-20-0-0-fails-to-install-on-os-x
cabal install cabal-1.20.0.0 cabal-install-1.20.0.0 --bindir=$HOME/bin
@fire
fire / 0_reuse_code.js
Created May 27, 2014 23:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@fire
fire / gist:a8b02906404230f4052e
Last active August 29, 2015 14:01
Setup computer for work
@fire
fire / gist:d3f49137a939df987937
Created June 7, 2014 09:00
Run groove basin limited to one cpu to not crash computer
sudo su - groove
cd groovebasin
tmux 

taskset -c 0 npm start

@fire
fire / gist:42167f13d394069e7954
Last active August 29, 2015 14:02
Prores workflow

#How do I export prores videos from Adobe Premiere?

C:\ffmpeg\ffmpeg-20140608-git-d4be3a8-win64-shared\bin\ffmpeg -i AloneTogether.avs -r 23.976 -vcodec prores -profile 3 AloneTogether.1280x540.prores422.mov# Prores workflow

Importing prores into Adobe Premiere works fine.

Source

Download Debugmode FrameServer