My page: https://ikeda.dev/
- https://github.com/y-i/algorithm
- 実装したアルゴリズム達のリポジトリ(C++,JavaScript)
- https://github.com/y-i/rfc5389-stun-server-python
- RFC5389で定義されているSTUNの機能の一部を実装(Python)
- https://github.com/y-i/quictransport-server-initiated-stream-sample
- https://github.com/googlechrome/samples/tree/gh-pages/webtransport には無いWebTransportのserver-initiated-streamの実装サンプル(Python, JavaScript)
- https://github.com/y-i/quictransport-room-sample
- WebTransportでsocket.ioのルームのようなことを行うサンプル(Python, JavaScript)
- https://github.com/y-i/webcodecs-stuck-point-example
- WebCodecsを扱う上で嵌まりやすいポイントとその対処法(JavaScrupt)
- https://github.com/y-i/encryption-sign-implementation
- RSA暗号、ElGamal暗号、ElGamal署名の実装(Python)
- https://github.com/y-i/rainbow-table-python
- 4文字英数字のレインボーテーブル作成スクリプト(Python)
- https://github.com/y-i/oauth-in-action-code
- https://www.shoeisha.co.jp/book/detail/9784798159294 の実習の実装コード(JavaScript)
- https://github.com/y-i/eTLD-match-checker
- 入力したドメインからeTLDなどを返すツール&API
- https://etld-match-checker.onrender.com/
- https://github.com/y-i/k-means-visualize
- k-menasを実装して可視化もしたページ
- https://y-i.github.io/k-means-visualize/
- https://github.com/y-i/zsh-completion-generator
- yamlからzshの補完用スクリプトを生成するスクリプト(Ruby)
- https://github.com/y-i/gyotaku
- puppeteerを用いてWebページの魚拓を作成するスクリプト(JavaScript)
- https://github.com/y-i/browser-api-checker
- MDNに載っているAPIのうちどれだけ実装されているか確認するシステム(JavaScript)
- https://github.com/y-i/slack-emoji-updown
- Slackの絵文字を一括でダウンロードしたりアップロードしたりするスクリプト(JavaScript,ShellScript)
- https://github.com/y-i/vue-electron-screenrecord
- electronを用いて画面を録画するアプリケーション(Electron)
- https://github.com/y-i/slack-word-ranking
- Slackの発言内容から単語の登場回数のランキングを作るCloudFunctionsで動くbot(JavaScript)
- https://gist.github.com/y-i/b71f196bbbf4267c54ff1e4147033457
setLocalDescription
やsetRemoteDescription
時にSDPの中身を表示するようにするTampermonkey用スクリプト
- https://github.com/y-i/simple-small-blockchain
- BlockChainの未完成のフルノードとクライアントの実装(JavaScript)
- https://github.com/y-i/yonmoku
- 学生時代に作った四目並べ(C++,Windows向け)
- https://github.com/y-i/Minesweeper
- 学生時代に作ったSwingで表示したマインスイーパ(Java)
- https://github.com/y-i/othello
- ブラウザで遊べるオセロ(TypeScript)
- https://github.com/y-i/blackjack-cui
- コマンド式のブラックジャック(C++)