Ports Search

Results 2,7012,710 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.015 seconds)
sysutils/flasher-1.3 (Score: 7.8387937E-4)
Monitors log or mail files for writes, and flashes a keyboard LED
Flasher monitors changes to one or more files, and indicates the number of writes to these files by briefly flashing a console LED once for each write. The flashing sequence is repeated, after a brief pause, until the files have been read. As the files are subsequently read, the number of LED flashes is reduced. When all monitored files have been read, the console LED will be disabled. The most obvious use is to monitor specific system log or mail files. Multiple LEDs can be used. Each possible LED (-c, -n or -s) takes a list of colon-separated file arguments. For example, when invoked as: # ./flasher -s /var/log/messages:/var/mail/root the Scroll Lock LED will flash once for each write made to either of these files, until the files are read. When /var/log/messages has been read, the Scroll Lock LED will continue to flash once for each write that has been made to /var/mail/root, until it also has been read. The list of files can include files that don't yet exist.
editors/room-0.4.1 (Score: 7.778688E-4)
PyRoom is a clone of WriteRoom and features "distraction-free writing"
With the goal of staying out of your way while writing creatively, PyRoom has a very specialized featureset. In fact, most features are hidden from your main interface, not cluttering your workspace with buttons and menus and statistics. Features of PyRoom: * no visual clutter * work on multiple documents at once (main text, outline, etc) * control PyRoom via keyboard shortcuts * autosave your work * check wordcounts on keypress * choose from preconfigured designs or create your own color scheme * further customize visual appearance and whitespace (line spacing, border, padding...)
graphics/SciPlot-1.36 (Score: 7.778688E-4)
Full-featured Xt widget to display 2D data in a graph
The SciPlot Widget is a widget capable of plotting cartesian or polar graphs, including logarithmic axes in cartesian plots. The widget is subclassed directly from the Core widget class, which means that it does not depend upon any other widget set. It may be freely used with Athena, Motif, or the Open Look/Xview widget sets. Features provided in the widget include automatic scaling, legend drawing, axis labeling, PostScript output, multiple plotted lines, color support, user font specification, dashed lines, symbols drawn at points, logarithmic scales on one or both axes in cartesian plots, and degrees or radians as angles in polar plots.
japanese/less-382.262 (Score: 7.778688E-4)
Less + zcat + ISO-2022 + UTF-8 - a pager similar to more and pg
Less is a program similar to more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi(1). This enhanced less support ISO 2022 code extension techniqes and Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file viewing. The author of the patch is jam@pobox.com, and the UTF-8 support patch is written by bogytech.
korean/h2ps-2.06 (Score: 7.778688E-4)
Formats an ASCII file for printing on a postscript printer with Korean char
h2ps ---- h2ps formats each named file for printing in a postscript printer with embedded PS hangul fonts; if no file is given, h2ps reads from the standard input. The format used is nice and compact: n(1 to 10) pages on each physical page, headers with useful information (page number, printing date), etc. This is very useful for making simple listings of Korean text. It is relatively compact when comparing with nh2ps, and no need to another fonts or ghostscript. It can be printed with any PostScript printer only with english fonts because its fonts are embedded with output.
mail/mark_read-1.4.2 (Score: 7.778688E-4)
Provides one-click link to mark read/unread all mails in a folder
This plugin allows the user to turn on the display of "(read/unread)" links to the right of any folders in their folder list that contain at least one message. Clicking on the link will then mark all messages in this folder as read/unread. Note that you may turn the "read/unread" link on and off by going to the Folders page. You may even turn only the "read" or the "unread" link on or off. It also displays a "mark all read/unread" link below the folder list to mark all folders read/unread that are selected on the Folders page.
math/influenceR-0.1.0 (Score: 7.778688E-4)
Software Tools to Quantify Structural Importance of Nodes in a Network
influenceR: Software Tools to Quantify Structural Importance of Nodes in a Network Provides functionality to compute various node centrality measures on networks. Included are functions to compute betweenness centrality (by utilizing Madduri and Bader's SNAP library), implementations of Burt's constraint and effective network size (ENS) metrics, Borgatti's algorithm to identify key players, and Valente's bridging metric. On Unix systems, the betweenness, Key Players, and bridging implementations are parallelized with OpenMP, which may run faster on systems which have OpenMP configured.
sysutils/mgeupsd-0.3 (Score: 7.778688E-4)
Monitor a state of MGE Pulsar UPS connected to RS-232 port
mgeupsd is a daemon process that sits in the background and check state of the UPS every 10 (by default) seconds. As soon as mgeupsd senses that the power is failing it notifies init(8) and init will execute the powerwait and powerfail entries. If mgeupsd senses that the power has been restored, it notifies init again and init will exe- cute the powerokwait entries. If mgeupsd senses that the UPS batteries has less than 20% of its energy it notifies init again and init will execute the powerfailnow entries.
textproc/htmlsection-1.1 (Score: 7.778688E-4)
Insert section numbers in HTML and make a table of contents
htmlsection is a perl script to insert section number in HTML. When you use htmlsection, you don't have to manage section, table, figure, program-list, reference, term and note numbers and you don't have to make the table of contents, table index, figure index, and program-list index. * Insert section number in HTML and make links to the section. * Make the table of contents. * Insert table, figure, and program-list numbers and make links. * Make the index of tables, figures, and program-lists. * Insert reference, term, and note numbers and make links.
math/gracetmpl-0.3.2 (Score: 7.756467E-4)
Provide an easy way to use existing grace-files as a template
The GraceTMPL classes provide an easy way to use existing grace-files as a template to format any number of graphs in a predefined way and save them as grace-files. This way you can apply the same graphical appearance to all of your data. In case your preferences change, you just alter the template and reformat your complete set of data within the shortest amount of time. The capabilities of GraceTMPL include: * The application using the GraceTMPL classes can define environment variables for the sheet, each graph and each dataset. The variables can be used in the template for dynamic string replacement. Even output filenames can be templated using variable substitution. * Datasets in the template file can be marked to be included in the destination files for easy reference. * Datasets can be tagged with arbitrary information strings to be interpreted by the application using GraceTMPL. This way information can be passed to the application on how to create the datasets and what kind of information is intended by the template author. * In case no template file is loaded by the application, GraceTMPL::Save will output plain sets of data tables which can easily be imported by XmGrace or other applications.