topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 26, 2025, 8:50 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 ... 199 200 201 202 203 [204] 205 206 207 208 209 ... 222next
5076
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 04:40 AM »
Quick question...are all these PDFs in a single folder to start with?
5077
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 04:19 AM »
Sure, give me just a little bit.
5078
Finished Programs / Re: Automatic folder maker
« Last post by skwire on August 28, 2009, 01:36 AM »
Did you still need this written?
5079
As mouser said, there is no one correct way.  Personally, I use the Allman/ANSI style...as in your last example.
5080
Finished Programs / Re: Split .txts into smaller ones when there is a space line
« Last post by skwire on August 27, 2009, 08:58 AM »
You're welcome.  Great to hear.  =]
5081
Finished Programs / Re: Split .txts into smaller ones when there is a space line
« Last post by skwire on August 27, 2009, 08:15 AM »
Give this a shot (source/binary included):  http://skwire.dcmemb...Newline_Splitter.zip

2009-08-27_081834.png

5082
Finished Programs / Re: Split .txts into smaller ones when there is a space line
« Last post by skwire on August 27, 2009, 06:52 AM »
Successive blank lines are to be considered as one, correct?
5083
Finished Programs / Re: Split .txts into smaller ones when there is a space line
« Last post by skwire on August 27, 2009, 06:07 AM »
Given a text file like this:

Lorem ipsum dolor sit amet consectetuer tincidunt adipiscing.
Aenean eget Vestibulum metus Sed Donec nibh.

Interdum id pellentesque Integer sodales.
Tincidunt vel Nulla porttitor Sed convallis cursus.
Mauris Vestibulum nec justo consequat leo quis libero ornare.
Accumsan Aliquam lorem feugiat at tincidunt.

Interdum Vestibulum.
Parturient.
Tellus.

You want three new text files created like this:

Text file #1:
Lorem ipsum dolor sit amet consectetuer tincidunt adipiscing.
Aenean eget Vestibulum metus Sed Donec nibh.

Text file #2:
Interdum id pellentesque Integer sodales.
Tincidunt vel Nulla porttitor Sed convallis cursus.
Mauris Vestibulum nec justo consequat leo quis libero ornare.
Accumsan Aliquam lorem feugiat at tincidunt.

Text file #3:
Interdum Vestibulum.
Parturient.
Tellus.

Is this correct?
5084
Post New Requests Here / Re: IDEA: Small HTML color swatch
« Last post by skwire on August 25, 2009, 06:43 PM »
I use ColorPic for jobs like this.  http://www.iconico.com/colorpic/
5086
There is VirtualDisk, found here: http://www.virtualdisk.net/
5087
I was more thinking of idle away time.  You know...if you haven't moved the mouse for ten minutes, fire up the defragger.  Chances are you're away from the desk and don't really care about CPU or disk usage at that point.
5088
I would like to have jkdefrag start defragging when ever my computer is idle for ( you could set a time 10mins or whatever)
Is this as simple as starting/stopping the MyDefrag.exe process?
5089
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on August 23, 2009, 12:19 PM »
v1.0.3 build 44 - 2009-08-23
    + Added "Remember list position on start" under Tools, Options, General, Miscellaneous.
      This will make Trout highlight and scroll to the last played row without starting
      playback.  (Thanks, Ice_Tea)
    + Added an "Exit Trout" hotkey action.  (Thanks, Ice_Tea)

5090
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 10:15 AM »
You're welcome.  I have a soft spot for desktop customisation; I've run alternative shells for well over a decade.  Here's what one-half of my desktop looks like:

bblean.055.jpg

5091
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 06:35 AM »
Sure.  However, if you don't mind, please link it from here to get DC exposure:

Download

The text link is:
http://skwire.dcmembers.com/apps/tbariconblanker/TBarIconBlanker.zip

I cleaned up the code a bit and repackaged it.
5092
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 05:53 AM »
I've rewritten it using a shell hook so, hopefully, it's less CPU/resource intrusive than the original code's loop that ran every 100 milliseconds.  The source and executable are provided in the attached zip file.  If you want it to start with your Windows, just make a shortcut in your startup folder to TBarIconBlanker.exe.  It has no menu or tray icon so the only way to stop it is to kill it via the Task Manager (or similar method).

Download
5093
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 05:35 AM »
A compiled version would be great ! I just remember there was also a "start with windows" function in it. Would it be hard to keep that in there ?

Sure, it's possible.  However, there would be a need for a tray menu (or some other way to toggle it).  Also, his code writes a registry entry for the startup function.  I figured you wanted this as minimal  and as discreet as possible i.e. no tray icon, stealth, etc.  As an alternative, you can easily just make a shortcut in your startup folder to the script instead.  Would that be sufficient?
5094
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 05:29 AM »
Actually, one more thing, did you want it blanking out all icons when the script starts?
5095
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 05:17 AM »
Edit: Completely rewrote the code using a shell hook.  See below.
5096
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 04:52 AM »
Is this the only thing you want the script to do?  As in, you want everything else stripped out, right?
5097
Post New Requests Here / Re: Idea: Auto replace icon in captionbar & taskbar
« Last post by skwire on August 23, 2009, 03:30 AM »
Sure, post it.
5098
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on August 21, 2009, 01:21 AM »
That's very cool.   :D
5099
Coding Snacks / Re: Maximize Windows "partially"
« Last post by skwire on August 19, 2009, 06:44 PM »
Mouser's own Desktop Coral is probably what you're after.
5100
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on August 19, 2009, 11:13 AM »
v1.0.3 build 43 - 2009-08-19
    + Added "Enqueue in Trout" shell extension option to the Tools menu.
    * Made the lyrics display window work properly with Unicode lyrics.
Pages: prev1 ... 199 200 201 202 203 [204] 205 206 207 208 209 ... 222next