by: Benjamin Bittner |
last post by:
hallo ng,
first of all, for the zipping progress i use the ziplib from
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
now to my problem.
im trying to build a little application...
|
by: Hon Yuen, Ng |
last post by:
Hi
I have a dataset that stores quite a lot of data from database and I
need to transfer this over network with slow connection.
May i know is it possible to "compress" the dataset in whatever...
|
by: ReidarT |
last post by:
How can I zip (compress) a file in vs2005 with windows own zip-program?
reidarT
|
by: Sher |
last post by:
Hi,
I have a project which requires having users upload files to be burnt to
compact disk. The requirement is to zip (compress) and/or span files to
compact disk size on upload. I cannot use...
|
by: sri2097 |
last post by:
Hi,
I'm trying to zip a particular fiolder and place the zipped folder into
a target folder using python. I have used the following command in
'ubuntu'.
zip_command = 'zip -qr %s %s' % (target,...
|
by: sri2097 |
last post by:
Hi all,This is in reply to the 'Compressing folders in Windows using
Python' query I raised y'day.
I figured out that windows does not allow command line zipping so I
started looking for...
|
by: reidarT |
last post by:
I will develop a backup routine with local files (zipped) to an internet
server via ftp.
How do I zip files in Vb.net?
reidarT
|
by: Jens Jensen |
last post by:
Hello,
I use the code below to zip files to a single .zip destination. I get the
expected result when i work on my developement machine (WinXP sp.2).
When i deploy the web application which...
|
by: karen.google |
last post by:
I have an SSIS package that I'm converting from DTS (SQLServer 2005),
and the ActiveX Script Task (in VBScript) is deprecated, so I'm trying
to convert things to Script tasks (in VB .net).
I...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|