joelcarranza + lib 40
Cloudhopper : RXTX
april 2011 by joelcarranza
RXTX binary distribution for 64-bit windows
java
lib
gatekeeper
windows
april 2011 by joelcarranza
Lettering.js - A jQuery plugin for radical web typography.
april 2011 by joelcarranza
Web type is exploding all over the web but CSS currently doesn't offer complete down-to-the-letter control. So we created a jQuery plugin to give you that control. Here are a few examples of what can easily be done with Lettering.js:
css
typography
javascript
lib
april 2011 by joelcarranza
TimelineSetter
april 2011 by joelcarranza
TimelineSetter creates beautiful timelines. It is a command-line utility that takes a specially-structured CSV file as input and outputs standards-compliant HTML/CSS/JavaScript. It supports any span of time from minutes to years, and supports multiple parallel event series in a single timeline. It can handle custom descriptions and even arbitrary HTML in each event “card.” It creates fluid embeds that will look great at any width. TimelineSetter “bakes out” timelines, ready for uploading directly into your CMS, Amazon S3, or however you typically serve static files. It requires no server-side processing at all once you’ve generated a timeline.
javascript
lib
april 2011 by joelcarranza
sqlite4java - Minimalistic high-performance Java wrapper for SQLite - Google Project Hosting
april 2011 by joelcarranza
sqlite4java is a minimalistic Java wrapper for SQLite. SQLite is a free, compact, robust, embeddable SQL database engine. sqlite4java is built with the purpose to provide high-performance, low-garbage interface to SQLite for desktop Java applications.
sqlite4java is not a JDBC driver. Access to the database is made through the custom interfaces of com.almworks.sqlite4java package. Tighter integration with SQLite offers better performance and features not available through JDBC interfaces.
sqlite
lib
java
sqlite4java is not a JDBC driver. Access to the database is made through the custom interfaces of com.almworks.sqlite4java package. Tighter integration with SQLite offers better performance and features not available through JDBC interfaces.
april 2011 by joelcarranza
Modernizr
march 2011 by joelcarranza
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it.
javascript
html
lib
march 2011 by joelcarranza
ACE - Ajax.org Code Editor
march 2011 by joelcarranza
Ace is a standalone code editor written in JavaScript. Our goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project.
javascript
lib
march 2011 by joelcarranza
d3.js
march 2011 by joelcarranza
D3.js is a small, free JavaScript library for manipulating documents based on data.
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.
javascript
visualization
data
lib
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.
march 2011 by joelcarranza
Jison
february 2011 by joelcarranza
a clone of the parser generator Bison (thus Yacc,) but in JavaScript. It includes its own lexical analyzer modeled after Flex.
javascript
parser
lib
february 2011 by joelcarranza
jQuery Masonry
february 2011 by joelcarranza
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
jquery
javascript
css
lib
february 2011 by joelcarranza
Isotope
february 2011 by joelcarranza
An exquisite jQuery plugin for magical layouts. Reveal & hide items with filtering. Re–order items with sortingDynamic, intelligent layouts. Captivating animations. Sort items by just about anything. Powerful methods, simple syntax. Progressively enhanced for CSS3 transforms & transition
jquery
javascript
lib
february 2011 by joelcarranza
Treesaver.js
february 2011 by joelcarranza
Treesaver® is JavaScript framework for creating magazine-style layouts using standards-compliant HTML and CSS
javascript
css
lib
february 2011 by joelcarranza
Emphasis Update and Source - NYTimes.com
january 2011 by joelcarranza
an algorithm for deep linking into paragraphs
javascript
lib
january 2011 by joelcarranza
CodeMirror
october 2010 by joelcarranza
JavaScript library that can be used to create a relatively pleasant web-based editor interface for code-like content ― Parser suppors HTML/XML, CSS, Java and numous other languages
javascript
development
lib
october 2010 by joelcarranza
SyntaxHighlighter - Alex Gorbatchev
march 2010 by joelcarranza
fully functional self-contained code syntax highlighter developed in JavaScript. Supports many different languages and the ability to define your own syntax highlighting rules
webdesign
javascript
lib
march 2010 by joelcarranza
dygraphs JavaScript Visualization Library
december 2009 by joelcarranza
open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.
visualization
javascript
lib
december 2009 by joelcarranza
jParallax
november 2009 by joelcarranza
jParallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.
javascript
lib
november 2009 by joelcarranza
Underscore.js
october 2009 by joelcarranza
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so JavaScript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.
javascript
webdev
lib
Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so JavaScript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.
october 2009 by joelcarranza
Protovis
may 2009 by joelcarranza
visualization toolkit for JavaScript using the canvas element. It takes a graphical approach to data visualization, composing custom views of data with simple graphical primitives like bars and dots. These primitives are called marks, and each mark encodes data visually through dynamic properties such as color and position.
visualization
javascript
lib
may 2009 by joelcarranza
JAMon
april 2009 by joelcarranza
Java API that allows developers to easily monitor production applications. aggregate performance statistics such as hits, execution times (total, average, minimum, maximum, standard deviation), as well as concurrency information such as simultaneous application requests. Useful for web monitoring but also for general runtime statistics as well
java
gatekeeper
lib
april 2009 by joelcarranza
OpenLayers
april 2009 by joelcarranza
pure JavaScript library for displaying map data in most modern web browsers, with no server-side dependencies. In addition to supporting image-based rendering, adds support for vector overlays as well. Extensible layer API for supporting different data source, includes data out of KML and GeoRSS streams.
gatekeeper
mapping
wms
javascript
lib
april 2009 by joelcarranza
stereopsis : galbum
march 2009 by joelcarranza
Google's Picasa Web Albums has a API, which includes some easy JSON feeds.You can combine it pretty easily with the one of the decent javascript viewers online, like Lightbox (based on prototype/scriptaculous.)GAlbum is my wrapper that you can use to put web galleries on your site. It's now got a reasonably bulletproof API, and you can put multiple galleries on the same page (so it's useful for Wordpress blogs and the like). And if Google makes big changes to image URLs, I'll try to keep things updated.
javascript
lib
march 2009 by joelcarranza
Beautiful Soup Documentation
march 2009 by joelcarranza
Beautiful Soup is an HTML/XML parser for Python that can turn even invalid markup into a parse tree. It provides simple, idiomatic ways of navigating, searching, and modifying the parse tree.
python
lib
march 2009 by joelcarranza
The Yahoo! User Interface Library (YUI)
december 2007 by joelcarranza
The YUI Library is a set of utilities and controls, written with JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX
gatekeeper
javascript
yui
programming
css
lib
license:bsd
december 2007 by joelcarranza
JavaScript Bubbling Library (YUI-CMS)
december 2007 by joelcarranza
A set of plugins, behaviors and widgets, for building event-driven web applications using the bubble-up technique.
gatekeeper
javascript
yui
programming
development
lib
december 2007 by joelcarranza
SIMILE | Exhibit
june 2007 by joelcarranza
Exhibit is a lightweight structured data publishing framework that lets you create web pages with support for sorting, filtering, and rich visualizations by writing only HTML and optionally some CSS and Javascript code.
visualization
javascript
lib
june 2007 by joelcarranza
Ext JS - JavaScript Library
may 2007 by joelcarranza
"The Ext components are a real enabler for providing fat client-like functionality with web applications. With the grid, tree, and layout components, developers can finally build true multi-pane web applications without the headaches"
javascript
lib
may 2007 by joelcarranza
jQuery: The Write Less, Do More, JavaScript Library
may 2007 by joelcarranza
Query is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
javascript
projects
lib
may 2007 by joelcarranza
JSLog - a Lightweight Ajax logger
september 2006 by joelcarranza
lightweight, self-contained logging panel which takes the place of alert() boxes for your AJAX and DHTML applications. It is unobtrusive, easy to use, and can stay in your code through deployment.
gatekeeper
javascript
programming
tools
lib
september 2006 by joelcarranza
Prototype JavaScript Framework: Class-style OO, Ajax, and more
september 2006 by joelcarranza
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
javascript
lib
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
september 2006 by joelcarranza
prefuse | interactive information visualization toolkit
june 2006 by joelcarranza
Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries...
visualization
java
lib
june 2006 by joelcarranza
traer.physics
june 2006 by joelcarranza
a particle system physics engine for processing. Just a simulation, it tells you where particles are and it's your job to draw them. No collisions, you can take care of them yourself if you want!
processing
visualization
lib
june 2006 by joelcarranza
script.aculo.us
november 2005 by joelcarranza
script.aculo.us provides you with
easy-to-use, cross-browser user
interface JavaScript libraries to make
your web sites and web applications fly.
javascript
lib
easy-to-use, cross-browser user
interface JavaScript libraries to make
your web sites and web applications fly.
november 2005 by joelcarranza
libEMF: Enhanced Metafile Library
september 2005 by joelcarranza
libEMF is a C/C++ library which provides a drawing toolkit based on ECMA-234. The general purpose of this library is to create vector graphics files on POSIX systems which can be imported into StarOffice/OpenOffice. The Enhanced MetaFile (EMF) is one of the two color vector graphics format which is "vectorially" understood by SO/OO.
gatekeeper
wmf
windows
software
graphics
opensource
programming
lib
september 2005 by joelcarranza
winlaf: Home
september 2005 by joelcarranza
provides a common place for Swing developers to track inconsistencies in the Windows Look and Feel. Implements a supplamentary Windows Look & Feel that addresses a number of issues
gatekeeper
java
swing
gui
windows
programming
ui
lib
september 2005 by joelcarranza
JCCKit
september 2005 by joelcarranza
The JCCKit is a small (< 100Kb) library and a very flexible framework for creating scientific charts and plots.JCCKit is written for the JDK™ 1.1.8 platform (except of a Graphics2D renderer).
gatekeeper
java
chart
visualization
graph
lib
september 2005 by joelcarranza
related tags
chart ⊕ css ⊕ data ⊕ development ⊕ gatekeeper ⊕ graph ⊕ graphics ⊕ gui ⊕ html ⊕ java ⊕ javascript ⊕ jquery ⊕ lib ⊖ license:bsd ⊕ mapping ⊕ markdown ⊕ microsoft ⊕ opensource ⊕ parser ⊕ physics ⊕ processing ⊕ programming ⊕ projects ⊕ python ⊕ reference ⊕ software ⊕ sqlite ⊕ swing ⊕ tools ⊕ typography ⊕ ui ⊕ visualization ⊕ webdesign ⊕ webdev ⊕ windows ⊕ wmf ⊕ wms ⊕ yui ⊕Copy this bookmark: