jklabs :: MaxLink
2 days ago by gdw
The MaxLink java libraries enable communication between Processing and Max/MSP 4.5+ on both Mac and Windows.
code
library
max
processing
software
2 days ago by gdw
FTM&Co - ftm
6 days ago by gdw
FTM is a shared library for Max/MSP providing a small and simple real-time object system and a set of optimized services to be used within Max/MSP externals.
FTM = data structures
+ visualization/editors
+ file import/export (SDIF, MIDI, ...)
+ operators (expressions and externals)
The basic idea of FTM is to extend the data types exchanged between the objects in a Max/MSP patch by complex data structures such as sequences, matrices, dictionaries, break point functions, tuples and whatever might seem helpful for the processing of music, sound and motion capture data.
The FTM library and its Java editors are based on the jMax project and distributed under the Lesser GNU Public License (LGPL). The sources of FTM are available via CVS at SourceForge.net
audio
interface
Max/MSP
data
library
IRCAM
FTM = data structures
+ visualization/editors
+ file import/export (SDIF, MIDI, ...)
+ operators (expressions and externals)
The basic idea of FTM is to extend the data types exchanged between the objects in a Max/MSP patch by complex data structures such as sequences, matrices, dictionaries, break point functions, tuples and whatever might seem helpful for the processing of music, sound and motion capture data.
The FTM library and its Java editors are based on the jMax project and distributed under the Lesser GNU Public License (LGPL). The sources of FTM are available via CVS at SourceForge.net
6 days ago by gdw
[no title]
7 days ago by gdw
Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites
css
css3
html5
javascript
js
library
open-source
7 days ago by gdw
..::CLAM::.. C++ Library for Audio and Music
19 days ago by gdw
CLAM (C++ Library for Audio and Music) is a full-fledged software framework for research and application development in the Audio and Music Domain. It offers a conceptual model as well as tools for the analysis, synthesis and processing of audio signals.
audio
software
library
dsp
c++
19 days ago by gdw
Is This Website Correct and Unbiased? | The Sheridan Libraries Blog
6 weeks ago by gdw
This is a tough question to answer, especially if you're researching a topic new to you. And it's an important question since you're considering citing this website in your presentation.
jhu
library
sheridan
blog
wpd
6 weeks ago by gdw
Oniguruma
10 weeks ago by gdw
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
(supported APIs: GNU regex, POSIX and Oniguruma native)
library
opensource
programming
regex
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
(supported APIs: GNU regex, POSIX and Oniguruma native)
10 weeks ago by gdw
Citation Tools - Citing Sources - Library Guides at Johns Hopkins University
10 weeks ago by gdw
RefWorks is an online personal database where you can store and organize citations, as well as generate easy bibliographies and citations. It is free to use since JHU has an institutional subscription.
jhu
library
refworks
citation
management
10 weeks ago by gdw
Home - Digital Collections, Friedheim Library - Library Guides at Johns Hopkins University
10 weeks ago by gdw
Digital Collections, Friedheim Library
Digital collections drawn from the rare, special and archival holdings of the Arthur Friedheim Library, Peabody Institute.
jhu
library
peabody
digital
collections
Digital collections drawn from the rare, special and archival holdings of the Arthur Friedheim Library, Peabody Institute.
10 weeks ago by gdw
Home - Computer Science and Security - Library Guides at Johns Hopkins University
10 weeks ago by gdw
Use this guide to find information and research about computer science and information security, and related topics.
jhu
library
10 weeks ago by gdw
boto/boto · GitHub
10 weeks ago by gdw
Python interface to Amazon Web Services
amazon
aws
git
library
python
boto
10 weeks ago by gdw
Python in the Cloud | Linux Journal
10 weeks ago by gdw
A basic introduction to using the Python boto library to interact with AWS services and resources.
python
aws
boto
library
10 weeks ago by gdw
libsndfile - Erik de Castro Lopo
11 weeks ago by gdw
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. It is released in source code format under the Gnu Lesser General Public License.
The library was written to compile and run on a Linux system but should compile and run on just about any Unix (including MacOS X). There are also pre-compiled binaries available for 32 and 64 bit windows.
It was designed to handle both little-endian (such as WAV) and big-endian (such as AIFF) data, and to compile and run correctly on little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well as big-endian processor systems such as Motorola 68k, Power PC, MIPS and Sparc. Hopefully the design of the library will also make it easy to extend for reading and writing new sound file formats.
library
c
python
audiolab
meganerd
The library was written to compile and run on a Linux system but should compile and run on just about any Unix (including MacOS X). There are also pre-compiled binaries available for 32 and 64 bit windows.
It was designed to handle both little-endian (such as WAV) and big-endian (such as AIFF) data, and to compile and run correctly on little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well as big-endian processor systems such as Motorola 68k, Power PC, MIPS and Sparc. Hopefully the design of the library will also make it easy to extend for reading and writing new sound file formats.
11 weeks ago by gdw
audiolab
11 weeks ago by gdw
Audiolab is a python toolbox to read/write audio files from numpy arrays. It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well as soundsc on the supported platforms. Audiolab works by wrapping the excellent library libsndfile from Erik Castro de Lopo. Audiolab supports all format supported by libsndfile, including wav, aiff, ircam files, and flac (an open source lossless compressed format);
audio
library
python
sound
11 weeks ago by gdw
requests 0.10.8 : Python Package Index
11 weeks ago by gdw
Requests allow you to send HEAD, GET, POST, PUT, PATCH, and DELETE HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you.
http
library
python
request
webdev
11 weeks ago by gdw
Index (Logilab.org)
february 2012 by gdw
Logilab.org is a public free software forge supported by Logilab and built on the CubicWeb semantic web application framework
ai
code
library
python
february 2012 by gdw
PyPI - the Python Package Index : Python Package Index
february 2012 by gdw
The Python Package Index is a repository of software for the Python programming language. There are currently 19176 packages here
library
package
programming
python
repository
february 2012 by gdw
pyo - Python digital signal processing module. - Google Project Hosting
february 2012 by gdw
pyo is a Python module written in C to help digital signal processing script creation.
pyo is a Python module containing classes for a wide variety of audio signal processing types. With pyo, user will be able to include signal processing chains directly in Python scripts or projects, and to manipulate them in real time through the interpreter. Tools in pyo module offer primitives, like mathematical operations on audio signal, basic signal processing (filters, delays, synthesis generators, etc.), but also complex algorithms to create sound granulation and others creative audio manipulations. pyo supports OSC protocol (Open Sound Control), to ease communications between softwares, and MIDI protocol, for generating sound events and controlling process parameters. pyo allows creation of sophisticated signal processing chains with all the benefits of a mature, and wildly used, general programming language.
audio
dsp
programming
library
python
pyo is a Python module containing classes for a wide variety of audio signal processing types. With pyo, user will be able to include signal processing chains directly in Python scripts or projects, and to manipulate them in real time through the interpreter. Tools in pyo module offer primitives, like mathematical operations on audio signal, basic signal processing (filters, delays, synthesis generators, etc.), but also complex algorithms to create sound granulation and others creative audio manipulations. pyo supports OSC protocol (Open Sound Control), to ease communications between softwares, and MIDI protocol, for generating sound events and controlling process parameters. pyo allows creation of sophisticated signal processing chains with all the benefits of a mature, and wildly used, general programming language.
february 2012 by gdw
music21
january 2012 by gdw
Music21 is a flexible toolkit for computer-aided musicology. The project is based at M.I.T. in the Music and Theater Arts section.
For more information, contact Michael Scott Cuthbert (cuthbert [at] mit.edu), principal investigator.
The music21 lab includes Christopher Ariza (lead programmer; Visiting Assistant Professor) and many top M.I.T. undergraduate programmers. Music21 is sponsored by a grant from the Seaver Institute.
api
audio
library
music
python
ariza
cuthbert
For more information, contact Michael Scott Cuthbert (cuthbert [at] mit.edu), principal investigator.
The music21 lab includes Christopher Ariza (lead programmer; Visiting Assistant Professor) and many top M.I.T. undergraduate programmers. Music21 is sponsored by a grant from the Seaver Institute.
january 2012 by gdw
Python Documentation Network : PyDoc.net
december 2011 by gdw
PyDoc.net is an online open source package library for Python language. It aims to provide ease of navigation through their source code in a better and organized way. It is still on its experimental stages.
python
online
open
source
package
library
december 2011 by gdw
Overtone
december 2011 by gdw
http://project-overtone.org/Category:SoundSubcategory:GeneralDescription:
Overtone is an open source audio environment being created to explore musical ideas from synthesis and sampling to instrument building, live-coding and collaborative jamming
overtone
clojure
library
opensource
audio
environment
Overtone is an open source audio environment being created to explore musical ideas from synthesis and sampling to instrument building, live-coding and collaborative jamming
december 2011 by gdw
Python Imaging Library (PIL)
december 2011 by gdw
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
Status
The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later.
graphics
image
library
programming
python
Status
The current free version is PIL 1.1.7. This release supports Python 1.5.2 and newer, including 2.5 and 2.6. A version for 3.X will be released later.
december 2011 by gdw
Closure Tools - Google Code
december 2011 by gdw
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. The Closure tools include:
google
javascript
library
programming
tools
webdev
The Closure tools help developers to build rich web applications with JavaScript that is both powerful and efficient. The Closure tools include:
december 2011 by gdw
pyglet
december 2011 by gdw
pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, Mac OS X and Linux.
graphics
library
programming
python
audio
stdmp
itp
december 2011 by gdw
libsndfile
november 2011 by gdw
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. It is released in source code format under the Gnu Lesser General Public License.
The library was written to compile and run on a Linux system but should compile and run on just about any Unix (including MacOS X). There are also pre-compiled binaries available for 32 and 64 bit windows.
It was designed to handle both little-endian (such as WAV) and big-endian (such as AIFF) data, and to compile and run correctly on little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well as big-endian processor systems such as Motorola 68k, Power PC, MIPS and Sparc. Hopefully the design of the library will also make it easy to extend for reading and writing new sound file formats.
c
library
sampled
sound
file
read
write
The library was written to compile and run on a Linux system but should compile and run on just about any Unix (including MacOS X). There are also pre-compiled binaries available for 32 and 64 bit windows.
It was designed to handle both little-endian (such as WAV) and big-endian (such as AIFF) data, and to compile and run correctly on little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well as big-endian processor systems such as Motorola 68k, Power PC, MIPS and Sparc. Hopefully the design of the library will also make it easy to extend for reading and writing new sound file formats.
november 2011 by gdw
18 ways to view the ~/Library folder in Lion | Macworld
october 2011 by gdw
18 ways to view the ~/Library folder in Lion
lion
user
library
visable
october 2011 by gdw
Boost C++ Libraries
october 2011 by gdw
Boost provides free peer-reviewed portable C++ source libraries.
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
development
library
programming
C++
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
october 2011 by gdw
mchaput / whoosh / wiki / Home — Bitbucket
september 2011 by gdw
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Programmers can use it to easily add search functionality to their applications and websites.
python
research
search
text
library
september 2011 by gdw
pyOSC - V2_Lab Projects - Trac
august 2011 by gdw
A Simple OpenSoundControl implementation, in Pure Python. This module is loosely based on the good old SimpleOSC implementation by Daniel Holth & Clinton McChesney.
It has been mostly rewritten, and a whole set of new Classes has been added, providing support for OSC-bundles, a simple OSC-client, a simple OSC-server, threading & forking OSC-servers and a more complex 'Multiple-Unicast' OSC-client that supports subscriptions and OSC-address based message-filtering.
library
osc
python
sound
It has been mostly rewritten, and a whole set of new Classes has been added, providing support for OSC-bundles, a simple OSC-client, a simple OSC-server, threading & forking OSC-servers and a more complex 'Multiple-Unicast' OSC-client that supports subscriptions and OSC-address based message-filtering.
august 2011 by gdw
Alexandria: Book Collection Manager
august 2011 by gdw
Alexandria is a GNOME application to help you manage your book collection.
It is written in Ruby and is free software, distributed under the terms of the GNU General Public License (version 2 or later).
books
library
software
It is written in Ruby and is free software, distributed under the terms of the GNU General Public License (version 2 or later).
august 2011 by gdw
echonest/libechonest - GitHub
july 2011 by gdw
An objective-c library for The Echo Nest API
echonest
Objective-C
library
api
july 2011 by gdw
SoundCipher - Music and Sound for Processing
june 2011 by gdw
SoundCipher provides an easy way to create music in the Processing development environment. With the SoundCipher library added to Processing you can write software programs that make music to go along with your graphics and you can add sounds to enhance your Processing animations or games.
audio
library
processing
andrew_brown
june 2011 by gdw
pyduino - A python library to interface with Arduino boards using the Firmata protocol - Google Project Hosting
may 2011 by gdw
pyduino is a library which allows you to communicate with Arduino boards loaded with the Firmata protocol from within Python. It currently supports version 2 of the Firmata protocol.
arduino
firmata
libraries
library
python
may 2011 by gdw
UsefulModules - PythonInfo Wiki
may 2011 by gdw
Useful Modules, Packages and Libraries
api
library
modules
programming
python
may 2011 by gdw
zlib Home Site
may 2011 by gdw
A Massively Spiffy Yet Delicately Unobtrusive Compression Library
(Also Free, Not to Mention Unencumbered by Patents)
(Not Related to the Linux zlibc Compressing File-I/O Library)
zlib
compression
library
(Also Free, Not to Mention Unencumbered by Patents)
(Not Related to the Linux zlibc Compressing File-I/O Library)
may 2011 by gdw
Backbone.js
may 2011 by gdw
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
framework
javascript
js
library
may 2011 by gdw
PortAudio - an Open-Source Cross-Platform Audio API
april 2011 by gdw
music-dsp, ross bencina, audiomulch, phil burk, jsyn, softsynth
api
audio
library
opensource
programming
april 2011 by gdw
PyAudio: PortAudio v19 Python Bindings
april 2011 by gdw
PyAudio
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms.
PyAudio is designed to work with the PortAudio v19 API 2.0. Note that PyAudio currently only supports blocking-mode audio I/O.
PyAudio is still super-duper alpha quality. It has run on GNU/Linux 2.6, Microsoft Windows 7/XP, and Apple Mac OS X 10.5+—but it could use more testing.
PyAudio is inspired by:
pyPortAudio/fastaudio: Python bindings for PortAudio v18 API.
tkSnack: cross-platform sound toolkit for Tcl/Tk and Python.
via:erikschoster
audio
dsp
library
music
python
bindings
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms.
PyAudio is designed to work with the PortAudio v19 API 2.0. Note that PyAudio currently only supports blocking-mode audio I/O.
PyAudio is still super-duper alpha quality. It has run on GNU/Linux 2.6, Microsoft Windows 7/XP, and Apple Mac OS X 10.5+—but it could use more testing.
PyAudio is inspired by:
pyPortAudio/fastaudio: Python bindings for PortAudio v18 API.
tkSnack: cross-platform sound toolkit for Tcl/Tk and Python.
april 2011 by gdw
pyglet
april 2011 by gdw
pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, Mac OS X and Linux.
Including Load images, sound, music and video in almost any format. pyglet can optionally use AVbin to play back audio formats such as MP3, OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, WMV and Xvid.
graphics
gui
library
programming
python
Including Load images, sound, music and video in almost any format. pyglet can optionally use AVbin to play back audio formats such as MP3, OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, WMV and Xvid.
april 2011 by gdw
Pygments — Python syntax highlighter
march 2011 by gdw
Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code
code
library
programming
python
syntax
highlighter
march 2011 by gdw
the connexions blog: Connexions Improves Math Display
february 2011 by gdw
Today, we updated Connexions to use MathJax to display MathML. MathJax is a JavaScript library that can render MathML across all browsers
mathml
connections
javascript
library
february 2011 by gdw
The Sheridan Libraries Blog » 4 Ways to Catalog Your Books at Home
january 2011 by gdw
4 Ways to Catalog Your Books at Home
jhu
sheridan
library
home
catalog
books
january 2011 by gdw
Rubber Band Audio Time Stretcher Library
january 2011 by gdw
Rubber Band Library is a high quality software library for audio time-stretching and pitch-shifting. It permits you to change the tempo and pitch of an audio stream or recording dynamically and independently of one another.
dsp
library
stdmp
january 2011 by gdw
Escape route - The Boston Globe
december 2010 by gdw
Every day, for the almost two years I worked as a staff librarian at the Suffolk County House of Correction at South Bay, the pattern was the same: Seconds after they were released from their units, inmates would not walk, they would run — as though catapulted — towards the prison’s library.
libraries
library
freedom
december 2010 by gdw
Python Music Library? - Stack Overflow
december 2010 by gdw
'm looking at writing a little drum machine in Python for fun. I've googled some and found the python pages on music and basic audio as well as a StackOverflow question on generating audio files, but what I'm looking for is a decent library for music creation
python
library
audio
music
december 2010 by gdw
Sizzle JavaScript Selector Library
december 2010 by gdw
A pure-JavaScript CSS selector engine
designed to be easily dropped in to a host library
css
javascript
library
designed to be easily dropped in to a host library
december 2010 by gdw
jQuery: The Write Less, Do More, JavaScript Library
december 2010 by gdw
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
ajax
javascript
library
programming
december 2010 by gdw
libgit2: a linkable library for Git
november 2010 by gdw
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.
c
git
library
python
november 2010 by gdw
American Music Center
november 2010 by gdw
The AMC Online Library is a vast and comprehensive digital database that contains over 50,000 works by more than 6,000 composers, and includes over 7,000 media samples (recordings and scores).
new
scores
amc
library
november 2010 by gdw
MusiCB3 Blog | about more than the Music Collections at CB3
november 2010 by gdw
MusiCB3 is a blog about the music collections at the Cambridge University Library and Pendlebury Library, as well as about wider issues which are on the minds of the music librarians here.
blog
music
librarians
cambridge
library
pendlebury
november 2010 by gdw
ibiblio.org - When Super and Not So Superpowers Collide
november 2010 by gdw
Home to one of the largest "collections of collections" on the Internet, ibiblio.org is a conservancy of freely available information, including software, music, literature, art, history, science, politics, and cultural studies. ibiblio.org is a collaboration of the School of Information and Library Science and the School of Journalism and Mass Communication at The University of North Carolina - Chapel Hill.
library
opensource
reference
november 2010 by gdw
Python Package Index : hsaudiotag3k 1.0.3
november 2010 by gdw
hsaudiotag is a pure Python library that lets you read metadata (bitrate, sample rate, duration and tags) from mp3, mp4, wma, ogg, flac and aiff files. It can only read tags, not write to them, but unlike more complete libraries (like Mutagen
pipi
python
library
audio
metadata
3
november 2010 by gdw
Main Page - Techotopia
october 2010 by gdw
Techotopia is a library of free on-line IT books covering a wide range of topics including operating systems, programming, scripting, system administration, databases, networking and much more. The IT Essentials series of books are designed to provide detailed information that is accessible to both experienced and novice readers. Each on-line book contains everything that is needed to gain proficiency in the corresponding technology subject area.
free
online
library
of
IT
books
october 2010 by gdw
SONIA SOUND LIBRARY
october 2010 by gdw
Sonia is an external Library (API) for the Processing platform. It may also be included in any Java project.
The Sonia Library provides advanced audio capabilities such as multiple sample playback, realtime sound synthesis, realtime FFT (frequency) analysis of the microphone input, and writing .wav files from samples.
Sonia utilizes the JSyn plugin by Phil Burk. This means that users will need to install the JSyn browser plugin in order to view Sonia projects online. Click here to install the JSyn plugin
music
processing
software
jsyn
library
The Sonia Library provides advanced audio capabilities such as multiple sample playback, realtime sound synthesis, realtime FFT (frequency) analysis of the microphone input, and writing .wav files from samples.
Sonia utilizes the JSyn plugin by Phil Burk. This means that users will need to install the JSyn browser plugin in order to view Sonia projects online. Click here to install the JSyn plugin
october 2010 by gdw
jMusic - Computer music composition in Java.
october 2010 by gdw
jMusic is a project designed to provide composers and software developers with a library of compositional and audio processing tools. It provides a solid framework for computer-assisted composition in Java™, and is also used for generative music, instrument building, interactive performance, and music analysis.
audio
composition
java
music
software
processing
library
october 2010 by gdw
jm-Etude
october 2010 by gdw
Jm-Etude is a jMusic wrapper for the processing environment. It provides a high level API to communicate with jMusic therefore it makes it more easy to programm music composition with processing. jMusic itself is a solid framework for computer-assisted composition in Java, it is also used for generative music, instrument building, interactive performance and music analysis
java
music
jMusic
processing
library
october 2010 by gdw
CommonJS: JavaScript Standard Library
september 2010 by gdw
CommonJS API will define APIs that handle many common application needs, ultimately providing a standard library as rich as those of Python, Ruby and Java. The intention is that an application developer will be able to write an application using the CommonJS APIs and then run that application across different JavaScript interpreters and host environments
javascript
api
common
library
september 2010 by gdw
Processing.js - a port of the Processing Visualization Language
september 2010 by gdw
Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.
javascript
library
processing
programming
visualization
canvas
september 2010 by gdw
TKDLTraditional Knowledge Digital Library
august 2010 by gdw
Traditional Knowledge Digital Library is an Indian digital knowledge repository of the traditional knowledge, especially about medicinal plants and formulations used in Indian systems of medicine.
TKDL
traditional
knowledge
digital
library
repository
medicine
august 2010 by gdw
Traditional Knowledge Digital Library - Wikipedia, the free encyclopedia
august 2010 by gdw
is an Indian digital knowledge repository of the traditional knowledge, especially about medicinal plants and formulations used in Indian systems of medicine.
india
TKDL
traditional
knowledge
digital
library
repository
august 2010 by gdw
related tags
academic ⊕ acces ⊕ access ⊕ ai ⊕ ajax ⊕ algorithms ⊕ amazon ⊕ amc ⊕ anatomy ⊕ and ⊕ andrew_brown ⊕ api ⊕ apple ⊕ archive ⊕ arduino ⊕ ariza ⊕ art ⊕ audio ⊕ audiolab ⊕ aws ⊕ based ⊕ bbcut2 ⊕ beat ⊕ binary ⊕ bindings ⊕ bit ⊕ bits ⊕ blog ⊕ blogs ⊕ books ⊕ boto ⊕ c ⊕ c++ ⊕ cambridge ⊕ canvas ⊕ catalog ⊕ citation ⊕ clojure ⊕ cms ⊕ code ⊕ collections ⊕ college ⊕ collins ⊕ common ⊕ composition ⊕ compression ⊕ connections ⊕ copyright ⊕ css ⊕ css3 ⊕ cuthbert ⊕ data ⊕ database ⊕ design ⊕ dev ⊕ development ⊕ dicom ⊕ digital ⊕ dsp ⊕ ebook ⊕ ebooks ⊕ echonest ⊕ environment ⊕ examples ⊕ facebook ⊕ file ⊕ firmata ⊕ framework ⊕ free ⊕ freedom ⊕ git ⊕ google ⊕ goucher ⊕ graduate ⊕ graphics ⊕ gui ⊕ guide ⊕ guides ⊕ gutenberg ⊕ highlighter ⊕ history ⊕ home ⊕ html5 ⊕ http ⊕ illustration ⊕ image ⊕ images ⊕ india ⊕ Info ⊕ interface ⊕ IRCAM ⊕ IT ⊕ itp ⊕ java ⊕ javascript ⊕ jhu ⊕ jira ⊕ jMusic ⊕ js ⊕ jsyn ⊕ knowledge ⊕ liblo ⊕ librarians ⊕ libraries ⊕ library ⊖ libsndfile ⊕ lion ⊕ listening ⊕ live ⊕ mac ⊕ machine ⊕ MAD ⊕ main ⊕ management ⊕ manuscript ⊕ manuscripts ⊕ mathml ⊕ max ⊕ Max/MSP ⊕ maxforlive ⊕ medical ⊕ medicine ⊕ meganerd ⊕ metadata ⊕ midi ⊕ modern ⊕ modules ⊕ music ⊕ new ⊕ newspapers ⊕ Objective-C ⊕ of ⊕ off-campus ⊕ online ⊕ open ⊕ open-source ⊕ opensource ⊕ osc ⊕ osx ⊕ overtone ⊕ package ⊕ page ⊕ papers ⊕ papyrus ⊕ peabody ⊕ pendlebury ⊕ perl ⊕ php ⊕ pipi ⊕ plugin ⊕ preservation ⊕ processing ⊕ programming ⊕ pyliblo ⊕ python ⊕ rare ⊕ read ⊕ reference ⊕ refworks ⊕ regex ⊕ repository ⊕ request ⊕ research ⊕ safari ⊕ sampled ⊕ sc3 ⊕ school ⊕ science ⊕ scores ⊕ script ⊕ search ⊕ service ⊕ sheridan ⊕ SIM ⊕ simmons ⊕ software ⊕ sound ⊕ source ⊕ standard ⊕ stdmp ⊕ stock ⊕ stuttgart ⊕ supercollider ⊕ syntax ⊕ text ⊕ tips ⊕ TKDL ⊕ to ⊕ tools ⊕ tracking ⊕ traditional ⊕ tricks ⊕ typography ⊕ ugen ⊕ user ⊕ vector ⊕ via:erikschoster ⊕ visable ⊕ visualization ⊕ web2.0 ⊕ webdesign ⊕ webdev ⊕ wpd ⊕ write ⊕ www ⊕ yale ⊕ zeldman ⊕ zlib ⊕Copy this bookmark: