|
On Tue, 04 Aug 2009 18:13:01 -0400, Victor Bazarov <v.Abazarov@comAcast.net
Files don't have lines. Lines are invented by people. Files have
bytes. Some byte value people decided to call "a line break", and
assume that whatever is in the file...
Started by Victor Bazarov on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
(Also, the file
servers....
When it is actually passed to the
file system? Most file systems I have mounted won't support
UTF-16 in filenames---the file system will read it as a NTMB
string, and stop at the first byte with 0.
|
|
On Fri, 7 Aug 2009 01:32:13 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 6, 8:27 pm, Jerry Coffin <jerryvcof...@yahoo.com
In other words, you don't know what you're getting. That sounds
like the worst of both worlds.
Hopefully...
Started by James Kanze on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
[ Figuring out valid to query a server about some basic
characteristics of a shared/exported file system, so you could 9660 FS (absent something
like Joliet....
Variant of Unix) a difference in file system
could still lead to a problem.
|
|
On May 13, 9:10 am, Jesse Houwing <jesse.houw...@newsgroup.nospamwrote:
Jesse
Thanks for that - I was having the same problem with a mixture of
single and double spacing.
I came to this group by looking up Michael's profile to have a peek at
where...
Started by colin.fairbrother@gmail.com on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
I found enuf free code on the Net.
I was trying to do the same thing as
Micheal (read text file into array).
|
Ask your Facebook Friends
|
On Mon, 10 Aug 2009 15:16:09 -0600, Jerry Coffin <jerryvcoffin@yahoo.com
In article <4f75c139-2e29-4870-8df3-
00ee8995cdea@j9g2000vbp.googlegroups.comsays...
[ ... ]
When you start doing work for Windows, you'll probably want to look
at IsTextUnicode...
Started by Jerry Coffin on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I'd also like
it to work from streamed input---even a ... .
On Tue, 11 Aug 2009 02:13:39 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 10, 11:16 pm, Jerry Coffin <jerryvcof...@yahoo.com
My code should still be portable, when possible .
|
|
On Sat, 18 Apr 2009 03:03:10 -0700 (PDT), atif <atif.aqeel@gmail.com
Thank you all for your suggestions, i haven't tried all your
suggestions yet.
Just to give you all an idea of how the work is being done
My file looks like
<Header<Record...
Started by atif on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Good if only the data is spit out, because reading a text file
in VB is much faster, let me see is spit out, because reading a text file
in VB is much faster, let me see if i don't get ay solution RawData-Array in either case
first....
|
|
On Sun, 21 Jun 2009 14:14:33 -0700 (PDT), "C.DeRykus" <derykus@gmail.com
On Jun 20, 5:33 am, Tad J McClellan <ta...@seesig.invalid
<off-topic
I'm not a Ruby enthusiast but I kinda like its bang
convention to denote a "destructive" method:...
Started by C.DeRykus on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
//Makholm
On Tue, 23 Jun 2009 08:46:49 +0200, Peter Makholm <peter@makholm.net
I don't .
-Skye and array.
Not to use grep() like for() and `perldoc -q 'in
a list or array'`, 2nd to last paragraph.
|
|
On Mon, 12 Oct 2009 11:03:47 -0700 (PDT), Mirko <mirko.vukovic@gmail.com
Profiling results for reading three files (total 8GB) four times each:
seconds | consed | calls | sec/call | name
-------------------------------------------...
Started by Mirko on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Russ, USC/Information Sciences Institute On Mon, 1....
In either case, is this really too slow for your application?
--
Thomas A .
Mirko <mirko.vukovic@gmail.com
OK, I'm not sure whether this means you read 8GB in 17s or 4x8=32GB in
17 seconds .
|
|
On Thu, 16 Jul 2009 07:32:33 -0700 (PDT), Sri <chicagobull23@gmail.com
On Jul 15, 3:01 pm, Alexandre Ferrieux <alexandre.ferri...@gmail.comwrote:
Thank you for the response. Basically the idea of my program is to
create the JDBC driver and any...
Started by Sri on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Approach 1:
Put write traces on the variables used and when you/eval the input file in the slave....
Can you dictate its
format/contents?
If so, then instead involve sourceing/evaling
the file.
Control over the "input file", i.e.
|
|
On Sun, 21 Jun 2009 00:26:46 GMT, "Geoff Schaller" <geoffxx@softwareobjectivesxx.com.au
Herbert,
There is no mystery here, the operating nature of registry functions
doesn't change. You only have to remember that a 32 bit application is
going...
Started by Geoff Schaller on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Talking of which, the ini file callses we have had from since AS ARRAY
aEntry := {}
ptrBuffer := MemAlloc( INI_STRING_LEN )
siLen := GetPrivateProfileString( PSZ.
Rather than move to
the registry.
|
|
Suppose I have two XML files.
First XML File:
<?xml version="1.0"?> <AccessRequest xml:lang="en-US"> <AccessLicenseNumber>Your_License</AccessLicenseNumber> <UserId>Your_ID</UserId> <Password>Your_Password<...
Started by progtick on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In re-reading the question, the "complaint" about the content of the second file being inserted at the end;
in a well-formed XML file....
Points out, this will result in an invalid XML file, but if that's what you want/need...
|