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 6, 2025, 2:25 am
  • 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 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 24next
251
Clipboard Help+Spell / Re: clipboard enhancements
« Last post by kfitting on January 24, 2006, 11:26 AM »
Assuming I understand your question correctly, try this: View -> Options -> Startup/Hotkeys and check what you have for "Quick Paste Menu."  When pressed, this will bring up a list of things recently in the clipboard.  Pressing enter will paste the top entry, while the arrow keys will allow you to select from the list. 

Did I understand you correctly?

Kevin
252
Best Text Editor / Re: thanks for Notepad2 !!
« Last post by kfitting on January 22, 2006, 12:30 PM »
There has been no update for at least a year.  If you go to his site, he has a list of things he's considering and things he isn't ever going to consider.  I only use it as a notepad replacement.  In this, it is perfect: small, fast, with a few extra features.  Anything more robust requires a full fledged editor.  I use ScitTe for AutoIt and Keynote for writing... Notepad2 is great (though I wouldn't mind an update!)

Kevin
253
General Software Discussion / Re: Living without AutoHotkey - possible?
« Last post by kfitting on January 16, 2006, 12:26 PM »
Got a quick question for you:  I'm using an AHK script for simple text replacement.  I type dont and it is supposed to insert don't.  Problem is I must type too fast for AHK because I keep getting dot't or cat't or doest't.  Is there any way to fix this?  It is starting to get kind of annoying...

Here's my code section, I have keydelay set to -1 and process priority set to high:

:k-1b0*:dont::
   :k-1b0*:wouldnt::
   :k-1b0*:couldnt::
   :k-1b0*:arent::
   :k-1b0*:shouldnt::
   :k-1b0*:wont::
   :k-1b0*:doesnt::
   :k-1b0*:hasnt::
   :k-1b0*:cant::
   :k-1b0*:isnt::
   :k-1b0*:havent::
   :k-1b0*:didnt::
   :k-1b0*:werent::
   :k-1b0*:wasnt::
   :k-1b0*:hadnt::
      send,{bs}'t
      return

Kevin
254
Find And Run Robot / Re: Some Performance Questions and Suggestions
« Last post by kfitting on January 15, 2006, 02:04 PM »
Just wanted to resurface this discussion... I've been having problems with FARR lately while doing a lot of background tasks.  When I hit pause/break FARR takes forever to pop up (well, it's actually not 'forever!') and if I've started typing before it "initializes" some letters are typed in but not all.  Basically, I think it's the disk access slowing things up during another background disk access. 

Please take your time, I realize the other programs are getting their due attention right now.  I'm just bringing this up so it isnt forgotten and gets fixed in the next version!

Kevin

255
Well... Kleptomania has limited OCR functionality.  I tried it on a bunch of different things and never had great success with it.  Unless I was doing OCR of program text (like their example from a file browser).  But I'd love to be able to just OCR anything!  Kleptomania doesn't do pictures (at least it didn't as of a few months ago).  That's where the new functionality would come in.  Take a digital picture of an important set of notes someone typed up, bring them into windows and quickly OCR them.  Granted, you could buy a scanner and use their clunky software. 

I don't know... there are just so many times I wish I could quickly get the text out of something without sitting down to type it!  I say this recognizing that this may be a bit too much to bite off.  I only thought of it because you added the text scrapping thing (which sounds to me a lot like Kleptomania). 

You're the boss!

Kevin
256
Hey mouser, what's the possibility of getting an OCR functionality?  Sounds like text scrapping is close, but it is still working on text objects.  What about being able to draw a rectangle within a picture and read the text from there?  I realize that most OCR software is rather expensive and so the brainpower behind such an action is sizable... but it is something I dream about!  (Well, actually I don't dream about it... just think about.) 

Kevin

PS - I have tried kleptomania and the other clones (Top OCR is one I think)... all they do is capture text that is already presented as text (and do a poor job at that). 
257
General Software Discussion / Re: Assembly coding
« Last post by kfitting on January 09, 2006, 08:30 PM »
Actual numbers? 2's complement isn't that bad to work with; a byte >= 80 hex is negative, 00-79 are positive.

No, not actual numbers... you don't expect me to remember something from my junior year of college 2 years after I graduated did you??!

