Search found 31 matches

by lionel_om
Thu Dec 18, 2008 5:53 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

AND51 wrote:Sorry for spamming. :)
Your help is welcome !!!
/Lio
by lionel_om
Thu Dec 18, 2008 5:45 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

Thanks for your help AND51.
I know what is a look head. I prefer the way I've tried as it is faster and consume less resources. It was working before but It's not working anymore. It's strange.

I've read the documentation of the Regex plugin, but I can't find the pattern to retrieve the caught ...
by lionel_om
Thu Dec 18, 2008 4:43 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

AND51 wrote:Do I understand you right?
You just want to eliminate the attributes?
You're right !
by lionel_om
Thu Dec 18, 2008 3:25 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

Hi all,

This seems to doesn't work anymore.
Here an example:
Options.l = #PB_RegularExpression_DotAll | #PB_RegularExpression_Extended | #PB_RegularExpression_AnyNewLine
Pattern$ = "<([a-zA-Z]+)\ *[^>]+>"
Text$ = " <p class=hello> <a href=test><script> text inside </script></a> after"
Replace ...
by lionel_om
Mon Nov 10, 2008 11:46 am
Forum: Off Topic
Topic: Dark Game Studio announced
Replies: 18
Views: 3456

I bought "Dark Basic Pro" five years ago, because it called itself a "3D Games Creator "
it turned out to be a lousy texteditor without any content editors.
costed 120,-€ back then.

I was more than disappointed, I was set up and angry!

now they want another 35 bucks from me to finally give me ...
by lionel_om
Fri Nov 07, 2008 5:06 pm
Forum: Coding Questions
Topic: Downloading to an HTML file then converting it to plain text
Replies: 22
Views: 9065

Hi all,

Here I've made a simple command lines program that could extract plain text or safe HTML (by removing scripts, heads, style) from a file containing the source of the Web Page.

Feel free to use it as you want !

Usage :
program.exe <mode> -in <source_file> <out_file>
mode = "-overview" or ...
by lionel_om
Fri Nov 07, 2008 5:02 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

Solve thanks to AND51 and this post : http://www.purebasic.fr/english/viewtop ... c&start=15:

Replacements strings should be used tis way : "/\1".

/Lio
by lionel_om
Fri Nov 07, 2008 12:02 pm
Forum: Coding Questions
Topic: ReplaceRegularExpression
Replies: 10
Views: 3400

ReplaceRegularExpression

Hi all,

I got an issue : I'll like to use advanced regex replacements.
Normally when we create a Regex, we can create groups/catches (with parenthesis). Then in Replace functions we can replace a part of the string by a group catch.
In PHP we use "\\x" with x = index of the group. But it doesn't ...
by lionel_om
Tue Nov 20, 2007 11:41 pm
Forum: Announcement
Topic: WallChanger 1.2
Replies: 2
Views: 2879

The version 1.2 is now available.
You can download this software there : WallChanger 1.2.

Now you can choice if you want the picture to be displayed :
* stretched
* maximized
* repeated (mozaic)

Lio
by lionel_om
Fri Nov 16, 2007 1:34 pm
Forum: Tricks 'n' Tips
Topic: Hyperbolic functions and exponential function
Replies: 7
Views: 3481

Re: Hyperbolic functions and exponential function

Psychophanta wrote:Replace .f by .d if wanted. :)
Why don't you have create Macro. By this way, we have not to change the variables types.

Lio :wink:
by lionel_om
Wed Nov 14, 2007 11:53 pm
Forum: Announcement
Topic: WallChanger 1.2
Replies: 2
Views: 2879

WallChanger 1.2

Hi,

I've design a program to automatically change the Windows wallpaper.
This freeware is easy to use and low resources consuming.

A lot a French people have already try this one and haven't find any bug.

WallChanger is available in English. You can define several groups (each one point on a ...
by lionel_om
Wed Nov 14, 2007 6:39 pm
Forum: Announcement
Topic: Lib Vector 2.0 beta (Generic Linked List)
Replies: 1
Views: 2177

Thanks to walker, the zip got the Linux Resident now.
So the installation will be a little bit different (read the INSTALL.TXT file)

Lio
by lionel_om
Wed Nov 14, 2007 6:17 pm
Forum: Announcement
Topic: InstallForge 1.4.0 | Free Setup Creator
Replies: 49
Views: 40697

Here a better (according to me) french translation
//(C) 2006 Forgesoft
//French language file for InstallForge.

[Gadgets]
NextBtn = Suivant >
CancelBtn = Annuler
BackBtn = < Précédent
FinishBtn = Terminer
BrowseBtn = Parcourir...
AcceptOptn = J'accepte le règlement
DoNotAcceptOptn = Je n'accepte ...
by lionel_om
Wed Nov 14, 2007 2:21 pm
Forum: Announcement
Topic: Lib Vector 2.0 beta (Generic Linked List)
Replies: 1
Views: 2177

Lib Vector 2.0 beta (Generic Linked List)

Hi everyone,

I've just created the version 2 of the Vector Lib I've already distribute some years ago. But the last version was not easy to use. So this second version is now simple, can store every type of data and compiled with Tailbite (so you don't need any IncludeFile).

What is this User Lib ...
by lionel_om
Wed Nov 14, 2007 2:03 pm
Forum: Coding Questions
Topic: [Solved]Polink error with a UserLib (compiled with TailBite)
Replies: 14
Views: 2344

Thanks very much srod for this information.
Tack (as we said in Sweden).

So now I'm able to distribute my userlib.

Lio