Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

A free and open source screen reader (written in python) for the MS Windows operating system. NonVisual Desktop Access was started because of the need for a free open-source non-visual access solution for windows. Written entirely in python, NVDA is a functional screen reader that allows you ... [More] to use Windows without vision by using MSAA, the windows API, and a speech synthesizer to convey what is happening. [Less]

5.0
 
  1 review  |  3 users  |  46,579 lines of code  |  67 current contributors  |  Analyzed about 1 month ago
 
 

This project only hosts some of the code of a future real project about a Braille Printer. The whole work will be open sourced. We are currently working in the firmware and driver source that is currently pointing to Linux platforms but may be expanded to work on Windows systems too. The target of ... [More] the project is to provide the circuit, pcb, firmware and driver of a braille printer, using the most simple and economics electronic components. So far there is a small prototype working. Further reference will be added in time. [Less]

0
 
  0 reviews  |  1 user  |  1,394 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.

0
 
  0 reviews  |  1 user  |  120,822 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

A set of drivers for special Braille hardware on Google Android, and Openmoko as well as a screen reader baseed on eSpeak/Cepstral for Google Android, Openmoko and any other device using the X interface, making these devices accessible. Slimvoice provides the equiptment listed above with the ... [More] accessibility API needed for the developement of accessible applications. It is the API Android Developers should use to make the G1 accessible and the WXWidgets/VIP-Toolkit Accessibility API that developers should use to make the Openmoko platform accessible. For more information on why we have dropped support for the iPhone/iPod Touch, visit: http://www.apple.com/accessibility/iphone/vision.html [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

OverviewjMediaType is a jQuery plugin that allows javascript to determine the current media type(s) in use by the user agent thus allowing you to change javascript behaviour to suit the needs of the media type(s). Example scenario: You're viewing a normal web page and choose to go in to full ... [More] screen mode after hooking up a projector. Using the "Fullerscreen" Firefox plugin the projection media type is enabled and having detected this you run some jQueries to convert the web page in to a slide show presentation. AboutI got the idea for this jQuery plugin from the following blog post: http://www.ibloomstudios.com/articles/css_media_targeted_javascript/ I noticed that the method used had some issues, most notably the fact that it's possible for a browser to report more than one media type at the same time - we can't simply use z-index and a switch statement. Currently this project is in alpha release state - I've got a rough draft of some working code, but it needs turning in to a proper plugin, events adding, etc. I'd also like to know if it's possible (from JS) to programatically change the media type. Any help greatly appreciated! Google talk screen name: guy . fraser1 at gmail . com CodeI've not got round to handing this in to SVN yet. In fact, I've not even turned it in to a proper plugin yet! But before I do something stupid and lose the code I'm just going to dump it in here first... CSS body div#atb-mediatype { border-width: 0; padding: 0; margin: 0; } @media print {#atb-mediatype {margin-top:1px;}} @media embossed {#atb-mediatype {margin-right:1px;}} @media braille {#atb-mediatype {margin-bottom:1px;}} @media aural {#atb-mediatype {margin-left:1px;}} @media tty {#atb-mediatype {border-top:1px;}} @media screen {#atb-mediatype {padding-top:1px;}} @media projection {#atb-mediatype {padding-right:1px;}} @media handheld {#atb-mediatype {padding-bottom:1px;}} @media tv {#atb-mediatype {padding-left:1px;}}HTML Detecting media type...JavaScript jQuery(function() { var foo=function() { var test = jQuery("#atb-mediatype"); var media = {}; media.print = test.css("border-width"); media.embossed = test.css("margin-top"); media.braille = test.css("margin-right"); media.aural = test.css("margin-bottom"); media.tty = test.css("border-top"); media.screen = test.css("padding-top"); media.projection = test.css("padding-right"); media.handheld = test.css("padding-bottom"); media.tv = test.css("padding-left"); test = ""; var i; for (i in media) if (media[i]=(parseInt(media[i])==1)) test += i+","; jQuery("#atb-mediatype").text(test); } setTimeout(foo,2000); });As you can see, I'm using border, margin and padding properties as simple binary registers (each capable of holding 4 bits) with each media type using one of the bits. There are several unused bits which should give some room for future extension. I'm currently trying to work out how to more elegantly detect changes in media type - eg. I might start in screen mode then move to projection mode, especially when using something like the "Fullerscreen" Firefox extension (which also results in both screen and projection media types being used at the same time). Ideally an event should also be triggered when the media type changes, but I've not used jQuery events yet. LicenseThis plugin uses the same dual-licensing model as jQuery: MIT and GPL Just choose the one that suits you best :) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 10 days ago
 
 

This project is an efort to improove access to digital braille material for portuguese braille users. In an initial phase we want to improove portuguese braille support to existing braille software, such as liblouis and brltty. This way, portuguese braille users of screen readers like NVDA our orca ... [More] can have a more compiling access to braille display output. We pretend to develope a portuguese grade 2 table for liblouis (for use in NVDA, orca, and possibly other softwares) and to improove the existing one for grade 1. It is also planned to develope a table for portuguese math braille code, but because this is not a trivial task we will not start doing it for now. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
  braille
 
 

NAT is a free universal Braille translator. It supports French Braille grade 1, mathematical Braille, Braille layout and reverse transcription. French Braille grade 2, music and other languages are currently under development.

0
 
  0 reviews  |  0 users  |  437,185 lines of code  |  0 current contributors  |  Analyzed about 21 hours ago
 
 
Compare

BMML it's a XML encoding for the Braille Music notation. It was developed by the Contrapunctus project and released as open source at the end. Together with the BMML definition a set of libraries has been produced. The libraries are written in Python and can be freely used to produce both ... [More] opensource and commercial software that can read/write BMML files, convert to MusicXML or MIDI. [Less]

0
 
  0 reviews  |  0 users  |  13,929 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

BrailleSurf 4 is an Internet browser for visually impaired users, which allows a simplified reading of the information available on the Web. BrailleSurf 4 shows this information in a text form. This information can then be displayed on a braille bar, or it can be spoken out by a speech synthesiser ... [More] thanks to appropriate drivers. The text can also be presented on the screen according to the needs of partially sighted people. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 2 hours ago
 
 

Projeto mantido pela Fábrica de Software da Fatec-PG. O objetivo é criar um simulador de teclado braille com interface de entrada para utilização de aplicativos para computador.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 15 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.