4
votes
14answers
276 views
Coding EVERYTHING in Java - opinions please [closed]
On my project when we have a coding task to do we code it in Java.
Now this is absolutely fine most of the time. Java gives you all the tools, libraries and platform independence …
1
vote
2answers
21 views
Wordpress archive page
I want more functionality out of the wp_get_archives tag. I want my results to look like this:
Year
Month
Post
Post
Post
Year
Month
Post
Post
Post
To achieve this, am I goin …
1
vote
4answers
71 views
How to Pack/Encrypt/Unpack/Decrypt a bunch of files in Java?
I'm essentially trying to do the following on a Java/JSP-driven web site:
User supplies a password
Password is used to build a strongly-encrypted archive file (zip, or anything e …
0
votes
5answers
104 views
PHP library that can list contents of zip / rar files
Note: I NEED A LIBRARY not links to documentation about extensions my host doesn't have or want installed.
The subject says it all.
I don't need to extract any files for the mome …
0
votes
2answers
29 views
Move or copy an entity to another kind
Is there a way to move an entity to another kind in appengine.
Say you have a kind defines, and you want to keep a record of deleted entities of that kind.
But you want to separat …
1
vote
1answer
51 views
Exporting / Archiving changed files only in Git
This probably very simple, but I can't seem to find clear instructions (and I'm new to Linux/Git); Is there a simple way to export / archive only the changed files from a given com …
2
votes
3answers
97 views
How can I extract a compressed archive in Perl?
I need to allow users to upload a zip file via a web form. The server is running Linux with an Apache web server. Are there advantages to using a module like Archive::Zip to extr …
12
votes
6answers
712 views
What’s the best “file format” for saving complete web pages (images, etc.) in a single archive?
I'm working on a project which stores single images and text files in one place, like a time capsule. Now, most every project can be saved as one file, like DOC, PPT, and ODF. But …
2
votes
4answers
132 views
any functions to create zip file of directory/file on vista with delphi 2009
I am looking for a simple method of zipping and compressing with delphi. I have already looked at the components at torry delphi:http://www.torry.net/pages.php?s=99. They all seem …
0
votes
4answers
316 views
zcat won’t unzip files properly
Hi,
I need to unzip a compressed file on the fly in my program. It works when I try it on my own linux computer, but for some reason the school computers fail whenever I tell the …
0
votes
3answers
45 views
Calling a system() command and bringing back the results
I need to put several thousand large files in a folder into a RAR archive several times a day. I used to do this manually via sFTP using a custom command with the RAR software pack …
0
votes
3answers
374 views
c# sharpziplib adding file to existing archive
Hi, am trying to add a file to an existing archive using the following code. When run no errors or exceptions are shown but no files are added to the archive either. Any ideas why? …
0
votes
5answers
97 views
How do I archive a set of files using Perl on Win32 while retaining file paths?
PROBLEM FOUND. I'm leaving the question here, though, in case others run into the same problem I ran into.
It looks like I encountered a bug or a weird feature in WinZip 11. When …
0
votes
3answers
44 views
SQL Server Replication
What is difference between 3 type of replication?
Is replication suitable for data archiving?
What is the replication steps?
1
vote
2answers
64 views
SQL Server Data Archive Solution
I'm looking for a solution to archive data that exists in my database. My database is SQL Server 2008 and have approximately 250 tables. I search web and find the below link :
http …
