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, 8:01 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 ... 37 38 39 40 41 [42] 43 44 45 46 47 ... 109next
1026
Find And Run Robot / Re: Tip: Htmlviewurl works for local files too! :)
« Last post by Armando on July 04, 2008, 02:19 PM »
cedardoc,
you probably don't realize but one of the first things we did to demo the new html capabilities of FARR was integrate a tiddlywiki and a gtdwiki into FARR and it comes included with the latest FARR distribution :)

See:
https://www.donation...ex.php?topic=13673.0

So you shouldnt have to do anything but bring up farr and type:
tiwi
Or type:
gwp

I never tried it before and I must say : this is VERY cool...
1027
Developer's Corner / Re: help ! With RegEx
« Last post by Armando on July 04, 2008, 11:12 AM »
I actually modified jgpaiva'ssolution to the slightly different

(.*)(__)(?:(.*?)(:?\.)(.*?))(__)(.*)
$1$2$3 $5$6$7

FlashRenamer didn't want to accept the other one with (.*__) instead. Go figure.
1028
Developer's Corner / Re: help ! With RegEx
« Last post by Armando on July 04, 2008, 10:05 AM »
Thanks guys -- and thanks for the links.

There is something like assertions in regular expressions, where you can say "give me this if not followed by that" or "give me this if it comes after that". however, these don't seem to be available on rubular.com. IIRC, assertions look like
(?<...)
or
(?>...)
.

Thanks I'll have to look into these assertions!


Then I sometimes get the feeling there are different flavors of regular expressions, while I am under the impression there would be a standard: PCRE. This feeling is amplified when I start redet and see all the different "programs" it can use for matching.

However, with my lack of patience I couldn't find a regular expression that matches all "." in between "__". Maybe someone else will :)

I understand...  :)

(.*__)(?:(.*?)(:?\.)(.*?))(__.*)
I think the above works (at least, i got to work with rereplace.com), but you'll have to do it several times because it only removes one dot at a time.

(replacement: "$1$2 $4$5" or "$1$2 $3$4")

Yes, thanks alot, it works. As you said, I'll have to do it several times. Which I'll do.
(Only as a learning experience, I was wondering if it was possible to get all these "." inside "__". But...)
1029
Developer's Corner / help ! With RegEx
« Last post by Armando on July 04, 2008, 12:06 AM »
OK. I'm ignorant in that matter.

I have a bunch of file names looking like that :

xLC-(2003).Someones,Name.__ The Greatest. Book.In.the World 12345__+tgsPma tgsPorgn+.doc


I'm trying to get rid of the "." inside inside the pairs of "__".

How can I define that area comprised between both "__" (__that area__) so that I don't remove any "." situated outside of these?




PS : With my renamer (Flash Renamer), I tried all kinds of simplistic combinations like :

Find:
(.__)(\w*+\s*)(\.*)(__\+)
And replace with
$1$2$4

.. to match all "." inside the "__"

Obviously, it won't work... I know.
1030
Find And Run Robot / Re: [bug] Initial Size
« Last post by Armando on July 03, 2008, 11:31 AM »
could it be also skin related? I've had similar problems in the past, and they went away when I stopped using skins.
1031
of course if all else fails you could install the drive in another machine, and use the installed (and current) AV tools on that machine...

This exactly what I did last week with my old laptop! I had a bunch of 2.5 enclosures lying around... Finally it was a bad RAM stick. Anyhow : it's probably the easiest solution if possible -- instead of hunting for ISOs etc.
1032
General Software Discussion / Re: Injecting HTML into Outlook?
« Last post by Armando on July 02, 2008, 08:46 PM »
Could using MS Word or not as the email/html editor be the problem? I personally use word 2003. It's not the best with html, but...


- Tools > Options > click the Mail Format tab.
- Tick or untick "Use Microsoft Word to edit e-mail messages" check box

1033
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by Armando on July 02, 2008, 05:30 PM »
seems to work here too. v.2.14.01
1034
Apparently it seems to be wrapped in Wine. I've seen other clues elsewhere indicating the same thing.

