Yasuhito Takamiya

Results 40 issues of Yasuhito Takamiya

タイマーは3章のスイッチ監視ツールで説明済み

enhancement

- [x] 一章 - [x] 二章 - [x] 三章 - [x] 四章 - [x] 五章 - [x] 六章

enhancement
meta

enhancement
meta

Travis では trema run できないので、ほかの CI サービスを探す。

enhancement
meta

PRでの変更結果をプレビューを表示するのに使っている http://htmlpreview.github.io/ でプレビューが見れない。 これの基本的な使い方としては http://htmlpreview.github.io/?https://github.com/yasuhito/trema-book/blob/preview-html/215.1.html のようにプレビューのURLを後ろにくっつけると html を読み込んで表示してくれるのだけど、Chrome の JavaScript コンソールで見ると "Unexpected token ILLEGAL" エラーで止まっている。 ![error](https://i.gyazo.com/87341157a29a0829626762797a432e22.png) エラーメッセージからして、読み込んできた html の中に JavaScript のトークンとしてダメな文字列があるんだろうけど、どうやって絞り込めばよいか分からず。。。 JavaScriptのデバッグが得意な人いますか?

bug
meta

What options are needed for scheduling deadline with orgbox? deadline options: - today - end of week - end of month - etc. (See also #9)

enhancement
0 - Backlog

003_opengl で `cargo run` すると以下のエラーになります。 ``` $ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.08s Running `target/debug/sdl` OK: init OpenGL: version=3.1 thread 'main' panicked at 'failed to convert...

Looking at the source code of pico-test, it seems to use "⚡" to get the test output out of the printh() output, which is not printed correctly to the terminal...

### これは何? GPU で動く Cirq (on cuQuantum) をバックエンドとして組込むためのテンプレートです。`http://localhost:3000/cirq/` にアクセスすると、標準とは異なるバックエンドで量子回路シミュレーションを行う Qni を起動できます。 (サンプルを実行した様子。でたらめな状態ベクトルを表示するだけ) ![CleanShot 2023-06-08 at 11 02 34](https://github.com/qniapp/qni/assets/8810/9eee39fd-7e50-4a2b-875a-a5da798b402c) ### サンプルの内容 サンプルバックエンド (`apps/www/bin/cirq.py`) は Qni で編集した量子回路を JSON で受け取り、ランダムな (でたらめな) 状態ベクトルを返します (上の...

enhancement