Development

TwitterFacebook
Get flash to fully experience Pearltrees

Forrst ~ A place for designers and developers to share screenshots, links, code, and questions with their peers.

CSRF identifier option specified in X-Alt-Referer header (can be verified on server as well as generating customized CSRF tokens on server and assigning them on a per form basis) Checksum support for serialized form data using the Content-MD5 header value due to native base64 and md5 encoding (RFC-2616.14-15) I like the native checksum support using native Content-MD5 & base64 encoding. It works quite simply, bind the plug-in to the form when a user submits the form a serialized string is created and assigned to the post/get dataType option while simulaniously passing the serialized string through the md5() hashing algorithm, base64 encoding the results and assigning it to the Content-MD5 header. http://forrst.com/
Sorry, the page you requested was not found. If you are trying to access a course that you have bookmarked, please be aware that we are in the process of updating and archiving many older courses. You can find a list of current courses (and look for the same course number with perhaps a different date) on the All Courses page. Archived courses, now residing in DSpace , can be found on the Archived Courses List .

OpenCourseWare | Electrical Engineering and Computer Science | 6.189 A Gentle Introduction to Programming Using Python, January IAP 2010 | Home

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2010/

Google Code

We're building a new Google Developers site over at developers.google.com to unite all our developer resources, programs, events, groups, tools, and products. We're working hard to make this happen. Soon, all our developer information will live on that site, and the site you're on now, code.google.com will return to its roots as an open source project hosting service. http://code.google.com/
From our recent discussion on R, I thought this paper deserved its own post (ECOOP final version) by Floreal Morandat, Brandon Hill, Leo Osvald, and Jan Vitek; abstract: R is a dynamic language for statistical computing that combines lazy functional features and object-oriented programming. This rather unlikely linguistic cocktail would probably never have been prepared by computer scientists, yet the language has become surprisingly popular. http://lambda-the-ultimate.org/

Lambda the Ultimate | Programming Languages Weblog

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. Developers often refer to these as code smells , but personally, I think the term "code smoke" or "code fumes" is more appropriate as it implies a higher sense of urgency.

10 Programming Proverbs Every Developer Should Know | Kevin William Pang

http://www.kevinwilliampang.com/2008/10/07/10-programming-proverbs-every-developer-should-know/

Top 10 Things That Annoy Programmers | Kevin William Pang

10. Comments explaining “what”, but not “why” Introductory-level programming courses teach students to comment early and often. http://www.kevinwilliampang.com/2008/08/28/top-10-things-that-annoy-programmers/
http://www.storm-consultancy.com/blog/development/random-bits/classic-programming-quotes/

Classic Programming Quotes | Storm Development Blog

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. PHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil, perpetrated by skilled but perverted professionals. - Jon Ribbens On two occasions I have been asked, ‘Pray, Mr.

Code Snippets - Snipplr Social Snippet Repository

palimadra won first submission badge FreaKzero won first submission badge accelm won first submission badge http://www.snipplr.com/

cPlusPlus

http://www.cplusplus.com/doc/tutorial/introduction/ To whom is this tutorial directed? This tutorial is for those people who want to learn programming in C++ and do not necessarily have any previous knowledge of other programming languages. Of course any knowledge of other programming languages or any general computer skill can be useful to better understand this tutorial, although it is not essential. It is also suitable for those who need a little update on the new features the language has acquired from the latest standards. If you are familiar with the C language, you can take the first three parts of this tutorial as a review of concepts, since they mainly explain the C part of C++.

Boost C++ Libraries

Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are included in the C++ Standards Committee's Library Technical Report ( TR1 ) and in the new C++11 Standard. http://www.boost.org/