CGI & PHP » Programming http://www.cgiphp.com Enhance your site with CGi, PHP and ASP scripts Sun, 25 Jul 2010 07:07:32 +0000 en hourly 1 Lecture 9 | Programming Methodology (Stanford) http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/ http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/#comments Sun, 25 Jul 2010 07:07:32 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/ Lecture 9 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami introduces 2 new concepts, and he shows the class how to combine the previous topics and lectures together. 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

Lecture 9 | Programming Methodology (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-9-programming-methodology-stanford/feed/ 25
Lecture 3 | Programming Abstractions (Stanford) http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/ http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/#comments Mon, 12 Jul 2010 07:04:01 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/ Lecture 3 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>

Lecture 3 by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie goes over C++ libraries and explains what they are and how they are useful. She continues to introduce C++ basics, including strings, various operators on strings and comparing two strings and takes special note that C++ is an 'industrial language' and does not guarantee anything and that the programmer has to be more attentive to finding his/her own bugs. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Lecture 3 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-3-programming-abstractions-stanford/feed/ 25
Killer Game Programming in Java http://www.cgiphp.com/blog/killer-game-programming-in-java/ http://www.cgiphp.com/blog/killer-game-programming-in-java/#comments Wed, 30 Jun 2010 07:01:46 +0000 CGI & PHP.com http://www.cgiphp.com/blog/killer-game-programming-in-java/ Killer Game Programming in Java is a post from: CGI & PHP

]]>

Product Description
Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order II, Roboforge, Tom Clancy's Politika, and scores of others have earne… More >>

Killer Game Programming in Java

Killer Game Programming in Java is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/killer-game-programming-in-java/feed/ 5
Advanced Topics In Programming Languages: Closures For Java http://www.cgiphp.com/blog/advanced-topics-in-programming-languages-closures-for-java/ http://www.cgiphp.com/blog/advanced-topics-in-programming-languages-closures-for-java/#comments Tue, 29 Jun 2010 07:03:34 +0000 CGI & PHP.com http://www.cgiphp.com/blog/advanced-topics-in-programming-languages-closures-for-java/ Advanced Topics In Programming Languages: Closures For Java is a post from: CGI & PHP

]]>

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 concurrency APIs and callbacks. More importantly, closures support control abstractions, which are APIs that act as programmer-defined control constructs. This talk describes the proposed language extension and its design rationale, and shows how it will affect existing and future APIs. Credits: Speaker:Neal Gafter

Advanced Topics In Programming Languages: Closures For Java is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/advanced-topics-in-programming-languages-closures-for-java/feed/ 16
Advanced Perl Programming http://www.cgiphp.com/blog/advanced-perl-programming/ http://www.cgiphp.com/blog/advanced-perl-programming/#comments Fri, 18 Jun 2010 20:04:27 +0000 CGI & PHP.com http://www.cgiphp.com/blog/advanced-perl-programming/ Advanced Perl Programming is a post from: CGI & PHP

]]>

Product Description
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to… More >>

Advanced Perl Programming

Advanced Perl Programming is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/advanced-perl-programming/feed/ 5
The Go Programming Language Promo http://www.cgiphp.com/blog/the-go-programming-language-promo/ http://www.cgiphp.com/blog/the-go-programming-language-promo/#comments Fri, 18 Jun 2010 20:04:09 +0000 CGI & PHP.com http://www.cgiphp.com/blog/the-go-programming-language-promo/ The Go Programming Language Promo is a post from: CGI & PHP

]]>

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, and tutorials, please see the Go home page: golang.org

The Go Programming Language Promo is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/the-go-programming-language-promo/feed/ 25
Effective Java: Programming Language Guide http://www.cgiphp.com/blog/effective-java-programming-language-guide/ http://www.cgiphp.com/blog/effective-java-programming-language-guide/#comments Fri, 18 Jun 2010 20:04:00 +0000 CGI & PHP.com http://www.cgiphp.com/blog/effective-java-programming-language-guide/ Effective Java: Programming Language Guide is a post from: CGI & PHP

]]>

  • ISBN13: 9780201310054
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description
(Pearson Education) Working solutions to programming challenges faced by Java developers on a daily basis, revealing what to do to produce clear, robust and efficient code. Include rules in short essay form, and the author's 'war stories,' giving advice and insights into nuances of the language. Softcover. Amazon.com Review
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of … More >>

Effective Java: Programming Language Guide

Effective Java: Programming Language Guide is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/effective-java-programming-language-guide/feed/ 5
Advanced PHP Programming http://www.cgiphp.com/blog/advanced-php-programming/ http://www.cgiphp.com/blog/advanced-php-programming/#comments Sun, 06 Jun 2010 17:19:50 +0000 CGI & PHP.com http://www.cgiphp.com/blog/advanced-php-programming/ Advanced PHP Programming is a post from: CGI & PHP

]]>

  • ISBN13: 9780672325618
  • Condition: USED – VERY GOOD
  • Notes:

Product Description
Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems.The rapid maturation of PHP has created a skeptical population of users from more traditional "enterprise" languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgroun… More >>

Advanced PHP Programming

Advanced PHP Programming is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/advanced-php-programming/feed/ 5
Scalable Parallel Programming with CUDA on Manycore GPUs http://www.cgiphp.com/blog/scalable-parallel-programming-with-cuda-on-manycore-gpus/ http://www.cgiphp.com/blog/scalable-parallel-programming-with-cuda-on-manycore-gpus/#comments Thu, 03 Jun 2010 06:59:57 +0000 CGI & PHP.com http://www.cgiphp.com/blog/scalable-parallel-programming-with-cuda-on-manycore-gpus/ Scalable Parallel Programming with CUDA on Manycore GPUs is a post from: CGI & PHP

]]>

February 27, 2008 lecture by John Nickolls for the Stanford University Computer Systems Colloquium (EE 380). John Nickolls from NVIDIA talks about scalable parallel programming with a new language developed by NVIDIA, CUDA. NVIDIA's programming of their graphics processing unit in parallel allows for the dissection of large data sets into smaller sets, each to be handled by separate processors. This significantly increases the performance and handling of processing intensive application. EE 380 | Computer Systems Colloquium: www.stanford.edu Stanford Computer Systems Laboratory: csl.stanford.edu Stanford Center for Professional Development: scpd.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Scalable Parallel Programming with CUDA on Manycore GPUs is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/scalable-parallel-programming-with-cuda-on-manycore-gpus/feed/ 0
Lecture 1 | Programming Abstractions (Stanford) http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/ http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/#comments Fri, 21 May 2010 07:08:08 +0000 CGI & PHP.com http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/ Lecture 1 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>

The first lecture by Julie Zelenski for the Programming Abstractions Course (CS106B) in the Stanford Computer Science Department. Julie Zelenski gives an introduction to the course, recursion, algorithms, dynamic data structures and data abstraction; she also introduced the significance of programming and gives her opinion of what makes 106B "great;" C++ is introduced, too. Complete Playlist for the Course: www.youtube.com CS 106B Course Website: cs106b.stanford.edu Stanford Center for Professional Development scpd.stanford.edu Stanford University: www.stanford.edu Stanford University Channel on YouTube: www.youtube.com

Lecture 1 | Programming Abstractions (Stanford) is a post from: CGI & PHP

]]>
http://www.cgiphp.com/blog/lecture-1-programming-abstractions-stanford/feed/ 0