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 12, 2025, 6:23 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 ... 54 55 56 57 58 [59] 60 61 62 63 64 ... 127next
1451
Timns Apps / Re: Auspex
« Last post by rjbull on January 11, 2011, 04:34 PM »
I'd actually only seen one thing similar before, and it was terribly basic. Something on lifehacker I think it was - I've junked it now so cannot recall.

Probably Texter?

If I'd have known about things like AHK I may not have started this little project

I think Texter is written in AHK!

I have a bit of a bad habit of not looking around enough to see what else is out there when I get excited about doing a bit of coding of my own

That seems to be a congenital problem for coders!  Your competitors, or near-competitors, include:


Here are some Donation Coder threads, which deal with text expanders, completers and the like:

jgpaiva's abbreviations importer
https://www.donation...dex.php?topic=2598.0
link to jgpaiva's AHK tools
https://www.donation...dex.php?topic=3461.0

Harrie's review of Instant Text, and following posts
https://www.donation...dex.php?topic=2631.0

Word AutoCompleter
https://www.donation...1036.msg6713#msg6713 (mentions IntelliComplete, AutoTyping, LetMeType, AllChars, Type Pilot)

External links:

Productivity Talk - Harrie's own forum site for (primarily) Medical Transcriptionists
http://www.productivitytalk.com/

Jon Knowles site on typing productivity
http://home.earthlin...net/~agjon/index.htm

Jon Knowles' ABCZ typing abbreviation system
http://home.earthlin.../~agjon/abczrule.htm

And I'm not sure even that is comprehensive...

[Edit 2011-01-12, 22:27] Added Breevy. [/Edit]
[Edit 2011-01-14, 20:42] Added SuperKeys [/Edit]
1452
General Software Discussion / Re: FolderSize o DirectorySize with rules or filters
« Last post by rjbull on January 11, 2011, 03:58 PM »
RJ, can you please elaborate on this? I know that there is the directory attribute and i use it internally. I don't see any point in exposing this attribute to the user.
[...] telling SpaceSniffer to filter only folders is useless because they will be empty.

