Top "Interactive" questions

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

How to create a GUI via R?

Now I have several parameters for my plotting. So I want to create a GUI, with some sliders for controlling …

r plot interactive
What are the available interactive languages that run in tiny memory?

I am looking for general purpose programming languages that have an interactive (live coding) prompt work in 32 KB of RAM …

programming-languages embedded microcontroller interactive
How to assign the result of the previous expression to a variable?

Suppose I'm using R's interactive console, and I've just done something like this: long_running_command() That long-running command returns …

r return-value interactive built-in
Matplotlib remove patches from figure

In my case, I want to remove one of the circle when clicking reset button. However, ax.clear() would clear …

python matplotlib interactive
Interactive shell using PHP

Just wondering, is it possible to create an interactive shell, using PHP alone. I mean something like you have with …

php shell interactive
Does an updated 'vimtutor' exist?

vim comes with a nice built-in interactive tutorial. You can access this tutorial by just running: $ vimtutor It is very …

vim open-source project interactive
Create a process using Plink in PowerShell and sending commands to it

I need to be able to create a process on a remote device and send come commands to it using …

powershell process putty interactive plink
Equivalent of Python's dir in Javascript

when I write Python code from the interpreter I can type dir() to have a list of names defined in …

javascript python namespaces interactive dir
Interactive Graphviz viewer with basic node/edge filtering

I looked thru Graphviz resources page , and questions 1 and 2 and still couldn't find specific answer. My usecase is browsing dependencies …

visualization graphviz interactive viewer
list of methods for python shell?

You'd have already found out by my usage of terminology that I'm a python n00b. straight forward question: How …

python shell interactive