Skip to content

Instantly share code, notes, and snippets.

View likr's full-sized avatar

Yosuke Onoue likr

View GitHub Profile
@sadnessOjisan
sadnessOjisan / 俺、このコロナが収束したら・・・
Created April 7, 2020 08:16
コロナが収束したらやりたいことリスト.md
* 広い部屋に引っ越したい(郊外に引っ越してもいいかも)
* 大きいテレビ買いたい
* 曲面ディスプレイ買いたい
* [ランプの宿](http://www.lampnoyado.co.jp/)行きたい
* [黒川温泉](https://www.kurokawaonsen.or.jp/)行きたい
* [ichibiko](https://tabelog.com/tokyo/A1324/A132402/13242620/)行きたい
* [吉村家](https://tabelog.com/kanagawa/A1401/A140101/14000059/)行きたい
* 焼いた肉を食べたい(家で料理できないから恋しい)
* 和牛パーティーしたい
* 八重洲地下商店街の六厘舎に並びたい
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 15, 2024 13:55
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@kenmori
kenmori / JavaScript.md
Last active June 14, 2024 07:58
JavaScript練習問題集(ECMAScript2015,2016,2017,2018,2019,2020,other Library)

JavaScript練習問題集

JavaScript

更新情報

・問題を追加(2024/4/12)
・リファクタリング(2023/4/22)
・Decoratorsに関する問題を追加(2020/6/6)

Build Rust with Emscripten support

For more up2date information: http://www.hellorust.com/emscripten/

Emscripten is the LLVM-based project to compile stuff into JavaScript. Luckily, Rust already uses LLVM and just recently got an upgrade to the used version of LLVM. Now emscripten uses a fork of LLVM, which is on the way to use more or less the same base LLVM as Rust. See the next-merge branch.

Simple 13 step recipe to build Rust with Emscripten support