0
votes
0answers
19 views
python file manipulation
Assume I have such folders
rootfolfer
|
/ \ \
01 02 03 ....
|
13_itemname.xml
So under my rootfolder, each directory represents a month like 01 02 03 and …
0
votes
3answers
29 views
Repetitively Retrieve Data from Site via PHP
When accessing http://www.example.net, a CSV file is downloaded with the most current data regarding that site. I want to have my site, http://www.example.com, access http://www.e …
-1
votes
0answers
42 views
Cannot download any file from Internet [closed]
From this morning cannot download any file from Internet with any browser. I am sure that there is not any virus because I have MS Defender and MS Security Essentials with last upd …
0
votes
1answer
24 views
how to send / get files via web-services in php
is this possible ?
what is the correct way to send files ?
thanks
0
votes
5answers
121 views
Where does Python first look for files?
I'm trying to learn how to parse .txt files in Python. This has led me to opening the interpreter (terminal > python) and playing around. However, I can't seem to be able to specif …
0
votes
1answer
33 views
HttpWebRequest C# uploading a file
Hello,
using C#, I'm trying to integrate my web store w/ an email marketing client. I want to upload a comma delimited file of subscribers once a night. They say to get this to wo …
-1
votes
5answers
96 views
Writing a binary file in C# to be read by C program, with pointers?
I'm moving some old C code that generates a binary file into our C# system. The problem is, the resulting binary file will still need to be read by another old C program.
The ori …
3
votes
11answers
188 views
Too many open file handles
I'm working on a huge legacy Java application, with a lot of handwritten stuff, which nowadays you'd let a framework handle.
The problem I'm facing right now is that we are runni …
0
votes
2answers
24 views
Copying file to client machine
Hi
We have a requirement to copy a .txt file into the client machine and open the file using notepad.exe.
We develop our application using MS Visual Studio 2008 VB .Net.
Any exp …
1
vote
4answers
146 views
Reading a file into an array
I would like to read a text file and input its contents into an array. Then I would like to show the contents of the array in the command line.
My idea is to open the file using:
…
3
votes
5answers
161 views
Longest line in a file
I'm looking for a simple way to find the longest line in a file. Ideally, it would be a simple bash shell command instead of a script.
0
votes
4answers
89 views
Java: Generate a Powerset
This could be language agnostic/helpful answers could just be in pseudo-code.
I have a program that I would like to test under a range of inputs. This program takes a set of files …
1
vote
5answers
84 views
Need a good files creation tool…
I want to create a test setup which should have a 4tb of High density filesystem.
I've tried some tools(wst) but they are crashing after sometime. After struggling for two days im …
4
votes
3answers
135 views
Ouput file redirection in Python
I'm writing a backup script I intend to execute in a cronjob every night.
The script sets sys.stdout and sys.stderr to an output file to keep a log of what happens.
To do the ba …
2
votes
3answers
150 views
Getting size of a file in D2010?
Delphi 2010 has a nice set of new file access functions in IOUtils.pas (I especially like the UTC versions of the date-related functions). What I miss so far is something like
TFi …
