Students get your coding projects online
Per wikipedia definition "Application software is any tool that functions and is operated by means of a computer, with the purpose of supporting or improving the software user's work." Kenfuse classifies application projects much the same way. This is the de facto home for most projects unless they fit into any of the other categories below
Drupal is a rich content management framework that is known for it's flexibility and extensibility through modules. This project is to develop a module for handling online admission application for colleges and universities. The idea is to reuse much of existing Drupal's infrastructure and develop a set of modules that would help both online submissions by prospective students as well as backend verification and evaluation of the applications.
Central Authentication Service (CAS) is a single sign on utility. Find out more about CAS at http://www.jasig.org/cas. The project is to extend the CAS utility to enable filtering based on
Some of details on the concept can be found at
JA-SIG CAS is a popular single sign on solution for institutions and enterprises. Typical storage for user credentials for CAS is LDAP. This project is to enable Multi-factor authentication with CAS. Initial requirements are already documented here https://wiki.jasig.org/display/CAS/Multi-Factor+Authentication
The first iteration of the project would attempt Two-Factor authentication with a J2ME based mobile application for password generation.
Useful Links
http://www.soaworld2007.com/node/175858
http://www.wikidsystems.com/community-version
Today almost everyone familiar with E-Commerce portal would know how useful are the key word search or faceted search in finding products. For a site that have thousands of products, it is often not only the fastest but the least painful way to digging out the products one may be looking for. From a technology stand point projects such as Lucene & Solr provide that kind of functionality as a convenient library for rapid integration with applications.
PyMultimethods is a library that lets you program multimethods in python. Multimethods provide method dispatch similar to polymorphism, except that the type of all arguments are taken into account. PyMultimethods aims to be as efficient and "pythonic" as possible.