Ports Search

Results 1,3411,350 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
sysutils/modules-3.2.10 (Score: 0.0029158564)
Dynamic modification of a user environment
The Environment Modules package provides for the dynamic modification of a user's environment via modulefiles.
Parse XML to a simple tree
This module provides an XML::Parser style for generating a simple tree out of XML.
textproc/aiksaurus-1.2.1 (Score: 0.0029158564)
GTK+2 front-end for Aiksaurus, a thesaurus
A GTK+2 front-end for Aiksaurus, see more detail in textproc/aiksaurus/pkg-descr.
Store your sessions in a database
This storage module will store session data in a database using DBI.
www/anyterm-1.1.29 (Score: 0.0029158564)
Terminal emulator on a Web page
Anyterm provides a terminal emulator on a Web page using Javascript and a server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way.
devel/Class-Default-1.51 (Score: 0.0029139016)
Static calls apply to a default instantiation
Class::Default provides a mechanism to allow your class to take static method calls and apply it to a default instantiation of an object. It provides a flexibility to an API that allows it to be used more comfortably in different situations. This technique appears to be especially useful when writing modules that you want to be used in either a single use or a persistent environment. In a CGI like environment, you want the simplicity of a static interface. You can call Class-method> directly, without having to pass an instantiation around constantly.
devel/statik-20141209 (Score: 0.0029139016)
Embed static files into a Go executable
statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem. Is this a crazy idea? No, not necessarily. If you're building a tool that has a Web component, you typically want to serve some images, CSS and JavaScript. You like the comfort of distributing a single binary, so you don't want to mess with deploying them elsewhere. If your static files are not large in size and will be browsed by a few people, statik is a solution you are looking for.
www/Dancer2-Plugin-Path-Class-0.08 (Score: 0.0029104429)
List a directory using Path::Class
Dancer2::Plugin::Path::Class exports the keyword 'ls' returning a Path::Class object. The 'ls' keyword also sets some 'vars'. - ls_name: The basename of the path - ls_cdup: The parent of the request path - ls_dirs: A list of subdirectories if the path is a directory object - ls_files: A list of files or just one file if the path is a file object
www/HTML-LinkList-0.1701 (Score: 0.0029104429)
Create a 'smart' list of HTML links
This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page.
x11/i3status-2.10 (Score: 0.0029104429)
Small program for generating a status bar
i3status is a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would.