Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board

Go Back   Horse Racing Forum - PaceAdvantage.Com - Horse Racing Message Board > Search Forums


Showing results 1 to 25 of 34
Search took 0.01 seconds.
Search: Posts Made By: DLigett
Forum: Advance Deposit Wagering (ADW) 10-13-2023, 02:50 PM
Replies: 5
Views: 2,912
Posted By DLigett
This is *not* a complete working example, but...

This is *not* a complete working example, but maybe it will help...



procedure TWagerPlacerForm.PlaceSingleBetButtonClick(Sender: TObject);

var bet : string;
paramstr : string;...
Forum: Off Topic - General 11-25-2022, 11:22 AM
Replies: 858
Views: 83,988
Posted By DLigett
Let's take those numbers at face value. ...

Let's take those numbers at face value.

US_population = 262,908,216 / 0.79 = 332,795,210

US_with_no_vax = 332,795,210 - 262,908,216 = 69,886,994

Let's say N people died over the time span of...
Forum: Off Topic - Computers 09-01-2022, 12:29 PM
Replies: 8
Views: 1,112
Posted By DLigett
Make sure dictation is off? ...

Make sure dictation is off?



https://support.apple.com/guide/ipad/dictate-text-ipad997d9642/ipados
Forum: General Racing Discussion 01-09-2021, 08:06 PM
Replies: 6
Views: 1,188
Posted By DLigett
I don't see that on the Brisnet Instant Chart or...

I don't see that on the Brisnet Instant Chart or the chart at Twinspires. Your source sounds better -- where do you get your charts? Thanks.
Forum: General Racing Discussion 01-09-2021, 08:53 AM
Replies: 6
Views: 1,188
Posted By DLigett
Thanks to both of you for the information and...

Thanks to both of you for the information and link. I suppose that a record of name changes exists, but I don't know how to find it. Oh, well.
Forum: General Racing Discussion 01-07-2021, 08:57 PM
Replies: 6
Views: 1,188
Posted By DLigett
Gulfstream Park 1/6/2021 Race 1

The card indicates that #7 is "DALLAS' HICCUP".


The video at Twinspires agrees.


The Chart indicates that "CITY MAGIC" was #7.


Everyone agrees that #7 came in third.
Forum: Off Topic - General 03-25-2020, 01:42 PM
Replies: 1
Views: 301
Posted By DLigett
Covid-19 saves horse racing

Casinos are closed. People are stuck at home. Other sports-to-bet-on are closed down.

In an unusual display of wisdom and unity, the many stakeholders in horse racing come together and market...
Forum: Off Topic - Computers 09-18-2019, 09:06 AM
Replies: 29
Views: 3,389
Posted By DLigett
I think the FORTRAN code is creating the...

I think the FORTRAN code is creating the "identity matrix", with ones down the main diagonal.

It's being clever. A less clever way to do it...


* FORTRAN VERSION
DO 10 I=1,N
...
Forum: **TRIPLE CROWN TRAIL** 05-06-2017, 07:10 PM
Replies: 28
Views: 1,916
Posted By DLigett
PA, thanks for setting up the contest, that was...

PA, thanks for setting up the contest, that was fun!
Forum: Handicapping Software 11-29-2015, 07:01 PM
Replies: 62
Views: 7,950
Posted By DLigett
WagerMate tries to do most of what you want: ...

WagerMate tries to do most of what you want:
http://wagermathematics.com/

The "Win %" in the reports at the bottom of the page is supposed to be the odds of winning.
Forum: Off Topic - Computers 10-16-2015, 07:40 PM
Replies: 6
Views: 817
Posted By DLigett
I've seen this happen in directories with a great...

I've seen this happen in directories with a great many files.

Try using powershell.exe instead of cmd.exe if you haven't tried that already.

Start Menu; then type powershell into the text box;...
Forum: Handicapping Software 08-20-2015, 08:10 AM
Replies: 71
Views: 31,520
Posted By DLigett
I'm fond of WagerMate ;)

I'm fond of WagerMate ;)
Forum: Off Topic - Computers 08-11-2015, 10:41 AM
Replies: 39
Views: 3,264
Posted By DLigett
I don't use FreePascal, but it looks like it is...

