Browsing projects by Tag(s)

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

Showing page 76 of 79

DescriptionBlog and blikis provide complementary functions for building a permanent web presence. JeBliki is an attempt to build upon these roots a simple web publishing application allowing the eaasiest possible content delivery. News24 november 2007JeBliki gets a start of tag support, with the ... [More] ability to tag page, but no support for categorization by tag. Well, in fact, after a few minutes of inactivity, I added, thanks to wicket-auth and a blog entry, authentication/authorization to JeBliki, in its simplest form (ie not usable in real world). [Less]

0
 
  0 reviews  |  0 users  |  1,794 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

UMLwiki defines a syntax for pure-ASCII language which represents UML diagrams. It is experimental project which is on planning stage already. The project's goal is to provide the tools which can be adapted to wiki engines (i.e. MediaWiki). This project is inspired by UMLGraph and UmlSequence ... [More] plugin for MoinMoin projects. An example of UML Class Diagram: [ Company <> =================================== +give_me_a_rise (employee : Person) +please_hire_me (prospect : Person) ] [ Person ----------------------- -name : String ----------------------- +you_re_fired () : void ] [Company] 1 employer --- "< works for" employee 1..n [Person] 1 boss --- flunkies 1..* [Person]Graphic representation: See: UmlwikiExamples [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
  uml wiki
 
 

In this project a personal wiki is developed using the Adobe Integrated Runtime (AIR). It is currently unimaginatively named AirWiki, for lack of a better name. I hope a better name will be found before this name sticks. Help us find a BetterNameForAirWiki. The main challenge lies in a text ... [More] comparison algorithm with which deltas between page updates can be extracted that can be used to reproduce a page from its subsequent updates. The sources have recently been submitted. You may use it to your advantage as long as you won't violate the MPL rules. More information: Motivation Features, ToDo list, Ideas ScreenShots AirWiki has just been certified to be 100% malware free! Read the review here: http://mac.softpedia.com/get/Development/HTML/AirWiki.shtml [Less]

0
 
  0 reviews  |  0 users  |  2,547 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Jiki is a Java port of the famous personal DidiWiki wiki written in C. It is completely self contained and comes with it's own web server that is listening on localhost on port 8000. It includes a wiki markup parsing engine which make it possible to create HTML markup with an easy to learn text ... [More] annotation language. Not everything in wiki markup works as it should but all the main features are working. Just don't expect that everything will get rendered exactly the way you marked it up. It makes use of the SQLite database system provided with android to save self created, hyperlinked notes. Links to the outer world are possible too. In Android the application is started by opening the application and after the status message point the web browser window to adress http://localhost:8000 The wiki syntax is very similar to the syntax used within the Google code wiki. A very related project I just got aware of recently can be found under the links tab to the right. The Android version of the wiki got realized under android-sdk_m5-rc15_linux-x86. The author can be reached under email address phalbmayer(at)gmail.com [Less]

0
 
  0 reviews  |  0 users  |  1,795 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

MediaWiki extension that enables LaTeX support and .tex import + .tex/.pdf export.

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

Toutateam is a groupware application aimed for everyday work. It allows to share files, mails, calendar, communicate through forum or instant messaging, wiki... Based on the famous PHProjekt, it uses PHP and MySQL and is accessed through a web-browser.

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

worldWiki is an attempt to create the wiki-based virtual game world Lemonia, from the content found within to the actual wiki engine (the source of which is contained within this project repository). This engine may even later be used for other projects once Lemonia gains considerable attention... ... [More] worldWiki was born on March, 25, 2007 by two High School freshmen. It began development with no more than just two members, a giant project meant to redefine wiki. Ok, I'm exaggerating, but MediaWiki wasn't really enough for Lemonia. Conversations were annoying, having to do a page for each line, and links were a pain to make. So the idea for worldWiki was born. Our wiki will be different in that it is more geared towards being a game. You will see common things such as a inventory, a form of currency, and, if we can somehow implement it and make it fun, a combat system. Thank you for checking worldWiki. It would be great if you can help with our efforts to make a new and fun wiki. You can always email our Project Owners (to your left) for any questions, tips, or concerns. Thank you. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This is the first prototype of a multilingual vocabulary trainer that will allow people to share the sets of words they gather. It is based on the principle of Spaced repetition, where correct answers are placed in a higher "box" to be repeated at a later time, whereas incorrect answers ... [More] are immediately demoted to the lowest box, where repetition is most intensive. Many of these vocabulary trainers exist, but none that allow for integrated sharing of sets of words between users. The synergies arising from coupling it with a resource like OmegaWiki, which aims to be a resource that includes all words in all languages of the world, would help both projects. After all, what users are more motivated to build a dictionary than those learning a language? [Less]

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

