topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday March 25, 2026, 6:01 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 ... 65 66 67 68 69 [70] 71 72 73 74 75 ... 1515next
1726
I'll definitely have a fix in a day or two -- it's just a matter of the different ways it could be fixed, more or less elegantly.
1727
Working on it now..
1728
Thanks very much for this Mark0! I could have used such a favor a couple of years ago.
1729
Thanks Kirby, I'll look into why this is happening, and make sure the next version cleans them.
1730
So probably the problem is too many results -- either running out of memory for the raw results, or the display of results, or the sorting/de-duping operation.
I have a few options -- ranging from the most proper (64bit build which can use more memory) to the most kludgey (limit number of results found on a given pass and make user do multiple passes), to various things in between.  Thinking on it.

HOWEVER, another solution is suggested by the fact that this regular expression pattern I provide by default is so imperfect and hits on many things that don't look like well-formed emails.  A better regular expression that had less bad hits would also solve the problem.  So for example if we limited the results to those with the most common extensions (.com, .org, etc...) you could probably eliminate most of the bad results and solve the problem of an overflow of results at the same time.

In fact, if extracting emails is the most common use for the app, I could actually hardcode some *proper* (non regular expression) email address validator code that could be an option, which would do that.  Then we could use a quick and dirty regular expression to find email address candidates, followed by a proper email address validator algorithm. I'll probably add that just for fun.
1731
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by mouser on January 20, 2019, 07:42 AM »
Congratulations, Jody  :Thmbsup:
Amazing work -- I know it must have been a huge pain to make such a large change.. Thank you for taking care of us sWeather users.  :up: :up: :up:
1732
ps the problem is related to the number of results not the size of the input file (tested with 12 gb files)..
1733
Living Room / Re: Refurbished or used internal hard disks 3½ 6TB-12TB
« Last post by mouser on January 17, 2019, 11:12 PM »
Yeah I can't see using them for anything but as redundant storage, when you were absolutely prepared to have them crash without loss of important data.
1734
by adding a chromium browser as an alternative to using IE

That's a great addition  :Thmbsup:

WebsiteWatcher remains one of my favorite tools.
1735
Will do.  I'll try to get a new version up tomorrow or this weekend.
1736
I noticed when I last used it that it also seemed to be reporting an unusually high number of results, so it seems it's time for me to release an update.  I'll try to get one done in the next few days.

No excuse for it throwing that exception -- it sounds like I will be able to reproduce and solve it if I just use a big enough input file.  Standby.

ps. I think the default email regular expression I have in the program is not great -- it might be nice to find a better one.
1737
LaunchBar Commander / Re: Saving file error
« Last post by mouser on January 17, 2019, 12:18 PM »
Hmm.. Can you try the portable version and see if that has the same problem -- it sure sounds like it has a permission problem saving the file to where it's trying to save it, though I'm not sure why it would.
1738
Let me give it an update and see if I can reproduce the problem with a huge file.
Option to disable preview is a good idea..

Let me ask, can you see about how many results it found when it hit that error? It might give me a clue.
1739
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019: CurrentPrinter
« Last post by mouser on January 17, 2019, 04:57 AM »
Featured on "I Love Free Software" blog today:
http://www.ilovefree...rom-system-tray.html

Congrats!  :up:
1740
General Software Discussion / Re: Full Windows 10 on Raspberry Pi 3?
« Last post by mouser on January 16, 2019, 10:32 PM »
Fun! Keep us informed, I'm curious to hear how the experiment progresses..
1741
N.A.N.Y. 2019 / Re: NANY 2019: TextWorx - Universal Text Manipulator
« Last post by mouser on January 15, 2019, 05:43 PM »
Some screenshots on the web page would be nice.
1742
N.A.N.Y. 2019 / Re: NANY 2019: TextWorx - Universal Text Manipulator
« Last post by mouser on January 15, 2019, 05:42 PM »
Very impressive.  :up:
1743
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« Last post by mouser on January 13, 2019, 05:01 PM »
It would seem useful to have a pop up bubble or something when new and/or update processes happen and entries were added to the log.
agreed, will be added soon.
1744
Post New Requests Here / Re: Help? Not sure if this is possible. Coding help?
« Last post by mouser on January 12, 2019, 07:12 AM »
What you could do to help get things started is make the page in html/css that is as simple and clean html as you can, that shows what you want to show with the input etc where you want it. 
Then the coder can just modify it and add javascript to do what you are asking, without having to guess what you want the page to look like.
1745
Post New Requests Here / Re: Help? Not sure if this is possible. Coding help?
« Last post by mouser on January 12, 2019, 05:34 AM »
It's something that someone familiar with js or curious would be able to do in an hour as an exercise, the only issue is if we can find one of our js coders awake and here on the weekend to enjoy the puzzle of doing it.  I'll ask on our chat channel.
1746
Post New Requests Here / Re: Help? Not sure if this is possible. Coding help?
« Last post by mouser on January 12, 2019, 04:49 AM »
It's absolutely doable and fairly easy with javascript.
1747
LaunchBar Commander / Re: help wanted with start up
« Last post by mouser on January 09, 2019, 09:50 AM »
Can you elaborate on when you see that error, and what happens after you close it?
1748
Find And Run Robot / Re: Open alias/group in notepad++
« Last post by mouser on January 09, 2019, 09:46 AM »

You can already send FARR a windows message (or is it commandline call) to make it RELOAD its aliases after you have changed them outside of FARR.. Let me look it up and tell you how to do that.. That prevents the need to exit and restart FARR.
So the process would simply be to edit the alias outside FARR, and then send FARR them command to make it reload its aliases from file.  No problem.

As far as the original request -- it would helpful to hear more about what is important to you to understand what is important and not-important.  For example, it would be trivial to add a button to the options tab where you are looking at an alias to tell it to open an alias in an external text editor.. but I can't tell if being able to quickly edit an alias file without having to go to options alias page is the part that's important to you..



ps. Very cool, Nod5! Looking forward to seeing an alpha.
1749
Find And Run Robot / Re: >10 "Favs"?
« Last post by mouser on January 09, 2019, 09:42 AM »
You can change how many items are shown in the fave list and set it to more than 9 (see the Display Options tab).. but it only numbers the first 10 for quick keyboard launching..
The problem is that using letters for the items > 10 would be problematic since FARR wants to let you type letters to search..
1750
Find And Run Robot / Re: Open alias/group in notepad++
« Last post by mouser on January 08, 2019, 10:59 PM »
Can you elaborate a little bit on what you have in mind, and the motivation for not wanting to use the built-in FARR alias editing facility in options?
Pages: prev1 ... 65 66 67 68 69 [70] 71 72 73 74 75 ... 1515next