Umberto, (a) I was getting confused (b) I used DOS so long it conditions the way I think  :-[
The OP wanted a way to exclude certain directories from the listing.  In a DOS program, I'd expect to state a wildcard spec plus Directory attribute, which would mean exclude matching directories.  It now occurs to me that this leads to ambiguity, because as I understand it, DOS handles directories rather as empty files.  So does excluding a directory only exclude the "directory file" itself, or does it also exclude the contents as well, as the OP wanted?  It now sounds like you've implemented a way to do the latter, which would suit the OP.

Sorry, muddle-headed owing to too many late nights on the computer...
1453
General Software Discussion / Re: FolderSize o DirectorySize with rules or filters
« Last post by rjbull on January 11, 2011, 02:24 PM »
Well... i think i managed to add the filter for folder name feature. At least the positive filter. I'll need to think more about the negative (exclusion) filter.
[...]
Say you want to filter folders by name, you are looking for temp folder. Then you type "\temp" as filter pattern (*, ? are supported). The backslash is the switch that tells SpaceSniffer that you want to apply the rule to folders instead of files.

Umberto, the current version of SpaceSniffer doesn't appear to support the Directory attribute...  if that's still with us in Vista onwards (I'm an old-time DOS person).  Would it help to support that directly, or is that in effect what you're doing?
1454
Clipboard Help+Spell / Re: Clipboard Help+Spell - Top Priority Requests for 2011
« Last post by rjbull on January 11, 2011, 02:19 PM »
Request 1:  Let me define what "Old" means.  I.e. any item from this week gets listed as a "new" clipboard item, even if my computer has been restarted...

Does this help?
1455
Timns Apps / Re: Auspex
« Last post by rjbull on January 11, 2011, 02:07 PM »
timns, what didn't you like about other programs of this kind that you made your own?
1456
Living Room / Re: Why I love product reviews....written by NON-TECHS
« Last post by rjbull on January 10, 2011, 02:44 PM »
Owing to an epidemic of influenza, the record for the maximum number of scuba-diving Santas wasn't broken this year  :(
1457
Living Room / Re: Why I love product reviews....written by NON-TECHS
« Last post by rjbull on January 10, 2011, 02:31 PM »
The reviews on Amazon.com, and likewise many other sites similar to it, are actually very well written

The reviews are often better than Amazon UK itself.  I went looking for translations of the Odyssey and the Aeneid recently.  In these cases, the particular translation is extremely important, even critical.  Amazon UK lumped all reviews of a book together, presumably linking them by title only.  You couldn't tell which review referred to which translation, unless the review author had taken the trouble to be specific.
1458
N.A.N.Y. 2011 / Re: NANY 2011 Release: Auspex - a Windows Productivity App
« Last post by rjbull on January 10, 2011, 02:21 PM »
And let's close this thread.

Is there a convention to put a final message saying "This thread is closed and locked," or something like that, in larger than usual font?
1459
N.A.N.Y. 2011 / Re: NANY 2011 Release: Auspex - a Windows Productivity App
« Last post by rjbull on January 10, 2011, 10:58 AM »
Typo in the "Getting Started" paragraph of the Wiki: "deteced" should be "detected"
1460
Finished Programs / Re: IDEA: On Screen Button That Sends Keyboard Commands
« Last post by rjbull on January 10, 2011, 10:23 AM »
Er...  isn't this available in pretty much all macro programs?  Such as:
1461
General Software Discussion / Re: FolderSize o DirectorySize with rules or filters
« Last post by rjbull on January 10, 2011, 10:00 AM »
SpaceSniffer [...] but I think is not initially prepared to filter folders or save a filter over a folder with subfolders
I don't see any way to save filters from session to session.  But, you say you aren't going to do this very often anyway.

I don't understand, but I think don't give me all subfolders in the example i try over my pc. .......Empty folders don't appear.
I would guess that they are there, but don't show up on the space map either (a) because they're too small or (b) because you have to zoom in to a folder to see its subfolders.  But, I think all subfolders are counted.

The filter is only in affirmative way (inclusions), not exclusions I think.
Exclusions are definitely permitted, and were used in my earlier post:
Example *.jpg;>100kb;>2weeks
        :red;:yellow
        :tag:red+yellow
        :tag:r+y
        |*.exe;|*.dll
        :attr:a+h-s
        :attr:a,h,-s
        |:attr:a
        :attr:-a
(|) = starting '|' (pipe) negates
1462
General Software Discussion / Re: FolderSize o DirectorySize with rules or filters
« Last post by rjbull on January 09, 2011, 02:21 PM »
I think you might be able to do what you want with SpaceSniffer.  You can certainly exclude files with the Filter, but, the Attributes list doesn't contain the Directory Attribute, so I'm not certain.  Perhaps you could contact Uderzo to ask.  However, at least for files, look at the unfiltered vs. filtered screenshots below.

[Edit 2011-01-09, 20:55-] TreeSize [/Edit] looks like it can do what you want, but, you have to have one of the payware versions, either Personal or Pro.  Filtering isn't listed in the free version.  And it may not be worth paying if you have already have adequate features in your file manager.
1463
Living Room / Re: Fast/Responsive programs: An official SuperboyAC list
« Last post by rjbull on January 09, 2011, 10:33 AM »
@rjbull - thanks for the mention of TED. I took a quick scan of the features list and was quite impressed. I've been looking for something that was small, made extensive use of key combos, and offered word completion.

Thanks!  :)  Sadly, TED Notepad's word completion only works on the basis of the document in hand.  I.e., you have to write a bit before it can pick up your previous text and use it as the basis for completion.  There's no independent standing word list, which limits its usefulness.  For free-standing word expanders/completers/correctors, take a look at Typing Assistant.    Typing Assistant is one of Bits du Jour's Every-Day Deals (30% off, it's about the third or fourth page down) and it's been on offer at DC in the past.  Alternatively, Comfort Software's Comfort Keys or Comfort Typing, with a different feature set, or Phrase Express, one version of which is free for personal use.

I should add, Typing Assistant (the one I currently use) meets superboyac's criteria for speed etc.  It's modestly priced, and has portable as well as installer flavours.
1464
Living Room / Re: What books are you reading?
« Last post by rjbull on January 09, 2011, 09:57 AM »
Hmmm...  I'm glad I'm just a reader, not a critic!

Yeah, I didnt mean to post it to knock his books - it was the psychological stuff I found interesting.

I didn't think you did  :)  The critic seems to get paid to pull things apart and put people down.  One of the first things she said was that Larsson was left-wing.  I wonder if that coloured her American view too strongly and she went into knee-jerk attack mode.  Rather the same as the uneasiness the establishment had at publishing Michael de Larrabeiti's Borribles trilolgy with its viciously anti-establishment message, see e.g. his obituary in The Independent.  Wikipedia page here.

