Top "Interactive" questions

Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.

Fastest way to write & compile a C/C++ program in Windows

I'm usually using Visual Studio, but several things bother me when I just quickly want to test some code: it …

c++ c ide interactive
Interactive Floor Plans in HTML5

I have to develop interactive floor plan navigator and viewer for apartment buildings, which will succeed its Flash-based predecessor. I …

html canvas interactive
Is there a way to squash a number of commits non-interactively?

I'm trying to squash a range of commits - HEAD to HEAD~3. Is there a quick way to do this, …

git interactive rebase squash
Get output from a Paramiko SSH exec_command continuously

I am executing a long-running python script via ssh on a remote machine using paramiko. Works like a charm, no …

python ssh stdout paramiko interactive
Implement an interactive shell over ssh in Python using Paramiko?

I want to write a program (in Python 3.x on Windows 7) that executes multiple commands on a remote shell via …

python shell ssh paramiko interactive
Interactive input/output using Python

I have a program that interacts with the user (acts like a shell), and I want to run it using …

python subprocess stdout stdin interactive
How to drop into REPL (Read, Eval, Print, Loop) from Python code

Is there a way to programmatically force a Python script to drop into a REPL at an arbitrary point in …

python interactive
Running an interactive command from within Python

I have a script that I want to run from within Python (2.6.5) that follows the logic below: Prompts the user …

python subprocess stdout stdin interactive
Enter Interactive Mode In Python

I'm running my Python program and have a point where it would be useful to jump in and see what's …

python interactive
git add --interactive "Your edited hunk does not apply"

I'm trying to use git add --interactive to selectively add some changes to my index, but I continually receive the "…

interactive patch git-add