Browsing projects by Tag(s)

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

Showing page 1 of 3

PrettyFaces is an OpenSource Filter-based Servlets extension with enhanced support for JavaServer Faces – JSF 1.1, 1.2 and 2.0 – enabling creation of bookmark-able, pretty URLs. PrettyFaces solves the “RESTful URL” problem elegantly, including features such as: page-load actions, seamless ... [More] integration with faces navigation, dynamic view-id assignment, managed parameter parsing, and configuration-free compatibility with other web frameworks. [Less]

5.0
 
  0 reviews  |  6 users  |  78,797 lines of code  |  2 current contributors  |  Analyzed 13 days ago
 
 

Open Source Automatic File Downloader (FTP)

5.0
 
  0 reviews  |  3 users  |  3,563 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

概要tumblrから画像を一括でダウンロードできたらなーと思って作成。 使用言語はJava、画像の重複チェックに使用するDBはH2を使用。 機能ユーザ指定の画像を一括ダウンロード 画像重複チェック ... [More] 拡張子フィルター(指定拡張子のみダウンロード) その他tumblr_photo 0.1 alpha 20080807を公開 画像重複チェックの制度は90%ぐらいです。 予定GUI化 EXE化 [Less]

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

Intromuduction: You have stolen the famous Rogue Diamond from the national museum, and hidden it cunningly about your person. But with the roof entrance you arrived through now out of reach you have to escape through the museum itself. There are ten floors with stairs (>) on each level, but ... [More] you have to retrieve the security keycard (!) to unseal each exit. The guards may pose a problem, but as the world's greatest thief they shouldn't be a challenge... Abooot: Get Out was made by me (James E. Ward) as an attempt to learn PDCurses, to improve my programming and just because I love roguelikes. I started with a small roguelike made by Ido Yehieli (included as a txt file) on 1 December 2008. The first release was uploaded 3 December 2008. Much of the code is ineffecient and might be hard to read due to my inexperience as a programmer. I plan on releasing a rewrite some time at the first part of 2009. I would like some help with the next release , so if you are interested in helping, post on the newsgroup: http://groups.google.com/getoutrl . Gameplayingness: Get out is a fairly simple game. You must get the keycard (!) on each of the 10 levels before escaping down the stairs(>) while avoiding the cop(&). The cops movements are easy to predict and it is possible to trap him. Type x at the title screen for an expanded AI for the cop. Controlifiers: Movement: 789 yku 4 6 or h l 123 bjn 'q' to quit. 'x' at title for expanded AI Credits: IdoYehieli for providing the original source that became Get Out!! Joseph Larson (i took some of the initialization from his 'Shox' game) Darren Grey for writing better introduction/win/loss messages that still involve anuses Get Out is copyright James E. Ward 2008 Screenshots Status Unknown end tag for Excellent page. [Less]

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

xfget is a lightweight designed with GTK+ wget client for XFCE.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 

A simple OO include file for PHP web development, allowing the developer to quickly check whether or not GET or POST data has been received. (Either GET, POST, or both can be specified). The value in this code is to handle direct hits (with no data submission) to scripts that were intended only to ... [More] handle data, or data of a specific kind. The idea behind the name, "Famine", comes from an unfulfilled hunger for variable submission. Although able to handle a complete lack of data, Famine should be able to handle judgement of proper data types and validate as well. [Less]

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

It validates any data that comes from an http request by custom regular expression or already built in regular expression.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

thank you

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

What is ErlSDB?ErlSDB is an Erlang library to access Amazon's SimpleDB web service. It uses REST APIs to access SimpleDB service and is built on top OTP. What is SimpleDB?SimpleDB is Amazon's web service that provides persistence service for storing or querying a collection of key/value ... [More] pairs. A collection of key/value pair is called an item, which is similar to row in relational database. However, unlike relation database you can store varying number of key/values. These items are in turn stored in domains which provide a naming scope. Installingsvn checkout http://erlsdb.googlecode.com/svn/trunk/ erlsdb-read-only Buildingmake Testingedit Makefile and add access key and secret key, then type make test UsageTake a look at test/erlsdb_test.erl to learn usage, here is a sample code Starting Servererlsdb:start(type, [#sdb_state{ access_key = "YourAccessKey", secret_key = "YourSecretKey", domain = "YourDomain" } ]) Creating Domain erlsdb:create_domain()Note that the server will use the domain that was passed during initialization. Listing all Domains {ok, List, _} = erlsdb:list_domains()Deleting Domain erlsdb:delete_domain()Adding an item Attributes = lists:sort([ ["StreetAddress", "705 5th Ave"], ["City", "Seattle"], ["State", "WA"], ["Zip", "98101"] ]), erlsdb:put_attributes("TccAddr", Attributes)Retrieving an item {ok, UnsortedAttrs} = erlsdb:get_attributes("TccAddr")Deleting an item erlsdb:delete_attributes("TccAddr"),Change Logv0.1 - 12/21/2007 Initial release Added tests BackLog of future functionalityspawn processes for queries better error handling Project OwnerShahzad Bhatti FeedbackSend patches, issues and comments to bhatti AT plexobject DOT com URL: http://bhatti.plexobject.com Join the ProjectYou are welcome to join this project especially if you have experience with Erlang/OTP. Any feedback or suggestions is greatly appreciated. [Less]

0
 
  0 reviews  |  0 users  |  508 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

piece of code used for cross-domain GET requests

0
 
  0 reviews  |  0 users  |  81 lines of code  |  0 current contributors  |  Analyzed about 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.