Indian GNU/Linux advocate and independent FOSS consultant Raj Mathur (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Indian GNU/Linux advocate and independent FOSS consultant Raj Mathur (video)
# 1  
Old 12-03-2008
Indian GNU/Linux advocate and independent FOSS consultant Raj Mathur (video)

12-03-2008 01:00 PM
New Delhi resident Raj Mathur is living proof that a Free and Open Source Software advocate can earn a decent living working with clients who are using or planning to use FOSS. Raj has also been a member of the Open Source Initiative board of directors and is a leading member of his local Linux users group. He's also contributed to more than a few Free Software projects over the years. Raj is a "heartbeat of GNU/Linux" kind of guy -- not famous, but a stalwart soldier in the worldwide FOSS army. (And a nice person, too.)



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

For Indian Members: What City Do You Live?

A Tribute to India For our Indian members, please let us know in the poll what city you live (or work)? Mumbai (Bombay) Delhi Kolkata (Calcutta) Chennai (Madras) Bangalore Hyderabad Pune Ahmedabad Kanpur Surat Other (Please Tell Us in Post and Write in Poll, Thanks!) Don't Live in... (32 Replies)
Discussion started by: Neo
32 Replies
Login or Register to Ask a Question
DTK_VIDEO_GETSTATE(3)						Draw Toolkit manual					     DTK_VIDEO_GETSTATE(3)

NAME
dtk_video_getstate - returns the current state of a video texture SYNOPSIS
#include <dtk_video.h> int dtk_video_getstate(dtk_htex vid); DESCRIPTION
This function returns the state of a video texture referenced by vid created by one of the functions dtk_create_video_*(3) and is a BITOR combination of the following flags: DTKV_PLAYING : Indicates whether the video is paused or playing DTKV_EOS : Indicates that the end of the video stream has been reached RETURN VALUE
This function returns the state of the video in case of success, -1 otherwise. SEE ALSO
dtk_load_video_file(3), dtk_load_video_gst(3), dtk_load_video_test(3), dtk_load_video_udp(3), dtk_load_video_tcp(3), dtk_video_exec(3) EPFL
2011 DTK_VIDEO_GETSTATE(3)