topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 2:48 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.


Topics - hurricanedavid [ switch to compact view ]

Pages: [1]
1
Finished Programs / DONE: Folder Cleaner
« on: October 31, 2005, 02:59 PM »
Example #1: I have a folder in which is put one copy of every screenshot I take.  I would like to keep them around for a certain time, then delete them. 

Example #2: Or perhaps I just want to have 14 files in there maximum.  And when more than 14 are found, the oldest ones are deleted to keep the count to 15 or less. 


The program I am suggesting would store cleanup settings for each folder the user wants "cleaned" periodically.  It would also perform those cleaning tasks when initiated (like at startup).

Possible Cleaning Methods...
  • Delete files older than a certain number of days (or hours, etc.) old.
  • Delete oldest files when the maximum file count for that folder is reached or exceeded.
  • Delete oldest files when the maximum total file size for that folder is reached or exceeded (i.e. when all files' size adds to more than specified amount, oldest are deleted until max is reached or passed.).
  • Delete files that do not have a certain string in their name.
  • Delete files whose names do not match a certain regular expression.
  • Delete text files that do not have a certain string in their content.
  • Delete text files whose content does not match a certain regular expression.

There are probably more cleaning methods out there, but these might be the most common.  The first three were really the ones that spawned this idea.  The others just came as I was thinking on how to make it better.

And perhaps you could put a certain filter on the first three options.  Like, skip all .html files, but clean all jpg files.

I know windows cleanup is nice, but as far as I can tell, it just deletes them all, rather than keeping the most recent, etc.

2
Finished Programs / DONE: Program Closer
« on: October 21, 2005, 04:30 PM »
Program Function:
How about an app that shows a list (with checkboxes) of all the different programs you currently have running.  You would check the ones you wanted to close, then when you hit the "Close" button, it would close them all for you.

Situation that Necessitated the Request:
To make my shutdown go smoother, I like to close Konfabulator, Trillian, and other stuff.  Right-clicking on the systray and waiting for it to update so I can choose the next program sucks valuable seconds from my life.  ;)  If it would be handy for me, maybe it would be handy for some others.

Other Options:
  • Maybe two checkboxes: one for nice shutdown, and the other for mean brute shutdown.
  • And then I suppose an option to shut down the computer after all that would be nice.
  • A nice keyboard shortcut would be if each program in the list had a number that one could type to toggle a switch. (brainstorming here)
  • If you wanted to get really spiffy, you could add a timer to close certain programs in a certain time in the future.

What do you think?

3
Finished Programs / DONE: Time Stamp to Clipboard
« on: October 12, 2005, 10:20 AM »
Windows Notepad has a great little F5 (I think) to insert a time/date stamp.  But many programs do not.

What about a little app that stays in the systray and copies a configurable time/date stamp into the clipboard?  Then you can paste a timestamp into any program.

Right-clicking on systray icon would allow you to choose from some different formatted stamps perhaps.  And perhaps some you have configured yourself.

Examples:

John Smith [4/15/2005] -
2005.4.15 16:45
Blog Entry: 2005.4.15.16.45
Wednesday, April 15, 2005
15 Apr 2005
Apr 15, '05
04/15/2005 04:45pm
200504151645


(the last one would be great for pasting into filenames when making backups)

4
Skrommel's Software / Problems with AutoClip
« on: October 07, 2005, 10:11 AM »
I've been looking for a program like AutoClip for about a year now.  Thank you so much.

However, when I have a shortcut stored (via the "clip" section) and I type the key sequence for it, it doesn't output any text.  But if I go to the systray Icon and right click and then choose the shortcut from that menu, it works just fine.

So I tried to store the bits as a script.  This sometimes worked.  Usually, when I use the keyboard to run the shortcut (by typing the sequence) it doubles the output.  And on the second copy, if text spanned more than one line, it doubles the returns between the text.  But when I cause output by right clicking on the systray icon and choosing a script, it only does it once, though it does double the returns if there are returns in the text.

I love your program.  Does this look like something you would be interested in fixing? 


I have v4.0 of AutoClip

Here's my system info....
OS Name:   Microsoft Windows XP Professional
Version:   5.1.2600 Service Pack 2 Build 2600
System Manufacturer:   Dell Computer Corporation
System Model:   OptiPlex GX270
System Type:   X86-based PC
Processor:   x86 Family 15 Model 2 Stepping 9 GenuineIntel ~2793 Mhz
Processor:   x86 Family 15 Model 2 Stepping 9 GenuineIntel ~2793 Mhz
BIOS Version/Date:   Dell Computer Corporation A03, 10/20/2003
SMBIOS Version:   2.3
Locale   United States
Total Physical Memory   512.00 MB
Available Physical Memory   72.11 MB
Total Virtual Memory   2.00 GB
Available Virtual Memory   1.96 GB
Page File Space   1.22 GB

5
Finished Programs / DONE: Complex HTML Tag Assembler
« on: October 07, 2005, 09:46 AM »
I don't know if this is a "Snack" or if it is too big...

There are many HTML coders who don't use an IDE that writes tags for them.  And even the ones that do write their own tags sometimes don't include the properties you might want. This request is for an app that stays in the system tray and pops up when clicked. 

The user would choose what html tag they want, then be taken to a screen much like the screenshot I've created (and tried to attach) below.  I created this mockup from scratch out of HTML  They would type in or choose the attributes they wanted, then click a button so they could then paste the auto-completed tag into their text-editor.

When this is developed, I hope that the following feature can be added to seriously extend this app's flexibility: That you could add more tag configurations to it.  I can't really think of too many complex HTML tags (i.e. with lots of attributes) at the moment.  But ColdFusion (what I program in) is a tag-based scripting language that has lots of tags that are complex.  If you could add tag configurations, you could also add xml tags, too.

I can think of lots more features to add to this, but I think it may already be too much for a "Snack."

  • Typing in the box (or selecting a drop-down option) automatically checks the "include" checkbox.
  • When you click "Copy and Close", it writes the tag text to the clipboard and reduces the program to a systray icon.
  • (Optional) When you click "Save", it stores this tag into a stack of most recently saved tags.
  • (Optional) When you click "Load from Clipboard", it takes the tag you have in your clipboard and loads it into the tool.

6
Post New Requests Here / IDEA: Morse Code as You Type
« on: October 06, 2005, 01:22 PM »
My first idea submission...

How about a little app that stays resident in the systray and plays tones (that represent the morse code equivalent of the letters pressed) as keys are pressed?

Folks wanting to get HAM radio certified (I think) need to learn it.  I'm sure this would help.  They would learn as they typed, without trying too hard to memorize the stuff.

I'm not trying to get HAM, but I just think it would be cool.

I don't know what kinds of tones (or .wav files, whatever) would be most pleasant, though.

Pages: [1]