Pages:   ← Previous page | 1 2 3 4 5 6 7 8 | Next page →

Lecture - 1 Introduction to programming languages

Complete description: Lecture Series on Programming Languages by Dr.S.Arun Kumar, Department of Computer Science & Engineering ,IIT Delhi. For more details on NPTEL visit nptel.iitm.ac.in
Thematic Section: Education
Duration: 00:25:06
Other materials on this topic: Introduction

The Go Programming Language

Complete description: Google Tech Talks October 30, 2009 ABSTRACT Presented by Rob Pike What is Go? Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major
Thematic Section: Science & Technology
Duration: 00:29:43
Other materials on this topic: google tech talk programming language golang go

Advanced Topics in Programming Languages: Java Puzzlers,...

Complete description: Google Tech Talks July 23, 2007 ABSTRACT Java Puzzlers, Episode VI: The Phantom-Reference Menace/Attack of the Clone/Revenge of the Shift. Josh Bloch and special guest star Bill Pugh present yet anoth
Thematic Section: Howto & Style
Duration: 00:36:56.500
Other materials on this topic: google howto advanced topics programming

The Go Programming Language Promo

Complete description: A short promotional video about the Go Programming Language presented by Russ Cox. For a more detailed video about Go, please see: www.youtube.com For more on Go including FAQs, source code, libraries
Thematic Section: Science & Technology
Duration: 00:00:39
Other materials on this topic: go programming language

Advanced Topics In Programming Languages: Closures For Java

Complete description: Google Tech Talks January 17, 2007 ABSTRACT We propose to add Closures to the Java Programming Language. Closures simplify the use of APIs that rely on anonymous class instances, such as the concurren
Thematic Section: Howto & Style
Duration: 00:57:32.500
Other materials on this topic: java closures google

Advanced Topics in Programming Languages: The Java Memory...

Complete description: Google Tech Talks March 21, 2007 ABSTRACT This talk describes the Java Memory Model and how it affects the ways concurrent software should be written. Recent changes to the memory model, which were in
Thematic Section: Howto & Style
Duration: 00:28:41
Other materials on this topic: java google howto

Advanced Topics in Programming Languages Series:...

Complete description: Google Tech Talks April 18, 2007 ABSTRACT Advanced Topics in Programming Languages Series: Parametric Polymorphism and the Girard-Reynolds Isomorphism. This talk is based on a series of papers by Phil
Thematic Section: Howto & Style
Duration: 00:15:20
Other materials on this topic: google howto advanced topics programming

Advanced Topics in Programming Languages Series: Python...

Complete description: Google Tech Talks March 14, 2007 ABSTRACT Design Patterns must be studied in the context on the language in which they'll get implemented (the Gang of Four made that point very strongly in their book,
Thematic Section: Howto & Style
Duration: 00:29:23.500
Other materials on this topic: python google howto

ChucK: A Computer Music Programming Language

Complete description: November 16, 2007 lecture by Ge Wang for the Stanford University Human-Computer Interaction Seminar (CS 547). In the first part of this talk, Ge presents the design, philosophy, and development of Chu
Thematic Section: Education
Duration: 00:42:32.500
Other materials on this topic: Computer science software engineering programming design app Ge Wang chuck music laptop orchestra

Reasons to learn the R Programming Language

Complete description: Courtney Brown describing why students should learn the R programming language. R is FREE, easy to use, and open source. It is often used to do statistics, but it can also be used for other purposes a
Thematic Section: Education
Duration: 00:03:44.500
Other materials on this topic: Courtney Brown programming language programing statistics mathematics computer

Programming Language For Web Development

Complete description: ogsolution.com - In this screencast, I am going to talk about additional skills and knowledge you need after learning HTML and CSS. This is a good conceptual video about what a programming language is
Thematic Section: Education
Duration: 00:02:45.500
Other materials on this topic: screen cast web language learn free tutorial programming development

C Programming Language Introduction

Complete description: www.pctech-help.com This is just an introduction to the C Language syntax. I will be uploading other tutorials that will cover the rest of the Language for those that want to learn C programming. Go a
Thematic Section: Education
Duration: 00:04:57
Other materials on this topic: C Programming Programming syntax C++

Advanced Topics in Programming Languages Series: JSR 277...

