You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage js-highlight-8.0.0-5.lbn19.noarch
Highlight.js highlights syntax in code examples on blogs, forums and, in fact, on any web page. It's very easy to use because it works automatically: finds blocks of code, detects a language, and highlights it.
RPMPackage js-devel-1.8.5-13.fc19.armv6hl
This package contains the header files, static libraries and development documentation for js. If you like to develop programs using js, you will need to install js-devel.
RPMPackage js-1.8.5-13.fc19.armv6hl
JavaScript is the Netscape-developed object scripting language used in millions of web pages and server applications worldwide. Netscape's JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language, with only mild differences from the published standard.
RPMPackage js-1.8.5-13.fc19.x86_64
JavaScript is the Netscape-developed object scripting language used in millions of web pages and server applications worldwide. Netscape's JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language, with only mild differences from the published standard.
RPMPackage joe-3.7-11.fc19.x86_64
Joe is a powerful, easy to use, modeless text editor. It uses the same WordStar keybindings used in Borland's development environment.
RPMPackage joe-3.7-11.fc19.armv6hl
Joe is a powerful, easy to use, modeless text editor. It uses the same WordStar keybindings used in Borland's development environment.
RPMPackage jna-contrib-4.2.2-1.lbn19.noarch
This package contains the contributed examples for jna.
RPMPackage jline-2.13-6.lbn19.noarch
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar.
RPMPackage jfsutils-1.1.15-2.fc19.armv6hl
The jfsutils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in JFS filesystems. The following utilities are available: fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device; logdump - dump a JFS formatted device's journal log; logredo - "replay" a JFS formatted device's journal log; mkfs.jfs - create a JFS formatted partition; xchkdmp - dump the contents of a JFS fsck log file created with xchklog; xchklog - extract a log from the JFS fsck workspace into a file; xpeek - shell-type JFS file system editor.
RPMPackage jfsutils-1.1.15-2.fc19.x86_64
The jfsutils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in JFS filesystems. The following utilities are available: fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device; logdump - dump a JFS formatted device's journal log; logredo - "replay" a JFS formatted device's journal log; mkfs.jfs - create a JFS formatted partition; xchkdmp - dump the contents of a JFS fsck log file created with xchklog; xchklog - extract a log from the JFS fsck workspace into a file; xpeek - shell-type JFS file system editor.
RPMPackage jetty7-7.5.3.v20111011-1.12.lbn19.noarch
Jetty 7 Web Server
RPMPackage jettison-1.3.7-3.lbn19.noarch
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF or XML serialization frameworks like XStream.
RPMPackage jenkins-2.58-1.lbn19.noarch
Jenkins monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Jenkins focuses on the following two jobs: - Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity. - Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong. Authors: -------- Kohsuke Kawaguchi <Kohsuke.Kawaguchi@sun.com>
RPMPackage jemalloc-3.4.0-1.fc19.armv6hl
General-purpose scalable concurrent malloc(3) implementation. This distribution is the stand-alone "portable" implementation of jemalloc.
RPMPackage jdom-1.1.3-7.lbn19.noarch
JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.
RPMPackage jbigkit-libs-2.1-3.lbn19.x86_64
JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm). JBIG-KIT implements the specification: ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993): Information technology — Coded representation of picture and audio information — Progressive bi-level image compression which is commonly referred to as the “JBIG1 standard”
RPMPackage jbigkit-libs-2.0-8.fc19.armv6hl
JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. In addition, JBIG-KIT provides ready-to-use compression and decompression programs with a simple command line interface (similar to the converters found in netpbm). JBIG-KIT implements the specification: ISO/IEC 11544:1993 and ITU-T Recommendation T.82(1993): Information technology — Coded representation of picture and audio information — Progressive bi-level image compression which is commonly referred to as the “JBIG1 standard”
RPMPackage javassist-3.18.1-5.fc24.noarch
Javassist enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.
RPMPackage javapackages-tools-4.7.0-5.lbn19.noarch
This package provides macros and scripts to support Java packaging.
RPMPackage javamail-1.5.1-4.lbn19.noarch
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.