Well, the day I remember most clearly when he did this type of thing was the day we had to make a square root algorithm.  I understood how to do it with the flow-chart, but while trying to keep all the logic and numbers straight while going through the assembly I just got turned around... we all hit our wall at some time or another!  He just hit his after me in this case and impressed me greatly!  It probably wasn't hard... but when you are sitting in an engineering lab for five hours trying to figure out why you are one bit off the answer, tired as anything, and confused beyond all reasoning, having your lab partner look up from some furious scribbling and say, "we should be seeing this... here's where we're going wrong," is awsome!  But, he definitely was good with the nuts and bolts of assembly, something I just couldn't quite get my head wrapped around.  I got a good grade in the class, but the labs would have taken me 3-4x as long without him.

Yes, we all have our abilities... it remains up to us to be content with what and where we are!

Kevin

PS - while I admit to somewhat swallowing the hype of GRC, I must agree with you about all those big fancy fonts... something that always kind of annoyed me.  Sort of like those people who use a black starry background with small yellow letters - a different extreme but just as annoying!
258
General Software Discussion / Re: Assembly coding
« Last post by kfitting on January 09, 2006, 07:55 PM »
Heh heh, interesting site f0dder.  I hadn't heard any good debunking about grc (granted I hadn't looked!) and there are some interesting things pointed out.  Thanks! 

