I saw one on the creator of captcha, Luis von Ahn, and he also made the picture matching game that Google has bought from him (citation).
It was really interesting and I was wondering where a vast archive of Google Tech Talks are.
Anyone know?
...
Which talks/videos appealed to you as a developer?
I really like this talk by Clay Shirky:
http://www.youtube.com/watch?v=Xe1TZaElTAs
And, Startup School talk by David:
http://www.omnisio.com/startupschool08/david-heinemeier-hansson-at-startup-school-08
Which ones you recommend? please provide links and a short description if possible....
A friend of mine's company is considering using either Java or ASP.NET for web development. Currently they do all development in Delphi. As they have no experience in .NET they have asked me to come down and give a 1 hour overview of .NET (mainly ASP.NET). What topics should I cover?
...
How can I enable talk or speech on my PHP Server? Is there a language that has speech-classes that could help me, or do I need to use a text-to-speech engine?
...
I see GoogleTalk.exe (1.0.0.104) has some undocumented TypeLib interface
Dispatch IMUCTalkPlugin; // IMUCTalkPlugin Interface
GUID={4C9DC108-C73F-11DA-95AB-00E08161165F};
function QueryInterface(riid:^GUID; out ppvObj:^^void);
function AddRef: UI4;
function Release: UI4;
function OnNewContact(chatroom_contact:^IChatRoomContact);...
Does someone know how to use Wincap(or other library) to see messages sent from and to Msn messenger, yahoo messenger, google talk?
Thanks
...
I made this PHP chatbox which supports some JavaScript code.
I have these 'images' which if you click them make special codes inside the textfield. e.g:
<head>
<script language="javascript">
function addCode(code)
{
document.writeform.bericht.value+=code;
document.writeform.bericht.focus();
}
</head>
<bo...
I'd like to be able to retrieve a users Google Talk Status Message with Python, it's really hard to find documentation on how to use some of the libraries out there.
...