Top "Readline" questions

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

Is StreamReader.Readline() really the fastest method to count lines in a file?

While looking around for a while I found quite a few discussions on how to figure out the number of …

c# streamreader readline lines peek
PrintWriter or any other output stream in Java do not know "\r\n"

I have trouble using PrintWriter or any other output stream to send message between server and client program. It works …

java sockets client-server readline printwriter
Readline functionality on windows with python 2.7

I need to import the readline functionality in a program written in python. I am currently using version 2.7 and the 3…

python windows readline python-2.7
Reading a line from a streamreader without consuming?

Is there a way to read ahead one line to test if the next line contains specific tag data? I'm …

c# readline streamreader gedcom
What is the equivalent of 'fread' from Matlab in Python?

I have practically no knowledge of Matlab, and need to translate some parsing routines into Python. They are for large …

python matlab numpy readline fread
undefined reference to `readline'

I'm having a problem trying to run the GNU Readline library sample code available in wikipedia. Here it goes: #include &…

c readline libreadline
Ipython no readline available and pip install readline error

I installed ipython but it doesn't have the readline option. I first downloaded gnu readline and compiled and installed. DIdn't …

python readline ipython pip
Press alt + numeric in bash and you get (arg [numeric]) what is that?

Press alt + numeric in bash and you get (arg [numeric]) what is that? (This type of question is better suited …

bash shell keyboard-shortcuts readline
Rails console: in `require': cannot load such file -- readline (LoadError)

I've got some errors in my Rails app and I'm trying to start the Rails console by issuing following command: …

ruby-on-rails ruby console readline
Problems with the rails console, RVM and readline

I've installed rvm as a way of making sure that my local development version of ruby is the same as …

ruby rvm readline