Skip to content

Instantly share code, notes, and snippets.

@marynate
marynate / gist:b597fcf307f45845a171f3077188bf73
Created September 21, 2016 11:35
A simple batch script to make semi-rocket UE4 build
set ENGINE_ROOT=E:\dev\unreal\src\413x
set ROCKET_ROOT=E:\dev\unreal\src\413x\MyLocalBuilds\Rocket\Windows
call set_gnu
rem GOTO UE4EDITOR
rem GOTO UE4
rmdir /S /Q Rocket
@marynate
marynate / standalone.gypi
Created May 24, 2016 03:13
V8 Android Build file
# Copyright 2012 the V8 project authors. All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
@marynate
marynate / springer-free-maths-books.md
Created December 30, 2015 02:30 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of books available for free, here are the direct links
@marynate
marynate / gist:1611f334ceef3bdf76ed
Created July 16, 2015 02:48
workspace.sk - 2015-07-16
11=12
!a:11
!b:11
!u:UnitTest!
u.expect_true[a=b]
u.expect_false[a~=b]
u.expect_equal(a b)
!a_int:11