Complete description: Google Tech Talks May 23, 2007 ABSTRACT The JSR 277 (Java Module System, jcp.org specification seeks to address many issues associated with Java Archive (JAR) files, including the lack of version cont
Thematic Section: Howto & Style
Duration: 00:32:43.500
Other materials on this topic: google howto advanced topics programming

Advanced Topics in Programming Languages: A Lock-Free...

Complete description: Google Tech Talks March 28, 2007 ABSTRACT I present a lock-free concurrent Hash Table implementation with better single-thread performance than most Hash Tables, and better multi-thread performance th
Thematic Section: Howto & Style
Duration: 00:29:17
Other materials on this topic: google howto advanced topics programming

Factor: an extensible interactive language

Complete description: Google Tech Talks October 27, 2008 ABSTRACT Factor is a general-purpose programming language which has been in development for a little over five years and is influenced by Forth, Lisp, and Smalltalk.
Thematic Section: People & Blogs
Duration: 00:48:19.500
Other materials on this topic: google techtalks techtalk engedu talk talks googletechtalks education

Advanced Topics in Programming Languages:...

Complete description: Google Tech Talks May 9, 2007 ABSTRACT Sometimes what you want to say is hard to write or hard to get right in the programming model you're using. But how do we try another? There are many powerful pr
Thematic Section: Howto & Style
Duration: 00:28:32.500
Other materials on this topic: programming csp concurrency

Advanced Topics in Programming Languages Series:...

Complete description: Google Tech Talks June 4, 2007 ABSTRACT Concurrent programs are notoriously difficult to write and debug, a problem that is becoming acute as concurrency becomes more common. A fundamental and particu
Thematic Section: Howto & Style
Duration: 00:29:05.500
Other materials on this topic: google howto advanced topics programming

Advanced Topics in Programming Languages: Transactional...

Complete description: Google Tech Talks June 14, 2007 ABSTRACT Concurrent programming is increasingly important and existing programming models are inadequate for this challenge. Transactional memory is the most promising
Thematic Section: Howto & Style
Duration: 00:37:00
Other materials on this topic: google howto advanced topics programming

Advanced Topics in Programming Languages Series: C++ Threads

Complete description: Google Tech Talks May 16, 2007 Abstract The next C++ standard will provide direct support for threads, including a model of memory, atomics, variables, launching, scheduling, synchronization, and term
Thematic Section: Howto & Style
Duration: 00:44:49.500
Other materials on this topic: google howto advanced topics programming

Lecture - 27 Programming Languages

Complete description: Lecture Series on Programming Languages by Dr.S.Arun Kumar, Department of Computer Science & Engineering ,IIT Delhi. For more details on NPTEL visit nptel.iitm.ac.in
Thematic Section: Education
Duration: 00:23:15
Other materials on this topic: Programming Languages

RailsConf 2010: Robert Martin

Complete description: Robert Martin (Object Mentor, Inc.)
Thematic Section: Science & Technology
Duration: 00:26:30.500
Other materials on this topic: railsconf rails ror oreilly oreilly media ruby on rails rails 3

AI Programming Language LISP - 1

Complete description: AI Programming Language LISP-1
Thematic Section: Education
Duration: 00:05:29.500
Other materials on this topic: AI Programming Language LISP

Go Behave! A BDD Framework for the Go Programming Language

Complete description: 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
Thematic Section: Science & Technology
Duration: 00:18:29
Other materials on this topic: google tech talk go programming language

Self and Self: Whys and Wherefores

Complete description: (September 30, 2009) David Unger, from IBM Research, discusses how his experience in computer science has led him to the conclusion that even if your ideas succeed, the real legacy is the people. Stan
Thematic Section: Education
Duration: 00:35:05.500
Other materials on this topic: science technology art engineering mathematics statistics economics design technical computer hi-tech experience leading following cognitive memory programming CPU prototype physics self language creativity implemen

AI Programming Language LISP -2

Complete description: AI Programming Language LISP -2
Thematic Section: Education
Duration: 00:22:08.500
Other materials on this topic: AI Programming Language LISP

AI Programming Language LISP -3

Complete description: AI Programming Language LISP -3
Thematic Section: Education
Duration: 00:23:29
Other materials on this topic: AI Programming Language LISP

BFPL - A programming language I wrote

Complete description: Just a simple demonstration of a programming language interpreter i wrote. You can download it at www.bluespear.has.it Please check out my website: www.bluespear.has.it
Thematic Section: Howto & Style
Duration: 00:04:17.500
Other materials on this topic: bfpl jay walker brandon foltz programming language basic lesson

Macros Matter: infrastructure for building new programming languages

Complete description: Building new programming languages from whole cloth is a difficult proposition at best. Macro system provide an alternative; they support the construction of new programming languages from existing ex
Thematic Section: Education
Duration: 00:18:40
Other materials on this topic: Robby Findler

LCE008 Perl, in a Nutshell

Complete description: "Perl, in a Nutshell" is a parody of a Barenaked Ladies song. All new words by me, about my favorite computer programming language, Perl. This is the Longest Concert Evar, starring Pudge. Send request
Thematic Section: Music
Duration: 00:01:34.500
Other materials on this topic: longest concert evar pudge requests perl lifeinanutshell barenakedladies parody
Pages:   ← Previous page | 1 2 3 4 5 6 7 8 | Next page →

Add page to social bookmarks:


English:
Russian: