In computing, input/output, or I/O, refers to the communication between an information processing system (such as a computer), and the outside world, possibly a human, or another information processing system.
-3
votes
1answer
25 views
Merge Gps Api in Iphone application [duplicate]
I am new to iphone Application development.
Is there any way I can get user location from my iphone application.
4
votes
3answers
52 views
Reading a file with a specified delimiter for newline
I have a file in which lines are separated using a delimeter say .. I want to read this file line by line, where lines should be based on presence of . instead of newline.
One way is:
f = ...
0
votes
1answer
19 views
Matching data in a file to user input data using int (java)
I need to scan the examdata.txt file and find where an int in the file matches the int input by the user. The file I'm reading contains entries as:
ACCY111 CO216 10 20 ABD ALSOP
ACCY111 CO228 ...
0
votes
1answer
30 views
modifying a specifical space in tables
First of all, I do this:
import pandas as pd
colspecs = [(0, 1), (10, 18), (25, 33), (40, 48)]
geom=pd.read_fwf('________', colspecs=colspecs )
to obtain this
GROUP TYPE ...
1
vote
2answers
68 views
Read first 5 lines from file and then the rest
Disclaimer: This is homework, so I'm working under some restrictions.
I need to read the first 5 lines of a file and use these strings to change labels and buttons, and then the rest of the file is ...
0
votes
1answer
68 views
Junk values from an input file in C
So I have this bit of C code below. When I place printf statements to test the text from the input file, I see that I'm getting a bunch of junk values, to be more specific they are not even alphabetic ...
0
votes
1answer
34 views
IOS: UIAlertView “Please Wait” and NSURLConnection
In my ViewDidLoad I call UiAlertView "Getting data. Please Wait...." and a NsTimer scheduledTimerWithTimeInterval 5 sec.
After this I create a method GetData with NSURLConnection to get data from ...
2
votes
1answer
61 views
How to output Polish characters in C++ console application? [duplicate]
I've try this simple code to output polish characters using 'std::wstring' class. The class is constructed succesfully from wchar_t array but I don't know how to output it to the screen. That line ...
3
votes
3answers
151 views
Processing a large file in .Net
The Problem
I need to be able to save and read a very big data structure using C#. The structure itself is rather simple, it's a very long array of a simple structs of a constant size.
just an ...
1
vote
0answers
37 views
Security permission check before moving a file into a different machine
I have a Log file that I am writing into my local machine.
I want to move this file into a folder on a different machine. Before doing this I want to check whether the user has write access ...
0
votes
0answers
32 views
Maximize memory for file cache or memory-based file system on Windows?
I have an application which needs to create many small files in maximum performance (less than 1% of them may be read later), and I want to avoid using asynchronous file API to keep the simplicity of ...
3
votes
2answers
96 views
Add a new line at a specific position in a text file.
I am trying to add a specific line of text in a file. Specifically between two boundaries.
An example of what it would look like if I wanted to add a line in between the boundaries of item1:
[item1]
...
0
votes
0answers
22 views
UTFDataFormatException when I try to display my JTable with account data
private void view() throws IOException {
// TODO Auto-generated method stub
viewframe=new JFrame("#Customer Accounts#");
viewframe.setSize(600,350);
viewframe.setVisible(true);
...
3
votes
4answers
121 views
Confused by python file mode “w+”
From the doc,
Modes 'r+', 'w+' and 'a+' open the file for updating (note that 'w+' truncates the file). Append 'b' to the mode to open the file in binary mode, on systems that differentiate ...
1
vote
2answers
78 views
How do I (re)write bytes in the middle of a file?
I have a case where there are a block of bytes in the middle of a file that need to be shuffled. Currently the implementation reads the file, shuffles the bytes in memory, then outputs the whole file. ...
1
vote
0answers
86 views
What's the difference between DMA Controller and I/O processor
Given the starting memory address & word count DMA controller transfers data while the CPU works on some other process.
The Input Output processor too handles I/O processes given the starting ...
-5
votes
2answers
49 views
Whats worıng in this code?
I am trying to edit all txt files in a folder (textbox4). If it finds searched word (textbox2) it repleaces with other (textbox3). But code does nothing.
Dim mydir As String = TextBox4.Text
Dim ...
1
vote
2answers
84 views
Haskell, returning String while using IO Integer to compute that string
Today I ran into the following problem:
I can read the current screen resolution in Haskell using Xlib-bindings using a function called getScreenWidth (--> I get an IO Integer). This is working so ...
0
votes
4answers
114 views
Concatenate String and IO Integer in Haskell
I wrote a function returning the current screen width as IO Integer (working so far).
getScreenWidth:: IO Integer
getScreenWidth = do
(sx, sy, w, h) <- getScreenDim 0
...
-1
votes
2answers
48 views
How do I put values from a file into a string and calculate the values in Java?
I have a .csv file and I understand how to read it in Java, my problem is I want to be able to put the values of what is inside the file into a string and then read the string so I can calculate these ...
0
votes
2answers
35 views
How do I get values out of my file in Java and calculate them?
Okay, so I have this piece of code to take my .csv file which has these values in it.
Alice Jones,80,90,100,95,75,85,90,100,90,92
Bob Manfred,98,89,87,89,9,98,7,89,98,78
I want to take the names ...
1
vote
1answer
62 views
JasperReports - Handle big data from database to PDF
I have a report that takes a select that return me about 900k records (it´s about 100MB of data) and I need to create a PDF with it.
So, my implementation is simple: I get the data from my JDBC ...
2
votes
2answers
70 views
Verify Pseudo-Random Data in C
I am writing a disk exerciser program and I want to be able to generate some random data to fill a buffer, write it out to disk, and then verify that the data is 'correct' once it is read back into ...
1
vote
1answer
72 views
NodeJs - sockets io - client system auto reconnect
I want to create a client of socket's io server, where in x and x seconds try make a connection to socket's io server, to verify is server is already up.
What i have in client:
...
0
votes
0answers
26 views
select() returns 1 ,but read() after that is blocked?
There is a while(1) loop,button_fd is a device file which is opend successfully, and is the only fd set in the fd_set rfds.Here is my question,when the program runs, select() returns 1 ...
0
votes
1answer
81 views
Haskell couldn't match expected type char?
What im trying to do is call a function that I have already created into an input output main. The function im calling is a high order function shown below:
filmsByFan' f = map title $ filter (elem f ...
1
vote
1answer
37 views
getting 3rd-party SW that can only write ASCII output to write binary data
Question
How can I make a program, capable of writing output files exclusively in ASCII, able to write binary data (specifically, 32-bit float)?
How I envision the best answer: some technique to ...
2
votes
1answer
37 views
what are the all of the “causes” for an IOerror
From Python Docs
exception IOError
Raised when an I/O operation (such as a print statement, the built-in open() function or a method of a file object) fails for an
I/O-related reason, e.g., “file ...
0
votes
2answers
115 views
Haskell, using multiple if statements on input and output IO
Here is my current code, I want to be able to create a MAIN IO that acts as an interface and allows the user to pick which functions to execute depending on their choice.
type Title = String
type ...
0
votes
0answers
26 views
Several File in java IO stream
server send several files through a single outputstream, when the client receive the byte[], how does it extract the files? Is there any marks in the bytes ? for example ,EOF? '\r\n', or else ? it ...
-1
votes
1answer
75 views
No blocking I/O read() write()
I'm coding a IRC client/server. And I'd like to have only one "select" in the whole program (in the server).
How can I have a non blocking read/write on the client ? I don't want to use ...
1
vote
2answers
51 views
How to check user's permission before moving a file to a different machine?
I want to move/copy a file into a folder on a different machine, and I want to check if the user has sufficient permissions to do this. How can I do this, where do I start? Is it even possible in C#?
1
vote
2answers
107 views
How to read HDF table from pandas?
I have an my_file.h5 file that, presumably, contains data in HDF5 format (PyTables). I try to read this file using pandas:
import pandas as pd
store = pd.HDFStore('my_file.h5')
Then I try to use ...
1
vote
2answers
55 views
IO::Compress::Zip read from filehandle into buffer
I'm trying to build a zipped xml-file on the fly and send it to the browser. I'm using IO::Compress::Zip with IO::String for that, but it doesn't work as I would expect from the documentation.
First ...
-1
votes
1answer
79 views
Open/copy file in use vb6
I have a .txt file that is constantly in use (locked) by process. How would I read from this file from another vb6 program? I tried copying it first and then reading, but FileCopy gives:
...
0
votes
0answers
23 views
Redirect input from file AND show the input
Is there a way to take standard input from a file and show that input in the console when the program runs?
For example:
std::string s;
std::cout << "Input: ";
std::cin >> s;
std::cout ...
0
votes
0answers
25 views
Profiling I/O on iOS “No such file or directory” looking for extensions — should I be worried?
I profiled I/O activity on my app today. I noticed that iOS is checking for the various extensions that can be added to images, e.g. ~iphone. I don't use those extensions, or ones like only_, so each ...
0
votes
1answer
34 views
Getting a user entered value and displaying it within other pre-selcted text. Java
So we just started java in my intro to computer science class in college. We have to modify the code to display " If the magnitude on the Richter scale is (user entered value)" "(answer determined by ...
0
votes
2answers
97 views
Haskell Input Output
Is it possible using's Haskell's input and output to be able to capture and store user entered data into variables?
For example if user was asked a question:
Enter your firstname: Ben,
then ...
0
votes
1answer
53 views
Importing Fonts from JAR file
I've attempted to create a custom font using the following method, however it throws an exception :
Stream closed
and nothing happens! How can I import a ttf file from my JAR and use it in Java ...
1
vote
1answer
40 views
read MSSQL tables in disk order
How to take advantage of Disk IO queueing
I need to do exactly this but on Microsoft SQL server tables.
I have a database with +100 tables.I need to read every record of every table.
Any suggestions? ...
0
votes
0answers
19 views
Is this io sleep normal and what is mean got a “input/output error”?
backgroud infomation: there is an php application run in an ubuntu(10.04 LTS) server,the application use zend frameworke and zend cache technology,zend cache stored in /mnt/cache (sdb mount on /mnt).
...
0
votes
3answers
36 views
Error while trying to read file in jar
I am trying to read an xsd file to validate schema.
My schema is in location x/y/z/test.xsd
My class reading this file is also in x/y/z/ReadSchema.java
Both there are packaged in my jar.
I am ...
1
vote
3answers
113 views
How to open file in exclusive mode in C++
I am implementing some file system in C++. Up to now I was using fstream but I realized that it is impossible to open it in exclusive mode. Since there are many threads I want to allow multiple reads, ...
0
votes
1answer
33 views
How does one use the read function in Scheme? I know how it works syntactically, but the console doesn't let me enter values
I think I'm confused about how Scheme works with user input. I want to just read some values from the console that the user inputs as the script runs. For example, if I wanted to add a user's value ...
-1
votes
1answer
34 views
Basic exception - Java [closed]
I am studying for my final exam in Java OOP and something my prof mentioned was...
Know how to write a simple exception yourself. Should know how to
throw exceptions, delegate them. ...
0
votes
1answer
48 views
How to determine the maximum read buffer size for file I/O
I'm trying to optimize a binary reader for the Stata filetype, and the current implementation is lazily evaluated for each record in the file. The reader loses speed very quickly as the size of the ...
0
votes
3answers
38 views
Java command line angle brackets
How do you read from and write to files passed on the command line using the < and > symbols?
This is the command: java Main < input.txt > output.txt
So I want to know what the code in the ...
0
votes
1answer
61 views
Term::ReadKey, non-blocking read in raw mode: Detect EOF?
When I pipe stuff into my program, it does not seem to get any character like 0x4 to indicate EOF.
$ echo "abc" | map 'cat'
saw a: \x61
saw b: \x62
saw c: \x63
saw
: \x0A
zzzbc
^C
I have to press ...
1
vote
0answers
94 views
Make sed not buffer by lines
I'm not trying to prevent sed from block-buffering! I am looking to get it to not even line-buffer.
I am not sure if this is even possible at all.
Basically there is a big difference between the ...