One thing, however, I have downloaded a few of his programs (not any of the "serious" ones, mind... there is one that assembles a jigsaw puzzle, and his old optout) and have always been impressed by how much they do in such a little file size.  Now, maybe GRCSucks can debunk this too (I honestly haven't read more than a few articles), but in a time when everything seems to be at least a meg in size even if it merely changes a pixel on your screen, seeing an app come in at less then 40k with a full GUI is pretty neat!  Just imagine if windows programmers would do that today... harddrive manufacturer's would be out of business!!

So, thanks for the info, I will continue perusing.  But I still think a few of his apps are mildly impressive... granted,  perhaps not worth big, BOLD, and colorful fonts... but still impressive! 

Incidentally, one of the biggest things I remember about programming assembly is that I made it through the labs because of one of my partners.  Not that I sat back and let him do all the work, I was good at structuring the program... but he had this inane gift of being able to look at an output and realize that we wanted to see and FE instead of an 9A because our result should be negative...  I still don't understand how he did that!

Kevin
259
General Software Discussion / Re: Assembly coding
« Last post by kfitting on January 09, 2006, 03:57 PM »
Don't forget that, as mouser mentioned, the area where assembly really shines is DSP.  I've done a little bit back in college, but my dad is currently using assembly in his projects at work: audio DSP.  For routines that need to run as close as possible to real-time, you can't beat the flexibility of Assembly!  Like anything else from C++ to VBA to AutoIt to .net, it depends on what you're trying to do!

For a fairly slick example of someone who does their coding in assembly and seems pretty darn good at it, check out www.grc.com


Kevin
260
I agree with BrotherS' first statement: more improvements to existing DC programs.... not saying you're slacking mouser!  I understand you've got lots of things going on.  But, you asked!

Kevin
261
Clipboard Help+Spell / Re: Bug? - Blank GUI
« Last post by kfitting on December 12, 2005, 07:15 PM »
Nice diagnosis... chose a preset and it works fine.  Thanks!

Kevin
262
Clipboard Help+Spell / Re: Bug? - Blank GUI
« Last post by kfitting on December 11, 2005, 08:04 PM »
No, it tells me what the active window is...  I'll try rebooting.

Kevin

Rebooting changed nothing.  The menus do seem to work.
263
Clipboard Help+Spell / Re: Bug? - Blank GUI
« Last post by kfitting on December 11, 2005, 06:20 PM »
I reactivated balloon tips and they showed up fine, but still a no-go on the GUI.  I don't get any error indications.  When you copy the files from the new version over the old, should you copy over all files?  I just did the ones in the main directory not the subfolders (figured that would just lose my settings/database).

Kevin
264
Clipboard Help+Spell / Bug? - Blank GUI
« Last post by kfitting on December 11, 2005, 04:12 PM »
I copied the CHS exe's over the old version and now when I double click on the tray icon I get a blank gui... just the menu bar shows.  Not sure if this is something I did or if it's a bug, though. 

Kevin
265
General Software Discussion / Re: Keynote Closes...
« Last post by kfitting on December 11, 2005, 06:10 AM »
Yeah, that's what I thought when I read it.  Some of it was that he was a perfectionist, that makes it harder also.  Though that is also why Keynote 1.x was such a fine application!  For anyone interested in Keynote, go to http://novolibera.proboards80.com/ .  A gentlemen is starting work on a... well, apparently it's going to start as a note program, but spread to a lot more.  Right now it's vaporware, though it's vaporware with 2 screenshots!  Looks promising and from reading what the author wants to do, I think this could be a fabulous replacement for Keynote (though Keynote will still be viable for a while).

Kevin
266
Living Room / Re: ZoneAlarm is blocking some of the pages on DonationCoder.com?
« Last post by kfitting on December 06, 2005, 12:23 PM »
I have ZA and havent experienced any problems... though I have AdMuncher instead of ZA adblocker.  Unless these problems happened since last night, I dont think ZA is the culprit.  Tell them to try ZA without any of the adblocker stuff turned on.

Kevin
267
Cheat Sheeter / Re: Any progress here?
« Last post by kfitting on November 29, 2005, 09:49 AM »
Or, you could be like the government and assign a whole team of people to figure out that really, you are 90% done but due to the work involved in figuring that out you have wasted time equivalent to 5%... and you're back to where you started!

Kevin
268
So does this mean that we will still be able to use the discounts that end on "Dec 2005" if we dont win the drawing?  I was waiting to buy Beyond Compare until the results of the drawing were in.  Is "Dec 2005" mean it ends on midnight Nov 30th?

Kevin
269
Living Room / Re: Exciting news at the Keynote forum...
« Last post by kfitting on November 21, 2005, 07:24 PM »
Yeah, that's the beauty of it though... if it is vaporware, oh well, move on.  I'm looking at CHS, this guy, and Neomem hoping to see something fruitful.  We'll see.  I'm sure they will all have their strengths and weaknesses and it will be up to the user to decide which better suits him/her!

Kevin
270
Living Room / Re: OneNote 12 (coming in 2006) beta1 is out now...
« Last post by kfitting on November 21, 2005, 01:29 PM »
Yeah I tried SimpleOCR and never had a good success rate with it.  Especially with pics from a digi cam.

Kevin
271
Living Room / Re: OneNote 12 (coming in 2006) beta1 is out now...
« Last post by kfitting on November 21, 2005, 12:33 PM »
I have a scanner.  And it's hard to fit that big fat book on there while its scanning.  Then you gotta open the cumbersome OCR software... then proofread it.  It would be much easier to take a pic, upload it and have your note taking program do it for you!!

Kevin
272
Living Room / Exciting news at the Keynote forum...
« Last post by kfitting on November 21, 2005, 10:41 AM »
Check out this thread.  Looks promising, but it still could just be vaporware.  Also, have to see how commercialization goes.

http://www.tranglos..../viewtopic.php?t=444

Kevin
273
Living Room / Re: OneNote 12 (coming in 2006) beta1 is out now...
« Last post by kfitting on November 21, 2005, 07:47 AM »
OCR would be awesome... I would love to be able to take a picture of an interesting paragraph from a book or magazine and archive it.  My biggest problem with OneNote is that it seems rather obtuse.  Granted, I only spent about 10 minutes with it, but it still seemed overly complex.  My second biggest problem is that it's Microsoft... not that I hate Microsoft, but if it's Microsoft it means proprietary file format and that just wont fly for storing data long term.  I NEEDto be able to get my data out easily or import it into another app with as little work as possible.

Kevin
274
Correction on the Audacity info: Audacity will record the channel you set the record setting in windows for.  Granted, if this happens to be wav then it will record all things going through that channel (which makes the statement above MOSTLY correct since this is where most of the sound is coming from for streams).  But it will not record all sound coming into your computer (unless you tell it to).  Minor caveat but dont want to mislead anyone.

The bigger problem with audacity for recording streams is that it will also record any jumps or skips.

Kevin
275
Clipboard Help+Spell / Re: Win-spy
« Last post by kfitting on November 18, 2005, 07:44 AM »
Yeah interesting that the other scanner didnt detect it.  Remember that ALL programs with hotkeys probably come with a "keyboard logger" (FindRun, QCD/QMP, etc).  I dont think mouser puts spyware in his programs!  At least, I havent seen any of them use the internet for there own purposes!  (maybe he's just really good!  Better even than Sony...)

Kevin
Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 24next