earth2marsh + library   72

Google Analytics Easy Dashboard Javascript Library
"This library is designed to create an easy way to build a custom Google Analytics Dashboard on your own page. The library is built on top of the Google Analytics Core Reporting and Chart Tools APIs and does all the heavy lifting of handling authorization, issuing queries, and transforming the results into pretty visualizations.

"
analytics  dashboard  google  javascript  library  google:analytics 
8 days ago by earth2marsh
Crossfilter
"Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly."
data  javascript  visualization  library  d3  square 
20 days ago by earth2marsh
heatmap.js | HTML5 Canvas Heatmap Library
"a JavaScript library that can be used to generate web heatmaps with the html5canvas element based on your data. Heatmap instances contain a store in order to colorize the heatmap based on relative data, which means if you're adding only a single datapoint to the store it will be displayed as the hottest(red) spot, then adding another point with a higher count, it will dynamically recalculate. The heatmaps are fully customizable - you're welcome to choose your own color gradient, change its opacity, datapoint radius and many more. The library is dual-licensed under the MIT and the Beerware license, feel free to use it in your projects. "
canvas  heatmap  javascript  library 
20 days ago by earth2marsh
ScottHamper/Cookies
"a small client-side javascript library that makes managing cookies easy. In addition to its simple API, Cookies.js will automatically parse a JSON encoded string value back into its native data type when accessed, and cache the result. For users of AMD loaders, Cookies.js will define itself, otherwise a global variable will be created."
cookies  javascript  js  library  libraries 
24 days ago by earth2marsh
sindresorhus/screenfull.js
"Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have too."
javascript  library  libraries  fullscreen  api  crossbrowser 
24 days ago by earth2marsh
APIConnect - A simplified Javascript interface for working with APIs
"APIConnect is a Javascript class that provides a simple way to interact with APIs, specifically those hosted on other domains. Setup is as simple as creating the instance, specifying the domain, connecting the route, and running it. APIConnect works in all major browsers with jQuery as its only dependency, and is now available on npm!"
api  client  interface  javascript  jquery  library 
9 weeks ago by earth2marsh
How we decreased sign up confirmation email bounces by 50% - Kicksend Blog
from Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9

So we recorded and setup detailed notifications for every email bounce, to make sure that we are always aware of what’s happening (thanks Mailgun!). And we soon started to see patterns. People would misspell their email addresses and be unaware of it, resulting in a delivery failure and a lost user. And it got even more interesting - most of these invalid email addresses were a result of a misspelled domain; “hotmail.con”, “gnail.com”, “yajoo.com”. A clear opportunity for improvement.

You can get the Mailcheck.js plugin at Github. Neat.Source: http://pinboard.in/
iftttGR  javascript  jquery  plugins  plugin  email  form  validation  ux  bounce  rate  library 
9 weeks ago by earth2marsh
lib/parse-js.js at master from mishoo/UglifyJS - GitHub
"A JavaScript tokenizer / parser / beautifier / compressor.

This version is suitable for Node.js. With minimal changes (the
exports stuff) it should work on any JS platform.

This file contains the tokenizer/parser. It is a port to JavaScript
of parse-js [1], a JavaScript parser library written in Common Lisp
by Marijn Haverbeke. Thank you Marijn!

[1] http://marijn.haverbeke.nl/parse-js/"
javascript  parser  library  from delicious
november 2011 by earth2marsh
fernandezpablo85/Xb - GitHub
"Suppose you want to poll a server for info. You could do a setTimeout and ask the server if there is something new every N seconds or milliseconds.

This is not very efficient, since you may be polling too often and not taking into account if the information is indeed being updated or not. This can lead to a bunch of clients making a bunch of requests too often, and all in vain since information wouldn't change.

A backoff algorithm tries to fix this somehow, delaying the polling frequency if the information on the server didn't change."
javascript  backoff  library  from delicious
november 2011 by earth2marsh
Tonic: A RESTful Web App Development PHP Library
"Tonic is an open source less is more, RESTful Web application development PHP library designed to do things "the right way", where resources are king and the library gets out of the way and leaves the developer to get on with it."
rest  apis  api  framework  library  programming  from delicious
september 2011 by earth2marsh
maccman/nestful - GitHub
"Nestful is a simple Ruby HTTP/REST client with a sane API."
api  library  rest  ruby  xml  apis  gem  from delicious
august 2011 by earth2marsh
goldfire/miniTip - GitHub
"an ultra lightweight jQuery plugin that creates highly customizable tooltips without all of the fluff."
javascript  jquery  tooltips  library  from delicious
july 2011 by earth2marsh
smoke.js
"A framework-agnostic styled alert system for javascript.<br />
<br />
Lightweight, flexible, css3 animation, blah blah blah easy to use something clever needs to go here."
javascript  design  notification  notifications  library  from delicious
july 2011 by earth2marsh
jLinq
"jLinq is a 100% JavaScript library that allows you to perform complex queries on arrays of JSON data.<br />
Instead of using for loops and if statements, you can write fluent queries to filter, sort and select the information you need.<br />
Plus jLinq extensible so you can create your own functions and plug them straight into the library."
javascript  json  query  library  programming  webdev  from delicious
june 2011 by earth2marsh
restfulie - rest from scratch
"CRUD through HTTP is a good step forward to using resources and becoming RESTful, another step further is to make use of hypermedia aware resources and Restfulie allows you to do it in Java and Ruby."
api  library  rest  from delicious
june 2011 by earth2marsh
RequireJS
"RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code."
javascript  library  performance  optimization  jquery  from delicious
april 2011 by earth2marsh
RestSharp - Simple REST and HTTP API Client for .NET
"RestSharp is a simple, open source REST client for .NET designed primarily for consuming third-party HTTP APIs.<br />
RestSharp is NOT:<br />
<br />
A REST server framework<br />
A SOAP client"
rest  library  api  client  from delicious
april 2011 by earth2marsh
Google Libraries API - Google Code
"The Libraries API is a content distribution network and loading architecture for the most popular, open-source JavaScript libraries. Using the Google API Loader's google.load() method increases your application's speed while providing access to a growing list of the most popular, open-source JavaScript libraries, including:<br />
Chrome Frame<br />
Dojo<br />
Ext Core<br />
jQuery<br />
jQuery UI<br />
MooTools<br />
Prototype<br />
script.aculo.us<br />
SWFObject<br />
Yahoo! User Interface Library (YUI)<br />
WebFont Loader"
javascript  jquery  api  library  google  from delicious
april 2011 by earth2marsh
beders/Resty - GitHub
"Resty is a small, convenient interface to talk to RESTful services from Java.<br />
<br />
Its focus is on simplicity and ease-of-use, often requiring only two lines of code to access any web service."  see reddit thread: http://www.reddit.com/r/programming/comments/gbpim/resty_for_java_ever_struggled_with_urlconnection/
code  rest  java  library  from delicious
march 2011 by earth2marsh
hayesdavis's grackle at master - GitHub
"Grackle is a lightweight Ruby wrapper around the Twitter REST and Search APIs. It’s based on my experience using the Twitter API to build cheaptweet.com. The main goal of Grackle is to never require a release when the Twitter API changes (which it often does) or in the face of a particular Twitter API bug. As such it’s somewhat different from other Twitter API libraries. It doesn’t try to hide the Twitter "methods" under an access layer nor does it introduce concrete classes for the various objects returned by Twitter. Instead, calls to the Grackle client map directly to Twitter API URLs. The objects returned by API calls are generated as OpenStructs on the fly and make no assumptions about the presence or absence of any particular attributes. Taking this approach means that changes to URLs used by Twitter, parameters required by those URLs or return values will not require a new release. It will potentially require, however, some modifications to your code that uses Grackle."
api  development  gem  oauth  security  ruby  library  programming  twitter 
august 2010 by earth2marsh
pyquery: a jquery-like library for python — pyquery v0.3 documentation
"make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation. This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself “Hey let’s make jquery in python”. This is the result."
jquery  parser  python  scraping  tools  xml  framework  development  markup  html  library  opensource 
july 2010 by earth2marsh
echo-nest-remix - Project Hosting on Google Code
The API for python swinger "the Internet Synthesizer that lets you make things with music and video. We've done the following: rearranged the syllables of a vocal line, walkenized and cowbellized hundreds of thousands of songs in a week, mixed up the hits of a drum beat and synced it to another loop, beat matched two songs, split apart DJ mixes by their individual tracks, made new kinds of video mashups, corrected sloppy drumming, synced a video to a song, transitioned between two covers of the same song, made a cat play piano, put a donk on it. We're making this available as an open source SDK for Python (other languages forthcoming!) that can be easily installed for Mac OS X, Windows and Linux. It accesses the Echo Nest Analyze API at http://developer.echonest.com via the pyechonest wrapper and plays with the results to make new concoctions of audio and video. You'll need an Echo Nest API key to use this SDK, instructions are found on the following install pages."
api  music  python  sdk  opensource  library  audio  sound  tools 
june 2010 by earth2marsh
Twitterizer
seems to keep pace with twitterapi updates
programming  source  tools  twitter  development  library  api  wrapper 
june 2010 by earth2marsh
jQTouch — jQuery plugin for mobile web development
"jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices."
webdev  webkit  webapp  mobile  plugin  jquery  framework  animation  iphone  javascript  ui  library  plugins 
november 2009 by earth2marsh
Ident Engine
"The Ident Engine uses semantic web API’s to bring together these web footprints."
javascript  library  socailgraph  api  google 
october 2009 by earth2marsh
script to put Ogg metadata in media library - maemo.org - Talk
"python script that opens up the media library (the one that the media player reads), look for the ogg files, then fetch the tags from the files and write into the database."
script  python  n8x0  n800  library  ogg  metadata  database 
september 2009 by earth2marsh
svgweb - Project Hosting on Google Code
"a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base."
svg  support  javascript  graphics  opensource  code  framework  library 
august 2009 by earth2marsh
PyRSS2Gen
for creating RSS feeds in Python
python  code  library  module  xml  generate  rss  programming  generator 
august 2009 by earth2marsh
jQuery TOOLS - The UI library for the Web
" library contains six of the most useful JavaScript tools available for today's website. The beauty of this library is that all of these tools can be used together, extended, configured and styled. In the end, you can have hundreds of different widgets and new personal ways of using the library. This library is dual licensed under MIT and GPL 2+ licenses."
ui  jquery  library  development  resources  plugins  tooltip 
june 2009 by earth2marsh
stringencoders - Google Code
"A collection of high performance c-string transformations, frequently 2x faster than standard implementations" "That said.... Unless your application is doing almost nothing except encoding and decoding, the odds are that these functions will not improve the total performance of your application. Even with slow versions of base64 it's already so fast it's probably not measurable in your application."
encode  decode  code  programming  encoder  url  performance  library  encoding  source 
april 2009 by earth2marsh
flot - Google Code
"a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking. The plugin is known to work with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera 9.5+ and Konqueror 4.x+. If you find a problem, please report it. Drawing is done with the canvas tag introduced by Safari and now available on all major browsers, except Internet Explorer where the excanvas Javascript emulation helper is used."
chart  graph  charting  graphs  visualization  javascript  plotting  jquery  library 
april 2009 by earth2marsh
JS charts – The free JavaScript chart generator
" free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting (i.e. performed by your web browser). No additional plugins or server modules are required. Just include our scripts, prepare your chart data in XML or JavaScript Array and your chart is ready!"
js  charting  charts  javascript  graph  visualization  generator  library 
april 2009 by earth2marsh
Protovis
"a 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."
javascript  canvas  visualization  graphics  js  library  webdev  charting 
april 2009 by earth2marsh
Universal Feed Parser
"Parse RSS and Atom feeds in Python. 3000 unit tests. Open source."
python  opensource  webdev  rss  atom  parser  feed  xml  library 
march 2009 by earth2marsh
PhpDelicious - a wrapper for the del.icio.us API
"a PHP 5 library for accessing the del.icio.us API. It combines data from the main REST and JSON APIs and presents a consolidated interface. It also implements a file based caching system which eliminates the need to query on every request and ensures access to the API won't be throttled due to excessive requests."
webdev  webdesign  delicious  library  php  tools  wrapper  api 
october 2008 by earth2marsh
a Library for Beginners : Do (Something) On (Element) Change
asynchronous library to monitor changes. next level ahk programming.
ahk  programming  coding  library  example 
september 2008 by earth2marsh
Making Visible the Invisible
“Making Visible the Invisible” is a commission for the Seattle Central Library, situated in the Mixing Chamber, a large open 19,500 sq ft space dedicated to information retrieval and public accessible computer research. The installation consists of 6 large LCD screens located on a glass wall horizontally behind the librarians’ main information desk. The screens feature real-time calculated animation visualizations generated by custom designed statistical and algorithmic software using data received each hour. This data consists of a list of checked-out items organized in chronological order. The item may be a book, a DVD, a CD, a VHS tape, etc. and from the list we can collect and aggregate titles, checkout time, catalog descriptors such as keywords, Dewey classification code if they are non-fiction items. There are approximately 22000 items circulating per day. Items with Dewey Decimal System labels provide for a way to get a perspective on what subject matters are of current interes
data  visualization  technology  seattle  library  installation  design 
august 2008 by earth2marsh
google-gdata - Google Code
Leveraging the GData api. Provides a w32 binary for uploading docs to Google Docs. (does it support GApps?)
Google  api  gdata  development  code  library 
january 2008 by earth2marsh
SourceForge.net: album-art Project: Platform Download
program designed to make life easier for anyone who wishes to find and update their album art for their music collection. The sources for the pictures can be defined by creating plugin scripts.
album  art  mp3  music  library  organize  coverart  automate 
october 2007 by earth2marsh
Josh's iTunes Album Art Grabber
ype in the Arist and Album you want, hit find, and you're off!
album  art  music  library  media 
september 2007 by earth2marsh
blueprintcss - Google Code
a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.
css  layout  library  webdev  opensource 
august 2007 by earth2marsh
LibraryThing | Catalog your books online
an online service to help people catalog their books easily.
books  catalog  community  social  tagging  library 
july 2007 by earth2marsh
Glossy.js (now with IE 6/7 support)
allows you to add corners and shading and shadow to images on your webpages (alternatively: corner.js). It uses unobtrusive javascript to keep your code clean. It works in all the major browsers - Mozilla Firefox 1.5+, Opera 9+, IE6+ and Safari. On older
ajax  button  effects  graphics  javascript  webdev  library  corners  rounded  shadows 
june 2007 by earth2marsh
amix.dk - Magic DOM: Moving JavaScript forward
a 2 KB JavaScript library that does not depend on any external library.
javascript  dom  library  development  webdev  framework 
june 2007 by earth2marsh
UIUC Library - Video Game and Gaming Collection
The collection goals include creating an archive of vintage and contemporary games; collecting secondary and supplementary research materials to facilitate investigation of gaming; and investigating ways to capture the output of campus gaming initiatives,
games  library  gaming  collection  media 
may 2007 by earth2marsh
Shoka » About
pdf library management software under the GPL licence. It is designed to easily access and organize a large collection of documents
pdf  library  opensource  management  organization 
april 2007 by earth2marsh
MooTools - home
A compact, modular, OO javascript framework designed to make writing extensible and compatible code easier and faster.
javascript  framework  ajax  library  programming  webdev 
march 2007 by earth2marsh
Zend Framework
Zend Google Data Client Library provides a PHP 5 component to execute queries and commands against Google Data APIs from your PHP applications.
php  Google  api  programming  library  framework  data 
january 2007 by earth2marsh
MochiKit - A lightweight Javascript library
a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast
Javascript  Ajax  library  Programming  framework  Web  webdev 
november 2006 by earth2marsh

