Skip to main content

Tristan Rivoallan

Tristan Rivoallan's Public Library

23 Nov 09

realstorage - Project Hosting on Google Code

realStorage is meant to create a consistent API for the W3C Web Storage key/value store specification (i.e. work around browser bugs). It also adds some convenience functions to help flesh out the localStorage key/value API. And when Web Storage is not available, a Gears fallback is provided.

code.google.com/realstorage - Preview

javascript html5 tools clevermarks

18 Nov 09

Ease your vendor branch management worries — Piston

Ease your vendor branch management worries with Piston, a tool to copy vendor / upstream code to your own repository, while preserving your local patches.

piston.rubyforge.org - Preview

subversion integration bestpractices clevermarks

09 Nov 09

Building RESTful Services with Zend Framework - phly, boy, phly

As of Zend Framework 1.9.0, it's trivially easy to create RESTful routes for your MVC application, as well as to handle the various REST actions via action controllers.

weierophinney.net/...vices-with-Zend-Framework.html - Preview

rest php tools clevermarks

06 Nov 09

Closure Tools - Google Code

Web applications have evolved from simple HTML pages into rich, interactive applications that provide a great user experience. Today's web apps pose a challenge for developers, however: how do you create and maintain efficient JavaScript code that downloads quickly and works across different browsers?The Closure tools help developers to build rich web applications with JavaScript that is both powerful and efficient.

code.google.com/closure - Preview

javascript tools clevermarks

03 Nov 09

Maptimize - Markers fusion plugin for Google Maps

Up to 50,000 markers. Our system offers a unique solution for high-content based maps. The Maptimize Spatial Engine adapts the rendering of your map by grouping markers in order to generate a very clean and soft display. If you are tired of waiting for thousands of useless markers to appear, use Maptimize !

www.maptimize.com - Preview

cartography tools javascript clevermarks

Haystack - Search for Django

Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be.

haystacksearch.org - Preview

django python search tools clevermarks

01 Nov 09

Catching erroneous queries, without MySQL proxy at Xaprb

MySQL Proxy is a really neat tool. I remember a few years back when I first saw Jan talking about it. Back in those days it was significantly different than it is now, but the concept remains the same: direct your database traffic through a man-in-the-middle. Chris Calender’s post on capturing erroneous queries with MySQL Proxy shows one use for Proxy. But wait. MySQL Proxy is just inspecting the MySQL protocol. And unless you’re using it for something else too, having a man in the middle to catch errors is like standing in the middle of the street and blocking traffic to count the cars on the street. Why don’t you stand on the sidewalk to count the cars instead?

www.xaprb.com/...us-queries-without-mysql-proxy - Preview

mysql debugging tools clevermarks

Python Package Index : pudb 0.92.13

A full-screen, console-based Python debugger
PuDB is a full-screen, console-based visual debugger for Python.
Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar.

pypi.python.org/pudb - Preview

python debugging tools clevermarks

Traffic Server - Apache Software Foundation

Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server. Formerly a commercial product (created by Inktomi, later acquired by Yahoo!), it is now being developed as an Apache Incubator Project (status).

cwiki.apache.org/...Traffic+Server - Preview

performance optimisation tools clevermarks

29 Oct 09

Mu — Mu Connect

Facebook Connect is way to make your application more social. With it you gain access to:
Identity: the user's name, photo and more [User].Social Graph: the user's friends and connections [Connection].Distribution: the Stream, and the ability to communicate [Publishing]Integration: publishers, canvas pages, profile boxes & tabs.This guide is for using the Mu JavaScript library to access the above on your site. Mu is a very small library which you can use along with your favourite JavaScript library such as Dojo, jQuery, MooTools, Prototype or YUI.

mu.daaku.org/index.html - Preview

javascript facebook tools clevermarks

PostgreSQL top (pg_top): Project Home Page

pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to top, pg_top allows you to monitor PostgreSQL processes. It also allows you to:
View currently running SQL statement of a process.View query plan of a currently running SQL statement.View locks held by a process.View user table statistics.View user index statistics.

ptop.projects.postgresql.org - Preview

postgresql database performance monitoring clevermarks

memcache-top - Project Hosting on Google Code

I wanted a simple command-line tool to be able to grab real-time stats from memcache (memcached, I know, I know), and output it in a view something like top. I couldn't find anything like it, so I wrote one myself in perl.
When writing it, I tried to keep it simple, portable, and lightweight. (No memcached perl modules required! I tried to keep it to modules I thought would be preinstalled on almost any modern system. It's also fairly polite - non-critical modules get checked, and if they aren't installed, the functionality is disabled without spewing errors or dying.) I realize it's not written well. But, hey, at least it exists, right? Until the day I released it, there wasn't any comparable tool like it for memcached.
It gives you the basic stats, and not too much else. (You can specify thresholds, for instance, and it'll change color to red if you exceed the thresholds. You can also choose the refresh/ sleep time, and whether to show immediate (per second) stats, or lifetime stats. But it pretty much all revolves around those stats.)

code.google.com/memcache-top - Preview

memcached tools clevermarks sys performance

28 Oct 09

26 Hints for Agile Software Development « Thoughts on Collaborative Planning

I collect nuggets of wisdom on various topics. Recently I have been going over the topic of Agile software development; what really matters?  Below is a list of 26 key principles to guide an agile software development team.

kswenson.wordpress.com/...for-agile-software-development - Preview

clevermarks dev bestpractices

LiquiBase Database Change Management: home

You never develop code without version control, why do you develop your database without it?
LiquiBase is an open source (LGPL), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control.

liquibase.org - Preview

database deployment tools clevermarks

Handling Database Deployments | Mike Willbanks

I presented during the Unconference at ZendCon 2009 on Handling Database Deployments. I have posted the slides up on slideshare and you can find them embedded below:

blog.digitalstruct.com/...handling-database-deployments - Preview

database deployment bestpractices tools clevermarks

26 Oct 09

Achievo.org - Project Management Software

Achievo is a flexible web-based resource management tool for business environments. Achievo's resource management capabilities will enable organisations to support their business processes in a simple, but effective manner. Read more about Achievo.

www.achievo.org/ - Preview

project management tools clevermarks

22 Oct 09

reduce, reuse, refactor | smallcore

reduce, reuse, refactor

honing drupal into a viable web framework, one patch at a time: fewer dependencies, fewer required modules, and a robust packaging system for tailored, targeted distributions.

why? because the only thing between us and world domination is blog module.

smallcore.org - Preview

drupal clevermarks

1 - 20 of 583 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo