Suggested verb/noun for "High Score" [closed] - facebook-graph-api

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm making an arcade-type game and I want to publish the user's score to his stream. Either each time he finishes a game, or whenever he beats his own personal high score. (2 different events) But I'm looking for suggestions for the verb/noun configuration when creating my OpenGraph definitions.
I've got ideas like "score a game" and "achieve a high score", but they just seem kinda lame. Are there better suggestions or guidelines published out there anywhere?

"{USER} set a new personal best in {APPLICATION}"
"{USER} is setting a new personal best in {APPLICATION}" (wouldn't really ever get called)
"{USER} and 3 other friends set a new personal best in {APPLICATION}"

Related

Product activation in C++? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking for a commercial-strength system that can provide me with product activation technology that is as convenient as possible for end users. Up until now I have been using the simplest system imaginable, where users get a key that is based on their name that they can use an unlimited number of times. This is more symbolic than anything else as users are able to pass their keys around freely, which they do. So I am wondering if there are any recommendations towards system that is well tested and widely used and works with C++ on Win32, but not cracked? I don't want to come up with a home made solution as I am no security expert, and do not have the time to learn the ins and outs of it.

Real time sports scores from a web service? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Since this post is over 3 years old now, I was wondering if anyone was aware of any open web services out there where live sports scores can be downloaded from.
Any demos or sample code would be great.
Thanks!
http://www.sportsdatallc.com/ is the best place I have found. They are expensive if you want realtime stats, but they have everything, and seem to be reliable.
If you want something free, then try ESPN APIs, but they do not yet offer score. They do offer team and player stats at the moment, however. I imagine they will eventually open up scores to the public.

What exactly does "cloud computing" mean? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am new to cloud field, i want to know what it is from basic?
What are its advantages?
How it comes to use in real life?
Comparison with the existing technologies.
Cloud computing isn't a technology, it's a concept.
It means all your data (documents, photo's, music and even applications) is stored on a central server ('the cloud'). The advantage of this is that you can access your personal stuff from all your devices. If you want to listen to your music from a computer or some other device: no problem, since it's all 'in the cloud'.

Good background music for a software demo? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I remember seeing some software applications demos before where they don't have any narration but just a background music played (no words, just the acoustic)...but i was never able to know the name of them. Any suggestions? It was pretty fast paced...or if you could kindly provide a link to some demo, I can try to search by voice...
Thanks
You might try http://www.ambientmusicgarden.com/. They have a lot of low-cost-royalty music which you can browse through based on several criteria. I first encountered them when the engineers at NASA did a really cool video montage of various launches and they used musci from there for their background.

C/C++/Data Structure online test [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have to prepare for an entrance exam of C DAC(Centre for Development of Advanced Computing).
So please would somebody tell me Websites where I can practice for C,C++ and data structures quiz of Intermediate and expert level.(Objective type)
(Of course I'd like to check my accuracy and programming skills).
any suggestions will be appreciated.
Thank you.
For C++, see this list:
The Definitive C++ Book Guide and List
When I was at high-school I used to train myself for Computing Olympiads using USACO Training Program.