topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 27, 2025, 12:32 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 85 86 87 88 89 [90] 91 92 93 94 95 ... 222next
2226
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on September 19, 2012, 11:49 AM »
Hi, jm34harvey, and welcome to the DonationCoder site.  Can you please do what rgdot suggests, and try running sWeather in a folder that is not UAC protected?  Thank you.
2227
Post New Requests Here / Re: IDEA: Port free-er
« Last post by skwire on September 18, 2012, 04:20 PM »
vbmark, please give this a try:  Porticullis

It's a commandline application and simple to use:  Porticullis.exe <port number>

Please let me know if it works for you.  Thanks.
2228
Living Room / Re: Rocket Science 101
« Last post by skwire on September 16, 2012, 10:06 AM »
Anyone here ever build a bazooka with model rockets and pipes when they were kids? Or am I the only one? :P

We used to use a PVC pipe and bottle rockets for ammo.  We'd fashion a "sight" to the pipe with whatever we had laying around, e.g., cardboard, duct tape, etc.  Aww, yeah.    :D

* skwire goes rummaging through the garage...
2229
Living Room / Re: Rocket Science 101
« Last post by skwire on September 16, 2012, 09:58 AM »
do you have to clear the area first? I mean, do they crash land?

There is a large soccer field complex near our home that we use.  On Sundays, there usually aren't too many people out there.  But, yes, they do crash land; some have a parachute and some are so light that they don't need one.  Even if they hit you, it's mostly just a cardboard tube and some balsa wood fins.
2230
Living Room / Re: Rocket Science 101
« Last post by skwire on September 16, 2012, 12:36 AM »
I still build model rockets and go shoot them off with my daughters.  I even built my own launcher box from a fishing tackle box.  Does that count for squat?
2231
Trout doesn't have some of the flexibility of foobar for certain superficial things I like.

Yep.  Mouser knows how I feel in that I don't think Trout holds a candle to foobar.  I still use both foobar and Trout.  At any rate, superboyac, the find feature in Trout is pretty simple but it seems to work well.  Note that you can also change the hotkey that brings it up if you wanted it to match your foobar config.
2232
One option is to simply blank out that field so nothing is restricted.  You can then search on filenames that way.
2233
General Software Discussion / Re: Metadata search software
« Last post by skwire on September 13, 2012, 07:15 PM »
Maybe not quite what you're after, but you can use my PDFInfoGUI app to see PDF metadata.

http://skwire.dcmemb.../fp/?page=pdfinfogui
2234
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on September 11, 2012, 08:58 AM »
3 separate physical drives
-stefanobrunesci (September 11, 2012, 06:39 AM)

Ah, that's the key.  I (and f0dder, I bet) thought you were working with one physical drive.  =]
2235
Living Room / Re: What's the name of your car?
« Last post by skwire on September 10, 2012, 11:27 AM »
I have a generic minivan, but I went the other way and last started calling it the Haunted Van, after taking it to several car shops with a problem, they do stuff, and then the problem is still there.

maybe it's the car shops that are haunted :D

I was actually thinking, in TaoPhoenix's case, more along the lines of, "Like computer, like car..."   :P :P :P  I keed!!  I keed!!
2236
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on September 09, 2012, 02:37 PM »
I guess the benefit (for me) is that I can fire up a bunch of instances in one go and set them to creating/verify checksums on a load of folders, then just leave them to get on with it - eg. overnight - rather than having to do each one sequentially.
-stefanobrunesci (September 09, 2012, 02:27 PM)

I see.  However, doing it that way is definitely going to very taxing on your harddrives.  Were you aware that one SFV Ninja instance can load multiple checksum files into its list?
2237
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on September 09, 2012, 01:58 PM »
Good to know; thanks for the report back.  :Thmbsup:

BTW, SFV Ninja is single-threaded so I'm not certain how much benefit you're getting from running multiple instances.  Just thought you'd like to know.  Thanks for joining the site!
2238
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on September 08, 2012, 08:33 AM »
Why so slow?

