Place your bits! - Who will win the 2012–13 UEFA Champions League?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Place your bits! - Who will win the 2012–13 UEFA Champions League?
# 1  
Old 05-02-2013
Place your bits! - Who will win the 2012–13 UEFA Champions League?

The semi-finals have just finished. It will be an all German affair. This will be the first time in the history of the Champions League (and European Cup) that the final is contested between two German sides.

Who will win the 2012-13 UEFA Champions League?

1. Bayern Munich
2. Borussia Dortmund


The final will be on the 25th of May. The event closes on 24th of May so place your bits here before then.
This User Gave Thanks to ni2 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

Place your bits - Who will be crowned English Premier League champions for the 2013-14 Season

Hi All, UPDATE: This has been cancelled. No more Event Prediction. Place your bits here before 30th March 2014. Who will be crowned English Premier League champions for the 2013-14 Season Tottenham Hotspur Manchester City Chelsea Liverpool Arsenal Everton Manchester United... (0 Replies)
Discussion started by: ni2
0 Replies

2. What is on Your Mind?

Place your bits! Who will win Wimbledon 2013 (Men)

Who will win Wimbledon 2013 (Men Singles)? 1. David Ferrer 2. Juan Martin Del Potro 3. Fernando Verdasco 4. Andy Murray 5. Novak Djokovic 6. Tomas Berdych 7. Lukasz Kubot 8. Jerzy Janowicz Place your bits here on or before 6th July 2013. The finals will be on 7th July 2013. (0 Replies)
Discussion started by: ni2
0 Replies

3. What is on Your Mind?

Place you bits! - Who will win 2013 French Open (Men)?

Who will win 2013 French Open (Men)? 1. N. Djokovic 2. T. Haas 3. R. Nadal 4. S. Wawrinka 5. D. Ferrer 6. T. Robredo 7. R. Federer 8. J. Tsonga The finals will be held on 9th June 2013. Place your bits here before then. (0 Replies)
Discussion started by: ni2
0 Replies

4. What is on Your Mind?

Place your bits! - Who will win 2012-2013 NBA Playoffs?

These are the last 8 teams left. Who will win 2012-2013 NBA Playoffs? 1. Oklahoma City Thunder 2. Memphis Grizzles 3. Golden State Warriors 4. San Antonio Spurs 5. Miami Heat 6. Chicago Bulls 7. Indiana Pacers 8. New York Knicks Place your bits here before 25th May 2013. (0 Replies)
Discussion started by: ni2
0 Replies

5. What is on Your Mind?

Place your bits - Who will win the 2013 Australian Open (Men)

The last quarter final was played today. I have added this event here Who will win the 2013 Australian Open (Men)? R. Federer A. Murray N. Djokovic D. Ferrer Please place your bits on or before 26th Jan 2013. The final will be played on Sunday 27th Jan 2013. (0 Replies)
Discussion started by: ni2
0 Replies

6. What is on Your Mind?

Place Your Bits! - Who Will Win The Voice Season 3

New Event for Fans of The Voice Who Will Win The Voice Season 3 Place Your Bits! Wikipedia Reference Page (0 Replies)
Discussion started by: Neo
0 Replies

7. What is on Your Mind?

Place Bits & Win Bits!!! - 17th Annual Satellite Awards

Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA. Place your bits here on one of the below nominated movie of your choice:- Argo ... (0 Replies)
Discussion started by: Yoda
0 Replies

8. What is on Your Mind?

Place your bits - 2012 FIFA Ballon d'Or and 2012 FIFA World Coach of the Year

I have added two new sports events. The FIFA Ballon d'Or is an association football award given annually to the player who is considered to have performed the best in the previous season. It is awarded based on votes by coaches and captains of international teams, as well as journalists from... (0 Replies)
Discussion started by: ni2
0 Replies

9. What is on Your Mind?

Place your bits - IAAF World Athlete of the Year 2012 (Men)

Hi, The IAAF Athlete of the Year award is a prize that can be won by athletes participating in events within the sport of athletics organised by the International Athletic Foundation of the International Association of Athletics Federations (IAAF), including track and field, cross country... (1 Reply)
Discussion started by: ni2
1 Replies

