問題タブ [interactive]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - コマンドの出力をインタラクティブなPythonセッションにパイプしますか?
私がやりたいのは
ipythonソリューションが最適だと思います。これが達成できない場合、他のさまざまなコマンドからの出力を処理したい状況に対するあなたの解決策は何でしょうか?私は必死になって以前にサブプロセスを使用してそれを実行しましたが、それは理想的ではありません。
更新:これは最終結果に近づいています:
では、どうすればこれを形に曲げることができますか
pyout
「私のすべての問題に対する魔法の解決策」はどこにありますか。パイプ出力を書き込んでからipythonを実行するシェルスクリプトである可能性があります。bpが言うのと同じ理由で、行われたすべてが失敗します。
visualization - コマンド インターフェイス / インタラクティブな視覚化に関する本
注: コミュニティ wiki としてマークされています。
注: 「本当の質問ではない」と投票する前に -- 問題は次のとおりです: 一般的なインタラクティブなビジュアライゼーションのデザイン パターンは何ですか?
博覧会:
この巨大なリアルタイム シミュレーションがあります。シミュレーションを監視するインタラクティブな視覚化ツールに取り組んでいます。私は OpenGL に精通していますが、HCI / 視覚化タイプのコードを書くことに慣れていません。だから私は興味があります: どの本/記事を読むべきですか?
インタラクティブなビジュアライゼーションを作成するための「C プログラミング言語 / SICP / デザイン パターン」タイプの等価リソースを探しています。「インタラクティブ」は重要です。きれいな画像を生成したいだけではありません。私はきれいな写真を生成し、対話して視覚化を調査できるようにしたいと考えています。
ありがとう!
architecture - Interactive architectural diagram tools
Are there any tools that would allow me to easily create an interactive architectural diagram?
I envisage the ability to view a graphical depiction of the architecture at a high level. I would then be able to click on a specific piece of the architecture and drill into it, thus revealing a more detailed break-down of that piece. This process could then continue for as many levels as necessary.
Does anyone know of any tools that allow me to create this kind of experience? Or should I perhaps try to achieve this with Visio/Powerpoint?
python - Python がインタラクティブ モードかどうかを確認する
Python スクリプトで、インタプリタが対話モードかどうかを確認する方法はありますか? これは、たとえば、インタラクティブな Python セッションを実行してモジュールをインポートするときに、わずかに異なるコードが実行されるようにするのに役立ちます (たとえば、ログ記録がオフになります)。
python が -i モードであるかどうかを確認し、そこでコードを試してみましたが、その関数は、Python が -i フラグで呼び出された場合にのみ true を返し、インタラクティブ モードを呼び出すために使用されるコマンドにpython
引数がない場合には返されません。 .
つまり、次のようなものです。
perl - perl の対話型プロンプト
ユーザーに文字列値を提供し、ユーザーが編集できるようにする簡単な方法は何ですか... 100% 正しくない場合、文字列全体を再入力する必要はありません。
emacs - (インタラクティブ) に補完を追加する
(interactive)
elisp 関数に独自の補完を追加する方法はありますか? 理想的には、タブ補完する文字列のリストを渡したいと思います。またはを使用すると(interactive "D")
、ディレクトリ、ファイル、およびバッファ名がそれぞれ補完されることはわかっていますが、より一般的な入力についてはどうでしょうか。(interactive "F")
(interactive "b")
haskell - Haskellの入力と関数への値の受け渡し
BuyItemに渡さなければならない値は
でも「エイコン」をアートに送りたいし、20年はnumを送りたい
それは私にこのエラーを与えます
私を助けてください
vim - 更新された「vimtutor」は存在しますか?
vim には、インタラクティブなチュートリアルが組み込まれています。次のコマンドを実行するだけで、このチュートリアルにアクセスできます。
基本的なコマンドの作業ケースを作成するため、非常に使いやすいです。より高度なチュートリアルはありますか? ユーザーが VIM スキルを次のレベルに引き上げるのに役立つものを構築しようと考えた人はいますか? vim に関するほとんどのチュートリアル サイトやチート シート サイトには、コマンドのみが表示されていますが、必ずしも特定の使用法や例は示されていません。
そこに高度なチュートリアルはありますか?これは、誰もが例を追加できるオープン ソース ドキュメントになるタイプのプロジェクトですか? Vim Interactive Wiki のように、または正規表現テスターが組み込まれている RegEx サイトに似ています。
python - スクリプトの途中で Python をインタラクティブにする方法はありますか?
私は次のようなことをしたいと思います:
それはpythonで可能ですか?そうでない場合、同じことを行う別の方法がありますか?
python - Python and Eclipse: How to use interactive console after running a module, with the module variables and functions
Let's consider 3 situations:
1) I write a pyhon module in Eclipse (pydev) and run it Ctrl-F11. The module runs and I don't have any control or access (AFAIK) to the module variables and functions.
2) I have defined a python interpreter as an external tool in Eclipse, so I can run it within Eclipse. It works fine, but it does not have tab completion.
3) I open my module with python IDLE (not eclipse) and press f5 (run). It runs on the IDLE opened window and when it finishes I have all the variables and functions form the module to play with.
So I have 2 questions: a) how to enable, if possible, tab completion in python interpreter in Eclipse? If it's not possible, do I have any alternative to standard Python interpreter?
b) I would like to run step 1) and then be able to continue developing / testing with python interpreter, just like I do with IDLE, but all inside Eclipse. Any suggestion?
Thanks in advance