Browsing projects by Tag(s)

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

Showing page 1 of 2

ispCP is a project founded to build a Multi Server Control and Administration Panel without limits. Until there is an usable version a lot of time will pass by. This Control Panel should be usable by any Internet Service Provider (isp). To develop such a tool, we need a lot of time. To gain your ... [More] interest, we decided to support the dying VHCS project. VHCS means Virtual Hosting Control Panel. It is a powerful tool to administrate your webhosting services. Our fork of VHCS is called the ispCP Omega. [Less]

4.09091
   
  1 review  |  18 users  |  544,511 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Internet - Multi Server Control Panel (i-MSCP) is an open source project founded to build a Web-based control panel intended to personal and professional usage.

4.16667
   
  0 reviews  |  7 users  |  -297,588 lines of code  |  12 current contributors  |  Analyzed 5 days ago
 
 

RequMNGT is a Redmine plugin that allows you to manage in your software project: * system and software requirements. * traceability. * baseline and Request For Change. 1. you can identify business artifacts, software artifact and others like Business Actor, Business Use Case,... 2. you ... [More] can manage and check the (Horizontal and vertical) TOTAL TRACEABILITY between the different artifact of a software project: * Feature, Requirement, Use case, classes, test case, code ... 3. You can create, delete, modify one or several baseline and manage the requests for change. 4. You can generate different reports (requirement, usecase, testcase, Metrics ...) 5. If you install the risk management plugin RiskMNGT, you could classify the requirements or scenarios according to the exposure level [Less]

0
 
  0 reviews  |  3 users  |  12,733 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Free and Open Source...but worth more! Consider a Donation Follow us on twitter News 2010-02-09iRedMail-0.6.0-beta2 released 2010-01-12iRedAPD-1.1 (bug fix) released: Mail List Access Policy Daemon 2009-12-22iRedMail-0.6.0-beta1 release, works on FreeBSD now 2009-11-16iRedMail Project is ... [More] listed in 'Ubuntu Marketplace for Asia' page 2009-11-01iRedMail-0.5.1 released Supported Distributions and ArchIntroductionDocumentation & Community Supported Distributions and Arch OS Verson i386 x86_64 Red Hat(R) Enterprise Linux 5.x CentOS 5.x Debian 5.0.x Ubuntu 8.04, 9.04, 9.10 FreeBSD 7.x, 8.0 IntroductioniRedMail is (Download now, Installation Guide for RHEL & CentOS 5.x, Debian, Ubuntu, FreeBSD): mail server solution for Red Hat(R) Enterprise Linux & CentOS 5.x, Debian 5.0.x, Ubuntu 8.04/9.04, FreeBSD 7.x/8.x, support both i386 and x86_64. a shell script set, used to install and configure all mail server related software automatically. open source project (GPL v2). iRedAdmin is (Download Now, Features, Screenshots): Web-based iRedMail admin panel. iRedOS is (Download now, Installation Guide): Customized CentOS 5.x, remove unnecessary packages. Ships iRedMail. Documentation & CommunityInstallation Guide for RHEL & CentOS 5.x, Debian, Ubuntu Community Features Success Stories Main Components How iRedMail Works Issue tracker ChangeLog [Less]

4.0
   
  0 reviews  |  1 user  |  14,223 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

urd

Compare

URD is a program to download binaries from usenet (newsgroups) through a web interface. While some other programs offer similar services (e.g. Ninan, Sabnzbd), URD doesn't need external NZB files to function. URD lets you subscribe to newsgroups, and will then automatically analyse those ... [More] articles to form downloadable 'sets', consisting of all the files belonging to a specific upload. These sets are displayed, and through point and click you can be downloading a binary in no time. That isn't to say that NZB files are unsupported. URD allows both exporting of NZB files (from a set, for example) and importing. And it can use RSS feeds to download from directly. [Less]

5.0
 
  0 reviews  |  1 user  |  110,824 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

Current cycle: 0.04 / Current phase: Development - March 6th to March 11th 2009View the cycles calendar | View issues for current cycle | View issues roadmap AudioSpread is the name of a solution responding to Internews Europe NGO's demand to have a system allowing end users to listen to ... [More] archived radio programs with their cellphone/fixed anytime and anywhere, since most people have phones today. AudioSpread is currently developped by Interspread. is a fictitious company founded by Chinese and French students from ECE, Paris, France. Contact us at inter_team_ppe_2008(AT)googlegroups(DOT)com. Commit & issue tracking notifications are automatically posted on audiospread_commits(AT)googlegroups(DOT)com. You can subscribe to that read-only list on this page or by writing to us. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 12 days ago
 
 

需求說明書 一、目的 为了让大家学习Python语言程序设计,让大家提高自己的水平,本项目本着大家自愿的原则进行。 二、软件功能 ... [More] 软件主要是为用户提供NBA数据的查询功能,包括3个方面的数据:球员的个人统计(得分,篮板,助攻等数据),球队(包括教练和哪些球员等)和比分(各球队之间的比分和胜负关系) 需要实现的功能: 球员信息查询:通过球员的姓名或者所在球队查到球员的个人信息,进而查到球员的技术统计。 2.球队信息查询:通过球队的名称查到球队的信息,包括球队现有的球员,球队的战绩。 3.球队战绩查询:通过球队名称和任意其它参数(也可以没有)可以查到球队的战绩,比如对其它球队的比分。对查询出来的数据进行统计,比如球队作为主队时的比赛比分和胜负或者作为客队时的比赛比分和胜负。任意其它参数包括时间段,对阵球队。 4.数据统计查询(最复杂的部分): a.联盟统计数据的查询,各项技术统计的排名: 包括:得分,助攻,篮板,抢断,盖帽,犯规,失误,投篮命中率,罚球命中率 b.联盟数据的查询: 包括:两双榜的查询,三双榜的查询 c.复合查询: 通过条件限制查询数据(条件可以为一条或者多条) 比如:得分在20分以上的球员查询 又比如:得分和篮板均在20分以上的球员名单 或 得分过10,篮板和助攻都大于5的球员名单 d.球队成绩查询: 通过限制条件查询数据(条件可以为一条或者多条) 比如:查询2个月内的球队(可以为某个球队或者所有球队)战绩 又比如:查询某个球队2个月内,比分超过100的球队(可以为某个球队或所有球队)成绩 e.球队和球员复合查询: 比如:查询某个球员得分过20的比赛 三、软件运行条件 运行环境为: 任意操作系统+Python 2.5+Django 0.96+Mysql 5.0 四、软件需求分析 软件采用B/S架构,后台数据库使用的MYSQL5.0。前台的界面设计采用的是HTML+CSS的方式。 详细的数据库设计: (1)个人统计需要的数据:球员代码,场次,得分,前场篮板数,后场篮板数,助攻数,抢断数,失误数,上场时间 (2)比分表所需要的数据:场次,主队名称,主队比分,客队名称,客队比分,是否加时,加时次数,加时比分 (3)球队表需要的数据:球队名称,球队的教练名称,球队里的队员代码 [Less]

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

costa rica open source projects

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

Pequeño programa en java para poder encolar temas al amarok mediante mediante la base de datos amarok, generada por por el mismo, y alojada en una bd mysql.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

linux's everything

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

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.