10. What is on Your Mind?

Place your bets! - Ryder Cup 2012 (Golf)

Who will win the 2012 Ryder Cup. Europe vs USA There is an open event in the Event Prediction Forum. The event closes on 27th Sep 2012. 2012 Ryder Cup - Wikipedia, the free encyclopedia (0 Replies)
Discussion started by: ni2
0 Replies
Login or Register to Ask a Question
XSendEvent(3X11)														  XSendEvent(3X11)

NAME
XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents, XTimeCoord - send events and pointer motion history structure SYNOPSIS
Status XSendEvent(display, w, propagate, event_mask, event_send) Display *display; Window w; Bool propagate; long event_mask; XEvent *event_send; unsigned long XDisplayMotionBufferSize(display) Display *display; XTimeCoord *XGetMotionEvents(display, w, start, stop, nevents_return) Display *display; Window w; Time start, stop; int *nevents_return; ARGUMENTS
Specifies the connection to the X server. Specifies the event mask. Specifies the event that is to be sent. Returns the number of events from the motion history buffer. Specifies a Boolean value. Specify the time interval in which the events are returned from the motion history buffer. You can pass a timestamp or CurrentTime. PointerWindow, or InputFocus. Specifies the window the event is to be sent to. DESCRIPTION
The XSendEvent function identifies the destination window, determines which clients should receive the specified events, and ignores any active grabs. This function requires you to pass an event mask. This function uses the w argument to identify the destination window as follows: If w is PointerWindow, the destination window is the window that contains the pointer. If w is InputFocus and if the focus window contains the pointer, the destination window is the window that contains the pointer; otherwise, the destination window is the focus win- dow. To determine which clients should receive the specified events, XSendEvent uses the propagate argument as follows: If event_mask is the empty set, the event is sent to the client that created the destination window. If that client no longer exists, no event is sent. If propagate is False, the event is sent to every client selecting on destination any of the event types in the event_mask argument. If prop- agate is True and no clients have selected on destination any of the event types in event-mask, the destination is replaced with the clos- est ancestor of destination for which some client has selected a type in event-mask and for which no intervening window has that type in its do-not-propagate-mask. If no such window exists or if the window is an ancestor of the focus window and InputFocus was originally spec- ified as the destination, the event is not sent to any clients. Otherwise, the event is reported to every client selecting on the final destination any of the types specified in event_mask. The event in the XEvent structure must be one of the core events or one of the events defined by an extension (or a BadValue error results) so that the X server can correctly byte-swap the contents as necessary. The contents of the event are otherwise unaltered and unchecked by the X server except to force send_event to True in the forwarded event and to set the serial number in the event correctly; therefore these fields and the display field are ignored by XSendEvent. XSendEvent returns zero if the conversion to wire protocol format failed and returns nonzero otherwise. XSendEvent can generate BadValue and BadWindow errors. Note The X protocol is limited to 32 bits. Therefore, XSendEvent() sends only 32 bits of any long values, despite the fact that the values are 64 bits on Tru64 UNIX systems. The server may retain the recent history of the pointer motion and do so to a finer granularity than is reported by MotionNotify events. The XGetMotionEvents function makes this history available. The XGetMotionEvents function returns all events in the motion history buffer that fall between the specified start and stop times, inclu- sive, and that have coordinates that lie within the specified window (including its borders) at its present placement. If the server does not support motion history, if the start time is later than the stop time, or if the start time is in the future, no events are returned; XGetMotionEvents returns NULL. If the stop time is in the future, it is equivalent to specifying CurrentTime. XGetMotionEvents can gener- ate a BadWindow error. STRUCTURES
The XTimeCoord structure contains: typedef struct { Time time; short x, y; } XTimeCoord; The time member is set to the time, in milliseconds. The x and y members are set to the coordinates of the pointer and are reported rela- tive to the origin of the specified window. DIAGNOSTICS
Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. A value for a Window argument does not name a defined Window. SEE ALSO
XAnyEvent(3X11), XIfEvent(3X11), XNextEvent(3X11), XPutBackEvent(3X11) Xlib -- C Language X Interface XSendEvent(3X11)