Browsing projects by Tag(s)

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

Showing page 63 of 65

A smart file/photo explorer. Since it is java based you can try it out immediately on your favorite platform. Quick links for faster browsing of files. Record 'voice' memos for important files/directories. Playback your voice memos and jump to the file/directory. Also to include voice ... [More] recognition features to match the spoken words to file/directory locations. Overall, the goal is to have a much better user experience than Windows Explorer. See http://veerex.googlecode.com/svn/trunk/src/README Instructions to download/run: Simply save http://veerex.googlecode.com/svn/trunk/src/Veerex2.jnlp and run it. OR svn checkout all files to some place like C:\java and build the executable yourself. Minimum Requirements: Java JDK 1.6.0 Don't forget to set PATH and CLASSPATH on Windows. [Less]

0
 
  0 reviews  |  0 users  |  3,970 lines of code  |  0 current contributors  |  Analyzed about 13 hours ago
 
 

Javascript Cookie Library with jQuery bindings and JSON supportCurrent Version: 2.2.0Released: 06 Jan 10FeaturesUse without jQuery The core of this library--cookie manipulation--does not require jQuery. You can use it standalone to manipulate HTTP cookies. Use with jQuery With jQuery present, the ... [More] lib is added to the jQuery namespace along with jQ extension methods to bind cookies to form values and html elements. JSON support: set ANY value to a cookie When the standard JSON API is available, all value types can be set as a cookie. The value will be JSON encoded on set, and decoded on get. DescriptionThis is a Javascript library for accessing and manipulating HTTP cookies in the web browser. You can get one or a list of cookies, set cookies, delete cookies, test if the browser accepts cookies. When JSON support is available, any JS value can be set to a cookie--it will be automatically serialized before being written to the cookie. jQuery is not required to use this library, but jQuery bindings are available when jQuery is present on the page. When jQuery is available, you can cause form fields to automatically set cookies, or auto fill form fields with cookie values. See the documentation for details. Basic usageShown here are some of the most basic usages. See the documentation for customization options and specifics. //set $.cookies.set( 'sessid', 'dh3tr62fghe' ); //A cookie by the name 'sessid' now exists with the value 'dh3tr62fghe' //get var sessid = $.cookies.get( 'sessid' ); //Variable 'sessid' now holds the value 'dh3tr62fghe' //delete $.cookies.del( 'sessid' ); //The cookie named 'sessid' has been deleted. //test if( $.cookies.test() ) { //browser is accepting cookies } //JSON var jimData = {id: 1, name: 'jim'}; $.cookies.set( 'userdata', jimData ); //A cookie by the name 'userdata' now exists with a serialized copy of jimData var userData = $.cookies.get( 'userdata' ); //A variable named 'userData' now holds the unserialized object--should be identical to the variable 'jimData' //jQuery Extensions $( 'input.store' ).cookify(); //Inputs with class of 'store' are written to a cookie named after the input $( 'input.store' ).cookieFill(); //Inputs with class of 'store' are filled with the value of cookies with matching names $( 'input.store' ).cookieBind(); //Inputs with class of 'store' are filled with the value of cookies with matching names and whenever they change the cookie will be updated [Less]

0
 
  0 reviews  |  0 users  |  676 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

A web based tool to rip site contents for -mobile- offline browsing. Enter feed url and stripping regex then get; - whole articels in one zip file (with images/flashs) - optionaly recompressed/resized images. - filter/allow selected html tags - download or get it via email. - customizable output with Django templates.

0
 
  0 reviews  |  0 users  |  158 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Mraker allows to add visual markers to a browser's viewed page and then scroll to the marked places easily.

0
 
  0 reviews  |  0 users  |  1,650 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This bookmarklet allows you to select a piece of text that isn't in your language, and it will try to convert it automatically for you via the Google Language API. It pops the translation up into the Prototype UI window. This project contains the bookmarklet, the JavaScript, CSS, and other ... [More] resources that the bookmarklet downloads, and a copy of John Grubbers script to bookmarklet convertor. By default it assumes English (en), so you have to change the value to a different one that exists in the documentation. The contentsbookmarklet/ # the main directory translate-bookmarklet.js # the compressed bookmarklet form that you can drag over translate.js # the readable source code pre-compressed bin/makebookmarklet # John Grubber's script to bookmarklet convertor server/* # A stripped down Prototype UI Dialog object [Less]

0
 
  0 reviews  |  0 users  |  5,247 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Use a browser to connect to, and browse, databases.

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

Saltanat is Maffia Game, written in PHP and Javascript, using MySQL.

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

Essentially a web based version of the "Play By Email" game "Firetop Mountain", all due credits can be found here: http://www.gamerz.net/~fm/Main/index.html The game is written in Java with BlazeDS (for the server) and Flex 3 (for the client). Users join a game lobby/chat ... [More] room and are assigned a username which they can change so long as no one else has that name. No user registration is required in the first version and a player's stats (logged in since, wins, loses) are lost if they end their client session. Users can challenge one other player to a game. The game plays similarly to the email version except that it's through a browser using the Flash platform and each player only has 30 seconds to make their gestures, choose spells and issue orders to their summoned monsters. Once both players have made a gesture or the 30 seconds are up, the turn is resolved and next turn begins. If a player doesn't make a gesture in time, this is equivalent to choosing the "nothing" gesture as defined in the original rules. Graphics are being commissioned and will be available under the Creative Commons licenses. Other licenses may apply. Am happy to receive suggestions for future versions, but the first version will have the bare minimum required for people to simply get on the page and play the game. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

XFelpA lightweight help browser for XFce It is written using GTK+2. Rendering using WebKit.

0
 
  0 reviews  |  0 users  |  537 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

View your app directories and files structure. View the file content. Just click the file name. Download the file to local. Download the hole directory as a zip file to local.

0
 
  0 reviews  |  0 users  |  726 lines of code  |  0 current contributors  |  Analyzed 4 days 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.