Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 29191 - 29220 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29191
... After having tested a total of 10 sorting routines... my recommendation is to use... either RapidQ's QuickSort or RapidQ's QSringList Sort. I realize that...
burkleyd
Offline Send Email
Jun 1, 2006
8:29 pm
29192
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Send Email
Jun 2, 2006
12:18 am
29193
... AlphaNumeric text. ... I just uploaded a revised version of this source code and... it's a much more complete demo now. David P.S. If you make use of the...
burkleyd
Offline Send Email
Jun 2, 2006
1:42 pm
29194
... My goal is an OPEN and FAST sort function, to manage databases indexes on the fly.. I love dbaseIII, because we can build our own LOCAL database manager...
msca53
Offline Send Email
Jun 2, 2006
2:27 pm
29195
... The following RapidQ code includes a RQASM code implementing QuickSort, it 6 times faster than RapidQ built in QuickSort Function (Nasm source code...
Jacques Philippe
erdemaal
Offline Send Email
Jun 2, 2006
10:47 pm
29196
... This is a good news. :-) It's like having an insert-able static LIB function at code level. Has anyone has thought about RQ2ASM translator? I think it's...
Don
don67geo
Offline Send Email
Jun 3, 2006
1:34 am
29197
... As usual, good job Jacques. Do you work or just make code for us? ... FreeBasic!! play around with this: fbc myprog.bas -r then you will see myprog.asm ...
johnk20042001
Offline Send Email
Jun 3, 2006
3:25 am
29198
Got 1 of my off-the-wall questions here... As you all know, I love to interface with other programs...especially AOL :) My question is this: How can I detect a...
Ron
strchyldone
Offline Send Email
Jun 3, 2006
5:37 am
29199
... Using QTimer to do a call to the API "FindWindow" should work. In order to use FindWindow... you need to pass the ClassName and Caption of the window to be...
burkleyd
Offline Send Email
Jun 3, 2006
11:01 am
29200
... sent ... Opppsss... forget the code I gave above. I use that code to close out "multiple" instance of my own programs. Here is code that will find Windows'...
burkleyd
Offline Send Email
Jun 3, 2006
12:08 pm
29201
johnk20042001 <klaffky2825@...> wrote: > > The following RapidQ code includes a RQASM code implementing ... Ok, ok, ok....!! SPONSORED LINKS Basic...
Manuel Candela
msca53
Offline Send Email
Jun 3, 2006
2:29 pm
29202
... Yes, and it is very 'portable' ... even in RapidQ. ... Calling the RQASM function with CallWindowProc takes something like 10000 CPU cycles, so it's the...
Jacques Philippe
erdemaal
Offline Send Email
Jun 3, 2006
4:18 pm
29203
... TY Do you work No, I created a nanobio stuff that transforms air in 1 cent coins. or just make code for us? Not for us John, for you :) ... for Fun too. I...
Jacques Philippe
erdemaal
Offline Send Email
Jun 3, 2006
4:35 pm
29204
I've been working with the QTabControl for the last 24 hours and I discovered something quite out of the ordinary. There is "no" Handle class for... a...
burkleyd
Offline Send Email
Jun 3, 2006
4:50 pm
29205
Hello, David! You wrote to <rapidq@yahoogroups.com> on Sat, 03 Jun 2006 16:49:51 -0000: b> I discovered this while creating a b> workaround to the...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jun 3, 2006
6:05 pm
29206
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /GUI/TabDemo.bas...
rapidq@yahoogroups.com
Send Email
Jun 3, 2006
6:47 pm
29207
... desassembling ... ofthese API ... I've looking around for a document like this in this group, Guardian's site and your site, but has not found any. It's...
Don
don67geo
Offline Send Email
Jun 3, 2006
6:56 pm
29208
... Hash: SHA1 burkleyd @ 2006-6-03 6:59:31 AM "[rapidq] Re: Checking for new windows...??" <mid:e5rq2j+k06h@eGroups.com> ... Also look at EnumWindows. It will...
Chris
c45207
Offline Send Email
Jun 3, 2006
7:08 pm
29209
... I cant find them either ;) ... I upload them at: http://users.teledisnet.be/web/jph01696/RapidQ/Api_Resolved_in_RapidQ_LIB_and_DLL.zip Same short...
Jacques Philippe
erdemaal
Offline Send Email
Jun 3, 2006
8:17 pm
29210
... extend. ... method. ... Hello Andrew! I uploaded the code a bit ago and thought I'd give you some time to check it out. Maybe find a flaw in my coding or...
burkleyd
Offline Send Email
Jun 3, 2006
8:24 pm
29211
Hello, David! You wrote to <rapidq@yahoogroups.com> on Sat, 03 Jun 2006 20:21:38 -0000: b> Hello Andrew! b> I uploaded the code a bit ago and thought b> I'd...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jun 3, 2006
9:15 pm
29212
... 20+ (0.02 secs. vs 0.1+ secs.) faster with my "slow" PentiumI, against the 12+ seconds from QSRQ.. Obviously RapidQ slow-down the job.. RQ's quicksort()...
msca53
Offline Send Email
Jun 3, 2006
11:21 pm
29213
... Hello Andrew! I feel honored that you added my source code to this webpage. And I hope that others will be relieved to know that... even though the ...
burkleyd
Offline Send Email
Jun 3, 2006
11:42 pm
29214
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /Custom...
rapidq@yahoogroups.com
Send Email
Jun 4, 2006
3:20 am
29215
Powerfull tools to be joined wirh rapidQ. FB is more close to basic lenguage ( def<type> isn't supported ), and it doesn't compiles all rapidQ's objects...
msca53
Offline Send Email
Jun 4, 2006
2:50 pm
29216
... against ... RQ's ... Ooohh.. 0.12/0.02. Sorry Manuel C....
msca53
Offline Send Email
Jun 4, 2006
4:15 pm
29217
... And the first result is 5 and not 20 :), the second result is 6 times faster. Jacques...
Jacques Philippe
erdemaal
Offline Send Email
Jun 4, 2006
4:39 pm
29218
Hello, David! You wrote to <rapidq@yahoogroups.com> on Sat, 03 Jun 2006 23:39:10 -0000: b> I feel honored that you added my source code b> to this webpage. And...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jun 4, 2006
6:23 pm
29219
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /merge.rar ...
rapidq@yahoogroups.com
Send Email
Jun 5, 2006
2:22 pm
29220
... This sort function had it's good times at the days of tape reels were the more used media. It's a "historycal" fuction, not as fast as quick sort or heap...
msca53
Offline Send Email
Jun 5, 2006
2:32 pm
Messages 29191 - 29220 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help