Ports 搜索

共有549项符合/misc/的查询结果,以下是第121130项(搜索用时0.008秒)
misc/ansiweather-1.08 (Score: 0.121850066)
Shell script for displaying the current weather in your terminal
AnsiWeather is a Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols. Weather data comes from the OpenWeatherMap free weather API.
misc/firestring-0.9.12 (Score: 0.121850066)
Library to make string handling easier in C
libfirestring is a string handling library that provides maximum length aware string handling functions to programs. Several functions provide saner interfaces than the standard libc functions. libfirestring also provides functions that are in most libc's but not provided for by ANSI C, enabling programmers to write ANSI C-compliant code while using such safe functions (strcasecmp, strncasecmp, snprintf). libfirestring also includes functions for dealing with reading configuration files in an easy to program fashion. This library uses long long, which is part of the C99 standard (previously a GNU extension). Your compiler needs to support this in order for FireString to work.
misc/flag-1.0.5 (Score: 0.121850066)
Turn the hostname into a colourful and visually distinctive ansi flag
flag Produces a cute little ansi colour 'flag' based off a hash of the machine's hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually identify a machine, at a glance. Useful for placing into /etc/issue or your bash prompt, so that you don't send stupid commands to the wrong machine.
misc/floatator-0.2.1 (Score: 0.121850066)
Interactive fluid dynamics simulation
Floatator is an interactive fluid dynamics simulation. The simulation and the visualisation are 2D.
misc/pastebinit-1.5 (Score: 0.121850066)
Command line utility for pastebing
A command line pastebin utility.
misc/php56-5.6.26 (Score: 0.121850066)
The calendar shared extension for php
misc/php70-7.0.11 (Score: 0.121850066)
The calendar shared extension for php
misc/progressbar-2.3 (Score: 0.121850066)
Text progressbar library for python
This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.
misc/pyprind-2.9.9 (Score: 0.121850066)
Python Progress Bar and Percent Indicator Utility
The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation.
misc/examples-5.6.1 (Score: 0.121850066)
Qt 5 examples sourcecodes