Ports Search

Results 2,5712,580 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
security/doscan-0.3.3 (Score: 0.0019747852)
Tool to quickly scan your network for machines listening on a TCP port
Doscan is a tool to quickly scan your network for machines listening on a TCP port, opening thousands of TCP connections in parallel. Features High scanning rate: five to ten minutes per 100,000 addresses (which are sparsely populated with hosts), with rather conservative timeouts. Load distribution: doscan scans the addresses in a seemingly random order. If your scan host is connected to a central router, this ensures that the load is distributed across your network, and you are stress-testing just a single router, and not your edge devices. Low memory consumption: memory usage is proportional to the number of hosts which have responded so far, and to the number of parallel connections. The total number of addresses does not influence memory usage in any way. Can collect responses: doscan optionally records data which is sent by the hosts which are being scanned. You can even specify a regular expression to extract part of a server banner, and a message to send to trigger a response (great for determining HTTP server versions). Extensibility: It is possible to add special handlers for TCP-based protocols, using a straightforward interface. It supports scanning the vulnerable Microsoft DCOM implementation.
devel/fudge-1.1.0 (Score: 0.0019685284)
Fudge is a Python module for using fake objects to test real ones
Fudge is a Python module for using fake objects (mocks, stubs, etc) to test real ones. This module is designed for two specific situations: * Replace an object o Temporarily return a canned value for a method or allow a method to be called without affect. * Ensure an object is used correctly o Declare expectations about what methods should be called and what arguments should be sent. Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test setup. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If you just want to expect a method call without worrying about its arguments or the type of the arguments then you can.
games/dmjava-1.05 (Score: 0.0019685284)
Dungeon Master Java is a remake of the classic Dungeon Master by FTL
Dungeon Master Java is a remake of the classic FTL game Dungeon Master. It is written entirely in Java, and is designed to run as a stand-alone application rather than an applet in a web browser. It has high-resolution graphics that simulate a 3D environment. Most of the graphics are rendered in the free ray-tracer Pov-Ray. Item graphics and character portraits are done by hand with a paint program, though many are simply taken from the original and its sequels and touched-up. Gameplay is very similar to the original, with real-time action, 90-degree turns, and step-by-step movement. One major change from the original is that monsters are not "stuck" in groups: they are completely free to wander, sometimes occupying a square with other monsters and sometimes not.
games/neverball-1.6.0 (Score: 0.0019685284)
Tilt the floor to guide a ball through an obstacle course
In 1.1.5 version, the Neverball and Neverputt source trees have been merged into one. It includes 75 Neverball levels and 62 Neverputt levels. Neverball, tilt the floor to roll a ball through an obstacle course within the given time. It is part puzzle game, part action game, and entirely a test of skill. If the ball falls or time expires, a ball is lost. Collect coins to unlock the exit and earn extra balls. Red coins are worth 5. Blue coins are worth 10. A free ball is awarded for 100 coins. Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball. Neverball and Neverputt are known to run under Linux, Win2K/XP, FreeBSD, and OSX. Hardware accelerated OpenGL with multitexture (OpenGL 1.2.1 or greater) is required. A 500MHz processor is recommended.
games/xrally-1.1.1 (Score: 0.0019685284)
XRally is a Linux clone of the classic Rally X arcade game
XRally is a Linux clone of the classic Rally X arcade game. For those who don't know, in Rally X you control a blue (good) car, that has to collect yellow flags around a maze-like map, while avoiding the red (bad) cars. In order to help himself, the blue car can use clouds of smoke through the maze. If a enemy touch any of these clouds, it stops for a while. The enemy cars can also crash one with the other, what gives you some extra time. XRally is written in C using only the basic Xlib and Xpm libraries. It's a project aimed mainly at newbie X11/Game programmers like me (but any experienced help is appreciated! :) )
databases/sqlitebrowser-3.8.0 (Score: 0.001966611)
DB Browser for SQLite is a visual tool to manage SQLite databases
DB Browser for SQLite is a light GUI editor for SQLite databases, built on top of Qt. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface. This project has previous been known as "SQLite Browser" and "Database Browser for SQLite". "DB Browser for SQLite" will hopefully be the name that sticks. :)
devel/Scalar-Listify-0.03 (Score: 0.001966611)
Poduces an array(ref)? from a scalar value or array ref
A lot of Perl code ends up with scalars having either a single scalar value or a reference to an array of scalar values. In order to handle the two conditions, one must check for what is in the scalar value before getting on with one's task. Ie: $text_scalar = 'text'; $aref_scalar = [ 1.. 5 ]; print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar; And this module is designed to address just that!
devel/tinyq-3.0.6 (Score: 0.001966611)
Stripped down version of Qt 3 for use as a utility library
TinyQ is a stripped down version of Qt 3 that has been put together to use as a backend library. It provides all the necessary library classes to comfortably develop in a C++ environment. This includes UTF8 and ASCII strings, type optimized collections (dictionary, map, cache, vector, list), regular expressions, filesystem access, URL processing, threads, shared library handling, user settings, date and time handling, DOM & SAX XML parsers, optimized data and text streams and abstract IO devices.
games/circuslinux-1.0.3 (Score: 0.001966611)
"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari", produced by Atari, Inc. (which is itself a clone of an earlier arcade game named, simply "Circus"). The object is to move a teeter-totter back and forth across the screen to bounce clowns up into the air. When they reach the top, they pop rows of balloons and then fall back down. The gameplay is similar to the classics "Breakout" and "Arkanoid".
graphics/pgplot-5.2.2 (Score: 0.001966611)
C/FORTRAN library for drawing graphs on a variety of display devices
PGPLOT is a Fortran subroutine package for drawing graphs on a variety of display devices. For more details, see the manual ``PGPLOT Graphics Subroutine Library'', available from T. J. Pearson. The CPGPLOT library adds an intermediate level of wrapper functions between C programs and the PGPLOT library. These functions hide the system dependencies of calling PGPLOT behind a system independent interface. Documentation and demo programs are included.