example projects
- 20180413-tdd-and-mob
- 社内 TDD + モブプログラミング会のお題
- ansible-module-check-and-diff
- 自作 Ansible モジュールを check と diff に対応させる実験 (ブログ記事)
- delimited-continuation
- shift/reset の勉強
- distributed-rabbitmq-brokers
- RabbitMQ 分散構成の調査
- haskell-io-test
- IO action モック化の実験
- haskell-servant-webapp
- haskell-servant を試してみた
- hello_macro-in-rust
- "How to Write a Custom derive Macro" を試してみた
- jni-load-test
- JNI の実験
- message-to-command
- 実験的に作成した attention-based encoder-decoder NN によるメッセージ → コマンド列化処理
- minimal-uefi-app
- 最小の UEFI アプリ
- my-blink
- 「組み込み Rust」の blink LED
- nodejs-express-with-cookie
- Route 53 failover policy の動作確認用に作成した試験用サービス
- proto-cli
- yeoman-environment + mem-fs-editor + inquirer で作成した試作 CLI (ブログ記事)
- python-mcmc
- Python の MCMC ライブラリ (PyMC3)
- ruby-matrix-vector-basic
- 標準ライブラリの matrix
- simple-scotty-webapp
- 2014/02/16: ゆるふわ Haskell
- try-chainer
- 「Chainer による実践深層学習」を使った勉強
- try-electron
- Electron + Vue.js
- try-fay
- Fay の勉強
- try-haskell-servant-auth
- Authentication in Servant
- try-haxe
- Haxe の勉強
- try-hubot
- hubot の勉強
- try-js-frameworks
- JavaScript framework の勉強
- try-nix
- Nix を試す (公式の Guide)
- try-npm-workspace-with-ts
- npm workspaces を試す
- try-purescript
- PureScirpt を色々試すためのプロジェクト
- try-purescript-jquery
- PureScript の勉強 (jQuery メイン)
- try-react-and-redux
- React と Redux の組み合わせを試す
- try-react-recoil
- React と Recoil の組み合わせを試す
- try-rust-nom
- Rust の nom を試す
- try-rust-tokio
- Rust の tokio を学ぶ
- https://tokio.rs/tokio/tutorial
- try-typescript
- LT 会用の TypeScript サンプルプロジェクト
- try-webpack-and-babel
- webpack と babel の組み合わせを試す
- use-express-openid-connect
- 去年試していた express-openid-connect のサンプルコード