Ports Search

Results 1,1511,160 of 1,947 for /x11/.(0.005 seconds)
textproc/Unicode-Unihan-0.04 (Score: 0.015419188)
The Unihan Data Base 5.1.0
Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above.
x11-clocks/eyeclock-2.0 (Score: 0.015419188)
Clock with eyes following the mouse pointer
EyeClock is a simple clock application for X11. You can put your favorite picture on the face of the clock. And you can move the eyes of the picture following the mouse pointer. See /usr/X11R6/lib/X11/EyeClock/README.jpn for more details. This port installs below clocks. boyclock, daemonclock, eyeclock, girlclock, henohenoclock, margueriteclock, octopusclock, punpunclock, silicagelclock, taroclock, umeharaclock.
x11-themes/sky-0.7.3 (Score: 0.015419188)
KDE SKY iconset
[ excerpt from developer's web site ] SKY icons are a new 48x48 icon theme for KDE 3.x.x. Folders and mime icons aren't based over default KDE icons. It looks clean, pretty, simple and not boring. This is iconset is completely made from scratch with the Gimp. I'm not supported from anyone so I do it only in the free-time.
math/Statistics-Regression-0.53 (Score: 0.014929565)
Perl module to perform weighted linear regression
Regression.pm is a multivariate linear regression package. That is, it estimates the c coefficients for a line-fit of the type y= c(0)*x(0) + c(1)*x1 + c(2)*x2 + ... + c(k)*xk given a data set of N observations, each with k independent x variables and one y variable. Naturally, N must be greater than k---and preferably considerably greater. Any reasonable undergraduate statistics book will explain what a regression is. Most of the time, the user will provide a constant ('1') as x(0) for each observation in order to allow the regression package to fit an intercept.
net/jsch-0.1.53 (Score: 0.014929565)
Pure Java implementation of SSH2
Sch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. - Why JSch? Our intension in developing this stuff is to enable users of our pure java X servers, WiredX and WeirdX, to enjoy secure X sessions. Our efforts have mostly targeted the SSH2 protocol in relation to X window system and X11 forwarding. Of course, we are also interested in adding other functionality - port forward, file transfer, terminal emulation, etc.
devel/yajl-ruby-1.2.1 (Score: 0.013628766)
Streaming JSON parsing and encoding library for Ruby
This gem is a C binding to the excellent YAJL JSON parsing and generation library. Features: * JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. * Parse and encode multiple JSON objects to and from streams or strings continuously. * JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem * Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* * ~3.5x faster than JSON.generate * ~1.9x faster than JSON.parse * ~4.5x faster than YAML.load * ~377.5x faster than YAML.dump * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump
devel/trivial-features-2010.01.16 (Score: 0.01349179)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with SBCL.
devel/clisp-hyperspec-7.0 (Score: 0.01349179)
Common Lisp reference in HTML format, from LispWorks Ltd
The Common Lisp HyperSpec (TM) from LispWorks Ltd. This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. Copying, distribution, display, and/or transmission is by permission of LispWorks Ltd.
math/alt-ergo-0.95.2 (Score: 0.01349179)
Automatic solver of mathematical formulas for program verification
Alt-Ergo is an automatic theorem prover dedicated to program verification. Alt-Ergo is based on CC(X), a congruence closure algorithm parameterized by an equational theory X. Currently, CC(X) can be instantiated by the empty equational theory and by the linear arithmetics. Alt-Ergo contains also a home made SAT-solver and an instantiation mechanism. Alt-Ergo is compact, safe, and modular. Each component is described by a small set of inference rules and is implemented as an Ocaml functor.
net-mgmt/pixilate-0.4.2 (Score: 0.01349179)
Generates packets to match a list of Cisco PIX access lists
pixilate parses an input file containing Cisco PIX 6.2x (normal mask) or Cisco IOS (inverted mask) access-list entries and generates the appropriate packets. For further information on writing PIX access-lists, look here, for information on writing IOS access-lists, look here. pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP types), and IGMP utilizing the Libnet 1.1.x library available from http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible."