Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
2answers
12k views

Does anybody know of a real time sports scores/stats web service? [closed]

Does anybody know of a real time sports scores/stats web service?
14
votes
7answers
2k views

Best Schema to represent NCAA Basketball Bracket

What is the best database schema to represent an NCAA mens basketball bracket? Here is a link if you aren't familiar: http://www.cbssports.com/collegebasketball/mayhem/brackets/viewable_men I can see ...
9
votes
4answers
2k views

Soccer simulation for a game

I would like to build a simulation engine which can simulate a soccer (association football) match. It would be cool great if you could help me. What is important to me is to decide which actions ...
6
votes
1answer
147 views

Generating natural schedule for a sports league

I'm looking for an algorithm to generate a schedule for a set of teams. For example, imagine a sports season in which each team plays each other, one time as home team and the other as a visitor team ...
5
votes
4answers
2k views

Improving soccer simulation algorithm

In another question, you helped me to build a simulation algorithm for soccer. I got some very good answers there. Thanks again! Now I've coded this algorithm. I would like to improve it and find ...
5
votes
5answers
674 views

Simulating sports matches in online game

In an online manager game (like Hattrick), I want to simulate matches between two teams. A team consists of 11 players. Every player has a strength value between 1 and 100. I take these strength ...
5
votes
5answers
3k views

Round Robin Tournament algorithm in C#

I am having some trouble to achieve this little round robin project. What i try to do is to generate a preview calendar of games then I want to output; day 1: Team 1 vs Team 2; Team 3 vs Team 4; ...
5
votes
4answers
2k views

Is there any sort of API that'll give me real-time(ish) MLB stats?

I think it'd be fun to build a little mini-fantasy baseball game, but after a bit of Googling, I'm getting the impression that there's no easy and reasonably-priced (or free!) way to get that data. ...
4
votes
2answers
126 views

Where can I find useful item lists (SQL, or plain text) like sports, hobbies, and others?

GeoNames public geographic locations index is a very useful website that I have used to import a list of countries and cities into my web app. Now, are there any other public databases that would ...
3
votes
3answers
170 views

Combining split() and cumsum()

I am trying to produce stats for cumulative goals by season by a particular soccer player. I have used the cut function to obtain the season from the game dates. I have data which corresponds to this ...
3
votes
3answers
330 views

Complicated football league Dynamic Ordering in MySQL?

I have a table 'games' for a football league as follows: date home_team_id away_team_id home_score away_score - 1 2 6 21 - 3 ...
2
votes
2answers
76 views

Help on Elo System specifics for large group competitions

I'm trying to implement an Elo-based ranking system for the sport my website deals with. There's a few thousand competitors, and each competition sees anything from 50 to 500 of them go against the ...
2
votes
2answers
221 views

Problem with aesthetics in ggplot2

I am trying to do some analysis of the recent MLB draft with some ggplots in R selection <- draft[c("Team","Division","Position")] head(selection) Team Division Position 1 pit NL Central ...
2
votes
3answers
224 views

Plotting baseball pitches as qualitative variable by color

I was thinking of doing this in R but am new to it and would appreciate any help I have a dataset (pitches) of baseball pitches identified by 'pitchNumber' and 'outcome' e.g S = swinging strike, B ...
2
votes
2answers
415 views

Sports Prediction and Neural Networks

Hi everyone i just wanted to know if anyone has implemented a Neural Network which can predict sports results. i would like to do this however i have no idea where to start, so if anyone has done this ...
2
votes
1answer
275 views

where do I get cricket data without paying too much money?

Is there any place where I can get cricket data feeds? I just want to build a small site, won't be making any money, so paying hundreds (or thousands) of dollars every month is out of question.
2
votes
6answers
1k views

Sports Stat SQL Queriable DB

Anyone know of a database for player statistics (preferably covering NFL players and preferably free or very cheap) that will let you run SQL Select queries?
1
vote
2answers
205 views

Sport result and statistics API?

I am looking for a RESTful API to fetch game result and statistics for the upcoming Euro 2012 next summer. Found openfooty, but reading the forum it seems to be a lot of bugs and problems. Also ...
1
vote
2answers
468 views

I want to build a online sports management game where do i start?

I want to build a site similar to Hatrick or soccermanager.com but im not sure where to begin any tips/ help would be great! cheers
1
vote
1answer
267 views

Simulating a baseball game

It seems that baseball is perhaps the easiest sport to simulate due to its very linear nature. I'm curious as to whether not there is someone out there with some experience in this matter that can ...
0
votes
2answers
185 views

How to rank a set of people based on competition results?

I'm having a bit of a brain melt here. I have a set of people. They compete against each other in timed events. Each compeition yields a set of results showing everyone, ranked by their times. ...
0
votes
2answers
121 views

Another pivot MSSQL query

Icannot quite get my had around previous examples, unfortunately. I am trying to create a table based on the voting for baseballs MVP over the years and comparing it with a more objective measure WAR ...
0
votes
1answer
50 views

Calculating change in leaders for baseball stats in MSSQL

Imagine I have a MSSQL 2005 table(bbstats) that updates weekly showing various cumulative categories of baseball accomplishments for a team week 1 Player H SO HR Sammy 7 11 2 ...
0
votes
1answer
106 views

Add numbers from one table field to another?

I want to know how can I add numbers from one table field to another for example, I have: Table name = Game: opponent1(name of row) vs. opponent 2 - score1 = 25 - score2 = 20 I would like ...
0
votes
1answer
189 views

Java Applet - usable for usb communications?

We are working on a project, where we will be connecting a rowing machine, a Concept 2 machine, equipped with a PM4 computer. We will develop a web application, to work further with the data. Not more ...
0
votes
0answers
171 views

Database with NBA Statistics? [closed]

I'm looking for a data source so I can set up my own SQL database with 2010-2011 NBA season statistics. I don't need advanced statistics, just raw scorekeeper's statistics (player name, points, ...
0
votes
1answer
477 views

Open Source Sports Statistics Database solutions?

Is there an open-source solution for building a sports statistics database? I am working on an early stage project to build a stats database for pro track & field competition showing results for ...
0
votes
0answers
371 views

F1 Real time Data feeds

I need to write an app that gets data input from real time Foruma One racing data feed. The only feed I've come across till now is the official one so called "Live timing", the only problem is that ...
0
votes
1answer
800 views

A sports events & results API?

Anyone knows a sports events & results API. Something that can give me info on teams, venues, matches, players, scorers & results.
0
votes
0answers
423 views

Golf Stats API providing to the minute updates?

I've been searching for an API that provides hourly/daily updates for golf statistics such as leaderboards and player rankings (free or paid) without much luck. The golf channel has a similar system ...
-1
votes
1answer
54 views

Fantasy Sports Data/Points in XML? [closed]

Is there a service that provides the (fantasy) scores for each player in the NFL or NBA? My goal is to create a web app where users can enter a fantasy roster and compete against friends who are in ...
-4
votes
1answer
56 views

From where can i download database with list of sports's name [closed]

I am creating a page with ajax to suggest the name of sports on key press therefore i want this database