You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage kde-filesystem-4-54.fc25.x86_64
This package provides some directories that are required/used by KDE.
RPMPackage kbd-misc-2.0.3-3.fc24.noarch
The kbd-misc package contains data for kbd package - console fonts, keymaps etc. Please note that kbd-misc is not helpful without kbd.
RPMPackage kbd-2.0.3-3.fc24.x86_64
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
RPMPackage jzlib-1.1.3-4.lbn25.noarch
The zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- loss-less data-compression library for use on virtually any computer hardware and operating system. The zlib was written by Jean-loup Gailly (compression) and Mark Adler (decompression).
RPMPackage jwhois-4.0-62.lbn25.x86_64
A whois client that accepts both traditional and finger-style queries.
RPMPackage junit-4.12-11.lbn25.noarch
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on GitHub.
RPMPackage json-glib-1.6.0-1.lbn25.x86_64
json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.
RPMPackage json-c-0.13.1-6.lbn25.x86_64
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159.
RPMPackage js-marked-0.3.2-5.fc24.noarch
marked is a full-featured markdown compiler that can parse huge chunks of markdown without having to worry about caching the compiled output or blocking for an unnecessarily long time. marked is extremely fast and frequently outperforms similar markdown parsers. marked is very concise and still implements all markdown features, as well as GitHub Flavored Markdown features. marked more or less passes the official markdown test suite in its entirety. This is important because a surprising number of markdown compilers cannot pass more than a few tests.
RPMPackage js-jquery-3.2.1-2.fc27.noarch
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
RPMPackage js-highlight-8.0.0-6.fc24.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-25.fc25.x86_64
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-25.fc25.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 jna-contrib-5.4.0-4.lbn25.noarch
This package contains the contributed examples for jna.
RPMPackage jline-2.13-6.fc25.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-7.fc24.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 jettison-1.3.7-3.fc24.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 jdom-1.1.3-10.fc24.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-5.fc24.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 javassist-3.21.0-1.lbn25.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.