related tags

accordion  ahk  ajax  album  analytics  animation  api  apis  architecture  art  atom  audio  automate  backoff  books  bounce  browser  button  callbacks  canvas  cape  catalog  chart  charting  charts  client  code  coding  collection  college  community  compression  cookies  corners  coverart  crossbrowser  css  d3  dashboard  data  database  date  dates  decode  delicious  design  development  dom  education  effects  email  encode  encoder  encoding  example  feed  fixes  form  formatter  framework  fullscreen  games  gaming  gdata  gem  generate  generator  google  google:analytics  graph  graphics  graphs  heatmap  html  http  iftttGR  installation  interface  iphone  java  javascript  jquery  js  json  layout  lib  libraries  library  lion  list  location  locator  management  markup  media  messagequeue  messaging  metadata  mobile  module  monitoring  mp3  music  n8x0  n800  node.js  nodejs  notification  notifications  oath  oauth  ogg  opensource  optimization  organization  organize  osx  parser  parsing  pdf  Percent  performance  photography  photos  php  Pipes  plotting  plugin  plugins  presentation  programming  python  query  raffi  rate  reference  regex  regexp  requests  research  resources  rest  rounded  rss  ruby  School  schools  scraping  script  scriptaculous  sdk  search  seattle  security  server  shadows  sharing  shortcut:lib  showcase  slides  socailgraph  social  socialnetworking  software  sound  source  square  support  svg  tagging  technology  terminal  time  tools  tooltip  tooltips  Travel  twitter  ui  unicode  url  ux  validation  visual  visualization  web  webapp  webdesign  webdev  webkit  wrapper  xml  zip 

Copy this bookmark:



description:


tags: