検索
- B-Tree - B-TREEを理解する為に[viz3/btree.c|https://gist.github.com/viz3/3486656](c)を[perl|https://github.com/john-smith-7701/mmt/commit/cb2da2ea70ed26e95463bbc912d789a1e878f294]に写経してみた。とりえず動く物を作ってから考えようと。【[デモ|http://www21051ue.sakura.ne.jp:3003/api/btree/btree/]】←クリック
- JavaScript memo - [サンプル|https://qweer.info/example/selectedFileBackground.html] [GitHub|https://github.com/john-smith-7701/mmt/commit/85ed185909681a63e3b72cc0d179427bcad5dac2]
- Matrix 行列固定テーブルの実装 - [ソース|https://github.com/john-smith-7701/mmt/commit/f2ed90cdf0a8f73b3688b47cc670fd2d1082d396]
- Menu - *[GITHUB|https://github.com/john-smith-7701]
- Niigata.pm - *[私を育ててくれたN個のCPANモジュール達|http://songmu.github.io/slides/niigatapm-nds39/#0]
- PDF編集のフロントエンド - PDF編集サービスを作成したので当サービスのフロントエンドに[PDF編集ツール|https://qweer.info/postscript4pdf.html]を作成した。ソースは[こちら|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/public/postscript4pdf.html]。
- PDF編集サービス - ![server.js|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/public/nodework/pdf_make/server.js]
- PDF編集サービス2(画像をPDFに貼る) - [改修内容|https://github.com/john-smith-7701/mmt/commit/08b5a295ffa3aea3ef5967cc26efd9c1fa10553c]
- PDF編集サービスをDockerにしてみた - *ソースは[GitHub|https://github.com/john-smith-7701/pdf-editor-app]にあげてみた
- card reader - https://github.com/jpki/myna
- gitbash - ここ[https://git-for-windows.github.io/|https://git-for-windows.github.io/]からダウンロード
- github - github
- memo - https://github.com/john-smith-7701/mmt/commit/2e378c47731d991d4f54f4f75f277f71a78441d2#diff-c3bd1bdc903d833ff1fbe687f1ab4a68
- mmt -- Master Maintenance Tool perl module. - !github
- mojolicious memo - *[yuki-kimoto/mojolicious-guides-japanese|https://github.com/yuki-kimoto/mojolicious-guides-japanese/wiki/Mojolicious::Guides::Routing]より
- mojoliciousでユーザー認証 - *https://github.com/john-smith-7701/mmt
- perl memo - https://github.com/hatena/Hatena-Textbook
- rwt - 作表検索条件入力画面を追加 - *[github|https://github.com/john-smith-7701/mmt/commit/eafe8b7b1b21773dcf4726a0c7ee1a944eb55be5]
- schedule book - *[スケジュール帳を追加(github)|https://github.com/john-smith-7701/mmt/commit/d0ce86740ad187039fd3a2981e2f5fbf7568407b]
- vim memo - Neobundleは暗黒美夢王たる[Shougo|https://github.com/Shougo]さんによって作られた、vimプラグインのパッケージマネージャーです。Neobundleを導入することにより、下記の様なメリットを享受することが出来ます。
- かくかくしかじかPDF - *[記載設定、PDF記載|https://qweer.info/postscript4pdf.html]: [postscript4pdf.html|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/public/postscript4pdf.html]、[postscript4pdf.js|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/public/js/postscript4pdf.js](Canvas UI、JSON保存・再編集機能付き)
- さくらのai engine - さくらのai engineはAPIを提供しているので早速作ってみた。[サンプル|https://qweer.info/sakuraai/]です。ソースは[こちら|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/script/sakuraAiEngine.pl]です。リクエスト発行しレスポンスを返すだけです。
- さくらクラウドのサーバーレス - *GitHubとの連携や、CI/CDにも対応。
- カレンダー表示 - *[カレンダー表示を追加(github)|https://github.com/john-smith-7701/mmt/commit/b80163dfbec32532de7ee1a1eb5907e5804552c3]
- サービスメモ - Puppeteerの重さに不安があったのでpm2を導入した。Docker構成の修正は[こちら|https://github.com/john-smith-7701/pdf-editor-app/commit/737e2a47dd79028e958d9b60ad9ef67c1023312b]
- スワイプしてカレンダーを切り替える - [スケジュールカレンダーをフリックして月を切り替える|https://github.com/john-smith-7701/mmt/commit/2b145efd39a5d5ccb9e8539692018f2c5e16f446]
- セッションとユーザー紐づけ - *[セッションとユーザーを紐づけ|https://github.com/john-smith-7701/mmt/commit/33e883fe7d8b01451daf3aa99a70095d01b783ce#diff-5fe020d8c5eb57b5ec7c11c104bfbf25] (github)
- ドラッグ中に半透明の矩形をリアルタイム表示する - *https://github.com/john-smith-7701/mmt/blob/master/toolmmt/public/drawDragRectangle.html
- ブラウザのQRコード読み取り - *https://github.com/cozmo/jsQR
- レスポンシブデザイン - *https://github.com/john-smith-7701/mmt/commit/2696c54e1b53167d58b5c0d70ae99275a9a8c389
- 画像の差分 - [ソース|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/script/image_diff.pl] はこちら。[さくらAI Engine playground|https://john-smith.hatenadiary.jp/entry/2025/10/31/205601]が作ってくれた。
- 行列固定テーブルのCSS - *[john-smith-7701/mmt|https://github.com/john-smith-7701/mmt/commits/master]
- 折りたためるパネル - *[折りたためるパネルを追加(github)|https://github.com/john-smith-7701/mmt/commit/8e1f973d8954568a0aa74cad04cd7fd6728224a1]
- 中置記法から抽象構文木(AST)変換し後置記法(逆ポーランド記法)の計算 - *[code|https://github.com/john-smith-7701/mmt/blob/master/toolmmt/lib/Tool/mmt/Controller/Ast.pm]