Browsing projects by Tag(s)

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

Showing page 1 of 2

Linux PAM modules that implements a mapping of users and group to roles with POSIX draft capability bits set. Only tested against Linux 2.4.18 (at this time). Updates for testing with 2.6+ in progress...

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

While working with WikkaWiki, we have developed several add-on actions or have added various functionality. Whether or not any of these additions are appropriate for inclusion in the release code is yet to be seen. Either way, they have been documented on the WikkaWiki site and shared here for ... [More] anyone who may consider them a worthy addition to their WikkaWiki installation. Instructions for installation are included in each tarball or in the online documentation as linked in their corresponding wiki page. [Less]

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

This app will permit users to online draft.

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

Are you tired to read RFC or Drafts of IETF with normal text editor? Do you wanna get a TOC tree and jump to any entry as soon as possible when you are reading a RFC or Drafts? Do you need a special-made RFC reader could run under most OS for these documents? RFC-Freader could make your dream come ... [More] true. RFC-Freader could do these for you: Open and view RFC or Drafts document in Read-Only mode. Open and manage multi documents. Supply a TOC tree for viewing and navigation. More will come later. [Less]

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

Repository of Davide Palmisano's Google Open Social source code

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Shows the upcomming posts (drafts) in the sidebar. For more Information visit http://newz.at/newz-at-show-drafts/

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

What does it do?During a standard Magic draft a calling judge has to keep track of time, the number of cards called and the direction of the draft. All those things can be confusing sometimes and this applications helps judges by automatizing the whole project. How to use?Either use online ... [More] version, either download it in advance. If you choose to download it in advance, please come back here once in a while to check for new version releases. If you know how to use feeds, you can take the feed of updates and add it to your RSS/Atom reader. Credits and involvementI am Denis Sokolov (homepage) and I created this application myself. Want to help? There are many ways you can help: Spread the word Report bugs, request features, discuss Help to write texts both here and in the application Translate the application Help code the application [Less]

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

Makes easy to create pages from pure HTML with a DOM-like API. This is a sample of how your code can look like: getPage ( "frontpage.html" ); // Change the window title $windowtitle = $mypage->getNodeByTagName("title"); $windowtitle->setContent("This is the new ... [More] window title"); // Change the body title $title = $mypage->getNodeById("title"); $title->setContent("This is the new title"); // Add some elements inside the code $body = $mypage->getNodeByTagName("body"); $body->appendChildFromText ( "This paragraph added". " from inside the code " ); // Using a node inside the page as a subtemplate, modify and append it $toc = $body->getNodeByClass( "toc" ); $element = $toc->getNodeByClass( "toc_el" )->cloneNode(); $copy = $element->cloneNode(); $toc->deleteChildren(); $copy->setContent( "New entry 1" ); $toc->appendChild ( $copy->cloneNode() ); $copy->setContent( "New entry 2" ); $toc->appendChild ( $copy->cloneNode() ); $copy->setContent( "New entry 3" ); $toc->appendChild ( $copy->cloneNode() ); // Output the complete page $mypage->printHTML(); ?> [Less]

0
 
  0 reviews  |  0 users  |  571 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

An group of classes

0
 
  0 reviews  |  0 users  |  113,102 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

MonkeyScript is a project made to create a clean usable environment for JavaScript development outside of the browser — on the server, on the command line, and more. Along with libraries and a system for downloading and installing them. The main focus is server-side applications, but that is ... [More] not the complete orientation. MonkeyScript takes JavaScript gives it a clean environment and standard library, a module system, and implements the ability to serve out web pages and web applications on top of that. From there any sort of web framework you wish to create can be built. [Less]

0
 
  0 reviews  |  0 users  |  8,105 lines of code  |  0 current contributors  |  Analyzed almost 2 years 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.