Skip to content

Instantly share code, notes, and snippets.

View bugorz's full-sized avatar
🏠
Working from home

bugorz bugorz

🏠
Working from home
  • Not on Earth
View GitHub Profile

Prerequisite

brew install openssl
git clone https://github.com/google/googletest
# Note, there are 'googlemock' and 'googletest' under the root 'googletest' dir, please use 'googletest/googletest' as the GTEST_ROOT.
cd googletest/googletest
GTEST_ROOT=`pwd`

Build s2geometry

implicit object DateTimeFormat extends blah blah...
scala> import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.ExecutionContext.Implicits.global

scala> val f1 = Future.successful(55)
f1: scala.concurrent.Future[Int] = scala.concurrent.impl.Promise$KeptPromise@57855c9a

scala> val f2 = Future.successful(“Six Six”)
f2: scala.concurrent.Future[String] = scala.concurrent.impl.Promise$KeptPromise@475530b9
Install Chez Scheme on Mac OS X
  • ncurses and X windows are prerequisites of Chez Scheme. To install them:
brew install homebrew/dupes/ncurses
brew install Caskroom/cask/xquartz

# Then
./configure
sudo make install
http://www.gamedev.net/page/resources/_/technical/general-programming/finite-state-machines-and-regular-expressions-r3176