9:47
What is a compiler
what is a compiler and why we need that....
published: 15 Jan 2011
author: TheOresoft
What is a compiler
what is a compiler and why we need that.
published: 15 Jan 2011
views: 12957
49:09
Lec 1 | MIT 6.035 Computer Language Engineering, Fall 2005
Course Administration Information and Overview View the complete course: ocw.mit.edu Licen...
published: 15 Feb 2008
author: MIT
Lec 1 | MIT 6.035 Computer Language Engineering, Fall 2005
Course Administration Information and Overview View the complete course: ocw.mit.edu License: Creative Commons BY-NC-SA More information at ocw.mit.edu More courses at ocw.mit.edu
published: 15 Feb 2008
author: MIT
views: 73684
61:37
Compiling and Optimizing Scripting Languages
Google Tech Talks March 18, 2009 ABSTRACT Presented by Paul Biggar, Department of Computer...
published: 28 Mar 2009
author: GoogleTechTalks
Compiling and Optimizing Scripting Languages
Google Tech Talks March 18, 2009 ABSTRACT Presented by Paul Biggar, Department of Computer Science and Statistics, Trinity College, Dublin. Scripting languages offer unique challenges to compiler writers. Challenges to compilation include undefined and changing language semantics, and run-time code generation. However, optimizing compilers face greater challenges still. Scripting languages offer many run-time features which are difficult to optimize, including run-time typing, run-time aliasing, run-time class and function definitions and run-time code generation. I discuss these problems, and a great number of their solutions, in relation to phc (phpcompiler.org), our optimizing ahead-of-time compiler for PHP.
published: 28 Mar 2009
author: GoogleTechTalks
views: 17816
60:14
Google I/O 2010 - A JIT Compiler for Android's Dalvik VM
Google I/O 2010 - A JIT Compiler for Android's Dalvik VM Android 301 Ben Cheng, Bill Buzbe...
published: 27 May 2010
author: GoogleDevelopers
Google I/O 2010 - A JIT Compiler for Android's Dalvik VM
Google I/O 2010 - A JIT Compiler for Android's Dalvik VM Android 301 Ben Cheng, Bill Buzbee In this session we will outline the design of a JIT Compiler suitable for embedded Android devices. Topics will include an architectural overview, the rationale for design decisions and the special support for JIT verification, testing and tuning. For all I/O 2010 sessions, please go to code.google.com
published: 27 May 2010
author: GoogleDevelopers
views: 38137
3:36
What is Compiler And Interpreter [explained in very easiest way]
A very good Explanation of the Term Compiler and Interpreter by providing the great demo. ...
published: 11 Jul 2012
author: Hitesh Parmar
What is Compiler And Interpreter [explained in very easiest way]
A very good Explanation of the Term Compiler and Interpreter by providing the great demo. have a look, i am sure that you will enjoy the video. please comment if you find it helpful. Thanks :) for more coll stuff have a look at my blog :- parmarhh.wordpress.com
published: 11 Jul 2012
author: Hitesh Parmar
views: 346
56:17
Google I/O 2010 - Optimizing apps with the GWT Compiler
Google I/O 2010 - Faster apps faster - Optimizing apps with the GWT Compiler GWT 201 Ray C...
published: 27 May 2010
author: GoogleDevelopers
Google I/O 2010 - Optimizing apps with the GWT Compiler
Google I/O 2010 - Faster apps faster - Optimizing apps with the GWT Compiler GWT 201 Ray Cromwell The GWT compiler isn't just a Java to JavaScript transliterator. It performs many optimizations along the way. In this session, we'll show you not only the optimizations performed, but how you can get more out of the compiler itself. Learn how to speed up compiles, use -draftCompile, compile for only one locale/browser permutation, and more. For all I/O 2010 sessions, please go to code.google.com
published: 27 May 2010
author: GoogleDevelopers
views: 12843
3:33
C++ Tutorial - 1 - Installing Compiler for C++
Part 2 - www.youtube.com Make sure to Subscribe to my Channel for all my latest videos!!! ...
published: 01 Aug 2008
author: thenewboston
C++ Tutorial - 1 - Installing Compiler for C++
Part 2 - www.youtube.com Make sure to Subscribe to my Channel for all my latest videos!!! support my website too by registering at www.thenewboston.com
published: 01 Aug 2008
author: thenewboston
views: 281773
48:28
Lecture 4 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). ...
published: 03 Jul 2008
author: StanfordUniversity
Lecture 4 | Programming Methodology (Stanford)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami moves into the history of computing and introduces the program Java. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. Complete Playlist for the Course: www.youtube.com CS106A at Stanford Unversity: www.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube www.youtube.com
published: 03 Jul 2008
author: StanfordUniversity
views: 209083
69:04
Cross-Compiling Android Applications to the iPhone
Google Tech Talk February 25, 2010 ABSTRACT Presented by Professor Arno Puder, SF State Un...
published: 15 Mar 2010
author: GoogleTechTalks
Cross-Compiling Android Applications to the iPhone
Google Tech Talk February 25, 2010 ABSTRACT Presented by Professor Arno Puder, SF State University. Smart phones such as Google's Android and Apple's iPhone have become popular devices for mobile applications. In particular, both devices allow the development of native applications that can take advantage of special purpose hardware such as accelerometers or GPS. While similar in capabilities, smart phones differ greatly in the way native applications have to be written for them. Google's Android is based on Java with an Android-specific set of widgets, while Apple's iPhone only supports Objective-C as the programming language of choice. In fact, Apple explicitly prohibits Java virtual machines on the iPhone per license agreement. Objective-C and Java are two radically different programming languages. While Java features strong typing and garbage collection, Objective-C supports dynamic typing but no garbage collection. In this presentation we will describe a technique how Java-based Android applications can be cross-compiled to native iPhone applications. We will demonstrate how Java can be cross-compiled to Objective-C and how the Android API can be mapped to the iPhone-specific Cocoa API. One specific outcome of our work is that native iPhone applications can also be developed in Java. Several demos will be given throughout the presentation. The source code is available under an Open Source license at xmlvm.org. Arno Puder is an Associate Professor at the San Francisco ...
published: 15 Mar 2010
author: GoogleTechTalks
views: 38824
9:29
04.01 Übersetzung, Compiler, Interpreter
Alle Videos hintereinander in der Playliste zu Informatik 1, Winter 2010/2011: www.youtube...
published: 28 Oct 2010
author: Jörn Loviscach
04.01 Übersetzung, Compiler, Interpreter
Alle Videos hintereinander in der Playliste zu Informatik 1, Winter 2010/2011: www.youtube.com Skripte, Aufgaben, Links: www.j3l7h.de
published: 28 Oct 2010
author: Jörn Loviscach
views: 2280
9:59
Lecture 6 - CFLs and compilers (Part 1/9)
All rights reserved for www.aduni.org Published under the Creative Commons Attribution-Sha...
published: 15 May 2010
author: Coderisland
Lecture 6 - CFLs and compilers (Part 1/9)
All rights reserved for www.aduni.org Published under the Creative Commons Attribution-ShareAlike license creativecommons.org Tutorials by Instructor: Shai Simonson. www.stonehill.edu Visit the forum at: www.coderisland.com Follow us on twitter www.twitter.com Follow our Rss Feed: www.coderisland.com Become a fan on Facebook: www.facebook.com
published: 15 May 2010
author: Coderisland
views: 6999
4:07
Source SDK - Speed up compiling
Can't find the tutorial you need? Visit here tinyurl.com For further help, ask on these fo...
published: 29 Jan 2009
author: 3kliksphilip
Source SDK - Speed up compiling
Can't find the tutorial you need? Visit here tinyurl.com For further help, ask on these forums www.ubermicro.proboards82.com Compiling your new map can take ages. This video shows every possible way of making it take less time. Just noticed that all 3 possible thumbnails for this video are more interesting than any other Source tutorial one I've ever had before. Should I choose to represent this video with a load of spherical doors floating in the air, a shadowy area of a map or a level full of squares? Oh the possibilities. ALSO, for those of you who want to run VIS normally (ie, get good framerates on your maps)... you can. The big hollow skybox method is bad. Very bad. I tell people to use it to save me like, 2 hours a day explaining to people that they've got a gap letting the blackness in from outside the map. Below I'll tell you how you're meant to do skyboxes. USE THIS AT YOUR OWN RISK, if it causes leaks then you have got a gap some where, follow the grid and all is easy, though from past experience I don't know many people who do. Place the skybox like a 'wall' around your map. If you have a courtyard, think of the skybox as an extension to the four walls. You could just make it like a ceiling to the courtyard, but then people who enjoy spamming the level up with smoke grenades get angry when they bounce off nothingness. Section the skybox off into various areas- if you have two outdoor areas, you don't have to be able to travel from one to the other from above ...
published: 29 Jan 2009
author: 3kliksphilip
views: 51935
Vimeo results:
3:57
Mindrelic - Manhattan in motion
I recently spent a little over a month hotel hopping in Manhattan (March 12th to April 29t...
published: 31 May 2011
author: Mindrelic
Mindrelic - Manhattan in motion
I recently spent a little over a month hotel hopping in Manhattan (March 12th to April 29th) shooting time lapse. These clips were pulled from over an hours worth of footage.
Prints available for purchase here: http://www.redbubble.com/people/mindrelic
http://www.mindrelic.com
http://www.twitter.com/mindrelic
gplus.to/mindrelic
http://www.facebook.com/MindrelicPhotography
Music:
"Lights Dim" from NYC based group called 'The American Dollar' (facebook.com/theamericandollar) Download a free compilation of 9 of their best tracks here: tinyurl.com/2bflc4m
Gear:
Dynamic Perception dolly rig (http://www.dynamicperception.com)
"The little bramper" (http://www.thewhippersnapper.com)
Canon glass from (http://www.borrowlenses.com)
Cameras: one Canon 5D mark II, and two Canon 7Ds
Hotel Sponsors:
-Midtown East Hotels
Doubletree Metropolitan (http://facebook.com/dtmetropolitan)
Radisson Lexington (http://facebook.com/radlex)
-Times Square Hotels
Doubletree Guest Suites Times Square (http://facebook.com/DTTimesSquare)
Paramount Hotel (http://facebook.com/nycparamount)
Hampton Inn Times Square North (http://facebook.com/HITimesSquare)
Hilton Garden Inn Times Square (http://facebook.com/HGITimesSquare)
The Milford Plaza (http://facebook.com/TheMilford)
-Midtown West/Upper West Side
Park Central (http://facebook.com/parkcentralny)
On The Ave (http://facebook.com/ontheavehotel)
-Fashion/Garment District
Hilton New York Fashion District (https://facebook.com/hiltonnewyorkfashiondistrict)
-Herald Square
Hilton Garden Inn 35th Street (http://facebook.com/HGINewYork)
3:49
View from the ISS at Night
Every frame in this video is a photograph taken from the International Space Station. All ...
published: 16 Jul 2012
author: Knate Myers
View from the ISS at Night
Every frame in this video is a photograph taken from the International Space Station. All credit goes to the crews on board the ISS.
I removed noise and edited some shots in photoshop. Compiled and arranged in Sony Vegas.
*** Thank you all for the amazing support this video has received. I'm glad so many have enjoyed it.****
Music by John Murphy - Sunshine (Adagio In D Minor)
Performed by the City Of Prague Philharmonic
http://www.amazon.com/dp/B003YYX1YG/?tag=you09f-20
Image Courtesy of the Image Science & Analysis Laboratory,
NASA Johnson Space Center, The Gateway to Astronaut Photography of Earth
http://eol.jsc.nasa.gov
1:07
Seconds Of Beauty - 1st round compilation
60 seconds of beauty submitted by users to the first round of The Beauty Of A Second short...
published: 14 Nov 2011
author: The Beauty Of A Second
Seconds Of Beauty - 1st round compilation
60 seconds of beauty submitted by users to the first round of The Beauty Of A Second short film contest.
** UPDATE **
Good news, moviemakers: Due to the success and massive response The Beauty of a Second has been extended with one extra round! The deadline for submitting one-second videos is now January 20.
Create your own playlist now on the site or upload your second of beauty to participate in the next round now. 20 videos will be shortlisted from each of the three rounds to be judged by Wim Wenders in the grand final.
For more information visit: http://www.montblanconesecond.com/#/en/the-challenge
Montblanc and Leo Burnett Milan pay homage to the chronograph -- which recorded time to the accuracy of a fifth of a second -- with a short film challenge. The Beauty of a Second is a contest curated by Wim Wenders which asks users to demonstrate beauty in a second of film. The winner will meet Wenders and win a Montblanc Nicolas Rieussec chronograph.
Every Second Counts!
Update: The music is made by Marcus Loeber (http://www.marcusloeber.com/)
Buy the original soundtrack from the campaign here:
- http://itunes.apple.com/us/album/the-beauty-second-original/id492439647
- http://www.cdbaby.com/cd/marcusloeber3
- http://amzn.to/vdYRg4
19:21
Zimoun : Compilation Video V.2.9 | Sound Sculptures & Installations, Sound Architectures
Zimoun : Sound Sculptures & Installations, Sound Architectrues
Compilation Video V.2.9 / L...
published: 24 Oct 2009
author: STUDIO ZIMOUN
Zimoun : Compilation Video V.2.9 | Sound Sculptures & Installations, Sound Architectures
Zimoun : Sound Sculptures & Installations, Sound Architectrues
Compilation Video V.2.9 / Last update: December 4, 2011
Using simple and functional components, Zimoun builds architecturally-minded platforms of sound. Exploring mechanical rhythm and flow in prepared systems, his installations incorporate commonplace industrial objects. In an obsessive display of simple and functional materials, these works articulate a tension between the orderly patterns of Modernism and the chaotic forces of life. Carrying an emotional depth, the acoustic hum of natural phenomena in Zimoun's minimalist constructions effortlessly reverberates.
More works & information:
http://www.zimoun.ch
Next Events:
http://zimoun.ch/events.html
Newsletter:
http://www.zimoun.ch/newsletter.html
Facebook:
http://www.facebook.com/pages/Zimoun/134817185765
HD Video Archive:
http://vimeo.com/zimoun/videos/sort:plays
Galleries:
bitforms gallery nyc
http://www.bitforms.com
Galerie Denise René Paris
http://www.deniserene.com
_
«The sound sculptures and installations of Zimoun are graceful, mechanized works of playful poetry, their structural simplicity opens like an industrial bloom to reveal a complex and intricate series of relationships, an ongoing interplay between the «artificial» and the «organic». It‘s an artistic research of simple and elegant systems to generate and study complex behaviors in sound and motion. Zimoun creates sound pieces from basic components, often using multiples of the same prepared mechanical elements to examine the creation and degeneration of patterns.» Tim Beck
«Zimoun is best compared to a watchmaker of a self-reproducing time constructing his own gauging station.» Radjo Monk
«The clean, elegant sound sculptures combine visual, sonic, and spatial elements in an organically balanced entirely artwork. Using simple and well- conceived mechanical systems, Zimouns‘s work transforms and activates the space.» Jury Prix Ars Electronica 2010
«Zimoun creates complex kinetic sound sculptures by arranging industrially produced parts according to seemingly simple rules. Using motors, wires, ventilators, etc.., he creates closed systems that develop their own behavior and rules similarly to artificial creatures. Once running, they are left to themselves and go through an indeterminable process of (de)generation.
These quasi autonomous creatures exist in an absolutely synthetic sphere of lifeless matter. However, within the precise, determinist systems creative categorioes suddenly reappear, such as deviation, refusal and transcience out of which complex patterns of behavior evolve.» Node10
«It is a poetic and humorous absurdity we find in Zimoun’s work, which opens up a wide, refreshing and enriching space for discoveries, associations and a multitude of approaches.» Nina Terry
«The components used in Zimoun’s work are simple, functional and raw, whereas only aesthetically high-level and purposefully chosen elements and materials are used in minimalist fashion. Through radical reduction, Zimoun creates works of art which allow for a plethora of associations without being pinned down to a specific direction. Radical abstraction functions rather like a code in the background of things, thus elegantly avoiding an insinuation of direct, concrete attribution. Thanks to the abundance of mechanical activity, the range of perception, possibilities and interpretations is wide open.» Amanda Neumann
«Indeed, one of the refreshing elements of this work is the immediacy with which one can understand the sound-making process, where each micro-event is present, visible, and concrete. Yet at the same time the resulting complexity of the total system, conjured before your eyes, defies any attempt to dissect it. You might find yourself feeling there is a «prime mover» at work behind the scenes, but in fact it is just the characteristic reaction of materials behaving together and in unison with the space of their activity. A magic of the real.» Xymara
_
Website:
http://www.zimoun.ch
_
Youtube results:
6:19
Compiling and configuring Boost C++ libraries for Visual Studio 2010
This video demonstrates how to compile the Boost C++ Libraries for VC++ 10.0. It will then...
published: 21 Jan 2011
author: toefel18
Compiling and configuring Boost C++ libraries for Visual Studio 2010
This video demonstrates how to compile the Boost C++ Libraries for VC++ 10.0. It will then show how to configure Visual Studio 2010, making it ready for use in your own C++ projects. You can download the source code at: toefel.nl For a good detailed description, you can also check out this page: stackoverflow.com I hope it helps, Christophe Hesters ( www.toefel.nl )
published: 21 Jan 2011
author: toefel18
views: 14210
84:25
HipHop Compiler for PHP? Transforming PHP into C++
(May 5, 2010) Haiping Zhao, the Senior Server Engineer at Facebook, discusses how PHP, an ...
published: 27 Aug 2010
author: StanfordUniversity
HipHop Compiler for PHP? Transforming PHP into C++
(May 5, 2010) Haiping Zhao, the Senior Server Engineer at Facebook, discusses how PHP, an easy to use programming language, can be transformed into semantically equivalent C++ to solve performance problems associated with the language and speed up PHP execution. Stanford University: www.stanford.edu Stanford School of Engineering: soe.stanford.edu Stanford Engineering Everywhere: see.stanford.edu Stanford University Channel on YouTube: www.youtube.com
published: 27 Aug 2010
author: StanfordUniversity
views: 11458
10:08
Compiling and configuring the OpenCV library for use with Visual Studio 2010
This video tutorial shows how to build OpenCV with TBB (threading building blocks) support...
published: 21 Jan 2011
author: toefel18
Compiling and configuring the OpenCV library for use with Visual Studio 2010
This video tutorial shows how to build OpenCV with TBB (threading building blocks) support for Visual Studio 2010. When building is finished, I also demonstrate how to configure Visual Studio 2010 so you can compile and run programs that use OpenCV. I used OpenCV 2.1.0 because OpenCV 2.2.0 contains a bug on windows 7 when using the webcam. This is not fixed yet in the downloadable package from the OpenCV website. I hope it helps, Christophe Hesters ( www.toefel.nl ) Download the source code here toefel.nl Face Detection and and Face Recognition using OpenCV is demonstrated here: www.youtube.com
published: 21 Jan 2011
author: toefel18
views: 46861