topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 31, 2026, 8:58 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 ... 1061 1062 1063 1064 1065 [1066] 1067 1068 1069 1070 1071 ... 1515next
26626
Find And Run Robot / Re: FARR v2 Tricks and Tips Clinic
« Last post by mouser on June 09, 2007, 12:41 AM »
to "search" in those places, you could add both directories to the search directories tab, and add the "pf" modifier to both.

then if you wanted to search in both places for a file you would do:
"+pf filename"

the dosearch alias example above is for directory BROWSING, not for normal searching (so no you cant combine both folders since its really browsing the directories).
26627
Living Room / Re: Links page - suggestions wanted
« Last post by mouser on June 08, 2007, 10:06 PM »
addall looks fantastic.  that deserves a post of its own steel, make one with a pic and i'll blog it.
regarding gizmo's site, well if that's not on the link page i better add it ASAP.
26628
cool
26629
Find And Run Robot / Re: FARR v2 Tricks and Tips Clinic
« Last post by mouser on June 08, 2007, 06:26 PM »
im going to change the import and export format to use xml like the new alias files use, so this import and export format may not be very important to remember, but you can see the hotkey and result filter format simply by "exporting" an alias with those things.

basically its:

SCORE>>>NAME>->RESULTS>+>REGULAREXPRESSION>/>HOTKEYNUMBER>#>REGEXRESULTFILTER
26630
Find And Run Robot / Re: FARR v2 Tricks and Tips Clinic
« Last post by mouser on June 08, 2007, 02:22 PM »
no, whats special about using the dosearch action is that it is live as you type.  try it and see.
26631
Living Room / DoCo Reading Week June 8, 2007 - Join In!
« Last post by mouser on June 08, 2007, 02:20 PM »
Let's try a new fun project, reading week.
Goal is to read for 1 hour a day, every day, for a week.

Starting today June 8, 2007 (If 1hr is too long for you, cut it to 30 minutes).  School books count, as do academic papers, paperpack novels, programming language reference guides, whatever. If it goes well we can keep extending it to more weeks.

Post what book/papers you are reading here in this thread (you can edit your post to add more stuff if you read multiple papers/books within the week).

I'm going to start off this week by finishing a book i'm not enjoying very much (self-indulgent and empty): The Emotion Machine by Marvin Minskey.

Who wants to join me?
26632
Living Room / Re: Do you know where your cat is going?
« Last post by mouser on June 08, 2007, 11:05 AM »
These are wonderful photos, with nice comments on them.. great find.  :up:
26633
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 08, 2007, 07:11 AM »
lanux, i'm not quite sure what you are asking me to do.
26634
Find And Run Robot / Re: FARR v2 Tricks and Tips Clinic
« Last post by mouser on June 08, 2007, 06:35 AM »
How does the line of code relate to what you would put in the text boxes if you were defining the aliases yourself?
here's the screenshot:
Screenshot - 6_8_2007 , 6_32_31 AM.png


could you back up a bit and recommend a simple reference to regexes as used in Farr for people who are not used to working with them?
http://www.regular-expressions.info/

26635
skrommel i keep reading from you to delete existing ini file.. cant you write some code to avoid user having to remember to do this for your tools?
26636
alessio, new version with subfolder exclusion is now available.

New search folder dialog:
Screenshot - 6_7_2007 , 4_08_04 PM.png
26637
Living Room / Re: Humorous, perhaps informative, article on forum trolls
« Last post by mouser on June 07, 2007, 10:54 AM »
lol  ;D
26638
Living Room / Re: Humour - The End of the world
« Last post by mouser on June 07, 2007, 09:14 AM »
This reminds me of the flash animation about how different countries queue up?
Does anyone remember that one? I can't find it.
26639
Find And Run Robot / Re: Any Update on final release?
« Last post by mouser on June 07, 2007, 07:55 AM »
farr v2 will go public this month, come hell or high water ! :o
26640
Living Room / Re: Humour - The End of the world
« Last post by mouser on June 07, 2007, 07:23 AM »
an oldie but goodie, no doubt about it.
26641
I have one feature request tough. Maybe it is already implemented in new farr, I am using 2.00.82.
Could you possibly add an option to exclude certain subfolders from search?

you can currently do this in a very cumbersome way by adding the folder to ignore on the pattern scoring tab but it's really an annoying way to make users to do it and prone to errors, and slows down search. 

So, let me add this feature today, it's clearly something needed.
26642
please send me both ini files.
26643
It happened after I double clicked on a file name (in FARR's main list window) to open it. it opened the file, and then hanged.

that seems like quite a clue, but it still seems like it is hanging in different places for those of you where it does hang.. i still suspect it could be unc issue.

can you guys try 2.00.99 and tell me if this version also hangs on you.
26644
Our own Skrommel gets another rave mention..

The verdict: all I can say is that as a long time user of Screamer Radio I am extremely excited about the functionality that ScreamerMenu adds to that program. If you use Screamer Radio download this immediately; if you don’t, download and start using both programs ASAP.

26645
Find And Run Robot / FARR v2 Tricks and Tips Clinic
« Last post by mouser on June 06, 2007, 10:41 AM »
I thought i'd start a little thread for FARR tricks+tips on some of the more unusual stuff in FARR v2.

I'll start with a trick that demonstrates the "dosearch" special alias action.  Although described in the help file its not obvious how you might use this special action.  Here's one way.

You know that FARR2 can do direct browsing of folders, etc.
So you could type "C:\Program Files\Microsoft\..." etc.

Here's an alias that will let you type "pf\" instead of "C:\Program Files\" as a shorthand:

1000>>>pf alias search>->dosearch C:\Program Files\$$1>+>^pf\\(.*)$

just select that code and go to your alias file and choose IMPORT menu.

basically it just says that on matching regular expression "^pf\\(.*)$"
treat that as if user typed "C:\Program Files\$$1"

so the dosearch alias action is a way of letting the user type one thing, and making the program think they typed another.
26646
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 05, 2007, 09:21 PM »
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D
26647
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 05, 2007, 08:40 PM »
You must've also inherited a million dollar to have you do all this work of managing the site and writing code voluntarily and on donation basis.

hahahahahhahahahahahaahah
that would be funnier if the truth weren't so sad.

if i inherited a million dollars, i would pay off my student loans and truly be able to spent all of my time developing free software. right now i'm just basically treading water.  i should write up a little description of what DC could do with a million dollar gift, when i think off all the good stuff we could do, compared with the daily press releases about companies buying each other for hundred of millions, you can understand why i get kind of cynical and grumpy.

i've just come to accept that i'm going to spend a huge chunk of my time coding this stuff no matter what, and the support from everyone on this site at least keeps me from drowning :)
26648
General Software Discussion / Re: how to reduce pagefile usage?
« Last post by mouser on June 05, 2007, 04:52 PM »
you may not experience a major change once inside of a program, but i suspect you will find your computer noticably "snappier" in switching between programs that are running and starting up new programs, etc.
26649
Official Announcements / Re: June 2007 Software Discounts and Giveaway
« Last post by mouser on June 05, 2007, 04:33 PM »
Great work, thanks for arranging the discounts cthorpe!

ps.
Does anyone remember the great tv show "The White Shadow" ?
the smart kid was named thorpe :)
watch the intro on youtube here.
26650
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 05, 2007, 04:17 PM »
ps im glad you like it -- it's really only fun to do this coding if it makes people happy  :Thmbsup:
Pages: prev1 ... 1061 1062 1063 1064 1065 [1066] 1067 1068 1069 1070 1071 ... 1515next