Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Event Prediction - New Sports Events Post 302654139 by Scott on Monday 11th of June 2012 10:03:30 AM
Old 06-11-2012
Quote:
Originally Posted by Neo
Seems someone already added the requested events.
Oh, that was me. I forgot to reply back.

I've "settled" the French Open one.

Rafael Nadal won it in four sets. That was a record seventh title.

Had Djokovic won it, he'd have become the first man since Rod Laver in 1969 to hold all four majors at the same time.

So it was an historic final either way!
This User Gave Thanks to Scott For This Post:
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Predict Future Outcomes in Our Event Prediction Market

Folks love to predict the future, so we have enabled predicting the future for members. So, please enjoy placing your Forum Bits predicting future outcomes in our new Event Prediction Market. Current events you can predict include science, technology, M&A and other global events: Oracle... (0 Replies)
Discussion started by: Neo
0 Replies

2. Post Here to Contact Site Administrators and Moderators

Event Prediction - Euro 2012

Please add this new "event". (10 Replies)
Discussion started by: ni2
10 Replies

3. Post Here to Contact Site Administrators and Moderators

change the year in the event prediction market

Can you change the year in the event prediction market Facebook Stock Will Be Over $70 a Share By the End of 2102? (Closes for placing Bits on 09-30-12 - 10:30 PM) (8 Replies)
Discussion started by: itkamaraj
8 Replies
syncok(3XCURSES)					  X/Open Curses Library Functions					  syncok(3XCURSES)

NAME
syncok, wcursyncup, wsyncdown, wsyncup - synchronize window with its parents or children SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int syncok(WINDOW *win, bool bf); void wcursyncup(WINDOW *win); void wsyncdown(WINDOW *win); void wsyncup(WINDOW *win); PARAMETERS
win Is a pointer to a window. bf Is a Boolean expression. DESCRIPTION
The syncok() function uses the value of bf to determine whether or not the window win's ancestors are implicitly touched whenever there is a change to win. If bf is TRUE, this touching occurs. If bf is FALSE, it does not occur. The initial value for bf is FALSE. The wcursyncup() function moves the cursor in win's ancestors to match its position in win. The wsyncdown() function touches win if any of its ancestors have been touched. The wsyncup() function touches all ancestors of win. RETURN VALUES
On success, the syncok() function returns OK. Otherwise, it returns ERR. The other functions do not return a value. ERRORS
None. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
derwin(3XCURSES), doupdate(3XCURSES), is_linetouched(3XCURSES), libcurses(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 syncok(3XCURSES)
All times are GMT -4. The time now is 08:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy