Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
intervalset is a C++ library to manage sets of closed intervals of integers. This is a simple wrapper around Boost.Icl.
Decl'HDF5 plugin enables one to read and write data from HDF5 files in a declarative way. Decl'HDF5 does not support the full HDF5 feature set but offers a simple declarative interface to access a large subset of it for the PDI library.
howardhinnant-date extends <chrono> to calendars and timezones, focusing on a seamless integration with the existing <chrono> library, type safety, performance and ease of use.
This package aims to provide a production-quality implementation of the ISO-C++ proposal P0009, which will add support for non-owning multi-dimensional array references to the C++ standard library.
Decl'NetCDF plugin allows interaction with the NetCDF software library and data format.
Header only, fully template based library which enables accessing private data members. Techniques used by this library to achieve its purpose are fully legal and allowed by the standard. The library is based on Explicit instantiation of class template instantion.
This package provides an easy to use, powerful and expressive command line argument handling library for C++11/14/17 contained in a single header file.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
CHAI is a C++ libary providing an array object that can be used transparently in multiple memory spaces. Data is automatically migrated based on copy-construction, allowing for correct data access regardless of location. CHAI can be used standalone, but is best when paired with the RAJA library, which has built-in CHAI integration that takes care of everything.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
cpp-docopt helps you:
define the interface for your command-line app, and
automatically generate a parser for it.
cpp-docopt is based on conventions that have been used for decades in help messages and man pages for describing a program's interface.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
PDI supports loose coupling of simulation codes with data handling the simulation code is annotated in a library-agnostic way, libraries are used from the specification tree.
The formr R package provides a few convenience functions that may be useful to the users of formr (formr.org), an online survey framework which heavily relies on R via openCPU. Some of the functions are for conveniently generating individual feedback graphics, some are just shorthands to make certain common operations in formr more palatable to R novices.
This package makes it easy to use React in R with htmlwidget scaffolds, helper dependency functions, an embedded Babel transpiler, and examples.
This package adds indicators (spinner, progress bar, gif) that you can use in your Shiny applications to show the user that the server is busy. It also provides other tools to let your users know something is happening (send notifications, reports, ...).
Make Bootstrap 4 Shiny dashboards. Use the full power of AdminLTE3, a dashboard template built on top of Bootstrap 4.
This package provides interactive data tables for R, based on the React Table JavaScript library. It provides an HTML widget that can be used in R Markdown documents and Shiny applications, or viewed from an R console.
This package allows exporting a DiagrammeR Graphviz objects to SVG.
This package provides a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger compliant API.
Building interactive web applications with R is incredibly easy with Shiny. Behind the scenes, Shiny builds a reactive graph that can quickly become intertwined and difficult to debug. The reactlog package provides a visual insight into that black box of Shiny reactivity by constructing a directed dependency graph of the application's reactive state at any time point in a reactive recording.