Projects tagged ‘scale’


[24 total ]

1 Users

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Created 12 months ago.

1 Users

See http://impro-visor.com. Music notation, advice, and play-back tool for helping jazz musicians learn to improvise. Melody generator, Leadsheet, Auto-Accomp, MIDI & MusicXML export. User group http://launch.groups.yahoo.com/group/impro-visor/.
Created 3 months ago.

0 Users

Sistema para resolver o problema de alocação de voluntários
Created 4 days ago.

0 Users

to trace hadoop's internal logic flow
Created 3 months ago.

0 Users

A mostly vapor ware project that has an estimated release date of Q2 2039. It has many interesting technologies, that are present because they are interesting not because it makes the game better.
Created 11 months ago.

0 Users

This jQuery plugin makes it easy to have images resize horizontally and vertically to fit the available container width. It is useful for flexible or fluid web page layouts or when the you don’t ... [More] have control over the dimensions of the images being loaded. How to useIn your HTMLLink the plugin into your page along with jQuery: In your JavaScriptWhere '#content' is a jQuery selector for the container (or containers) inside which you want images to resize: $(function(){ $('#content').imagefit(); });If the images do not have widths and heights explicitly set it is important to ensure they are loaded before the plugin is applied: $(window).load(function(){ $('#content').imagefit(); });Only images whose native size is wider than their container will be resized. Resizing the browser window will cause the images to scale dynamically. Works beautifully in webkit. Needs some work before it is Internet Explorer friendly. More infoDemo http://www.ollicle.com/eg/jquery/imagefit/ Original http://www.ollicle.com/2007/aug/17/nnwstyle_jquery_template.html Used in http://wordpress.org/extend/plugins/wp-imagefit/ [Less]
Created 11 months ago.

0 Users

Chords and Scales Applet for Guitar and Keyboard DescriptionApplet that displays Chords and Scales on Guitar Fret, Keyboard, and Musical Notation. Notes, Chords, Scales, Positions, Capo and Keys can ... [More] be dynamically configured. Also includes a Chord Finder and a Chord Player. DevelopmentWish List: Add a chord progression from scale view Add support for more instruments (Bass guitar, ...) Add support for chord finder in piano mode Add support for chord inversion Code restructuring Chords, scales and tunings from data file Fingering display option for chords on the guitar neck Applet [Less]
Created 11 months ago.

0 Users

The objective is provide some support for learning the basics of music theory. Concepts like notes, scales, chords and progressions will be clarified, allowing users to create and hear your own chords and progressions.
Created 11 months ago.

0 Users

Assign people, places, things and dates to images and recall images with the selected items.
Created about 1 month ago.

0 Users

A wrapper around the jdk image api. Takes care of all the complicated stuff for you.Example:Read an inputstream scale using a high quality algorithm to 100x100, convert to png and write to ... [More] outputstream. All in one line. EasyImage.fromStream(input).scaleQuality(100, 100, false).toPng(output); [Less]
Created 2 months ago.