search for: videoplay

Displaying 17 results from an estimated 17 matches for "videoplay".

2006 Sep 02
7
BayLISA Puppet presentation video
Hi all, Jennifer Davis from BayLISA has done us the service of already posting the presentation from this past Wednesday night: http://video.google.com/videoplay?docid=8202036065161263530&hl=en http://video.google.com/videoplay?docid=7740462681265962824&hl=en It''s about 2 hours total, and I can''t promise it''s any kind of amazing presentation, but I do a relatively interesting demo (which I hope to post as a separate v...
2008 Jan 09
4
Using Prototype - Getting Javascript Error - "Object doesn't support this property or method"
...eo, "vidplayer", "<?php if (is_numeric($width)) echo $width; else echo $dw; ?>", "<?php if (is_numeric($height)) echo $height; else echo $dh; ?>", "8", "#000000"); so.addParam("wmode", "transparent"); so.write("videoPlayer"); } function assignB(o) { listItems = $("vidList").childElements("li"); listItems.each ( function(item) { $(item).className = $(item).className.replace("yellowdot",""); } ) var eElement = Event.element(o); eParents=eElement.ancestors...
2008 Sep 12
2
Greyed text in the background of a plot
Hi! Is there any way of having a greyed ("ghosted") text (i.e, 2006) in the background of a plot? I'm making a dynamic plot and would like to show the year of each time step as a big greyed text in the background. (the idea comes from Hans Rosling video: http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed ) Thanks Agus -- Dr. Agustin Lobo Institut de Ciencies de la Terra "Jaume Almera" (CSIC) LLuis Sole Sabaris s/n 08028 Barcelona Spain Tel. 34 934095410 Fax. 34 934110012 email: Agustin.Lobo at ija.csic.es http://www.ija.csic.es/gt/obste...
2007 Jul 27
4
Asterisk Wiki
Hi List; I am trying to use wiki via the link (http://www.voip-info.org/wiki/index.php?page=Asterisk) in effective way to find the needed resource for me, but still it is hard to arrive for the needed information. For example: what is the best (shortest) way to search for information related to the command playbak()? Using the backlines, it make the eyes feel hard by keep reading without
2007 May 29
3
Zaptel linux26
I am using centos 4.4 ,when I am compiling zapltel using l make linux26 ,error accrued ,what s missing [root@localhost zaptel]# make linux26 grep: /include/linux/autoconf.h: No such file or directory make: *** No rule to make target `linux26'. Stop. Regards ********************************************* No employee or agent is authorized to conclude any binding
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all, I have the following in my extensions.conf: exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" | "8585970327"]?15:5) The numbers listed above are known spammer numbers. However, when I call from any other CALLERID, it still directs me to s,15 which is the Hangup() application. Here are logs from the asterisk CLI: -- Executing
2008 Nov 15
1
[Bug 18546] New: google video not working, but possible reason found
http://bugs.freedesktop.org/show_bug.cgi?id=18546 Summary: google video not working, but possible reason found Product: swfdec Version: unspecified Platform: x86 (IA32) URL: http://video.google.com/videoplay?docid=- 6856727143023456694&ei=YPYeSfrFFoT22gLx_JmuCg&q=tech+tal k+google OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: plugin AssignedTo: swfdec at lists...
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
Some threads just go on too long. Personally I think a troll has hijacked the main centos list again and is inducing food fight behaviours while that troll perfectly 'innocently' asserting that it is just respoding to all email. see: http://video.google.com/videoplay?docid=-4216011961522818645 for a discussion of the problem of 'capture' in FOSS projects. But if one loses interest in a thread, it is easy enough to tune them out: 1. Install procmail; yum knows how 2. Add a mark and drop ruleset [herrold at new .procmail]$ cat ~/.procmail/killfil...
2008 Jan 11
1
Google Video accepting Ogg Theora files
Hi all, I just noticed that Google Video now accepts uploading of Ogg Theora files, even though they don't mention it on the site. Now if they could just sort out the download side of things... -Phil
2006 May 19
2
R-OT list needed?
The Iraq Statistics thread is a very interesting topic, and no doubt a lot of us would like to chip in with our views and comments -- indeed we are likely to bring a more discriminating view to such discussion than might be the case on many other lists. So if this took on a life of its own then it could become extensive. At which point the R-help admin would quite rightly call time on us! Yet I
2006 Sep 20
2
New viewport switcher plugin
Hi, We've (Soeren Sandmann, really) have written a new plugin that pans the viewport around a planar workspace instead of the cube. It's a more toned down transition effect and is more similar to the metacity workspace model. There's two parts to this patch: one part prepares the compiz core for workspace that's more than one viewport high, and the second part is the
2007 Jun 08
2
Testing two interdependent ActiveRecord models
Hello, In my app, I''d like to test two model object objects that interact with each other. (In my example, a Person can have Contributions.) I guess you could say that I''m testing ActiveRecord associations. For example, a Person has zero or many Contributions. A Contribution has one or more People. This is the very basic version, but I think it will illustrate the
2007 Oct 17
15
Any tips on teaching BDD with RSpec?
Hi I hope this is not OT. I''m training my replacement at work to do BDD Rails development. He''s done a CS/maths degree but has no professional programming experience, so he''s never NOT done a project without BDD. In a way I am jealous of his unspoilt situation :) I''ve gone about things this way: * first teach him some Ruby (he did mainly Java at
2006 Jun 11
7
testcase_setup_and_teardown_with_blocks (aka "The plugin with the very long name")
Hey all, I got annoyed recently that I couldn''t specifiy multiple chunks of test setup and teardown code that get executed for each test. You''re currently limited to just one setup method (unless I''m much mistaken). Anyway, I just wrapped up my solution in a plugin. The answer: use blocks! class Test::Unit::TestCase # This is overridden by the subclass and will
2008 Oct 11
0
[LLVMdev] C++ to C?
Hi Daniel,   Thanks for your help.   You mentioned that "the current interpreter makes no pretense of running on a "virtual machine"", but isn't the interpreter itself a virtual machine? I'm not looking to emulate any particular processor - just interested in a tool that will help teach how a processor works.   Can LLVM help, or am I completely off track?   Thanks, M.
2008 Jan 11
25
DTrace in Perl: What probes should we have?
...d__module (require, use etc). Where else might we usefully probe? What would people find useful? -- notes -- I''m crossposting this to what I hope are a few interested lists. If anyone reading this needs a primer on dtrace this video is highly recommended: http://video.google.com/videoplay?docid=-8002801113289007228 It''s 90 minutes of your life but it''ll be time well spent :) If anyone would like to try bleadperl it is available here: rsync -avz --exclude .svn/ --delete \ rsync://ftp.linux.activestate.com/perl-current/ bleadperl You can configure it like thi...
2008 Oct 11
5
[LLVMdev] C++ to C?
Hi Michael, On Sat, Oct 11, 2008 at 12:44 PM, Michael McDonnell < michaeldmcdonnell at yahoo.com> wrote: > > > My assumption has been that LLVM generates machine code for a virtual > machine, and that you supply an interpreter that will execute the code. > The name can be somewhat confusing. LLVM is a lot of things, the web page gives some important areas (http://llvm.org/).