If your patient enough, maybe will KingSoft clone OneNote...  ;)
1035
Developer's Corner / Re: JazzScheme
« Last post by Armando on June 29, 2008, 07:57 PM »
 :-[

Oups... i should've read more carefully... I guess this more for the adventurous souls then...
1036
Developer's Corner / JazzScheme
« Last post by Armando on June 29, 2008, 07:36 PM »
Anybody is familiar with JazzScheme?

I'm intrigued. Somebody mentioned it to me today. It's open source and seems to run on many OS and has a multiplatform GUI.

Some features :

Please note that this list is under development and represents only a subset of all JazzScheme's features.

Jazz, the language

Paradigms

    * Functional programming
    * Generic programming
    * Object-oriented programming
    * Interface-oriented programming
    * Dynamic programming
    * Static programming

Scheme compliance

    * R5RS

Module / Library system

Runtime Model

    * Interpreter
    * Compiler

Type System

    * Fully optional
    * Type inference
    * Scheme integration
          o Supports all Scheme primitive types
          o Annotating fixnums and flonums will generate optimal numerical code

Jedi, the IDE

Languages Edited

    * Jazz
    * Scheme
    * Common Lisp
    * C++
    * Java

Text Editor

    * Edit definitions
    * Cross-reference database to browse references
    * Browser metaphor navigation
    * Syntax coloring
    * Textual macro recording
    * Mouse copying
    * Unlimited undo / redo
    * Clipboard stack
    * Customisable code completion
    * Code indentation
    * Chapters browser
    * Definitions browser
    * Compare to saved
    * Fully programmable

Debugger

    * Dynamic debugger
    * Console to evaluate code
    * Stack inspector supporting threads
    * Tooltips over variables

Search & Replace

    * Multiple simultaneous searches and replaces
    * Ability to play textual macro on replace

Group Work

    * Compare Directories
    * Compare Files

Build System

    * Integrated build system

1037
General Software Discussion / Re: A new task manager on the block...
« Last post by Armando on June 29, 2008, 06:58 PM »
Looks a lot like Achieve Planner, which is what I've been using.  Though just like with Achieve, I've never understood the 'life planning' aspect of it...

So, do you like it?

I was very interested in its development a while back (https://www.donation...dex.php?topic=9417.0), but finally abandoned the idea because I found certain aspects of it to rigid (grids were not very customizable, and it was not possible for items -- tasks, events, goals... -- to have multiple parents, etc.) and I could not sync it with my palm (related to that : seemless Outlook syncing was kind of hard to achieve perfectly well on a day to day basis, especially for recurring appointments, colors, and others)... and, oh... I found it a bit sluggish. These were some of the main points. But in general I thought it was a pretty good application.

I posted at their forum under the zarmando name :
http://www.effexis2....p;highlight=zarmando
http://www.effexis2....howthread.php?t=1405


So... yes, Watership Planner seems to fit exactly that category of applications. I wonder if it syncs with mobile devices, but probably not since I couldn't find anything about it on the web site.
1038
Why don't you use ZipInstaller?

Good idea.
1039
What I do is : put all these programs without an installer in the usual folder (program files), add a shortcut to each of them inside the "Favorites" directory or the  "...\Start Menu\Programs\" one, and "tag" these programs' folders with a special suffix so that I can differentiate them from those other programs installed with an installer. A bit more complex...  :-[ But it works to.
1040
ok. back after a long day out...  :)
Actually, after some more testing : ctrl+alt +enter does work when workig with an alias, but not with normal searches. I generally use ctrl+alt+enter with aliases, so I didn't notice it didn't work in other circumstances.
1041
Ah, thanks Lanux! I saw the thread but didn't remember that FarrAltTab was also involved... That's too bad. I tend to use it a lot. I guess I'll have to chose between one of both options, in the mean time.

Just in case, here's the related post from the other thread :

pursuant to my thread here, i've found out that another plugin is causing the same problem - FarrAltTab. enabling this plugin also breaks the following:

1. 'Ctrl+Alt+Enter' hotkey to open all search results.
2. '/stayopen' keyword assigned to aliases.
3. 'Launch and stay open' - either via context-menu or hotkey.


BTW, the 'Ctrl+Alt+Enter' hotkey to open all search results still worked for me, even with the FarrAltTab plugin enabled... weird.
1042
and well... backups on optical media? Nah. Raid-mirror LAN file server, and if you need safekeeping on a different physical location, external USB/FireWire/eSata harddisk.

maybe off-topic... but I couldn't agree more. I stay faaaarrrrr from optical media (DVDs, mostly) when it comes to backup. I'll archive stuff, certainly, but will then make sure that I have 2-3 copies, just in case. DVDs are for movies and Vista! CDs are for music and... Windows XP! :P
1043
When that option is checked, I guess that farr should stay open after launching an item. But it doesn't. Even after a restart.
1044

this is not exactly related but I didn't want to start a threat just for that... I'd like to point out that launching URLs can be quite slow when the browser is not Internet explorer. even if set as default, URLs are launched slowly in Firefox.  I've found that inserting the Firefox path in the "override default Internet browser..." text box in the option window,"external tools"section, accelerates the launching a bit.
1045
btw, great to have a new options dialog
two suggestions however :
1) could you make it a real separate window (with taskbar button, etc.) so that you don't loose settings when FARR looses focus
2) add an apply button, so that one can test new aliases or settings without going back and forth... opening and closing options

I know this is a bit off-topic but... I agree with nitrix-ud... it would be nice to have a real separate window for the options.
1046
So... who used it daily and can compare it to, let's say, textmaker and PlanMaker or even openoffice.org? how does it deal with huge documents (1000 pages)with complex formatting (tables and images...), for example?
1047
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by Armando on June 25, 2008, 11:20 PM »
I like it too. Great move.
yeah, for the tree options! :Thmbsup:

@kartal: how do you invoke the plugin, via an alias?

1048
Hi mouser,
It might be too early to tell for sure since I've just installed the update. But it seems to be much much better : I only get a 0.7s pause after the 6th launch/close. So that's pretty good. Also, the problem with "recently launched files not appearing at the top of the list" seems to be gone too.   :up:
1049
Find And Run Robot / Re: Internationalization issues
« Last post by Armando on June 25, 2008, 04:08 PM »
On the other hand, I guess I could just replace all capitalized letters by non-capitalized one with BRU. Shouldn't take me too long...
1050
Find And Run Robot / Re: Internationalization issues
« Last post by Armando on June 25, 2008, 03:30 PM »
Well, that would certainly help.  :)
Pages: prev1 ... 37 38 39 40 41 [42] 43 44 45 46 47 ... 109next