Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第5,8815,890项(搜索用时0.01秒)
devel/Test-TableDriven-0.02 (Score: 2.2893705E-4)
Write tests, not scripts that run them
Writing table-driven tests is usually a good idea. Adding a test case doesn't require adding code, so it's easy to avoid fucking up the other tests. However, actually going from a table of tests to a test that runs is non-trivial. Test::TableDriven makes writing the test drivers trivial. You simply define your test cases and write a function that turns the input data into output data to compare against. Test::TableDriven will compute how many tests need to be run, and then run the tests. Concentrate on your data and what you're testing, not plan tests = scalar keys %test_cases> and a big foreach loop.
devel/Test-WWW-Mechanize-CGIApp-0.05 (Score: 2.2893705E-4)
Test::WWW::Mechanize for CGIApp
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. Testing web applications has always been a bit tricky, normally starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not start a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do.
devel/PEAR_Info-1.9.2 (Score: 2.2893705E-4)
Show Information about your PEAR install and its packages
This package generates a comprehensive information page for your current PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package.
devel/warbler-1.4.9 (Score: 2.2893705E-4)
Constructor of .war files of Rails applications
Warbler is a gem to make a .war file out of a Rails project. The intent is to provide a minimal, flexible, ruby-like way to bundle up all of your application files for deployment to a Java application server. Warbler provides a sane set of out-of-the box defaults that should allow most Rails applications without external gem dependencies (aside from Rails itself) to assemble and Just Work. Warbler bundles JRuby and the JRuby-Rack servlet adapter for dispatching requests to your application inside the java application server, and assembles all jar files in WARBLER_HOME/lib/*.jar into your application. No external dependencies are downloaded.
editors/apache-openoffice-4.1.2 (Score: 2.2893705E-4)
Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser
Apache OpenOffice is an Open Source, community-developed, multi-platform office productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites. Components include: * A universal word processing application for creating business letters, extensive text documents, professional layouts, and HTML documents. * A sophisticated application for performing advanced spreadsheet functions, such as analyzing figures, creating lists, and viewing data. * A tool for creating effective eye-catching presentations. * A vector-oriented draw module that enables the creation of 3D illustrations
editors/apache-openoffice-4.2.1753426 (Score: 2.2893705E-4)
Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser (developer version)
Apache OpenOffice is an Open Source, community-developed, multi-platform office productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites. Components include: * A universal word processing application for creating business letters, extensive text documents, professional layouts, and HTML documents. * A sophisticated application for performing advanced spreadsheet functions, such as analyzing figures, creating lists, and viewing data. * A tool for creating effective eye-catching presentations. * A vector-oriented draw module that enables the creation of 3D illustrations
games/bombz-0.2 (Score: 2.2893705E-4)
Simple 2D puzzle game with bombs
Bombz is a simple 2D puzzle game. It doesn't really have a plot. The object is to blow up all the bombs on each level then escape off the edge of the screen. To blow up a bomb, push it to where you want to cause an explosion, then collect a match (originally a detonator in the Archimedes version) and touch the bomb again and quickly get out of the way. A bomb destroys everything surrounding it except the metallic walls; if it blows up another bomb, that takes out everything around it too so you can set off chain reactions.
games/bsp-5.2 (Score: 2.2893705E-4)
Node builder for Doom
BSP is one of the best node builders for Doom. What are Nodes? Doom uses a rendering algorithm based on a binary space partition, otherwise known as a BSP tree. This is stored in a data lump called NODES in the WAD file. So tools to build the BSP tree are known as node builders. Before you can play a level that you have created, you must use a node builder to create the data that Doom will use to render the level. BSP is one of several node builders that can do this.
games/katawa-shoujo-1.3.1 (Score: 2.2893705E-4)
Bishoujo-style visual novel about disabled adolescents
Katawa Shoujo is a bishoujo-style visual novel set in the fictional Yamaku High School for disabled children, located somewhere in modern Japan. Hisao Nakai, a normal boy living a normal life, has his life turned upside down when a congenital heart defect forces him to move to a new school after a long hospitalization. Despite his difficulties, Hisao is able to find friends - and perhaps love, if he plays his cards right. There are five main paths corresponding to the 5 main female characters, each path following the storyline pertaining to that character. This package contains English, Spanish, French, Italian and Japanese versions.
games/flare-0.19 (Score: 2.2893705E-4)
Free Libre Action Roleplaying Engine
Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs. Flare is not a reimplementation of an existing game or engine. It is a tribute to and exploration of the action RPG genre. Rather than building a very abstract, robust game engine, the goal of this project is to build several real games and harvest an engine from the common, reusable code. The first game, in progress, is a fantasy dungeon crawl.