|
36
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Ethervane Radio
|
on: February 22, 2011, 03:24:04 AM
|
I'd like to mention one thing: The program makes use of the proxy settings of internet explorer At least I think. At work (portable) I need internet explorer with proxy configured. At home, I use Opera on the same portable, so I leave the proxy settings in IE. But I could not make a connection to any radio. When I cleared the proxy settings in IE, it worked immediately. I didn't found a mention to this somewhere. Great job on the program! 
|
|
|
|
|
40
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
|
on: January 27, 2011, 07:42:58 AM
|
For the CSV : sometimes programs export data to "CSV", but they use a ; instead of a , Silly programs...that's not a CSV file then. =] true, true.  But I've just came across a program that exports to CVS seperated by ; It was Microsoft SQL Server Management Studio. I've exported a bunch of invoices, and to preserve the amounts, it uses a ; as separator. And I didn't found a setting to change the exportsettings in it.  Even excel ha problems opening that CSV file. :-) Perhaps you can provide a "default" separator, just a general application setting, and then it's up to us, the users, to change it according to the file we want to drop or open or import. Just an idea. :-)
|
|
|
|
|
41
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
|
on: January 24, 2011, 10:39:57 AM
|
|
Great for the fixes :-)
For the CSV : sometimes programs export data to "CSV", but they use a ; instead of a , It would be easy if those could be imported as well. And sometimes an export contains "strings" with quotes.
Thanks anyway for the upcoming fixes :-)
|
|
|
|
|
42
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: DCDisplay
|
on: January 24, 2011, 08:45:45 AM
|
|
Hi there,
It looks like a nice program, but it crashes as soon as I try to start it.
During the first setup, it installed directx9 and XNA. During the second setup, it says that directX9 en XNA are present.
It's probably something windows. Maybe I should reboot first, so that windows loads XNA correctly.
Do you have any idea?
|
|
|
|
|
44
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
|
on: January 24, 2011, 05:21:27 AM
|
Lovely piece of software again Skwire!  Would the following be possible: (I haven't read the whole topic in detail, only a quick read) If i create a new file (ctrl+n) and I don't change anything, and i drop a csv on it, could it be possible that you check the number of columns from the first row, and then create the exact number of columns and then add the data. Because what happens now is the following: I create a new file, and I get 4 columns. When I drop a CSV on it with 7 columns, I end up with all the records with only 5 columns. Here's the testdata: [ copy or print] Started On,Completed,Computer,Status,Total files,Infected,Scan Type 6/4/2008 3:17:53 PM,6/4/2008 3:40:09 PM,MYPC,Scan Complete,102660,0,Manual scan 6/4/2008 3:02:28 PM,6/4/2008 3:14:14 PM,MYPC,Scan Aborted,76046,0,Manual scan 6/3/2008 9:03:35 PM,6/3/2008 9:19:14 PM,MYPC,Scan Complete,99824,0,Manual scan Oh, and could it be possible to define the "separator" per database? So when I create a new database, I define ',' or ';' as separator. When I then drop a scv on it, it uses the configured separator. One more thing (probably a bug): If I drop a scv on it, the status doesn't change to "edited", so when I close snapdb, it doesn't save the data from the scv.  Thanks. :-)
|
|
|
|
|
46
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Pledge: LogFileParser
|
on: December 06, 2010, 09:34:57 AM
|
Hi there, I'm probably not going to make it before 01/01/11. There are a couple of reasons, but the most important one is that I'm expecting my first child begin February. And we normally move house in march or april. So we are quite busy preparing those things and they ask more time then i thought.  I'm not abandoning, but putting on hold, because it's actually something I can really use at work, but I don't get the time for it at work.
|
|
|
|
|
48
|
Special User Sections / N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
|
on: October 01, 2010, 05:20:38 PM
|
|
I nailed the problem :-)
When I start my PC t work, I always have to reenable the proxy settings (at home I don't use proxy, at work we do) And I get the errors when the proxy settings aren't yet in place.
Maybe you can catch the error and give a nice errormessage instead. :-)
thank you anywy for the program. It just replaced foobar2000 at home.
|
|
|
|
|
50
|
Special User Sections / N.A.N.Y. 2011 / NANY 2011 Withdrawn: LogFileParser
|
on: September 26, 2010, 09:55:01 AM
|
| Application Name | LogFileParser | | Version | N/A | | Short Description | Parse logfiles, template based | | Supported OSes | Windows | | Web Page | N/A | | Download Link | N/A | | Version History | | | Author | DeVamp | DescriptionAt my work, we use a lot of log files as TXT files, created from the treatment of invoices. Now we browse through them with notepad or another text editor. Since all invoice logging is put in the same file, it's hard to track what all happened with a certain log file. It would be handy for us to be able to filter and sort invoices and the events that happened with it. It would be template based, so that you can choose/create a template that defines the number of columns and it they are a fixed with or with a seperator. example of a logfile: It's my first try at using Autoit. It looks like a perfect environment to create tools like that. FeaturesCreate, edit, delete templates. Read, sort & filter the content of the logfile Planned FeaturesProgram - Save and load setttings to ini files
- Load default settings or previous settings when starting the program
Templates: - Create template : define number of fields and columntitles, how to read log file (fixed with, seperator, ...)
- Create template : Eventually define a default directory per template
- Edit template : Modify an existing template
- Delete template : Delete an existing template
Logdetails: - Sort every column
- Filter a certain column
Future Features- Export/add a selection of records to a new/existing log file
- Export/add a filtered view to a new/existing log file
- Reformat a log file from templayelayout X to templatelayout Y, as a new file or replace an existing file
- Batch reformat a selection of files
- Read multiple log files and treat them as one, so you can filter/sort over several files
- ... idea's welcome ...
ScreenshotsFirst draft: [attachthumb=1] UsageInstallationIt's a portable program, so simply extract the file, start Logfileparser Using the ApplicationChoose a directory, choose a file, load the file and sort or filter the results. UninstallationSimply delete the directory where the files are unpacked. Known IssuesNot known. If you know there, let me know :-)
|
|
|
|
|