I don't use FreePascal, but it looks like it is defined in dialogs.pp:
http://wiki.lazarus.freepascal.org/Dialog_Examples

But if you want to use writeln(), that's fine.

I'd like to know...
Forum: Off Topic - Computers 08-09-2015, 07:04 PM
Replies: 39
Views: 3,264
Posted By DLigett
Several of us are trying to say the same thing......

Several of us are trying to say the same thing... something like this code will reveal the string that is causing the issue (and then hide the problem, so the caller doesn't know about it).

...
Forum: Off Topic - Computers 08-07-2015, 11:12 PM
Replies: 39
Views: 3,264
Posted By DLigett
Right, the function returns a longint, and stuffs...

Right, the function returns a longint, and stuffs it into the integer '.speed' which will fail once in a while.
Forum: General Handicapping Discussion 07-31-2015, 07:46 PM
Replies: 115
Views: 9,369
Posted By DLigett
I don't think their is anything illegal about...

I don't think their is anything illegal about such contracts.

Non-Disclosure Agreements are common in the world of IP. If you sign one, you can't just claim "I re-arranged the words and told the...
Forum: General Handicapping Discussion 07-31-2015, 07:02 PM
Replies: 115
Views: 9,369
Posted By DLigett
...unless you have a contract with them which...

...unless you have a contract with them which says you can't. Nothing to do with copyright law.

None of us can get any data from them unless we agree to their Terms of Service. And it's likely...
Forum: General Handicapping Discussion 07-31-2015, 02:34 PM
Replies: 115
Views: 9,369
Posted By DLigett
Hope that's you, and not me, that does that!

Hope that's you, and not me, that does that!
Forum: General Handicapping Discussion 07-31-2015, 02:16 PM
Replies: 115
Views: 9,369
Posted By DLigett
Besides the copyright issue, we must all be care...

Besides the copyright issue, we must all be care about "derivative works". For example, the Equibase website says in its Terms of Use...

"(e) You may not modify, adapt, translate, reverse...
Forum: Off Topic - Computers 07-30-2015, 09:44 PM
Replies: 39
Views: 3,264
Posted By DLigett
I vote for... if i > 32767 then...

I vote for...

if i > 32767 then ShowMessage(str + ' will break our caller');
Forum: Off Topic - Computers 07-30-2015, 08:57 PM
Replies: 39
Views: 3,264
Posted By DLigett
So if a comma or two is missing from the file,...

So if a comma or two is missing from the file, get_int() might return 999999 (longint) and try to stuff it into a simple integer?

I don't know the size of a longint in Free Pascal.

In get_int()...
Forum: Off Topic - Computers 07-30-2015, 02:50 PM
Replies: 39
Views: 3,264
Posted By DLigett
Other things to check: 1) How is '.speed'...

Other things to check:

1) How is '.speed' defined -- can it accept values over 100?

2) How is past[] defined -- subscripts 1..10 or 0..9 or ???

3) What is i when the statement is executed?
...
Forum: Off Topic - Computers 07-30-2015, 12:14 PM
Replies: 39
Views: 3,264
Posted By DLigett
Not sure if you're using Delphi or some other...

Not sure if you're using Delphi or some other version of Pascal. My versions of Delphi want 'err' to be an integer.
Forum: Handicapper's Corner 02-24-2015, 08:01 PM
Replies: 112
Views: 9,117
Posted By DLigett
wind etc.

Cratos,

Send me a PM or e-mail if want to perhaps swap some data. I'll send you a sample.

Dan
Forum: Handicapper's Corner 09-30-2014, 12:28 PM
Replies: 3
Views: 1,416
Posted By DLigett
Nice find, thank you!

Nice find, thank you!
Showing results 1 to 25 of 34

 
Forum Jump
» Advertisement
» Current Polls
Wh deserves to be the favorite? (last 4 figures)
Powered by vBadvanced CMPS v3.2.3

All times are GMT -4. The time now is 12:19 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 1999 - 2023 -- PaceAdvantage.Com -- All Rights Reserved
We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program
designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.