Having said that, I wondered about various aspects of Larsson's books (the first two, haven't read the third yet).  I can't quite work out just why they're so compulsively readable, but they certainly are.
1465
Living Room / Re: What books are you reading?
« Last post by rjbull on January 07, 2011, 05:37 PM »
A review in the New Yorker
Man of Mystery
Why do people love Stieg Larsson’s novels?
by Joan Acocella January 10, 2011


Very critical initially* (or should I say superficially? - critical of the writing & translation) but also a very interesting indepth analysis

Hmmm...  I'm glad I'm just a reader, not a critic!

For another up-to-the-minute, computers and Internet included (if not to Salander's level) gripping and frequently violent series, try Michael Marshall's trilogy The Straw Men, The Lonley Dead (UK title) / The Upright Man (US title), and Blood of Angels.

Current book in progress: The Neverending Story by Michael Ende.
1466
Living Room / Re: Fast/Responsive programs: An official SuperboyAC list
« Last post by rjbull on January 07, 2011, 05:17 PM »
Thanks 40hz!
I have quickly fallen in love with CintaNotes.  For all of you that are hanging on to the old Evernote v2.2 since Evernote v3 went all cloud on us, CintaNotes is your replacement.  Look no further.  And it's portable, so it will definitely find a nice home on your flash drive.

You'd rate it that good?  That's quite a recommendation.  For a small, light program that seems to be fast - as far as I've tested it - there's NotesHolder in both free and payware versions.  Tip; I kept finding that the payware version kept getting clobbered by AV false positives, whereas the free version didn't.  And, not everyone would need the extra features, either.  It has quite a nice system for clipping text from the Web along with their URLs, but text only.
1467
Living Room / Re: Fast/Responsive programs: An official SuperboyAC list
« Last post by rjbull on January 07, 2011, 05:06 PM »
I made this list to keep track of programs that I think are very quick and responsive.  [...]
Fast startup times
No sluggish lags when you click on something and wait for the action to take place.

  • Anything made by Horst Schaeffer.  I regularly use his MemPad, Date Reminder, PopSel, and Calendar, and most of the others from time to time.  MemPad is another small, fast, free, portable, twin-pane organiser; see image.  I have one query about your criteria, though.  MemPad meets most of what you mention, but if you do a Ctrl-F search on a largish MemPad file, it's pretty slow.  I believe that's because the author uses a search facility that's built into Windows itself.  Also, I imagine my files have got bigger than he originally expected when he first released the program.
  • Total Commander
  • TED Notepad - one of the best small fast Notepad replacements, with an amazing range of features.  Drawback, of sorts: you need to learn the keyboard shortcuts to get the best out of it, though the menus are OK.

[Edit 2011-01-09]  Correcting typos.  Doh!  [/Edit]
1468
IniFile, latest version 1.6, freeware by Horst Schaeffer:
IniFile handles Windows type INI files with section names in square brackets, and assignments of the form: item=string.

Syntax:

INIFILE filename [section] item=string    change or write
INIFILE filename [section] item=    remove item
INIFILE filename [section] item==    clear item
INIFILE filename [section] /remove    remove entire section
INIFILE filename [section] item > temp.bat    read item
INIFILE filename [section] > temp.bat    read all items of section

Items and sections are generated if not found. The INI file must exist.

Reading an assignment sends a SET statement to STDOUT, which can be redirected to a temporary batch file, or processed with a FOR /F construct.
1469
Find And Run Robot / Re: Wish: Run as Administrator
« Last post by rjbull on January 05, 2011, 03:35 PM »
I've been running Windows 7 for some time, and I'm frequently annoyed by the need to execute certain tasks under special authority.

I run PC Magazine's cheap Run As Admin Controller.  This has to be installed as Admin, and run (as a service?) thereafter, and you have to launch programs via RAAC, but it's less fuss than native Windows.

A probably better solution is a free one-time fix mentioned in the PowerPro Yahoo! Group here:
> Has anyone been able to run PowerPro in Windows 7?

Yes. Here is a reliable workaround to bypass UAC-restrictions only for specific
programs (like powerpro). Autostart and everything else works fine for me, with
UAC enabled in general:

1. Download ACT & Install:
http://www.microsoft...89E9-B581-47B0-B45E\
-492DD6DA2971&displaylang=en

2. Run "Compatibility Administrator" as Admin (via context menu)
3. Right click Entry "New Database (1) [Untitled]"
4. Choose in menu "Creat New"-> "Application Fix"
5. Give a name and Browse for powerpro.exe
6. On the next step choose Operating System Mode "None"
7. On the next step check "RunAsInvoker" to bypass UAC (scroll down the list)
8. The next step is to specify further details for security reasons (leave blank
if you're unsure)
9. Proceed & Save your Data -> close the tool
10. Run command prompt as Admin and execute:
sdbinst [yourPath]\[yourFile.sdb]

This points you to Microsoft Application Compatibility Toolkit 5.6:
Brief Description

The Microsoft Application Compatibility Toolkit (ACT) version 5.6 contains the necessary tools and documentation to evaluate and mitigate application compatibility issues before deploying Windows 7®, Windows Vista®, a Windows Update, or a new version of Windows Internet Explorer® in your environment.
In this case, you can set a program to not need to be run as Admin.  In the case of PowerPro, I find the program loads OK without the Admin prompt.  It complains that it isn't running as admin, but I think that's PowerPro itself not knowing what's happened.  I'd be interested to hear of anyone else's experience with this method.
1470
General Software Discussion / Re: Your most used SPECIAL programs
« Last post by rjbull on January 05, 2011, 02:54 PM »
Single pane with hoist and collapse features (guess its called "folding" now) just the way the angels intended it. Haven't seen one of those since the days of MaxThink or Acta, have ya? ;D
Well, there's tkoutline  :)  Not, I suspect, as sophisticated.

I own an old copy of Ecco.
Long gone freeware, as I expect you know.  I wonder if even the fans have moved on now, as Windows changes and new software appears.

Thanks!
1471
Mouser's Zone / Re: IDEA - Webpage archiving
« Last post by rjbull on January 04, 2011, 02:38 PM »
Or, any other similar software?  I'd really like to be able to archive/catalog webpages and pdfs.

For Web pages (but not PDF), would the "site grabber" features found in some download managers suit you?  E.g. from the Grabber Help of Internet Download Manager (IDM):

The site grabber feature of Internet Download Manager not only lets you download required files that are specified with filters, for example all pictures from a web site, or all audio files from a web site, but it also lets you download subsets of web sites, or complete web sites for mirroring or offline browsing.
1472
General Software Discussion / Re: Your most used SPECIAL programs
« Last post by rjbull on January 04, 2011, 02:29 PM »
Just to shift gears a moment: one new "special" app I've been getting a lot of mileage out of over the past year is something called Outline 4D published by Write Brothers Inc.

40hz, is that as it looks, a single-pane outliner?  That now seems rarer than two-pane, but looks to me better for writing documents as opposed to storing information.  From their Web site, it sounds a bit like a subset of ECCO.
1473
Living Room / Re: What books are you reading?
« Last post by rjbull on January 04, 2011, 01:58 PM »
The Girl Who Played With Fire by Stieg Larsson, 2nd of the Millenium trilogy.  He sure keeps you turning pages...

And I had to keep turning them until I'd finished.  You can guess why I didn't log on yesterday!  :)  Met someone who stayed up until 5:00 am just to finish it!
1474
Finished Programs / Re: Launch a programa and close a window inside that program
« Last post by rjbull on January 02, 2011, 02:14 PM »
Not an AHK script but a ready-made freeware (why re-invent the wheel): have you tried ClickOff?  The one I actually use at present is PTFB Pro, payware, but you can also try the last freeware version of PTFB here.

You can also do this kind of thing with PowerPro, and an awful lot more besides, though it's not for the faint-hearted.
1475
General Software Discussion / Re: Any better Clipboard program.
« Last post by rjbull on January 02, 2011, 10:46 AM »
thought I'd mention that as of v1.50 NirSoft added a "target" icon (like the one in SysInternals Process Explorer) that you just drag to the window you want to capture

I had 1.51 installed, and hadn't noticed that  :-[

with nearly all of his programs you can simply click on whatever lines you want (or the typical Ctrl-Click to select several individual lines, or Shift-Click to select a range of lines, or Ctrl+A to select all lines) and copy to the clipboard with Ctrl+C.

Useful tips.  Many thanks!  :)

I'll try some of the other text scraping programs you mentioned as soon as I get a chance!

They're a bit old, but I occasionally found that one program would clip what another wouldn't, and as they're free, one may as well have them available.  The big disappointment for me was that Kleptomania - which I paid for - doesn't work on Vista Home Premium, and the Web site now seems to have gone.  Otherwise, ABBYY ScreenReader mentioned above, and JOCR, which is a freeware screen OCR program that needs Microsoft Office installed, work pretty well.
Pages: prev1 ... 54 55 56 57 58 [59] 60 61 62 63 64 ... 127next