I\'m trying to write some MUD Client for android, and I run into problem with output from server. I can\'t get my app to show last line (Login prompt) in console..
I would like to make a simple code that counts the top three most recurring lines/ text in a txt file then saves that line/ text to another text file (this in turn will be read into AutoCAD’s variabl
A new twist to somewhat common question: In my interactive script I pre-fill the user input like so: #process_line.sh
I\'m using the readline module to autocomplete names (firstname lastname). I want to set a 2 character delimiter, but by setting readline.set_completer_delims(\', \') it accepts both the comma and th
When I paste the following text into IRB or PRY running under ruby-enterprise-2011.03, it takes 13 seconds.
Is it possible to save readline history in a text file and get the history after I reopen my program...
I got very common thread hang condition although I don\'t understand why it happens. I have 2 threads: main() and errorStreamReaderThread
I am working on a C# program to determine the line length for each row in multiple large text files with 100,000+ rows before importing using an SSIS package. I will also be checking other values on e
I want to dynamically load a library multiple times into independent scopes, so that each instance has its own memory. Is that possible?
I have been trying to get tab completion working.. I am very confused and don\'t know what to do. Could you please take a look at my code and tell me how I could possibly fix it.