English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

I am wanting to create a program which would read and analyze horse racing form from a website.

This would be a program which would automatically take the form of the days races, analyze the form and provide a percentage chance of each horse to win that race.

Bearing in mind the factor which determine a winner in a horse race, previous results, weight, going, trainer and jockey form, course selection, etc.

Of course there are more factors but, this is the most reliable data.

So, the program would create a record of its findings, then relate them to the actual result.

There should also be information stored in the program about courses, previous winners etc.

There is a very slight problem. i do not know which language would be best for creating this as i have very limited programming knowledge.

Also if anyone wants to help me, IM Me!

2007-02-09 09:10:22 · 2 answers · asked by kinglee28 2

I can't find a way to call the Pause method and insert the symbol class to make this work. I have to input that I'm looking for a number between 1 and 20 and I have to make the program wait five seconds before giving the number.

It's the Pause wait, instantiating and calling the method that's messing me up.

Can someone help please?

2007-02-09 08:51:15 · 2 answers · asked by Chestnut C 1

what was the first ever guestion asked on this website and who waz the user???????????????????????????

2007-02-09 08:15:24 · 2 answers · asked by Anonymous

6

How do I tell the program that the last number entered was the same.
#include

int
main()
{

int a, b, c, d, e, total;

printf ("Enter a number : "); /*recieve first number*/

scanf ("%d",&a);

if (a%2==0)
{
printf ("The entered number is EVEN.\n");

}
else
{
printf ("The entered number is ODD.\n");

}

printf ("Enter a number : "); /*second number*/

scanf ("%d",&b);

if (b%2==0)
{
printf ("The entered number is EVEN.\n");

}
else
{
printf ("The entered number is ODD.\n");

}
if ("%d=%d", b, a);
{
printf("That is the same number.\n");
}
This is only part of the program. If i enter 3 first than 4 it says I just entered the same number. I think by using 'if' I need to use 'else'.
I want it to tell the user that they entered the same number as the number previous when they actually do.

2007-02-09 08:10:43 · 3 answers · asked by schrickhellcat 1

zeldamaker.zip doesn't work

2007-02-09 07:51:44 · 2 answers · asked by kalas j 2

www.comonetwork.com
This site provides user generated how to tutorials.

2007-02-09 07:47:10 · 2 answers · asked by Anonymous

I'm building this site http://www.ridester.com

I would really appreciate constructive criticism regarding the look, usability, and other suggestions.

2007-02-09 07:41:43 · 4 answers · asked by AnswerBlaster 2

im helping a friend edit his website and im trying to save the top banner as a whole picture. the website www.bullishinsider.com

if you look at the top it appears as if its a whole image with the words insider the banner but its actually the banner behind with the fonts placed in front.

the difference is some computers cant display the font if its not downloaded in their fonts folder "Jokewood font" and for those computers it will appear as basic text.

im trying to copy that whole banner into a photo editor and saving the whole picture as a .jpg so that everyone can see it regardless of fonts installed.

i hope that makes sense ... any help would be appreciated.

2007-02-09 07:37:42 · 6 answers · asked by drinkbeerz128 2

0

can you reycle a used kleenklx?

2007-02-09 07:26:50 · 5 answers · asked by chicago cub's bat bunny 5

I am trying to write a program that takes in 5 numbers from a user and then add the numbers to get the sum.
I declared
int a,b,c,d,e,sum; so that those would be my varibles.
I get all the numbers typed in in the program but the addition part makes no sense.
I tried
%d=%d+%d+%d+%d+%d, &sum, &a, &b, &c, &d, &e;
I get a bunch of errors saying syntax error found. found 'd' expecting";"
Your help is greatly appreciated.

2007-02-09 07:10:06 · 4 answers · asked by schrickhellcat 1

like for example find a password..

2007-02-09 06:27:18 · 5 answers · asked by pepita 1

Pleze Tell me!!!

2007-02-09 06:26:30 · 7 answers · asked by Anonymous

the letters are even broken in some places. On IE it looks fine. If I bold the text it looks good in Firefox but then it's too large and heavy in IE. How can I fix this? ( actualcures.com )


Thank You

2007-02-09 06:13:49 · 6 answers · asked by Lisa 1

How do you check two numbers - within a tolerance limit ., for example if one label caption says 244, another 245 ., and another 356 ., how can you write code to highlight 244 and 245 ., as they are different by one number ., is there a similar way to pick out dates ., by comparing ., for example ., 4 Feb, 8 Feb, 9 Feb and 15 Feb ., how can you code so that 8 and 9 feb are highlighed or picked out? Any way all this is possible? would save me a lot of work ., as i have to literally look through 1000's of numbers each day to see if there are any that match or are close to each other ., and it drives me crazy!!!

2007-02-09 05:46:22 · 5 answers · asked by indirakshee2001 1

I designed a profile site last year (www.bluedepth.co.uk). Using some known hacks I made it so it rendered on both Firefox and IE however IE7 completely ruins it. It places the site halfway off the screen. Does anyone have ideas how to fix this, I could change the CSS but this will surely make it renderi ncorrectly in other browsers?

Many thanks,

Unhappy IE7 user lol.

2007-02-09 05:41:40 · 1 answers · asked by Anonymous

I'm wanting to make a web page for my furcadian character.. but i dont want it to be a freewebs or wetpaint because...

Freewebs: Annoying and crappy backrounds...
Wetpaint: People edit your stuff!

So if there is any more great site makers just answer please...

A.S.A.P

2007-02-09 05:30:46 · 9 answers · asked by Kura 1

I am trying to create a database for a dog kennel. This is what I have

Pet Table
PetID (Primary key), name, gender, breed, age, weight, CustID (Foreign Key) to Customer table

Customer Table
CustID (Primary Key), name, address, phone number.

Pen Table
PetID & CustID (Composite Primary Key)
PetID (Foreign Key to Customer Table)
Pen ID (Foreign Key to Pet table)

Apparently, my relationships are wrong, because the pen table is suppose to allow for more than one pet. Any help would be appericated.

2007-02-09 05:29:49 · 4 answers · asked by Anonymous

Hi, where can I get lists of the standard reading list for computer science for the various unis?

2007-02-09 05:27:46 · 3 answers · asked by SM 3

i like the menu box.. is there any site where i can download it??

2007-02-09 05:23:25 · 2 answers · asked by virus_photo 3

I want them to click browse and it opens up like a dialog box that contains their system by which they can click on any of their drives and files. Can this be done in ASP.

2007-02-09 05:15:46 · 4 answers · asked by Anonymous

The db is of businesses and their addresses. I need to create a tool, possibly a worksheet in same file, with a dropdown of all states. When I click a state, a list will pop up of all businesses in that state. I can't just use Data/Filter, needs to be very user friendly. And would like it to be where user can't possibly corrupt the source data.

2007-02-09 04:53:05 · 2 answers · asked by Steve W 1

& of course tecnology related.


thank u

2007-02-09 04:44:25 · 3 answers · asked by Barbi_girl 2

"IncredibleMail" keeps Poppng Up on my screen whenever I connect to the internet!!! I want to get this off my computer for good!!!! How can I do this??

2007-02-09 03:45:32 · 3 answers · asked by Anonymous

can u suggest me a final year project in programming.. (i'm not interested in netwoks... )

2007-02-09 03:29:25 · 2 answers · asked by ish 1

I'm using Adobe Photoshop 7.0, but I've been using JASC PSP for two years. I hardly understand anything on Adobe, and I was wondering where I could find tutorials for the BASICS. Like, I cannot figure out how to copy one image to another, etc... Thank you in advance!

2007-02-09 03:22:00 · 2 answers · asked by Gestures 2

Criteria by importance:

ease of use,
usefulness,
price ,
popularity.

2007-02-09 02:53:35 · 1 answers · asked by B W 2

I am bad about finding notes I write, or jotting something down, there must be a way no matter which home page I am on to be doing something and just go up-set a reminder, or jot down a note without going completely out of what I am doing. Am I right? I would love to find out how and avoid all these scribbles. Its hard as you get older to remember a fleeing thought that is ver important. Thanks Well, I just noticed we are to catagorize our questions-never scrolled down before obviously. Under that it says add it to my messenger. Does that mean the thing that pops up and shows people that are on the computer you know? You can add comments to that? It drove me crazy because I guess I never learned to do it and a distant relative got on to chat everytime I was trying to do something fast. Enlighten me please.

2007-02-09 02:52:42 · 3 answers · asked by Anonymous

2007-02-09 02:36:47 · 5 answers · asked by lzbthsykes 1

2007-02-09 01:27:54 · 8 answers · asked by tribesgallery 1

fedest.com, questions and answers