RE: [NF] Freeware to unzip zip file

2008-03-19 Thread Gil Hale
ack to you, no harm, no foul my friend. Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MB Software Solutions > General Account > Sent: Tuesday, March 18, 2008 10:05 AM > To: [EMAIL PROTECTED] > Subject: Re: [NF] Freeware to

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Ed Leafe
On Mar 18, 2008, at 10:28 AM, Alan Bourke wrote: > Is that due to preference, a lack of IDEs for Python though? > > In terms of development, I would be IDE all the way for anything > involving a graphical UI. I think you're confusing an IDE with visual design tools. IDEs are start-to-f

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 11:59 AM Paul M¢Nett wrote: >I don't know about Java, but in the Python world we have access to great >debugging, profiling, and introspection tools. But the simple >fact is >this: 99% of the time I use print statements (probably just the same as >ConsoleWrite) because

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
Paul M¢Nett wrote: > I don't know about Java, but in the Python world we have access to great > debugging, profiling, and introspection tools. But the simple fact is > this: 99% of the time I use print statements (probably just the same as > ConsoleWrite) because it is is simply faster to code, t

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
Alan Bourke wrote: > David Crooks wrote: > >> They are and shouldn't we also be doing unit tests??? >> > > Well, there's arguments for and against like everything else. > > Alan Stevens presentation on FoxUnit TDD at last year's FoxForward 2K7 conference was great (and I think his se

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Paul M¢Nett
MB Software Solutions General Account wrote: > David Crooks wrote: >> Yepper. I think it is not knowing how to use the debugger and for the >> most part they came from a Java world. Still I would have thought that >> even the older versions of .NET the debugger was a pretty strong tool >> even com

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Alan Bourke
David Crooks wrote: > They are and shouldn't we also be doing unit tests??? Well, there's arguments for and against like everything else. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-fre

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 11:42 AM Alan Bourke wrote: >Don't forget that Java is not tied to one IDE. So for example if you were using NetBeans, for example, there is absolutely a fully- >featured debugger. That is kinda what I thought as well... >They may be using Console.WriteLine because th

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Alan Bourke
MB Software Solutions General Account wrote: > Does the Java world not have a debugger but instead have to rely on > ConsoleWrite (equivalents)? Don't forget that Java is not tied to one IDE. So for example if you were using NetBeans, for example, there is absolutely a fully-featured debugger

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Alan Bourke
Paul M¢Nett wrote: > I don't really know, and IDEs and CLIs aren't mutually exclusive, > either. It probably depends on what sampling of 'people' you take. Ask a > group of Visual Studio or Java developers, and I'll bet you'll get near > 100% preference for IDEs. Ask the same question of a group

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 11:20 AM Jean Laeremans wrote: >http://www.debugtools.com/ I said I could be wrong... David L. Crooks ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free vers

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Jean Laeremans
http://www.debugtools.com/ A+ jml ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 10:54 AM Michael wrote: >Does the Java world not have a debugger but instead have to rely on ConsoleWrite (equivalents)? I could not imagine going back to the >days of that kind of crap instead of using the Debugger. I don't know. My impression is that the tools for

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
David Crooks wrote: > Yepper. I think it is not knowing how to use the debugger and for the > most part they came from a Java world. Still I would have thought that > even the older versions of .NET the debugger was a pretty strong tool > even compared to VFP. > Does the Java world not have a

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 10:31 AM Michael wrote: >Not using the debugger but instead using ConsoleWrites? WTF!? That sounds so backward to me!! Now I don't want to be accused of >spreading FUD, so let me ask clearly: are they saying that the debugger that comes with .Net is not good enough

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
David Crooks wrote: > I went to .Net user group meeting last week and the presenter said that is > team of developers do not use the debugger. Instead they use tests and > ConsoleWrites to find out what is going on. He said it took too long to get > to the problem area of the code. To me is it

RE: [NF] Freeware to unzip zip file

2008-03-18 Thread David Crooks
On Tuesday, March 18, 2008 9:56 AM Paul M¢Nett wrote: >>MB Software Solutions General Account wrote: >> >> Do you think most people prefer to use IDEs or command lines (CLIs)? >I don't really know, and IDEs and CLIs aren't mutually exclusive, either. It >probably depends on what sampling of 'peo

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
Paul M¢Nett wrote: > >> Do you think most people prefer to use IDEs or command lines (CLIs)? >> > > I don't really know, and IDEs and CLIs aren't mutually exclusive, > either. It probably depends on what sampling of 'people' you take. Ask a > group of Visual Studio or Java developers, and I'

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread MB Software Solutions General Account
Gil Hale wrote: >> This has nothing to do with what people see. You're not answering the >> question as it's written!! Read it EXACTLY without any inferences! >> >> > > I was not trying to answer a question at all. I was merely expressing an > opinion from my perspective, based on my observ

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Paul M¢Nett
MB Software Solutions General Account wrote: > Paul M¢Nett wrote: >> MB Software Solutions General Account wrote: >>> Would you say that you're the norm or the exception? >>> >> Please rephrase the question. It somehow sounds kind of loaded. >> > > Do you think most people prefer to use IDEs

Re: [NF] Freeware to unzip zip file

2008-03-18 Thread Alan Bourke
Hadn't seen ZipGenius before - the interface is way better than 7-Zip. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech S

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread Gil Hale
TED] > [mailto:[EMAIL PROTECTED] Behalf Of MB Software Solutions > General Account > Sent: Tuesday, March 18, 2008 12:46 AM > To: [EMAIL PROTECTED] > Subject: Re: [NF] Freeware to unzip zip file > > > Gil Hale wrote: > >> Do you think most people prefer to use IDEs or comman

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
Gil Hale wrote: >> Do you think most people prefer to use IDEs or command lines (CLIs)? >> >> > > For me I really do not worry about what most people want. I do not mind > working in an IDE for one off stuff. But for my automated routines I have my > VFP apps build the various batch files

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread Gil Hale
t's ass if anyone sees I am not using an IDE or not ... Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MB Software Solutions > General Account > Sent: Tuesday, March 18, 2008 12:12 AM > To: [EMAIL PROTECTED] > Subject:

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
Paul M¢Nett wrote: > MB Software Solutions General Account wrote: > >> Paul M¢Nett wrote: >> >>> I'll use elements of things you find in an IDE separately, such as a >>> debugger, an editor, and a visual layout designer. But I launch those >>> things from the command line as needed. >>> >

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Paul M¢Nett
MB Software Solutions General Account wrote: > Paul M¢Nett wrote: >> I'll use elements of things you find in an IDE separately, such as a >> debugger, an editor, and a visual layout designer. But I launch those >> things from the command line as needed. >> >> When maintaining my VFP apps, I'll us

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
Paul M¢Nett wrote: > > I'll use elements of things you find in an IDE separately, such as a > debugger, an editor, and a visual layout designer. But I launch those > things from the command line as needed. > > When maintaining my VFP apps, I'll use the VFP IDE. > > Other than that, 99% of my work

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Paul M¢Nett
MB Software Solutions General Account wrote: > Paul M¢Nett wrote: >> >> I see the appeal of a rich IDE, but now that I'm good at vim and the >> command line, I can't see ever wanting to use an IDE again. >> >> > > > ...for ANYTHING? I'll use elements of things you find in an IDE separately,

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
Paul M¢Nett wrote: > > I see the appeal of a rich IDE, but now that I'm good at vim and the > command line, I can't see ever wanting to use an IDE again. > > ...for ANYTHING? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http:/

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Paul M¢Nett
Paul Hill wrote: > On Mon, Mar 17, 2008 at 10:58 PM, Paul M¢Nett <[EMAIL PROTECTED]> wrote: >> Hi Carl! >> >>> This question was raised a couple of months ago - I believe it was Paul >> > McNett who suggested Zip Genuis - totally free - can work from command >> line >> > - supposed to handle a b

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Paul Hill
On Mon, Mar 17, 2008 at 10:58 PM, Paul M¢Nett <[EMAIL PROTECTED]> wrote: > Hi Carl! > > > This question was raised a couple of months ago - I believe it was Paul > > McNett who suggested Zip Genuis - totally free - can work from command line > > - supposed to handle a bunch of compression formats

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread Gil Hale
I also use blowfish encryption (I think 256bit), and it does a great job, quick - dirty - simple... Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Paul McNett > Sent: Monday, March 17, 2008 6:58 PM > To: [EMAIL PROTECTED] > Subject: R

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Paul M¢Nett
Hi Carl! > This question was raised a couple of months ago - I believe it was Paul > McNett who suggested Zip Genuis - totally free - can work from command line > - supposed to handle a bunch of compression formats. Nope, wasn't me... I use the command line for archiving/unarchiving. This is tar,

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Sytze de Boer
oftware Solutions General Account > Sent: Monday, March 17, 2008 6:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [NF] Freeware to unzip zip file > > BD Operating Systems, Inc. wrote: > > This question was raised a couple of months ago - I believe it was Paul > > McNett wh

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread Mike Wohlrab
[EMAIL PROTECTED] www.mikewohlrab.com ftp://mikewohlrab.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: Monday, March 17, 2008 6:04 PM To: [EMAIL PROTECTED] Subject: Re: [NF] Freeware to unzip zip file BD

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
BD Operating Systems, Inc. wrote: > This question was raised a couple of months ago - I believe it was Paul > McNett who suggested Zip Genuis - totally free - can work from command line > - supposed to handle a bunch of compression formats. > > I'd love to see a comparison chart for it with oth

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread BD Operating Systems, Inc.
This question was raised a couple of months ago - I believe it was Paul McNett who suggested Zip Genuis - totally free - can work from command line - supposed to handle a bunch of compression formats. Carl Lindner -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread Gil Hale
ZipGenius www.zipgenius.it Free, supports CLI, supports true encryption, creates .zip files in varying degrees of compression, creates self-extracting .exe files, supports Context Menu selection within Windows File Explorer, etc. I no longer license WinZip Pro, I am using this exclusively for ne

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Alan Bourke
Jim Harvey wrote: > Any recommendations on freeware to be used to unzip, and zip file(s)... > Have some open source: http://www.7-zip.org/ ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Vince Teachout
John Harvey wrote: > Rar works well. > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Jim Harvey > Sent: Monday, March 17, 2008 3:55 PM > To: 'ProFox Email List' > Subject: [NF] Freeware to unzip zip file > > Any recommendations on freeware to be

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread Richard Kaye
If you're looking for a VFP solution, then I'd recommend Craig Boyd's VFPCompression library. http://tinyurl.com/27zok8 Jim Harvey wrote: > Any recommendations on freeware to be used to unzip, and zip file(s)... > > James E Harvey > Hanover Shoe Farms, Inc. > M.I.S./Corresponding Officer > Off:

RE: [NF] Freeware to unzip zip file

2008-03-17 Thread John Harvey
Rar works well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Harvey Sent: Monday, March 17, 2008 3:55 PM To: 'ProFox Email List' Subject: [NF] Freeware to unzip zip file Any recommendations on freeware to be used to unzip, and zip file(s)... Jam

Re: [NF] Freeware to unzip zip file

2008-03-17 Thread MB Software Solutions General Account
Jim Harvey wrote: > Any recommendations on freeware to be used to unzip, and zip file(s)... > > 7-zip. Google it...I use it with my softwares for bug reporting and screen image capturing...it's great. You can even encrypt zips. ___ Post Messages