Web dev

TwitterFacebook
Get flash to fully experience Pearltrees
In March 1936, an unusual confluence of forces occurred in Santa Clara County.

HTML5 Presentation

http://slides.html5rocks.com/#landing-slide
We’ve made it our mission to pull in event tickets from every corner of the internet, showing you them all on the same screen so you can compare them and get to your game/concert/show as quickly as possible.

FuzzyWuzzy: Fuzzy String Matching in Python | SeatGeek Blog

http://seatgeek.com/blog/dev/fuzzywuzzy-fuzzy-string-matching-in-python
Pencil will always be free as it is released under the GPL version 2 and is available for virtually all platforms that Firefox 4+ can run. The first version of Pencil is tested against GNU/Linux 2.6 (Fedora, Ubuntu and Arch) with GTK+, Windows XP and Windows Vista/7. http://pencil.evolus.vn/en-US/Home.aspx

Home - Pencil Project

http://nodejs.org/ var net = require ( 'net' ); var server = net . createServer ( function ( socket ) { socket . write ( 'Echo server \r\n ' ); socket . pipe ( socket ); } ); server . listen ( 1337 , '127.0.0.1' );

node.js

Mastering Node

In this chapter we will be looking at the installation and compilation of node. http://visionmedia.github.com/masteringnode/book.html

Wave - Communicate and collaborate in real time

https://wave.google.com/wave/ A wave is a live, shared space on the web where people can discuss and work together using richly formatted text, photos, videos, maps, and more.
http://googlewavedev.blogspot.com/2010/09/wave-open-source-next-steps-wave-in-box.html

"Wave in a Box"

Since the announcement that we will discontinue development of Google Wave as a standalone product, many people have asked us about the future of the open source code and Wave federation protocol.

Django | The Web framework for perfectionists with deadlines

https://www.djangoproject.com/ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it.
Twisted makes it easy to implement custom network applications, both servers and clients.

Twisted

http://twistedmatrix.com/trac/
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. http://mbostock.github.com/d3/

d3.js

D3, a JavaScript data library framework, was created by Mike Bostock at Stanford University as a successor to Protovis. D3 stands for “Data-Driven Documents”, and relies on one major paradigm: binding data models to DOM elements (either HTML markups or SVG graphic elements). It provides functions to manipulate both sides of this bond, allowing data transformations as well as visual animations.
During this workshop, we’ll explore the basic concepts of Protovis and produce visualizations based on data from Twitter. Please bring your laptop, a browser and your favourite web development environment. by asimov4 Dec 2

function myCallback(json) { /* This is where we'll write the data visualization code */ } var jsonpElement = document.createElement('script'); jsonpElement.type = "text/javascript"; jsonpElement.src = " http://search.twitter.com/search.json?

D3.js - Fabelier