joelcarranza + lib   40

Cloudhopper : RXTX
RXTX binary distribution for 64-bit windows
java  lib  gatekeeper  windows 
april 2011 by joelcarranza
Lettering.js - A jQuery plugin for radical web typography.
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
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
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 
april 2011 by joelcarranza
Modernizr
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
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
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 
march 2011 by joelcarranza
Jison
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
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
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
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
an algorithm for deep linking into paragraphs
javascript  lib 
january 2011 by joelcarranza
CodeMirror
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
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
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
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
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 
october 2009 by joelcarranza
Protovis
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
Showdown
Markdown implementation in javascript
markdown  javascript  lib 
may 2009 by joelcarranza
JAMon
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
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
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
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)
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)
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
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
"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
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
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
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 
september 2006 by joelcarranza
prefuse | interactive information visualization toolkit
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
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
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 
november 2005 by joelcarranza
libEMF: Enhanced Metafile Library
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
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
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

Copy this bookmark:



description:


tags: