links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Pedro Ângelo, member since Mar 11, 2006
.
Search Everyone: "research",

Top "research" experts: jstone, nerissa, dglp, mrniceguy, zaitrarrio, shoroco,

Groups about "research": Research, Web research, BCC Research, Research Papers, nanotechnology research, ABSTRACT,

1 - 100 of 631 next »   Watch jstone
 
Like iTunes™ for research papers. Mendeley is a free research management tool for desktop & web.
by jstone 2010-01-06 21:57 bibliography · tools · research · web · desktop · collaboration · science · linux · free · osx · win32
http://www.mendeley.com/ - cached - mail it - history
OpenServo is an open community-based project with the goal of creating a high quality digital servo for robotics.
by jstone 2010-01-06 20:09 hardware · components · open.source · robotics · electronics · research · community
http://openservo.com/ - cached - mail it - history
Qi Hardware is copyleft hardware. Copyleft hardware is hardware where all information needed for its production is free. So you are left with physical goods on one side, and free information on the other side. The Qi Hardware project tries to build the most advanced copyleft hardware in the world. Find out how you can benefit from copyleft hardware, and how you can contribute to its development. At the moment we are focusing on our first device, a mini computer called Ben NanoNote.
by jstone 2010-01-06 18:59 hardware · laptop · mobile · minimalism · open.source · community · research · company · free.software
http://wiki.qi-hardware.com/wiki/Main_Page - cached - mail it - history
A computer-aided design (CAD) tool for synthetic biology
by jstone 2010-01-06 18:41 biology · cad · chemistry · organic · synthesis · science · hacking · free.software · research · open.source
http://www.tinkercell.com/ - cached - mail it - history
Thinking about regular expressions as programs for a virtual machine is a useful abstraction: a single regular expression parser can compile the regular expression into byte codes, and then different implementations can be used to execute the byte codes, depending on the context. Automata-based implementations can track submatch boundaries and get the same answers as a traditional backtracking implementation, with a guaranteed linear run time.
by jstone 2010-01-04 22:03 computer.science · regex · vm · programming · C · article · research · reference · performance · optimization · parsing · history
http://swtch.com/~rsc/regexp/regexp2.html - cached - mail it - history
Regular expression matching can be simple and fast, using finite automata-based techniques that have been known for decades. In contrast, Perl, PCRE, Python, Ruby, Java, and many other languages have regular expression implementations based on recursive backtracking that are simple but can be excruciatingly slow. With the exception of backreferences, the features provided by the slow backtracking implementations can be provided by the automata-based implementations at dramatically faster, more consistent speeds.
by jstone 2010-01-04 22:01 article · computer.science · history · regex · programming · c · finite.state.machine · reference · performance · research · algorithms · optimization · parsing
http://swtch.com/~rsc/regexp/regexp1.html - cached - mail it - history
by jstone 2009-12-28 17:25 science · research · journal · open.access · paper · repository · optics · virtual.reality · computer.vision · psychology
http://www.journalofvision.org - cached - mail it - history
This guide is intended for programmers who are new to Scheme, new to PLT Scheme, or new to some part of PLT Scheme. It assumes programming experience, so if you are new to programming, consider instead reading How to Design Programs.
by jstone 2009-12-22 16:25 scheme · lisp · programming · reference · book · online · research
http://docs.plt-scheme.org/guide/ - cached - mail it - history
by jstone 2009-12-22 16:14 fabrication · research · laboratory · reference · diy · hardware · open.source · repository
http://mtm.cba.mit.edu/ - cached - mail it - history
by jstone 2009-12-20 22:29 audio · research · reference · article · repository · diy · electronics · hardware · education
http://sound.westhost.com/articles.htm - cached - mail it - history
by jstone 2009-12-20 20:57 electronics · reference · research · diy
http://www.kpsec.freeuk.com/index.htm - cached - mail it - history
by jstone 2009-12-20 20:39 audio · electronics · research · article · reference · arduino · synthesis
http://www.uchobby.com/index.php/2008/01/08/arduino-audio-dac-options/ - cached - mail it - history
MIT Press now distributes the second edition of the book Structure and Interpretation of Computer Programs (SICP) in HTML format. Lytha Ayth converted the book to Texinfo format, so that the book can be viewed in Emacs. S/he apparently redrew all the figures using ASCII text characters, which is rather perverse.
by jstone 2009-12-04 09:30 book · lisp · scheme · reference · research · education · tools
http://www.neilvandyke.org/sicp-texi/ - cached - mail it - history
SHODAN lets you find servers/ routers/ etc. by using the simple search bar up above. Most of the data in the index covers web servers at the moment, but there is some data on FTP, Telnet and SSH services as well.
by jstone 2009-11-29 15:39 security · networking · internet · search.engine · data.mining · tools · research
http://shodan.surtri.com/ - cached - mail it - history
by jstone 2009-11-29 15:14 computer.science · history · reference · research · repository · paper · open.access
http://www.fh-jena.de/~kleine/history/history.html - cached - mail it - history
This small library for Max/MSP can be used in interactive dance performance and allows dancers to generate musical rhythms and/or control musical tempo in real time from dance movement
by jstone 2009-11-25 12:39 dance · interaction.design · programming · dataflow · library · music · reference · research · rythm · communication · realtime
http://homepage.mac.com/carlosguedes/FileSharing4.html - cached - mail it - history
A simple wireless communication library for cheap radio devices in arduino.
by jstone 2009-11-22 14:23 programming · library · C · arduino · wireless · radio · protocols · research · reference · free.software · open.source
http://www.open.com.au/mikem/arduino/ - cached - mail it - history
by jstone 2009-11-13 07:44 math · fractal · 3D · rendering · visualization · reference · inspiration · research
http://www.skytopia.com/project/fractal/mandelbulb.html - cached - mail it - history
by jstone 2009-11-11 21:13 programming · language · concurrency · performance · free.software · open.source · research
http://golang.org/ - cached - mail it - history
The current UNIX® text processing tools are weakened by the built-in concept of a line. There is a simple notation that can describe the `shape' of files when the typical array-of-lines picture is inadequate. That notation is regular expressions. Using regular expressions to describe the structure in addition to the contents of files has interesting applications, and yields elegant methods for dealing with some problems the current tools handle clumsily. When operations using these expressions are composed, the result is reminiscent of shell pipelines
by jstone 2009-11-09 16:01 regex · text.processing · research · paper · reference
http://doc.cat-v.org/bell_labs/structural_regexps/ - cached - mail it - history
Nimrod is a new statically typed, imperative programming language, that supports procedural, object oriented, functional and generic programming styles while remaining simple and efficient.
by jstone 2009-11-02 15:43 programming · language · computer.science · research · functional.programming · performance · free.software · open.source
http://force7.de/nimrod/ - cached - mail it - history
At Freedocumentaries.org, you can stream interesting and provocative documentary films for free!
by jstone 2009-11-02 15:38 politics · film · repository · activism · free · streaming · reference · history · research · education
http://www.freedocumentaries.org - cached - mail it - history
The HyperScope is a high-performance thought processor that enables you to navigate, view, and link to documents in sophisticated ways. It's the brainchild of Doug Engelbart, the inventor of hypertext and the mouse, and is the first step towards his larger vision for an Open Hyperdocument System.
by jstone 2009-11-01 15:12 human.computer.interaction · hypertext · research · web.development · framework · knowledge.representation · open.source · tools · javascript
http://hyperscope.org/index.html - cached - mail it - history
This is an entry point towards making Portuguese Government's data easily accessible for all.
by jstone 2009-11-01 14:51 visualization · data.mining · web.services · research · portugal · free.software · open.source
http://code.google.com/p/opengovpt/ - cached - mail it - history
The Leaf system provides the aspiring inventor with an Arduino-inspired sketch-based programming environment, backed by a suite of modular Hardware expansions so that users can make projects that interact with their environment in new and unexpected ways. With the increased processing power of ARM microprocessors and the flexibility provided by reconfigurable technologies like FPGAs, Leaf main boards allows users to work with computationally expensive inputs and outputs, like video and audio
by jstone 2009-10-31 14:56 electronics · creativity · hardware · open.source · performance · research
http://leaflabs.com/tiki-index.php - cached - mail it - history
On December 9, 1968, Douglas C. Engelbart and the group of 17 researchers working with him in the Augmentation Research Center at Stanford Research Institute in Menlo Park, CA, presented a 90-minute live public demonstration of the online system, NLS, they had been working on since 1962.
by jstone 2009-10-30 23:07 history · research · reference · presentation · user.interfaces · computer.engineering · design
http://sloan.stanford.edu/mousesite/1968Demo.html - cached - mail it - history
by jstone 2009-10-29 12:58 philosophy · reference · research · culture · online
http://plato.stanford.edu/ - cached - mail it - history
Zimbu is an experimental programming language. It is a very practical, no-nonsense kind of language. It mixes the good things of many existing languages and avoids their deficiencies. And then throws in a few brand new ideas.
by jstone 2009-10-23 07:00 programming · language · compiler · C · object.oriented · free.software · open.source · research
http://www.zimbu.org/ - cached - mail it - history
Spyder (previously known as Pydee) is a free open-source Python development environment providing MATLAB-like features in a simple and light-weighted software, available for Windows XP/Vista/7, GNU/Linux and MacOS X.
by jstone 2009-10-19 16:21 python · programming · ide · tools · math · numerical.computing · image.processing · research · free.software · open.source
http://code.google.com/p/spyderlib/ - cached - mail it - history
I am a science fiction author and computer programmer. This site contains information, illustrations and applets to supplement some of my work; a bibliography; links to works online (including twenty-two free stories); the Foundations series of introductory science articles; some more technical science notes; links to related sites and an applets gallery;
by jstone 2009-10-19 14:02 portfolio · research · science · science.fiction · literature · computer.science · visualization · math · repository · code
http://gregegan.customer.netspace.net.au/ - cached - mail it - history
The Hypermedia Image Processing Reference (HIPR) was developed at the Department of Artificial Intelligence in the University of Edinburgh in order to provide a set of computer-based tutorial materials for use in taught courses on image processing and machine vision. The package provides on-line reference and tutorial information on a wide range of image processing operations, extensively illustrated with actual digitized images, and bound together in a hypermedia format for easy browsing, searching and cross-referencing.
by jstone 2009-10-19 06:24 computer.graphics · image.processing · reference · education · hypertext · computer.vision · research
http://homepages.inf.ed.ac.uk/rbf/HIPR2/ - cached - mail it - history
by jstone 2009-10-16 07:22 vpn · security · tutorial · reference · networking · research · sysadmin · web
http://blog.foppiano.org/2008/07/24/how-to-openvpn-over-proxy/ - cached - mail it - history
by jstone 2009-10-12 19:24 computer.graphics · animation · history · reference · research
http://design.osu.edu/carlson/history/lessons.html - cached - mail it - history
Dancecult is a peer-reviewed, open-access e-journal for the study of electronic dance music culture.
by jstone 2009-10-12 19:21 sociology · theory · music · culture · journal · research · open.content · open.access
http://dj.dancecult.net/index.php/journal/index - cached - mail it - history
This course provides a beginner with the necessary mathematics, software, and practical details to leverage projector-camera systems in their own 3D scanning projects. An example-driven approach is used throughout; each new concept is illustrated using a practical scanner implemented with off-the-shelf parts. The course concludes by detailing how these new approaches are used in rapid prototyping, entertainment, cultural heritage, and web-based applications.
by jstone 2009-10-08 19:07 3D · content.creation · image.processing · math · research · computer.graphics · algorithm · diy · geometry · scanner · tools · education · reference
http://mesh.brown.edu/byo3d/index.html - cached - mail it - history
The Visual Understanding Environment (VUE) is an Open Source project based at Tufts University. The VUE project is focused on creating flexible tools for managing and integrating digital resources in support of teaching, learning and research. VUE provides a flexible visual environment for structuring, presenting, and sharing digital information.
by jstone 2009-10-07 18:48 visualization · asset.management · knowledge.representation · data.mining · data.mapping · tools · free.software · open.source · education · research · bibliography · creativity
http://vue.tufts.edu/index.cfm - cached - mail it - history
An online interactive exploration of the relationship between music and numbers
by jstone 2009-09-15 12:51 composition · music · theory · sonification · algorithm · online · education · tools · research
http://musicalgorithms.ewu.edu - cached - mail it - history
The Music Information Center is an online annotated list of resources in computer music and new music in general, recommended by the CNMAT community. From tutorials on recording technique to residencies for composers, from the history of electronic music to third-party externals for Max/MSP, the Music Information Center is an ever-growing directory of materials concerned with new music in general and the creation of electronic and computer music.
by jstone 2009-09-15 12:48 music · audio · theory · reference · repository · web · research
http://cnmat.berkeley.edu/mic - cached - mail it - history
The CNMAT Resource Library is our fast growing collection of materials, sensors, gestural controllers, interface devices, tools, demos, prototypes and products - all organized and annotated to support the design of physical interaction systems, "new lutherie" and art installations.
by jstone 2009-09-15 12:45 music · instrument · inspiration · creativity · repository · reference · materials · electronics · research · physical.computing · sensors · open.content · collaboration
http://cnmat.berkeley.edu/resources - cached - mail it - history
by jstone 2009-09-15 12:24 lisp · programming · language · research · usability · reference · computer.science
http://www.genyris.com/ - cached - mail it - history
This plugin is a very simple implementation of a mean shift filter that can be used for edge-preserving smoothing or for segmentation. Important edges of an image might be easier detected after mean shift filtering.
by jstone 2009-09-11 15:21 image.processing · research · algorithm · computer.graphics · reference
http://rsbweb.nih.gov/ij/plugins/mean-shift.html - cached - mail it - history
by jstone 2009-09-11 15:02 image.processing · computer.graphics · algorithm · reference · research
http://xphilipp.developpez.com/articles/meanshift/ - cached - mail it - history
by jstone 2009-08-21 20:52 article · reference · game.development · business · research · flash · marketing
http://lostgarden.com/2009/08/flash-love-letter-2009-part-2.html - cached - mail it - history
by jstone 2009-08-21 20:27 article · reference · game.development · business · research · flash · marketing
http://lostgarden.com/2009/07/flash-love-letter-2009-part-1.html - cached - mail it - history
Scalable computer programming languages
by jstone 2009-08-21 19:47 article · research · computer.science · programming · language · functional.programming · reference · optimization
http://www.cs.caltech.edu/~mvanier/hacking/rants/scalable_computer_programming_languages.html?resubmit - cached - mail it - history
Snow is a programming language. It is dynamic, object-oriented, function-centered, fast, and very simple. Everything in Snow is an object (except flow control structures), and every object can also act as a function, if needed.
by jstone 2009-08-08 16:58 programming · language · research
http://snow.meta.io/ - cached - mail it - history
by jstone 2009-08-08 16:57 research · math · image.processing · fractal · computer.graphics · article
http://www.cgl.uwaterloo.ca/~csk/projects/escherization/ - cached - mail it - history
A companion to the Transmaterial books written by Blaine Brownell and published by Princeton Architectural Press, Transmaterial online is intended to be a clear, concise, accessible, and carefully edited resource that provides information about the latest and most intriguing materials commercially available.
by jstone 2009-07-29 11:07 reference · research · design · architecture · materials · repository · open.content
http://transmaterial.net/ - cached - mail it - history
Mythryl deftly combines C speed, Lisp power, and Ruby convenience with the critical new ingredients of Hindley-Milner typing, state of the art generics and just the right level of side effects.
by jstone 2009-07-24 00:19 programming · language · research · functional.programming · free.software · open.source
http://mythryl.org - cached - mail it - history
by jstone 2009-07-24 00:11 drawing · tools · inspiration · creativity · human.computer.interaction · research · digital.art
http://rhondaforever.com/ - cached - mail it - history
by jstone 2009-07-21 14:31 article · computer.graphics · parallelism · optimization · hardware · reference · research
http://www.ddj.com/hpc-high-performance-computing/217200602?pgno=1 - cached - mail it - history
by jstone 2009-07-19 18:44 flash · digital.art · generative · computer.graphics · experimental · portfolio · research · inspiration
http://www.uncontrol.com - cached - mail it - history
The beagle synth will be a full featured MIDI synth based around the beagleboard. This project is to be a learning experience with the intention of exploring using DSP for music synthesis.
by jstone 2009-07-16 06:12 do.it.yourself · synthesis · signal.processing · hardware · linux · open.source · free.software · midi · research · hacking · audio
http://code.google.com/p/beagle-synth/ - cached - mail it - history
The goal of the Voreen project is to develop an open source volume rendering engine which allows interactive visualization of volumetric data sets by allowing high flexibility when integrating new visualization techniques.
by jstone 2009-07-12 16:10 volume.rendering · computer.graphics · visualization · tools · research · free.software · open.source
http://www.voreen.org/ - cached - mail it - history
by jstone 2009-07-12 16:09 demoscene · article · digital.art · art · history · analysis · sociology · research · reference
http://www.pelulamu.net/countercomplex/putting-the-demoscene-in-a-context/ - cached - mail it - history
Why do we like music? Our culture immerses us in it for hours each day, and everyone knows how it touches our emotions, but few think of how music touches other kinds of thought. It is astonishing how little curiosity we have about so pervasive an "environmental" influence. What might we discover if we were to study musical thinking?
by jstone 2009-06-29 12:08 paper · research · classic · psychology · artificial.intelligence · music
http://web.media.mit.edu/~minsky/papers/MusicMindMeaning.html - cached - mail it - history
The Atlas Obscura is a collaborative project with the goal of cataloging all of the singular, eccentric, bizarre, fantastical, and strange out-of-the-way places that get left out of traditional travel guidebooks and are ignored by the average tourist. If you're looking for miniature cities, glass flowers, books bound in human skin, gigantic flaming holes in the ground, phallological museums, bone churches, balancing pagodas, or homes built entirely out of paper, the Atlas Obscura is where you'll find them.
by jstone 2009-06-29 11:41 travel · inspiration · research · geography · collaboration · reference · repository · open.content
http://atlasobscura.com/ - cached - mail it - history
This is a loose collection of software tools developed by Software Studies Initiative members for use on a variety of problems such as the analysis of cultural objects.
by jstone 2009-06-22 10:28 tools · research · programming · culture · sociology · code · free.software · open.source
http://code.google.com/p/softwarestudies/ - cached - mail it - history
DIYbio is an organization that aims to help make biology a worthwhile pursuit for citizen scientists, amateur biologists, and DIY biological engineers who value openness and safety.
by jstone 2009-06-22 10:26 biology · community · collaboration · research · open.access · hacking · reference
http://diybio.org/ - cached - mail it - history
DSNP is a protocol for distributed social networking. The goal is to allow you to host your identity in a place of your choosing, maintain ultimate control over your personal information, and interact with your friends and family in a secure manner.
by jstone 2009-06-19 15:28 distributed · networking · social.networking · protocols · research · standards · reference
http://www.complang.org/dsnp/ - cached - mail it - history
This is an experimental visualization project. We are inspired by nature or other real phenomena and try to transform formal aspects of it into data visualization systems.
by jstone 2009-06-16 10:45 visualization · research · natural.phenomena · biology
http://www.imitateinformate.com/ - cached - mail it - history
by jstone 2009-06-15 23:16 programming · computer.science · research · notation · parallelism · design.patterns · reference · wiki · repository
http://parlab.eecs.berkeley.edu/wiki/patterns/patterns - cached - mail it - history
by jstone 2009-06-15 22:53 portugal · reference · visualization · statistics · data.mining · research
http://www.shapesofportugal.com - cached - mail it - history
This book is full of in-depth close readings of video games that parse out the various meanings to be found in the experience of playing a game. 22 contributors (developers, scholars, reviewers and bloggers) look at video games through both senses of “well played.”
by jstone 2009-06-15 22:42 book · reference · videogames · game.studies · research · creative.commons · open.content
http://www.etc.cmu.edu/etcpress/wellplayed1.0 - cached - mail it - history
Simple 3D is a site about technologies (3d scanners, digitizers) used to create 3D models, measure 3D dimensions, and track objects in 3D spaces.
by jstone 2009-06-08 11:51 3D · geometry · reconstruction · research · reference · repository · computer.vision
http://www.simple3d.com/ - cached - mail it - history
ScanDraiD is intended to provide a minimal, robust, flexible and platform independent codebase written in C++ for an open source 3D scanner software based on image analysis.
by jstone 2009-06-07 19:51 3D · geometry · image.processing · computer.vision · reconstruction · programming · research · library · tools · cxx · free.software · open.source
https://launchpad.net/scandraid - cached - mail it - history
Science Commons designs strategies and tools for faster, more efficient web-enabled scientific research. We identify unnecessary barriers to research, craft policy guidelines and legal agreements to lower those barriers, and develop technology to make research, data and materials easier to find and use.
by jstone 2009-06-07 19:44 science · open.content · open.access · activism · reference · research · collaboration
http://www.sciencecommons.org/ - cached - mail it - history
OpenWetWare is an effort to promote the sharing of information, know-how, and wisdom among researchers and groups who are working in biology & biological engineering
by jstone 2009-06-07 19:33 science · biology · research · reference · community · open.source · repository · bioinformatics · wiki · collaboration · open.content
http://openwetware.org - cached - mail it - history
by jstone 2009-06-06 20:16 hardware · bootstrapping · research · embedded · linux · free.software · open.source · programming
http://www.coreboot.org - cached - mail it - history
A small portable laser-based projector
by jstone 2009-05-29 16:29 lasers · projection · hardware · mobile · research
http://www.microvision.com/showwx/index.html - cached - mail it - history
Sonifyer.org is a forum for sonification research
by jstone 2009-05-29 14:08 sonification · research · reference · repository · audio · samples · community
http://www.sonifyer.org - cached - mail it - history
by jstone 2009-05-25 20:42 math · visualization · algorithm · computer.graphics · research · portfolio · generative · processing.org
http://www.davebollinger.com/works/ - cached - mail it - history
Nanojit is a small, cross-platform C++ library that emits machine code. Both the Tamarin JIT and the SpiderMonkey JIT (a.k.a. TraceMonkey) use Nanojit as their back end.
by jstone 2009-05-25 20:02 compiler · research · programming · library · tools · cxx · code.generation · free.software · open.source
https://developer.mozilla.org/En/Nanojit - cached - mail it - history
O Repositório da Universidade do Porto é um serviço da Universidade que visa agregar os seus repositórios institucionais, em particular o Repositório Aberto, relativo à produção intelectual em texto integral de acesso livre da comunidade académica da U.PORTO, e o Repositório Temático, que inclui recursos informativos produzidos na U.PORTO em áreas ou para públicos específicos.
by jstone 2009-05-13 13:54 reference · repository · paper · portugal · science · research · education · open.access · creative.commons
http://repositorio.up.pt/inicio/index.html - cached - mail it - history
Camera-based automatic 2D/3D multi-projection screen calibration and display tool
by jstone 2009-05-11 19:11 tools · research · reference · computer.graphics · computer.vision · image.processing · projection · free.software · open.source · camera · calibration · 3D · video
http://www.lighttwist.org/V3D/LightTwist - cached - mail it - history
The book Partial Evaluation and Automatic Program Generation gives a comprehensive presentation of partial evaluation: theory, techniques, and applications. It is suitable for self-study, and for graduate courses and advanced undergraduate courses on program transformation techniques
by jstone 2009-05-10 18:52 book · computer.science · compiler · research · reference · generative · open.content
http://www.itu.dk/people/sestoft/pebook/ - cached - mail it - history
FLUIDS v.1 was developed as an easy-to-use, open source, Smoothed Particle Hydrodynamics implementation which is readable, efficient, and easy to understand. In addition, it is the most efficient CPU-based implementation of SPH currently available. FLUIDS v.1 was designed to allow novice developers to begin doing research in SPH.
by jstone 2009-03-30 19:17 physics · programming · library · free.software · open.source · research · reference · fluid.dynamics
http://www.rchoetzlein.com/eng/graphics/fluids.htm - cached - mail it - history
Adeona is the first Open Source system for tracking the location of your lost or stolen laptop that does not rely on a proprietary, central service. This means that you can install Adeona on your laptop and go — there's no need to rely on a single third party. What's more, Adeona addresses a critical privacy goal different from existing commercial offerings. It is privacy-preserving. This means that no one besides the owner (or an agent of the owner's choosing) can use Adeona to track a laptop. Unlike other systems, users of Adeona can rest assured that no one can abuse the system in order to track where they use their laptop.
by jstone 2009-03-30 18:43 security · tools · geolocation · laptop · mobile · research · free.software · open.source · privacy
http://adeona.cs.washington.edu/index.html - cached - mail it - history
PWGL is a free cross-platform visual language based on Common Lisp, CLOS and OpenGL, specialized in computer aided composition and sound synthesis. It integrates several programming paradigms (functional, object-oriented, constraint-based) with high-level visual representation of data and it can be used to solve a wide range of musical problems.
by jstone 2009-03-25 18:17 lisp · music · dataflow · visual.programming · constraint.solving · programming · language · functional.programming · notation · audio · signal.processing · tools · composition · research
http://www2.siba.fi/PWGL/index.html - cached - mail it - history
Our ambition is to harness the power of video games in the service of humanistic principles. Aware of the tremendous and wide-ranging impact games have in our world, the “Values at Play (VAP) research project seeks to assist and encourage designers in creating games that further the understanding and appreciation of such values as equality, diversity, creativity, and many more.
by jstone 2009-03-18 19:55 videogames · game.design · reference · research · game.studies · serious.games · education · activism · repository
http://www.valuesatplay.org/ - cached - mail it - history
Axel is an algebraic geometric modeler developed in the research team Galaad, which aim is to provide “algebraic modeling” tools for the manipulation and computation with implicit and parametric curves or surfaces. Its primary goal is to embed Synaps algebraic capabilities to provide new modeling techniques.
by jstone 2009-03-09 12:26 math · 3D · content.creation · algorithm · tools · research · free · open.source · splines · user.interfaces
http://axel.inria.fr/home - cached - mail it - history
Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code.
by jstone 2009-03-07 18:29 programming · functional.programming · language · compiler · research · optimization · free · open.source · jit · llvm
http://code.google.com/p/pure-lang/ - cached - mail it - history
by jstone 2009-02-28 20:44 reference · research · design · generative · scripting · math
http://blog.wolfram.com/2009/02/26/exploring-logo-designs-with-mathematica/ - cached - mail it - history
Field is a software project initiated by OpenEnded Group, for the creation of their digital artworks. It is an environment for writing code to rapidly and experimentally assemble and explore algorithmic systems. It is visual, it is hybrid, it is code-based. We think that it has something to offer a diverse range of programmers and artists.
by jstone 2009-02-25 16:42 python · programming · framework · computer.graphics · java · digital.art · user.interfaces · research · reference · free · open.source · processing.org
http://openendedgroup.com/field/ - cached - mail it - history
OneSwarm is a new P2P data sharing application we’re building to provide users with explicit control over their privacy by enabling fine-grained control over how data is shared. Instead of sharing data indiscriminately, data shared with OneSwarm can be made public, it can be shared with friends, shared with some friends but not others, and so forth. We call this friend-to-friend (F2F) data sharing.
by jstone 2009-02-24 17:18 p2p · tools · networking · distribution · privacy · security · free · open.source · research
http://oneswarm.cs.washington.edu/ - cached - mail it - history
This website is all about making research accessible. We deal mainly with the human-centered aspects of IT product development: Interaction Design, Human-Computer Interaction (HCI), Design, Human Factors, Usability, Information Architecture, and related fields.
by jstone 2009-02-16 20:14 reference · research · wiki · repository · community · human.computer.interaction · interaction.design · open.content
http://www.interaction-design.org/ - cached - mail it - history
The Open Prosthetics Project is producing useful innovations in the field of prosthetics and freely sharing the designs. This project is an open source collaboration between users, designers and funders with the goal of making our creations available for anyone to use and build upon
by jstone 2009-02-16 19:30 community · design · medicine · creativity · open.access · research · electronics · signal.processing · reference · open.source · collaboration · activism · fabrication · do.it.yourself · hacking
http://openprosthetics.org - cached - mail it - history
The aim of this project is to provide a thorough review of the main types of sensing technologies used in musical applications. As new sensing technologies become available, this open space will provide an up-to-date resource for researchers in the field, complementing information available in books
by jstone 2009-02-16 19:28 sensors · electronics · design · reference · protocols · wiki · human.computer.interaction · research
http://www.sensorwiki.org - cached - mail it - history
fluidIA is an emerging agile design tool for prototyping rich user interfaces.
by jstone 2009-02-11 19:16 interaction.design · tools · user.interfaces · prototyping · web · free · open.source · research
http://www.fluidia.org/index.php - cached - mail it - history
by jstone 2009-02-02 15:55 education · video · repository · science · computer.science · research · open.content · economics · math · electronics · reference
http://academicearth.org/ - cached - mail it - history
The instantreality-framework is a high-performance Mixed Reality (MR) system, which combines various components to provide a single and consistent interface for AR/VR developers. Those components have been developed at the Fraunhofer IGD and ZGDV in close cooperation with the industry.
by jstone 2009-01-29 19:43 computer.graphics · virtual.reality · framework · augmented.reality · library · programming · standards · web.development · mobile · free · scripting · dataflow · research
http://www.instantreality.org/home/ - cached - mail it - history
by jstone 2009-01-29 19:33 reference · research · content.creation · tools · tutorial · cxx · programming · asset.management · open.source · code
http://gametuto.com/in-game-c-map-editor-tutorial-with-indielib-engine-that-dosent-use-tiles-but-pieced-images-like-in-b... - cached - mail it - history
Or, how to scale 4 numbers, or lerp 8 numbers, in only 2 multiplies
by jstone 2009-01-28 14:36 article · programming · optimization · hardware · computer.graphics · assembly · C · reference · research · colour
http://www.stereopsis.com/doubleblend.html - cached - mail it - history
by jstone 2009-01-26 13:38 portfolio · portugal · audio · music · programming · digital.art · dataflow · research · education · processing.org
http://www.ruipenha.pt/en/News/News.html - cached - mail it - history
1 - 100 of 631 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates