read

Read and write file in iPhone

Hello, How to make file read/write operation on iPhone?which is the path i need to specify to save the file? how can i get the current working directory in iPhone? Thank You ...

jQuery is not reading xml file

I have an xml file xyz.xml: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <legends> <legend> <number>1</number> <contentString>abcd</contentString> </legend> <legend> <number>2</number> <contentString>efg</contentString> </legend> <legend> <number>3</number> <contentString>hij</contentString> </legend> </legends> I am trying...

write a txt file in a format starting vector?

Hello if I wanted to do the opposite of what has been explained in this link: http://stackoverflow.com/questions/3595485/other-problems-with-data-acquisition-from-matlab I would pass by the vectors (eg. codeserv = [NNNNNNNNNN ....] area = [IIIIIII ....] [.........]) to create the text file with the same format as in the link, ie: Com...

Reading models into ViewModels and other way round in MVVM - best practice -

Hello guys, I would like to get an insight into your daily work :P How do you read the Person data into the PersonViewModel ? Is it just a PersonViewModel pVM = staticHelper.ConvertPersonToPersonViewModel(person); or is there something cooler? ...

[C#] Is There Anyway to Read a Webpage's Text Faster?

I need to read the text of a webpage programmaticly (not html source, but it doesn't matter). It takes too much time with "WebClient().DownloadString()" and the time is very important in the program. Any tips to do that faster? Thanks... ...

is there any way to ignore reading in certain lines in a text file?

I'm trying to read in a text file in a c# application, but I don't want to read the first two lines, or the last line. There's 8 lines in the file, so effectivly I just want to read in lines, 3, 4, 5, 6 and 7. Is there any way to do this? example file USE [Shelley's Other Database] CREATE TABLE db.exmpcustomers( fName varchar(100) NULL...

Simple way to reading/writing NSAttributedString in iOS?

In Mac OS X, there is AppKit addition which supports reading and writing of NSAttributedString as RTF format. Equivalent in iOS? Should I make my own? ...

How to read data from a Google spreadsheet for an android app

Hi all, I have a public google spreadsheet with some data in tables. I'm developing an android app which I want it to read these tables and then make a listview with the fields on the spreadsheet. Which will be the best way to do that? Thanks! ...

Java NIO Framework stops working under heavy load with no write

The problem is fairly odd to me although I'm a newbie. Whats going on is that if you force the server under heavy load of connections and keep sending a invalid packet that doesn't represent POLICY_XML packet. Pretty much what I'm trying to say is that if you connect it goes into socket READ OPERATION. Then you never go into send() wh...

How to read reply from socket in c?

I'm trying to write a TCP client that does the following things: 1. Establish TCP connection to webserver 2. Accept GET request command from user's console 3. Client should get a reply back from webserver after each GET request. I'm having a difficult time for the 3rd condition. I did not receive any response back from the webserver. ...

How do I read an image file using Python?

How do I read an image file and decode it using Python? ...

Reading large csv files

Which is the most performant way to read a large csv file in .NET? Using FileStream? or another class? Thanks! ...

How can I force Rails (2.3.x) MemCacheStore to read a value from the server?

Long story short: I have some controller logic that requests a value from the cache X times, expecting to get a different value on subsequent requests if it has in fact changed on the cache server in between cache requests (this is all within the context of a single HTTP request). However it seems that Rails MemCacheStore wraps itself w...

C Variable from Terminal

Hey guys, I'm writing a program to read a file and display the number of lines and words in said file, simple stuff. What I want is to be able to run the program from terminal (running Ubuntu) by simply typing: count But I'm not sure how to get the filename into a variable in the C program. Little help please? Thanks in advance. ...

Read random line from a file? c#

Hey. I have a text file with few hundred lines, the structure is pretty simple. firstname lastname I need to pick out a random firstname & listname from the file. Thanks. ...

Reading blocks from devices

Hi. I trying to write a fs in kernel mode, and i can not use buffers/ cache (such as in sb_bread(..)). who do I read and write blocks directly from/to my block device. Im writing a distributed fs (over netwrok) since not all blocks are from same device/machine. buffers are little problematic. thanks, Dan ...

C: How to read only the first word from each line?

Hi, I've done many simple procedures, but I'm only trying to read the first word into a char word[30] , from each line of a text file. I've tried, but without success. Oh, I have to reuse that char each time I read it. (To put in an ordered list each time I read it). Can anyone help me and show me a way to read this way from a file, i...

Reading an async socket continuously

I have already read other similar question about that problem, but that don't work for me. I'm building an iPhone app that talks with a TCP server (windows, but never mind) and I'm using AsyncSocket from cocoaasyncsocket (googlecode). It's a very useful class, but I can't use that at all. In my code I create a "connector" which I all...

C++: Read from files?

Possible Duplicate: Reading through file using ifstream Hello. I'm a bit of a newbie to C++ so please be specific. I'm trying to find a way to read something from a file, put it into a string and then output it onto the screen. If you know how to do this can you give an example? Thanks. ...

Java FileReader error

Hi I'm a beginner of Java lauguage. It seems like my computer does not recognize FileReader at all.(Random class does not work either.) I typed the exact same code in a different computer and it worked. I uninstalled JDK and reinstalled it, but still doesn't work. I don't know what to do. My environment Samsung Netbook N150 plus. /// ...