Ports Search

Results 491500 of 537 for /java/.(0.004 seconds)
devel/sigar-1.7.3 (Score: 0.011857085)
Sigar system information API
The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables * Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#.
editors/lazarus-1.6.0 (Score: 0.011857085)
Portable Delphi-like IDE for the FreePascal compiler
Lazarus is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is of course OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi-like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere.
games/tads-2.5.9 (Score: 0.011857085)
TADS compiler/interpreter for interactive fiction
TADS is a set of programming tools specially designed for writing adventure games. TADS consists of: * A programming language, which resembles C and Java. * A compiler, which reads a set of source files written in the TADS programming language and produces a portable binary game file. * A library, which provides a set of generic adventure game definitions. * An interactive debugger, which lets you examine your program's execution in order to find and fix programming errors. * An interpreter, which a player uses to run your game. See http://www.plover.net/~textfire/raiffaq/ifaq/ for more information about obtaining game files.
japanese/ctags-5.8j2 (Score: 0.011857085)
Feature-filled tagfile generator with Japanese support
Exuberant Ctags with Japanese language support. Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, ASP, AWK, BETA, C, C++, C#, COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make, Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell (Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.
net-im/Net-Stomp-0.57 (Score: 0.011857085)
Streaming Text Orientated Messaging Protocol Client
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Message Orientated Middleware from any language. Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features. A Stomp frame consists of a command, a series of headers and a body - see Net::Stomp::Frame for more details. For details on the protocol see http://stomp.codehaus.org/Protocol.
net/cryptcat-1.2.1 (Score: 0.011857085)
Standard netcat enhanced with twofish encryption
Cryptcat is the standard netcat enhanced with twofish encryption. Twofish is courtesy of counterpane, and cryptix. We started with the Java version of twofish from cryptix, converted it to C++ (don't ask why), and enhanced it by adding CBC mode and the ciphertext stealing technique from Applied Cryptography (pg. 196) How do you use it? Machine A: cryptcat -l -p 1234 < testfile Machine B: cryptcat <machine A IP> 1234 This is identical to the normal netcat options for doing exactly the same thing. However, in this case the data transferred is encrypted. For more information about netcat see net/netcat port.
print/jabref-3.5 (Score: 0.011857085)
BibTeX native bibliographic reference manager
JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format. As such it can also be considered a BibTeX editor. JabRef runs on the Java VM (version 1.4.2 or greater). Some of its features: o Search and fetch references from Medline/PubMed and CiteSeer o Search, classify and sort entries in your BibTeX files o import and export of references in various formats o launch external viewers and insert citations into LyX and Kile o automatically generate BibTeX keys o customize (add your own) BibTeX fields
security/nessus-plugins-2.2.9 (Score: 0.011857085)
Plugins for Nessus, the security scanner
Nessus is a security scanner. That is, it's a program which will scan a given network and will seek for vulnerabilities which could be exploited by some remote intruder. The Nessus Project was originally started by Renaud Deraison (deraison@worldnet.fr). Many people contributed in many ways to the project, and the Nessus core team is now made up of Alexis de Bernis (alexisb@mygale.org), who is the Java specialist, Noam Rathaus (dolittle@isrealmail.com) who is in charge of the Nessus client for Windows, and Renaud Deraison who is still here and who is the project leader.
security/zxid-1.42 (Score: 0.011857085)
Open Source IdM for the Masses - SAML SSO
ZXID aims at full stack implementation of all federated identity management and identity web services protocols. Initial goal is supporting SP role, followed by ID-WSF WSC and IdP roles. ZXID is light weight, has a small foot print, and is implemented in C. It is suitable for both high performance and embedded applications. Scripting languages are supported using SWIG, including Perl, PHP and Java. The "full stack" nature of ZXID means it's self contained and has minimal external library dependencies (see downloads).
sysutils/puppetserver-2.4.0 (Score: 0.011857085)
Puppet Server running in the JVM
Puppet master is a Ruby application that compiles configurations for any number of Puppet agent nodes, using Puppet code and various other data sources. (For more info, see Overview of Puppet's Architecture.) Puppet Server is an application that runs on the Java Virtual Machine (JVM) and provides the same services as the classic Puppet master application. It mostly does this by running the existing Puppet master code in several JRuby interpreters, but it replaces some parts of the classic application with new services written in Clojure.