Skip to content

krdlab/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

examples

example projects

Project List

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