topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 1:43 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skwire [ switch to compact view ]

Pages: prev1 ... 202 203 204 205 206 [207] 208 209 210 211 212 ... 222next
5152
Hmmmm...the file should be the right one.  Can you try clearing your cache and trying again?

5153
Though I would hope that differing whitespace wouldn't break an XML parser, I went ahead and changed up the formation of the file.  Please redownload and test.  Thanks.   :D

5154
Give this a try (source and exe included):  Zip

main.png

5155
Did you want one XML file per email address or all in one file like this:

...
<contact>email address #1</contact>
<contact>email address #2</contact>
<contact>email address #3</contact>
<contact>email address #4</contact>
<contact>email address #5</contact>
...

5156
PlayTime has been updated to v1.0.4: Webpage | Download

v1.0.4 - 2009-07-22
    * Playlist files (m3u, pls & wpl) are now parseable for their contents.
      Use the checkbox to toggle this behaviour.  (Thanks, Miguel.2007)

Please let me know how it works out for your friend.  Thanks.

5157
Sure, can do.  I'll make it handle m3u, pls, and wpl files.

5158
I can easily modify Zero Zipper to do this.  In fact, it's a great idea.

5159
Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone,
Nine for Mortal Men doomed to die,
One for the Mouser Lord on his dark throne
In the Land of DonationCoder where the Coders lie.
One HotkeyRing to rule them all, One HotkeyRing to find them,
One HotkeyRing to bring them all and in the darkness bind them
In the Land of DonationCoder where the Coders lie.

5160
I fleshed this out a bit for a proper release.  Download

  • Option for recursing through the source folder.
  • Option for moving files (instead of only copying them).
  • Drag&drop to the edit fields.
  • Custom folder delimiter e.g. 800x600, 800 x 600, 800X600, 800$600, etc.

2009-07-08_071309.png

5161
Living Room / Re: What happened to autohotkey website?
« on: July 08, 2009, 05:48 AM »
DNS issues...

5162
Post New Requests Here / Re: IDEA - The Name Game
« on: July 06, 2009, 04:45 AM »
Sure...I need to try and get jammo's requests in, too.

5163
Post New Requests Here / Re: IDEA - The Name Game
« on: July 03, 2009, 09:25 PM »
Looks like a fantastic app skwire.  will the results ever repeat themselves?  I was thinking more as a password generator that might be easier to remember than s1xy47#6 or something like that.
Thanks for the kind words; I appreciate them.  As for repeating, yes, that could happen since it's just random.  I suppose it could be extended into a password generator of sorts but I believe there are already several freeware apps out there that do this.

Funny thing...when I was testing it while writing it, one of the words it generated was "virus".   :D

5164
Post New Requests Here / Re: IDEA: GUI enhanced start up delayer
« on: July 03, 2009, 08:57 PM »
Welcome to the site, Cliff! Great to see you stop by.  :up:
Agreed.  I'm sure your presence and news about v3.0 will make the OP very happy.  =]

5165
When you right-click a colour, I think it would be cool to offer a few copy-to-clipboard options such as HTML colour code, RGB values, etc.

5166
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: July 03, 2009, 03:58 AM »
skwire, how about support for off-line lyrics? if there is a text file with the same filename as the song then it can be displayed in the lyrics windows. would save some bandwidth for someone like me.. :)
Yes, I plan to expand this a bit to include lyrics file reading as well as lyrics tag reading.

5167
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: July 03, 2009, 03:55 AM »
It's by design.  What is happening is that, on a track change, the focus is set to the listview (and, consequently, away from the play/pause button).  I did it this way so that you could immediately use the up/down keys to move through the list.

Edit:  brotherS, the easiest way to solve this is to simply add a "Space" local hotkey for the Play/Pause action in the Options dialog.

5168
HyperTerminal won't do?  AFAIK, it's on most every version of Windows since the start.  Start --> Run --> hypertrm.exe

5169
I should have mentioned SubSonic when I mentioned VibeStreamer.  Maybe SubSonic's orange logo was the one you were thinking of?  http://subsonic.sourceforge.net/

5170
Fixed.  Added:

  • Size column.
  • Total files in statusbar.
  • Double-click launches the tiff file in your default viewer.

tiffInfoGUI download

Thanks, lanux, for the feedback and suggestions.

5171
i wouldn't mind having a GUI for the tiffinfo program. who knows, it might come in handy one day.

Here you go:  tiffInfoGUI download

2009-07-04_084511.png

5172
maybe an AHK front-end for tiffinfo would come in handy for non-TC users. :)
I could easily code this up...however, is there enough interest?  Speak now!

5173
Post New Requests Here / Re: IDEA: Natural line sorting in file
« on: June 23, 2009, 12:25 PM »
No GUI necessary, btw. command line tool would be perfect :)

The Unix "sort -n" command will do this easily. 


skwire@hankoku ~
$ clip
1. some text
10. yet more text
1011. Text
2. more text again
4. more text

skwire@hankoku ~
$ clip | sort -n
1. some text
2. more text again
4. more text
10. yet more text
1011. Text

skwire@hankoku ~

I've attached a Win32 binary version of the Unix sort command.

* sort.zip (30.13 kB - downloaded 305 times.)

5174
http://www.totalcmd..../wdx_image_info.html
http://www.totalcmd..../plugring/wdx4i.html
I am not sure how reliable these plugins are with TIFF compression because all TIFFs I've got are with LZW. You should try by yourself.
-fenixproductions (June 23, 2009, 10:43 AM)
The first plugin recognises the LZW, jpeg, Packbits and zip/deflate formats.  The second one recognises the LZW, jpeg, and Packbits formats.

thumb048.png
@tomos: maybe you can try this LibTIFF tool - tiffinfo.
tiffinfo works as well and recognises the four formats listed above.

5175
Can you post a few examples of both types of TIFF file?  Maybe there is something in the header that can be read to determine if it's compressed or not.

Pages: prev1 ... 202 203 204 205 206 [207] 208 209 210 211 212 ... 222next