Parallel Programming Using Perl Videos

p6apclps #23 Perl 6 Apocalypse
Parallel Ray Tracing
i used a perl script to decompose a mp3 i had, then used a distributed parallel raytracing program on a cluster that i built for a professor to render each frame, then used mencoder to glue the frames back together with the mp3
Go Behave! A BDD Framework for the Go Programming Language
Google Tech Talk January 19, 2010 ABSTRACT Presented by Samuel Tesla. Gospecify is a behavior-driven development (BDD) framework for Go. Rather than focus on testing every nook and cranny of some code, it helps a programmer produce an executable specification of that code's behavior. Go's syntax allowed gospecify to be almost as expressive as Ruby's rpsec; however, a few tricks had to be used to achieve the best readability. This talk will introduce BDD concepts and demonstrate how to implement
Lecture 1 | Programming Paradigms (Stanford)
Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. Professor Cain provides an overview of the course. Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Complete Playlist for the
Google I/O 2009 - ..Life of an App Engine Request
Google I/O 2009 - From Spark Plug to Drive Train: Life of an App Engine Request Alon Levi App Engine's serving architecture allows for real-time autoscaling without using virtualization. In this session, we'll explore the path of a single app engine request, from front end to appserver, and explain how App Engine's small app footprint permits thousands of applications to share a single appserver. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Dr. Terry Calaway and Dr. Jackie Snyder: What community colleges offer - Polsky Series
Dr. Terry Calaway and Dr. Jackie Snyder offer their insights in the Polsky Practical Enrichment Series: What community colleges offer students, parents, industry and community. April 1, 2009.
Google I/O 2009 ...A Preview of Google Web Toolkit 2.0
Google I/O 2009 - GWT Can Do What?!?! A Preview of Google Web Toolkit 2.0 Bruce Johnson One of the nicest things about working on an open source project is the atmosphere of community collaboration and brainstorming that it fosters. The GWT engineering team has been listening hard to the community about how GWT can be improved, and we're excited to take you on a tour of the powerful new features that have resulted. GWT 2.0 contains huge improvements, including dynamic script loading, a new catal