Net::DNS::Resolver::Programmable is a programmable DNS resolver for offline emulation of DNS.
This package provides an OpenPGP
card backend for Sequoia's private key store.
This package provides a virtual terminal widget for the tcell
Go library.
An explosive companion to the bleve indexing library
This package exposes an annotation databases generated from UCSC by exposing these as TxDb
objects.
This package provides methods to reduce confounding bias from unmeasured confounders in observational studies of vaccine efficacy using negative control outcomes.
This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface
instances in code.
The Purchase Request Quotation Tryton module allows users to ask quotations from selected purchase requests to different suppliers. Each request will collect quotation information from the supplier.
Plack::Middleware::ReverseProxy resets some HTTP headers, which are changed by reverse-proxy. You can specify the reverse proxy address and stop fake requests using enable_if
directive in your app.psgi.
Package rtnetlink allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups, Queueing, disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages.
This package allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups,Queueing disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages.
This is Realtek's rtl8812au Linux driver for USB 802.11n wireless network adapters, modified by the aircrack-ng project to support monitor mode and frame injection. It provides a 88XXau
kernel module that supports RTL8812AU, RTL8821AU, and RTL8814AU chips.
Allow clients to convert FactSet
STACH formatted data to simpler tabular formats in the form of data frames. This package also provides helper methods to extract the meta data from FactSet
STACH formatted data. See documentation on the GitHub
repository for more information.
This package implements a feature of limiting the maximum number of concurrently started routines which has the same role and API as sync.WaitGroup
. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database.
This package provides SNP locations and alleles for Homo sapiens extracted from NCBI dbSNP Build 144. The source data files used for this package were created by NCBI on May 29-30, 2015, and contain SNPs mapped to reference genome GRCh37.p13. Note that the GRCh37.p13 genome is a patched version of GRCh37. However the patch doesn't alter chromosomes 1-22, X, Y, MT. GRCh37 itself is the same as the hg19 genome from UCSC *except* for the mitochondrion chromosome. Therefore, the SNPs in this package can be injected in BSgenome.Hsapiens.UCSC.hg19
and they will land at the correct position but this injection will exclude chrM (i.e. nothing will be injected in that sequence).
This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.
Included are the following:
dirhash: calculate hashes over directory trees the same way that the Go tool does.
goproxytest: a GOPROXY implementation designed for test use.
gotooltest: Use the Go tool inside test scripts (see testscript below)
imports: list of known architectures and OSs, and support for reading import import statements.
modfile: read and write go.mod files while preserving formatting and comments.
module: module paths and versions.
par: do work in parallel.
semver: semantic version parsing.
testenv: information on the current testing environment.
testscript: script-based testing based on txtar files
txtar: simple text-based file archives for testing.
This package provides factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.
Included are the following:
dirhash: calculate hashes over directory trees the same way that the Go tool does.
goproxytest: a GOPROXY implementation designed for test use.
gotooltest: Use the Go tool inside test scripts (see testscript below)
imports: list of known architectures and OSs, and support for reading import import statements.
modfile: read and write go.mod files while preserving formatting and comments.
module: module paths and versions.
par: do work in parallel.
semver: semantic version parsing.
testenv: information on the current testing environment.
testscript: script-based testing based on txtar files
txtar: simple text-based file archives for testing.
This package provides a hashing function.
Common protocol buffer types used by Google APIs
This package provides bindings to the UniformTypeIdentifiers
framework.
This package provides Java classes for well known RDF vocabularies.
Package roaring is an implementation of Roaring Bitmaps in Go. They provide fast compressed bitmap data structures (also called bitset). They are ideally suited to represent sets of integers over relatively small ranges. See http://roaringbitmap.org for details.
It's an alternative fork of https://github.com/mattn/go-runewidth.
Package bigfft implements multiplication of big.Int
using FFT (Schonhage-Strassen method for multiplying integers).