Open source diva Danese Cooper (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Open source diva Danese Cooper (video)
# 1  
Old 05-02-2008
Open source diva Danese Cooper (video)

Fri, 02 May 2008 20:00:00 GMT
We first met Danese Cooper when she was working for Sun, where she was a major internal open source advocate and often Sun's major spokesperson to the rest of the world about open source. She's currently doing something similar at Intel, besides serving on the Open Source Initiative board and generally being a popular speaker at GNU/Linux and open source conferences. She's also quoted now and then about open source, often on licensing matters.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

Video: Open source government

</p>Download this video: Ogg Theora] Open source is answering the call at government agencies on all levels as they look for opportunities to carve out costs and improve security, transparency, public participation, and collaboration. Why? Open source is stable, trustworthy, and secure,... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. Red Hat

Video: The seeds of open source

</p>Download this video: Ogg Theora] Video by Islam Elsedoudi, Kim Jokisch, and Tim Kiernan. Sometimes open source ideals make for the strangest–and most wonderful–bedfellows. We met Dr. Vandana Shiva–physicist, scientist, environmentalist, and activist–several years ago. Her work... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
XvQueryExtension(3)						  libXv Functions					       XvQueryExtension(3)

NAME
XvQueryExtension - return version and release of extension SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvQueryExtension(Display *dpy, unsigned int *p_version, unsigned int *p_revision, unsigned int *p_request_base, unsigned int *p_event_base, unsigned int *p_error_base); ARGUMENTS
dpy Specifies the connection to the X server. p_version Pointer to where the current version number of the Xv video extension is written. p_revision Pointer to where the revision number of the Xv video extension is written. p_request_base Pointer to where the extension major request number is returned p_event_base Pointer to where the extension event base is returned p_error_base Pointer to where the extension error base is returned DESCRIPTION
XvQueryExtension(3) returns the version and release numbers for the Xv video extension currently loaded on the system. The extension major request number, event base, and error base are also returned. RETURN VALUES
[Success] Returned if XvQueryExtension(3) completed successfully. [XvBadExtension] Returned if the Xv video extension is not available for the named display. SEE ALSO
Xv(3) X Version 11 libXv 1.0.7 XvQueryExtension(3)