loci loci is Latin for places. Knowing about places is what loci is about. The eventual goal is to make the user aware of any the information available for a location, as well as contribute their own knowledge about locations. The source is available! Overview : How it workslive This ... [More] shows how loci works in the real world. loci was designed to be as non platform dependent as possible. However, for the scope of my project I only concentrated on getting my particular setup to work. Let me walk through what has to happen for loci to give a user information about their current location. - The GPS receiver has to have a location fix - loci on Windows Mobile reads the NMEA sequence from the GPS receiver from [http://en.wikipedia.org/wiki/Bluetooth|bluetooth] emulated serial port - loci on Windows Mobile gets the longitude and latitude and converts them into [84] - loci on Windows Mobile uses integrated web browser passing the coordinates as arguments to connect to the loci.web application - the loci.web php client checks the mysql database for all points near the location submitted. in development The componentslogi gateway for windows mobileloci The job of this application is to read the GPS location, and then go to the loci website for those coords. This was written in C# within Visual Studio 2005. It can run on Windows Mobile 2003 and up. loci website All the data is stored on the website. This part of the project was written using PHP with a MySQL database. partssearch.phpSearches the database for nearby coords. Also allows you to make new entries. It also allows you to edit, and delete old ones. edit.phpThis does the MySQL processing for editing a database entry. add.phpThis does the MySQL processing for adding a database entry. delete.phpThis does the MySQL processing for deleting a database entry. MySQL loci.sql CREATE TABLE map ( id int(10) unsigned NOT NULL auto_increment, time timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, lat double NOT NULL, lng double NOT NULL, msg varchar(10000) NOT NULL, cat varchar(1000) NOT NULL, title varchar(255) NOT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; Unknown end tag for GPS Emulator gpsemu.py Because it is difficult to develop for something that is wholly dependent on GPS without having some way to control the GPS receiver I wrote a GPS Emulator in Python. This is a overview of how it works. - Coordinates are selected using google maps and written to a text file on the web server. - the gps emulator reads that text file off the web - Generates nmea sequences form the coordinates in that text file outputs to serial Because it is not possible to read the serial port that data is being written it becomes necessary to use a null-modem cable. [http://com0com.sourceforge.net/|c0mc0m] is a open source null modem cable that was very useful. [Less]

0
 
  0 reviews  |  0 users  |  1,263 lines of code  |  0 current contributors  |  Analyzed about 5 hours ago
 
 

Official site: http://novelang.sourceforge.net Blog : http://novelang.blogspot.com Novelang takes plain text files and transforms them into nicely-formatted documents like PDF or HTML. Unlike mainstream word-processors, it keeps you focused on the text you type in and what it means, instead of ... [More] struggling with how it should appear. It relies on the text editor of your choice, with a very simple syntax to add some formatting hints. You can see resulting documents from your Web browser or generate them from command-line. Plain text is great as it is cross-platform and can be viewed under almost any condition. It takes less space and is easier to manipulate through automated processes, including search. Novelang enforces a consistent presentation across a set of documents through stylesheets that can be customized. This page was produced with Novelang, using a dedicated stylesheet. Novelang is a project started by Laurent Caillette, a Java architect eager of good tools to make great things. You can mail him on Users’mailing list or leave a comment on the Novelang blog (see links). Novelang software is free to use and redistribute, under the terms of the GNU Public License v3. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 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.