Skip to content

Instantly share code, notes, and snippets.

@odekopoon
odekopoon / brew-install-ponyc.sh
Last active September 1, 2015 04:15
How to install pony language compiler with HomeBrew and OSX
# It depends on the llvm --with-rtti (It takes a long time)
brew install libressl pcre2 ponyc
# use HEAD
brew install https://raw.githubusercontent.com/odekopoon/homebrew/etc/Library/Formula/ponyc.rb --HEAD
@odekopoon
odekopoon / gist:c0af22aaa718eb8defff
Last active August 29, 2015 14:22
How to install ponyc 0.1.4 on OSX 10.9
# It depends on the llvm --with-rtti (It takes a long time)
brew install https://github.com/odekopoon/homebrew-versions/raw/ponyc/ponyc014.rb
@odekopoon
odekopoon / capstan-with-qemu.bash
Created June 8, 2015 10:08
capstan with qemu at osx 10.7
brew update
brew install qemu
CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64 capstan run -p qemu cloudius/osv
# ~/.bash_profile に追加
export CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64
@odekopoon
odekopoon / stripe.clj
Last active December 30, 2017 01:59 — forked from enshiromashiro/stripe.clj
seesawの警告は表示しないように
(ns stagbeetle.core
(:gen-class)
(:use [seesaw.core]
[seesaw.graphics]))
(set! *warn-on-reflection* true)
(import (java.awt.image BufferedImage
WritableRaster)
(java.awt Color
{
"queryIntervals": [
1,
5,
10,
15,
20
],
"frameworks": [
"gemini",
{
"queryIntervals": [
1,
5,
10,
15,
20
],
"frameworks": [
"gemini",