In AutoHotkey, there are no native hash/checksum commands.  So, you have three options: 1) Use a command line executable, 2) a DLL, or 3) use a function library that somebody has developed.  SFV Ninja uses number one and three.  However, I've found that the function library, while very fast and accurate, has a tendency to crash randomly and I don't know why.  So, I changed SFV Ninja to only use that function when absolutely necessary where before it was using it for smaller files because of its speed.

Any hints as to what the issue is (or what you thought it is)?

So, back to the explanation of SFV Ninja using a command line executable for most of the grunt work.  SFV Ninja creates a temp folder and extracts the necessary files it needs into it.  During operation, it then calls the command line exe and dumps the output to a temp file named as the current ISO timestamp.  I thought this would be enough granularity (to the second) until stefanobrunesci's reported issue made me think that two concurrently running scans could attempt to create temp files with the same name and write to them at the same time.  This, perhaps, was what was causing stefanobrunesci's issue.  So, to solve it, the change I made was to have each running instance of SFV Ninja work out of its own unique temp folder.  The files it extracts total around half a meg so I'm not worried about multiple temp folders, etc.
2239
Finished Programs / Re: DONE: simple loop machine for wav, mp3, etc. files
« Last post by skwire on September 08, 2012, 01:14 AM »
I've no idea what's going on with your computer.
2240
Finished Programs / Re: DONE: simple loop machine for wav, mp3, etc. files
« Last post by skwire on September 07, 2012, 05:21 PM »
You can't even browse to Looper.exe in the Open With dialog?

Right-click audio file > Open With > Choose Program... > Browse... button > Choose Looper.exe

2241
General Software Discussion / Re: instant linux on winxp
« Last post by skwire on September 07, 2012, 04:43 PM »
kalos, I really think you need to go with the virtual machine route.  That's the least invasive way to do what you want.
2243
Post New Requests Here / MOVED: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 04:41 PM »
2244
Finished Programs / Re: DONE: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 04:41 PM »
I'll call this one done.  Thanks.   :Thmbsup:
2245
Finished Programs / Re: DONE: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 03:54 PM »
Sure, I can hard-code those defaults in there.  Please re-download the zip and see if that fits your requirements.  Thanks.
2246
Skwire Empire / Re: Release: SFV Ninja (Simple File Verification application)
« Last post by skwire on September 07, 2012, 03:03 PM »
Hi, thanks for this program :)
-stefanobrunesci (September 07, 2012, 08:38 AM)

You are welcome and welcome to the DonationCoder site.

2. Open TWO instances of SFVNinja by double-clicking the .Md5 file.
3. Start verifying all files in both instances.
Both instances should report a random selection of "bad" checksums.
-stefanobrunesci (September 07, 2012, 08:38 AM)

Hmmm...I did some thinking about this and made a small change in the code.  Please redownload the zip and let me know if v1.1.3.2 makes any difference in your tests.  Thank you.


2247
Finished Programs / Re: DONE: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 11:01 AM »
Try this build, please:

http://skwire.dcmemb...ks/X-MouseToggle.zip

Did you want any sort of visual notification with this?
2248
Finished Programs / Re: DONE: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 07:39 AM »
Which OS are you using?
2249
Finished Programs / Re: DONE: Toggle X-Mouse.
« Last post by skwire on September 07, 2012, 12:41 AM »
Here you go: http://skwire.dcmemb...ks/X-MouseToggle.zip

There are a couple of values in the included config.ini that you will need to set before running it.  After you set those values, simply run X-MouseToggle.exe as necessary to toggle X-Mouse functionality on and off.
2250
Post New Requests Here / Re: IDEA: Generic savĂ­ng reminder
« Last post by skwire on September 05, 2012, 04:47 PM »
Window Class = ATH_Note

^^^   :)
Pages: prev1 ... 85 86 87 88 89 [90] 91 92 93 94 95 ... 222next