This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # It depends on the llvm --with-rtti (It takes a long time) | |
| brew install https://github.com/odekopoon/homebrew-versions/raw/ponyc/ponyc014.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns stagbeetle.core | |
| (:gen-class) | |
| (:use [seesaw.core] | |
| [seesaw.graphics])) | |
| (set! *warn-on-reflection* true) | |
| (import (java.awt.image BufferedImage | |
| WritableRaster) | |
| (java.awt Color |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "queryIntervals": [ | |
| 1, | |
| 5, | |
| 10, | |
| 15, | |
| 20 | |
| ], | |
| "frameworks": [ | |
| "gemini", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "queryIntervals": [ | |
| 1, | |
| 5, | |
| 10, | |
| 15, | |
| 20 | |
| ], | |
| "frameworks": [ | |
| "gemini", |
NewerOlder