file-read
How to compare an ASCII value
I want to store the ASCII value of a letter into a variable, how can I do this? for example : r ASCII variable = 82[详细]
2023-04-05 23:05 分类:问答PHP Cannot Read External File
I am trying to read an external file, hosted on another server, but am having issues. Here, I identify the variables:[详细]
2023-04-02 11:47 分类:问答How to determine 'word' size in Python
I need to know the number of bytes in a \'word\' in Python. The reason I need this is I have the number of words I need to read from a file; if I knew the number of bytes in a word, I can use the file[详细]
2023-03-24 23:58 分类:问答Opening a .bsm file
I am trying to read the contents of a pascal.bsm file. What I am basically interested in is the system calls included in the file. I dont know ho开发者_JS百科w to open and read the file.[详细]
2023-03-24 15:20 分类:问答Advanced .Csv parse - Survey answer file?
Ok firstly I\'d just like to point out that I\'m aware of parsing .csv files using commas or tab spaces etc. I still have a problem however and I\'m a little stuck.[详细]
2023-03-16 18:44 分类:问答JavaScript XMLHttpRequest syntax error
I am new to javascript and have some data stored in a txt file that I want to use on my webpage. However when I send an XmlHttpRequest to get the text file firefox throws a syntax error on the first[详细]
2023-03-14 13:39 分类:问答Reading text file line by line in c++ in UVA
Please help me in reading the text file efficiently in c++ according to the UVA (ACM programming) standards.[详细]
2023-03-14 10:55 分类:问答Return values from XDocument with events
I wrote a class ReasXML the basically read only XML files. You see I worked withe events.. Now the problem is I want to use the result of lsTags or I want the values of my XML file. The basic thought[详细]
2023-03-10 21:22 分类:问答Read binary file from a position in ASP.NET
I want to read a binary file from a particular position. I am u开发者_C百科sing the following code but that is not working.[详细]
2023-03-06 12:50 分类:问答'a' char appended when reading unicode text from txt file in android
Hello I am trying to read a UTF-8 encoded txt files with Hebrew chars on my android application, and now after managing doing for some reason the \'a\' char is always appended at the beginning of the[详细]
2023-03-05 18:38 分类:问答