rybesh + code   414

Calendrical Calculations - Academic and Professional Books - Cambridge University Press
A valuable resource for working programmers, as well as a fount of useful algorithmic tools for computer scientists, this new edition of the popular calendars book expands the treatment of the previous edition to new calendar variants: generic cyclical calendars and astronomical lunar calendars as well as the Korean, Vietnamese, Aztec, and Tibetan calendars. The authors frame the calendars of the world in a completely algorithmic form, allowing easy conversion among these calendars and the determination of secular and religious holidays. LISP code for all the algorithms are available on the Web.
calendars  dating  time  temporal  code 
21 days ago by rybesh
bl.ocks.org
This website is a simple viewer for code examples hosted on GitHub Gist. Code up an example using Gist, and then point people here to view the example and the source code, live!
github  code  demonstration 
5 weeks ago by rybesh
UIKit - Modern UI components for a modern web
UIKit is a small collection of flexible, decoupled components for the modern web. With an emphasis on structure-only styling making it it simple to apply application specific styling.
javascript  ui  code  css  design 
february 2012 by rybesh
Cloud9 - Your code anywhere, anytime
Cloud9 is a state-of-the-art IDE that runs in your browser and lives in the cloud, allowing you to run, debug and deploy applications from anywhere, anytime. A complete game-changer that will change the way we develop applications forever.
javascript  code  development  webinfo 
november 2011 by rybesh
The Laboratorium: Planet Telex
Lawyers and law professors should be extremely cautious in attempting to derive the “ought” of legal conclusions from the “is” of how technical systems are specified. Just as with the words of a contract, one needs to know something what the parties meant by their use of a protocol, and the answer to that question need not lie in the protocol’s official specification. (Think, for example, about robots.txt.) Textualism, in other words, cannot be a complete theory of interpretation for computer code. (Neither can pure purposivism, but that is a topic for another day.)
policy  networking  security  interpretation  code 
july 2011 by rybesh
Closure Tools - Google Code
The Closure tools help developers to build rich web applications with JavaScript that is both powerful and efficient.
google  javascript  code  library  tools 
july 2011 by rybesh
Bloom Programming Language
Bloom is a language …

… for disorderly distributed programming
because order is expensive

… with powerful consistency analysis
CALM guidance on coordination

… and concise, familiar syntax
based on data-centric languages
distributed  code  ruby  cloud 
april 2011 by rybesh
CoffeeScript
A clean and consistent syntax, optimized for modern use cases including string interpolation and event based programming, and one that generates human readable JavaScript. Couple it with HAML and SASS, and the maintainability of web pages goes way up.
javascript  web  code  development 
november 2010 by rybesh
Object Description Mapper — Open Knowledge Foundation RDF v0.14 documentation
It provides constructs that will seem familiar to those used to ORMs like SQLAlchemy or Django but which are backed by an RDF store containing multiple graphs and are ultimately expressed in OWL.
python  semweb  rdf  owl  database  code 
august 2010 by rybesh
stamen's modestmaps-js at master - GitHub
Modest Maps JS is a BSD-licensed display and interaction library for tile-based
maps in Javascript.
maps  javascript  code  locative  interface 
july 2010 by rybesh
SANE - Introduction
SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE API is public domain and its discussion and development is open to everybody. The current source code is written for UNIX (including GNU/Linux) and is available under the GNU General Public License (the SANE API is available to proprietary applications and backends as well, however). More details about the license can be found on our license page. Ports to MacOS X, OS/2 and Microsoft Windows are either already done or in progress.
scanner  code  python 
july 2010 by rybesh
google-diff-match-patch - Project Hosting on Google Code
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
text  code  diff  collaboration  python 
march 2010 by rybesh
Diesel: How Python Does Comet
diesel is a framework for writing network applications using asynchronous I/O in Python.
python  comet  code  networking  asynchronous 
september 2009 by rybesh
rdfquery - Project Hosting on Google Code
rdfQuery is an easy-to-use Javascript library for RDF-related processing. You can use it to parse RDFa embedded within your page, query over the facts it contains, and reason to produce more facts. In concert with an server-side triplestore, rdfQuery can be used to create interfaces for editing the semantic web.
javascript  rdf  rdfa  code 
august 2009 by rybesh
Improved DEBUG logging only when it's needed
This is a little snippet that'll let you sprinkle DEBUG level logging throughout your code and only have it appear in your log file when it's needed (for example when there's an exception.)
python  debugging  code 
august 2009 by rybesh
galvez's xmlwitch at master - GitHub
Python library for building XML trees.
python  xml  code 
july 2009 by rybesh
geocommons's geocoder at master - GitHub
Geocoder::US 2.0 is a software package designed to geocode US street
geocoding  ruby  opensource  code  tools  locative 
july 2009 by rybesh
Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip
For the modern Python programmer, some of the most important tools to aid in reduced complexity and repetition are virtualenv, Fabric, and pip.
python  code  development  management  howto 
july 2009 by rybesh
jan.varwig » REST in Place
REST in Place is an AJAX Inplace-Editor that talks to RESTful controllers. It requires absolutely no additional server-side code if your controller fulfills the following REST preconditions: 1) It uses the HTTP PUT method to update a record, and 2) It delivers an object in JSON form for requests with “Accept: application/javascript” headers.
javascript  editing  interface  code 
june 2009 by rybesh
Geniusql - Trac
Geniusql is a public domain, low-level Object-Relational Mapper for Python applications. It primarily uses a generic Table Data Gateway architecture (as opposed to the more tightly-coupled Active Record architecture recently popularized by Ruby On Rails and Django).
python  database  sql  code  orm 
june 2009 by rybesh
simonw's geocoders at master - GitHub
Ultra simple API for geocoding a single string against various web services.
python  locative  code  geocoding 
may 2009 by rybesh
jespern / django-piston / wiki / Home — bitbucket.org
A mini-framework for Django for creating RESTful APIs.
django  rest  api  code  framework  webservices 
april 2009 by rybesh
Code: Flickr Developer Blog » The Only Question Left Is
Clustr will generate shape(file)s for any old list of geographic coordinates.
maps  cartography  design  gis  code  amazon  flickr  locative  infoviz  tools 
april 2009 by rybesh
Lua ActiveRDF
Lua ActiveRDF gives you a Domain Specific Language (DSL) for your RDF model: you can address RDF resources, classes, properties, etc. programmatically, without queries.
semweb  code  rdf  lua 
march 2009 by rybesh
Python Package Index : isodate 0.4.0
This module implements ISO 8601 date, time and duration parsing.
python  code  standards  time  chronology 
march 2009 by rybesh
Sizzle JavaScript Selector Library
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
code  javascript  dom  html 
march 2009 by rybesh
fapws
WSGI-compliant fast python web server.
web  python  code 
february 2009 by rybesh
The Datastore API - Google App Engine - Google Code
The App Engine datastore provides a query engine and transactional storing with a simple API, all running on Google's scalable infrastructure. The Python interface includes a data modelling API and a SQL-like query language called GQL, making developing scalable data-backed apps as easy as with simple web hosting.
google  python  code  database 
january 2009 by rybesh
Yahoo! UI Library: YUI Doc
YUI Doc is a Python application used at build time to generate API documentation for JavaScript code.
python  tools  code  javascript  documentation  yui 
december 2008 by rybesh
ReportLab - Open Source Software
The ReportLab Open Source PDF library is a proven industry-strength PDF generating solution, that you can use for meeting your requirements and deadlines in enterprise reporting systems.
python  pdf  printing  code 
november 2008 by rybesh
py lib
The py lib is a development support library featuring py.test, ad-hoc distributed execution, micro-threads (greenlets) and uniform local path and svn abstractions.
python  development  tools  testing  code 
november 2008 by rybesh
Django Pluggables • Find reusable applications for your Django project, quickly and easily!
One of Django’s great strengths lie in its abundant library of 3rd party “pluggable” Need a blog? Grab a few pluggable apps to get you off your feet. The only problem is… they’re so hard to find and keep track of. That’s what we’re here for. We do the work of making sure you’re keeping your pluggables up-to-date.
django  code  library 
november 2008 by rybesh
typogrify - Google Code
Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.
django  typography  design  code  tools 
november 2008 by rybesh
Flash Vorbis player
Pure ActionScript 3 implementation of the Ogg and Vorbis libraries that require no kind of native support from the Flash Player.
web  sound  audio  code  opensource  ogg  vorbis  flash 
october 2008 by rybesh
Roundup Issue Tracker
Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
python  code  management  tools  bugtracking 
october 2008 by rybesh
JetS3t
JetS3t is a free, open-source Java toolkit and application suite for the Amazon Simple Storage Service (Amazon S3).
java  webservices  tools  code  storage 
september 2008 by rybesh
SourceForge.net: SuperSenseTagger
The software annotates text with 41 broad semantic categories (Wordnet supersenses) for both nouns and verbs; i.e., it performs both sense disambiguation and named-entity recognition. The tagger implements a discriminatively-trained Hidden Markov Model.
opensource  nlp  extraction  entitydetection  code  tools 
september 2008 by rybesh
Getting Started with Pyparsing
With pyparsing, you can quickly create HTML page scrapers, logfile data extractors, or complex data structure or command processors.
python  parsing  code  tools  reference 
september 2008 by rybesh
pyparsing » home
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.
python  parsing  tools  code  reference 
september 2008 by rybesh
Cascading Stylesheets For Mapnik
The examples here demonstrate some of the basic usage of Mapnik cascading style sheets. Most of the syntax has been borrowed wholesale from CSS, so it should be familiar to web designers.
cartography  design  css  maps  code  tools 
august 2008 by rybesh
mapnik-utils - Google Code
Scripts utilizing Mapnik's python bindings to ease the process of developing, testing, and producing map graphics with the C++ mapping toolkit.
python  maps  code  tools 
august 2008 by rybesh
Bundler - Structure from Motion for Unordered Image Collections
Bundler takes a set of images, image features, and image matches as input, and produces a 3D reconstruction of camera and (sparse) scene geometry as output.
image  3d  code  tools  research  photography  graphics  computervision 
august 2008 by rybesh
ubiquity-rdfa - Google Code
The Ubiquity RDFa project provides a JavaScript RDFa parser that can be used either on its own, or with other parts of the Ubiquity library.
javascript  rdfa  ajax  semweb  code 
august 2008 by rybesh
YUI AccordionView Widget
This may be the most complete and the most consistent with YUI’s own widget style.
javascript  code  ui 
july 2008 by rybesh
Launchpad
Launchpad is a free software hosting and development website. We make it easy to collaborate across multiple projects.
code  development  collaboration  platform  opensource 
july 2008 by rybesh
Zoomify - Zoomable web images!
Zoomify makes high-quality images zoom-and-pan for fast, interactive viewing on the web. Just JPEGs, HTML, and Flash.
image  interface  flash  code 
july 2008 by rybesh
pg/python introduction
pg/python is an open source project working toward the improvement of Python interfaces to PostgreSQL.
python  database  code 
june 2008 by rybesh
OpenLayers: Home
OpenLayers is a pure JavaScript library for displaying map data in most modern web browsers, with no server-side dependencies.
maps  interface  javascript  code  opensource 
may 2008 by rybesh
Django snippets: Integrate Tenjin using a decorator
This provides basic Tenjin integration, using a decorator. Tenjin is a blazingly fast templating system.
django  python  web  presentation  code 
may 2008 by rybesh
Django snippets: YUI Loader as Django middleware
YUI modules requirements can be declared anywhere in templates, and the resulting, optimized <script> and <link rel="stylesheet"> tags are inserted at the specified position of the resulting page.
django  javascript  python  code 
april 2008 by rybesh
ropemacs, rope in emacs
Ropemacs is a plugin for performing python refactorings in emacs.
python  emacs  tools  code  development 
april 2008 by rybesh
Raptor Web Library
Summarizes the various useful APIs available in Raptor.
web  c  code  xml  semweb  rdf 
april 2008 by rybesh
mf-optimus - Google Code
Easily transform your microformatted content to nice, clean, easily digestible, XML, JSON or JSON-P. You can also easily set filters to only receive particular formats.
microformats  metadata  webservices  xml  json  code 
march 2008 by rybesh
FakeSmile
FakeSmile is a SMIL implementation written in ECMAScript.
smil  javascript  code  web  interface  animation 
march 2008 by rybesh
nose-trestle - Google Code
Trestle is a nose plugin that enables you to write testable documentation for web apps.
python  rest  webservices  testing  tools  code 
march 2008 by rybesh
Star Ruby - 2D Game Library
Star Ruby enables users to use Ruby to develop SNES-like 2D games very easy and quickly.
ruby  game  code  japan 
march 2008 by rybesh
Dokan library at Decas
Dokan Library is similar to FUSE (Linux user mode file system) but works on Windows.
windows  interface  code  filesystem  japan  networking 
march 2008 by rybesh
RubyForge: Conveyor: Project Info
Conveyor can be used like an application-agnostic version of MySQL binlogs, which can be replayed to write data into multiple, diverse data stores.
web  data  architecture  code  ruby  database  search 
february 2008 by rybesh
PLEAC - Programming Language Examples Alike Cookbook
Common programming problems solved using various programming languages.
code  howto  reference 
february 2008 by rybesh
SoundManager 2: Javascript Sound for the Web
SoundManager 2 is a Javascript Sound API which talks to Flash, effectively mapping most of Flash 8's native sound capabilities to Javascript.
javascript  flash  audio  code 
february 2008 by rybesh
Facebook Developers | Thrift
A software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby.
code  opensource  c++  java  python  php  ruby  communication  architecture  interface 
february 2008 by rybesh
Apache Abdera
The goal of the Apache Abdera project is to build a functionally-complete, high-performance implementation of the IETF Atom Syndication Format (RFC 4287) and Atom Publishing Protocol (RFC# Pending) specifications.
atom  java  code  opensource 
january 2008 by rybesh
mechanize
Stateful programmatic web browsing in Python.
python  web  automation  code 
january 2008 by rybesh
django-atompub
This project intends to be a full implementation of the Atom Syndication Format (RFC 4287) and Atom Publishing Protocol for the Django web framework.
atom  python  tools  code 
january 2008 by rybesh
flare | visualization on the web
Flare is a collection of ActionScript 3 classes for building a wide variety of interactive visualizations.
actionscript  infoviz  code 
december 2007 by rybesh
html5lib
A ruby/python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
web  xml  code  opensource  development  python  ruby  standards 
december 2007 by rybesh
Genshi
A Python template language that is smart about markup: it knows the difference between tags, attributes, and actual text nodes.
xml  web  tools  python  development  code  opensource 
december 2007 by rybesh
Mapstraction - a javascript library to hide differences between mapping APIs.
Mapstraction is a library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible.
javascript  locative  maps  api  opensource  code 
december 2007 by rybesh
Modest Maps AC Transit Tutorial
One of the core features of Modest Maps is support for custom geographical tile sets.
maps  locative  code  flash  howto  opensource 
december 2007 by rybesh
tesseract-ocr - Google Code
Probably one of the most accurate open source OCR engines available. The source code will read a binary, grey or color image and output text.
opensource  ocr  digitization  code 
november 2007 by rybesh
Perseus Project's Java Hopper
Services include the ability to search and browse a large variety of texts and can be used with Perseus' Art and Archaeology Module.
digital  library  opensource  code  classics  art  archaeology  java 
november 2007 by rybesh
Freebase Exhibit Example
Example of using Exhibit to dynamically display Freebase data.
data  infoviz  javascript  code  howto  semweb 
november 2007 by rybesh
Trie implementation in python
Allows look up based on the longest prefix that matches.
python  code  nlp 
november 2007 by rybesh
freebase-suggest - Google Code
This jQuery plugin is used to implement the search box and reconcile user input on edits at Freebase.com
javascript  ajax  database  interface  code 
october 2007 by rybesh
mjt
Mjt makes it very simple to take data from a web service and format it in a browser, with no server support. The templates are hosted and delivered as static HTML, and they are compiled and applied entirely in Javascript.
javascript  web  presentation  code  webservices  framework 
october 2007 by rybesh
freebase-python - Google Code
Python client API for accessing Freebase.com.
python  opensource  code  semweb  database 
september 2007 by rybesh
CouchDb Project Website
It makes it simple to build collaborative applications that can be replicated offline by users, with full interactivity (query, add, update, delete), and later synced up.
web  distributed  database  code  rest 
september 2007 by rybesh
VoiceXML and CCXML Developer Site
The Voxeo Evolution site enables you to leverage your XML & Web skills, platforms, and tools to create voice recognition and touch-tone driven applications that can be called from or call out to any telephone.
voice  xml  web  development  code  tools  platform  hosting  telephony 
august 2007 by rybesh
Modest Maps
Modest Maps is a small, extensible, and free library for designers and developers who want to use interactive maps in their own projects. It provides a core set of features in a tight, clean package with plenty of hooks for additional functionality.
maps  javascript  code  cartography 
august 2007 by rybesh
CodeIgniter - Open source PHP web application framework
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
php  code  framework  opensource  web 
august 2007 by rybesh
« earlier      

related tags

3d  academia  actionscript  ai  ajax  amazon  animation  anime  annotation  api  archaeology  architecture  archives  art  asynchronous  atom  audio  authoring  automation  bayes  blog  books  bugtracking  c  c++  cache  calculus  calendars  cartography  cartoons  chronology  cinema  classics  classification  clipart  cloud  code  collaboration  comet  comics  commercial  commons  communication  community  computergames  computers  computervision  contentanalysis  convergence  creative  cs  css  culture  curl  data  database  datamining  dating  debugging  delivery  demonstration  design  development  diff  digital  digitization  DIM  distributed  django  documentary  documentation  documents  dom  editing  emacs  entertainment  entitydetection  etc  extraction  fiction  filesystem  firefox  flash  flickr  framework  future  game  games  geocoding  gis  github  google  graphics  greasemonkey  grid  handbooks  hardware  hosting  howto  html  human  hypermedia  ideas  IM  image  information  infoviz  interactive  interface  intermediation  international  interpretation  japan  java  javascript  json  kr  language  layout  library  lisp  locative  lua  machinelearning  management  manifesto  manuals  maps  math  max/msp  media  messaging  metadata  microformats  microprocessors  mit  mobile  model  mp3  mpeg-4  mpeg-7  msmdx  multimedia  multimodal  music  narrative  networking  newmedia  nlp  ocr  ogg  oop  opensource  orm  osx  owl  p2p  parsing  participatory  pdf  performance  perl  philosophy  photography  php  platform  playlist  plugin  policy  pornography  presentation  printing  process  publishing  python  quicktime  quote  rdf  rdfa  reference  remix  research  rest  ruby  scanner  science  search  searchengine  secondlife  security  semantics  semweb  simulation  smil  sms  social  softwaredesign  SoI  sound  sources  speech  speech-to-text  sql  standards  statistics  storage  strategy  streaming  style  subtitle  svg  symbian  syndication  systemdesign  systemsanalysis  tangible  techniques  technology  telephony  temporal  testing  text  theory  time  timetags  tools  tv  typography  ubicomp  ui  unix  unmediated  urn:asin:0131018167  urn:asin:0201517973  urn:asin:020161622X  urn:asin:0201702258  urn:asin:0201835959  urn:asin:0321197860  urn:asin:0471149675  urn:asin:0471178314  urn:asin:0521644089  urn:asin:0974514071  urn:asin:1556154844  urn:asin:1556159005  urn:asin:1590595009  urn:asin:1932111972  usability  usecases  userinterface  video  virtualreality  voice  voip  vorbis  web  webinfo  webpub  webservices  wiki  windows  wireless  wishlist  xforms  xml  xpath  xslt  yahoo  YRB  yui 

Copy this bookmark:



description:


tags: