Top "Readline" questions

A library for command line editing, or a function to read one line of text.

while loop with a readLine()

Here is my question: normal while loop looks like this - while(condition){statements} and statements execute until condition becomes …

java while-loop bufferedreader readline inputstreamreader
Call to undefined function readline()?

I am integrating Dropbox into my PHP based website. When i try to run the following code. i got this …

php readline dropbox-php
How to use the PHP interactive shell

I'm using Ubuntu 12.04 64 bit and I want to use the PHP interactive shell: php -a But it doesn't seem to …

php ubuntu readline interactive-shell
Bash variable expansion on tab complete

I'm running Ubuntu 11.04, and I'm seeing some odd behaviour when I try to use tab-completion in bash on a path …

bash readline bash-completion
readline doesn't stop line reading after rl.close() emit in nodejs

I have the following file I want to read line by line and stop reading it once I have found "…

node.js readline
Read lines from big text file in Swift until new line is empty: the Swift way

I have the following text file structure (the text file is pretty big, around 100,000 lines): A|a1|111|111|111 B|111|111|111|111 A|a2|222|222|222 …

swift readline getline
How to avoid Python fileinput buffering

Possible Duplicate: Setting smaller buffer size for sys.stdin? I have a Python (2.4/2.7) script using fileinput to read from standard …

python readline buffering file-io
Make error installing Ruby 1.9.2 with RVM and Readline under OSX Lion

I'm having extensive problems getting rvm to work again under OSX Lion. Unsurprisingly, it seems to be a problem with …

ruby-on-rails-3 makefile rvm readline osx-lion
editline/history.h and editline/readline.h not found/working on OSX when trying to compile with developer tools installed already

I am working on this tutorial on building your own LISP (http://www.buildyourownlisp.com/chapter4_interactive_prompt) and for …

c macos readline editline
pip installing ipython with readline on OSX Lion

What is required to get ipython fully functional on OSX Lion? I'm trying to get ipython with readline working and …

readline ipython pip osx-lion