containers-common
|
public |
Location for shared common files in github.com/containers repos.
|
2025-09-23 |
megaradrp
|
public |
MEGARA Data Reduction Pipeline
|
2025-09-23 |
r-rlecuyer
|
public |
Provides an interface to the C implementation of the random number generator with multiple independent streams developed by L'Ecuyer et al (2002). The main purpose of this package is to enable the use of this random number generator in parallel R applications.
|
2025-09-23 |
r-tablerdash
|
public |
'R' interface to the 'Tabler' HTML template. See more here <https://tabler.io>. 'tablerDash' is a light 'Bootstrap 4' dashboard template. There are different layouts available such as a one page dashboard or a multi page template, where the navigation menu is contained in the navigation bar. A fancy example is available at <https://dgranjon.shinyapps.io/shinyMons/>.
|
2025-09-23 |
pytorch
|
public |
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
|
2025-09-23 |
pytorch-cpu
|
public |
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
|
2025-09-23 |
libtorch
|
public |
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
|
2025-09-23 |
r-flow
|
public |
Visualize as flow diagrams the logic of functions, expressions or scripts in a static way or when running a call, visualize the dependencies between functions or between modules in a shiny app, and more.
|
2025-09-23 |
r-matrixlaplacian
|
public |
Constructs the normalized Laplacian matrix of a square matrix, returns the eigenvectors (singular vectors) and visualization of normalized Laplacian map.
|
2025-09-23 |
xcube-eopf
|
public |
A xcube datastore implementation that allows for analysis-ready reading of ESA EOPF data products.
|
2025-09-23 |
r-nardl
|
public |
Computes the nonlinear cointegrating autoregressive distributed lag model with p lags of the dependent variables and q lags of independent variables proposed by (Shin, Yu & Greenwood-Nimmo, 2014 <doi:10.1007/978-1-4899-8008-3_9>).
|
2025-09-23 |
r-astsa
|
public |
Data sets and scripts to accompany Time Series Analysis and Its Applications: With R Examples (4th ed), by R.H. Shumway and D.S. Stoffer. Springer Texts in Statistics, 2017, <DOI:10.1007/978-3-319-52452-8>, and Time Series: A Data Analysis Approach Using R. Chapman-Hall, 2019, <ISBN: 978-0367221096>.
|
2025-09-23 |
r-logr
|
public |
Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.
|
2025-09-23 |
r-rcapture
|
public |
Estimation of abundance and other demographic parameters for closed populations, open populations and the robust design in capture-recapture experiments using loglinear models.
|
2025-09-23 |
r-cghflasso
|
public |
Spatial smoothing and hot spot detection using the fused lasso regression
|
2025-09-23 |
r-ffield
|
public |
Force field simulation of interaction of set of points. Very useful for placing text labels on graphs, such as scatterplots.
|
2025-09-23 |
libgit2
|
public |
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
|
2025-09-23 |
r-apcluster
|
public |
Implements Affinity Propagation clustering introduced by Frey and Dueck (2007) <DOI:10.1126/science.1136800>. The algorithms are largely analogous to the 'Matlab' code published by Frey and Dueck. The package further provides leveraged affinity propagation and an algorithm for exemplar-based agglomerative clustering that can also be used to join clusters obtained from affinity propagation. Various plotting functions are available for analyzing clustering results.
|
2025-09-23 |
jupyterlab-h5web
|
public |
A JupyterLab extension to explore and visualize HDF5 file contents.
|
2025-09-23 |
equinox
|
public |
Neural Networks in JAX.
|
2025-09-23 |
plateau
|
public |
A consistent table management library in Python. Flat files, flat land.
|
2025-09-23 |
cargo-deny
|
public |
❌ Cargo plugin for linting your dependencies 🦀
|
2025-09-23 |
mdbtools
|
public |
MDB Tools - Read Access databases on *nix
|
2025-09-23 |
openpmd-api
|
public |
C++ & Python API for writing & reading (.h5, .bp, .json, ...), serial & MPI parallel openPMD files.
|
2025-09-23 |
r-rcppalgos
|
public |
Provides optimized functions and flexible combinatorial iterators implemented in C++ with 'Rcpp' for solving problems in combinatorics and computational mathematics. Utilizes parallel programming via 'RcppThread' for maximal performance. Also makes use of the RMatrix class from the 'RcppParallel' library. There are combination/permutation functions with constraint parameters that allow for generation of all results of a vector meeting specific criteria (e.g. generating integer partitions/compositions or finding all combinations such that the sum is between two bounds). Capable of generating specific combinations/permutations (e.g. retrieve only the nth lexicographical result) which sets up nicely for parallelization as well as random sampling. Gmp support permits exploration where the total number of results is large (e.g. comboSample(10000, 500, n = 4)). Additionally, there are several high performance number theoretic functions that are useful for problems common in computational mathematics. Some of these functions make use of the fast integer division library 'libdivide'. The primeSieve function is based on the segmented sieve of Eratosthenes implementation by Kim Walisch. It is also efficient for large numbers by using the cache friendly improvements originally developed by Tomás Oliveira. Finally, there is a prime counting function that implements Legendre's formula based on the work of Kim Walisch.
|
2025-09-23 |