Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1968
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 29191 - 29220 of 38083   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
29191 burkleyd Send Email Jun 1, 2006
8:29 pm
... 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...
29192 rapidq@yahoogroups.com Send Email Jun 2, 2006
12:18 am
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 :...
29193 burkleyd Send Email Jun 2, 2006
1:42 pm
... 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...
29194 msca53 Send Email Jun 2, 2006
2:27 pm
... 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...
29195 Jacques Philippe
erdemaal Send Email
Jun 2, 2006
10:47 pm
... The following RapidQ code includes a RQASM code implementing QuickSort, it 6 times faster than RapidQ built in QuickSort Function (Nasm source code...
29196 Don
don67geo Send Email
Jun 3, 2006
1:34 am
... 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...
29197 johnk20042001 Send Email Jun 3, 2006
3:25 am
... 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 ...
29198 Ron
strchyldone Send Email
Jun 3, 2006
5:37 am
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...
29199 burkleyd Send Email Jun 3, 2006
11:01 am
... Using QTimer to do a call to the API "FindWindow&quot; should work. In order to use FindWindow... you need to pass the ClassName and Caption of the window to be...
29200 burkleyd Send Email Jun 3, 2006
12:08 pm
... 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'...
29201 Manuel Candela
msca53 Send Email
Jun 3, 2006
2:29 pm
johnk20042001 <klaffky2825@...> wrote: > > The following RapidQ code includes a RQASM code implementing ... Ok, ok, ok....!! SPONSORED LINKS Basic...
29202 Jacques Philippe
erdemaal Send Email
Jun 3, 2006
4:18 pm
... Yes, and it is very 'portable&#39; ... even in RapidQ. ... Calling the RQASM function with CallWindowProc takes something like 10000 CPU cycles, so it's the...
29203 Jacques Philippe
erdemaal Send Email
Jun 3, 2006
4:35 pm
... 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...
29204 burkleyd Send Email Jun 3, 2006
4:50 pm
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...
29205 Andrew Shelkovenko
diakin2002 Send Email
Jun 3, 2006
6:05 pm
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...
29206 rapidq@yahoogroups.com Send Email Jun 3, 2006
6:47 pm
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...
29207 Don
don67geo Send Email
Jun 3, 2006
6:56 pm
... 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...
29208 Chris
c45207 Send Email
Jun 3, 2006
7:08 pm
... 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...
29209 Jacques Philippe
erdemaal Send Email
Jun 3, 2006
8:17 pm
... 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...
29210 burkleyd Send Email Jun 3, 2006
8:24 pm
... 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...
29211 Andrew Shelkovenko
diakin2002 Send Email
Jun 3, 2006
9:15 pm
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...
29212 msca53 Send Email Jun 3, 2006
11:21 pm
... 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()...
29213 burkleyd Send Email Jun 3, 2006
11:42 pm
... 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 ...
29214 rapidq@yahoogroups.com Send Email Jun 4, 2006
3:20 am
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...
29215 msca53 Send Email Jun 4, 2006
2:50 pm
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...
29216 msca53 Send Email Jun 4, 2006
4:15 pm
... against ... RQ's ... Ooohh.. 0.12/0.02. Sorry Manuel C....
29217 Jacques Philippe
erdemaal Send Email
Jun 4, 2006
4:39 pm
... And the first result is 5 and not 20 :), the second result is 6 times faster. Jacques...
29218 Andrew Shelkovenko
diakin2002 Send Email
Jun 4, 2006
6:23 pm
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...
29219 rapidq@yahoogroups.com Send Email Jun 5, 2006
2:22 pm
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 ...
29220 msca53 Send Email Jun 5, 2006
2:32 pm
... This sort function had it's good times at the days of tape reels were the more used media. It's a "historycal&quot; fuction, not as fast as quick sort or heap...
Messages 29191 - 29220 of 38083   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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