_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rest 0.8.1
Propagated dependencies: glib@2.82.1 libsoup-minimal@2.74.3 libxml2@2.9.14
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.gtk.org/
Licenses: LGPL 2.1+
Synopsis: RESTful web api query library
Description:

This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.

rest 0.9.1
Dependencies: json-glib@1.10.0
Propagated dependencies: glib@2.82.1 libsoup@3.6.1 libxml2@2.9.14 json-glib@1.10.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.gtk.org/
Licenses: LGPL 2.1+
Synopsis: RESTful web api query library
Description:

This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.

restic 0.16.4
Channel: small-guix
Location: small-guix/packages/scripts.scm (small-guix packages scripts)
Home page: https://restic.net/
Licenses: FreeBSD
Synopsis: Backup program with multiple revisions, encryption and more
Description:

Restic is a program that does backups right and was designed with the following principles in mind:

  • Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.

  • Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.

  • Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.

  • Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.

  • Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.

restic 0.9.6
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://restic.net/
Licenses: FreeBSD
Synopsis: Backup program with multiple revisions, encryption and more
Description:

Restic is a program that does backups right and was designed with the following principles in mind:

  • Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.

  • Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.

  • Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.

  • Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.

  • Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.

restbed 4.8
Dependencies: asio@1.28.0 catch@1.3.5 openssl@3.0.8
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/Corvusoft/restbed
Licenses: AGPL 3+
Synopsis: Asynchronous RESTful functionality to C++11 applications
Description:

Restbed is a comprehensive and consistent programming model for building applications that require seamless and secure communication over HTTP.

r-restk 1.0.1
Propagated dependencies: r-purrr@1.0.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RESTK
Licenses: GPL 3
Synopsis: An Implementation of the RESTK Algorithm
Description:

Implementation of the RESTK algorithm based on Markov's Inequality from Vilardell, Sergi, Serra, Isabel, Mezzetti, Enrico, Abella, Jaume, Cazorla, Francisco J. and Del Castillo, J. (2022). "Using Markov's Inequality with Power-Of-k Function for Probabilistic WCET Estimation". In 34th Euromicro Conference on Real-Time Systems (ECRTS 2022). Leibniz International Proceedings in Informatics (LIPIcs) 231 20:1-20:24. <doi:10.4230/LIPIcs.ECRTS.2022.20>. This work has been supported by the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (grant agreement No. 772773).

restinio 0.7.2
Dependencies: openssl@3.0.8 sobjectizer@5.8.2
Propagated dependencies: asio@1.28.0 fmt@9.1.0 llhttp@9.1.3 pcre@8.45 pcre2@10.42 zlib@1.3
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://stiffstream.com/en/products/restinio.html
Licenses: Modified BSD
Synopsis: C++14 library that gives you an embedded HTTP/Websocket server
Description:

RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.

restinio 0.6.19
Dependencies: openssl@3.0.8 sobjectizer@5.8.2
Propagated dependencies: asio@1.28.0 fmt@9.1.0 http-parser@2.9.4-1.ec8b5ee pcre@8.45 pcre2@10.42 zlib@1.3
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://stiffstream.com/en/products/restinio.html
Licenses: Modified BSD
Synopsis: C++14 library that gives you an embedded HTTP/Websocket server
Description:

RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.

r-restez 2.1.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ropensci/restez
Licenses: Expat
Synopsis: Create and Query a Local Copy of 'GenBank' in R
Description:

Download large sections of GenBank <https://www.ncbi.nlm.nih.gov/genbank/> and generate a local SQL-based database. A user can then query this database using restez functions or through rentrez <https://CRAN.R-project.org/package=rentrez> wrappers.

restartd 0.2.3-1.7044125
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://launchpad.net/debian/+source/restartd
Licenses: GPL 2+
Synopsis: Daemon for restarting processes
Description:

This package provides a daemon for checking running and not running processes. It reads the /proc directory every n seconds and does a POSIX regexp on the process names. The daemon runs a user-provided script when it detects a program in the running processes, or an alternate script if it doesn't detect the program. The daemon can only be called by the root user, but can use sudo -u user in the process called if needed.

cl-restas 0.1.4-1.81bbbab
Dependencies: libcap@2.64
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-bordeaux-threads@0.9.3 cl-cffi@0.24.1-2.32c90d4 cl-data-sift@0.0.0-1.fd617d8 cl-hunchentoot@1.3.0-1.7686239 cl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

ecl-restas 0.1.4-1.81bbbab
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-bordeaux-threads@0.9.3 ecl-cffi@0.24.1-2.32c90d4 ecl-data-sift@0.0.0-1.fd617d8 ecl-hunchentoot@1.3.0-1.7686239 libcap@2.64 ecl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

r-restfulr 0.0.15
Propagated dependencies: r-rcurl@1.98-1.16 r-rjson@0.2.23 r-s4vectors@0.44.0 r-xml@3.99-0.17 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://cran.r-project.org/package=restfulr
Licenses: Artistic License 2.0
Synopsis: R interface to RESTful web services
Description:

This package models a RESTful service as if it were a nested R list.

r-restatis 0.3.0
Propagated dependencies: r-vctrs@0.6.5 r-tibble@3.2.1 r-readr@2.1.5 r-purrr@1.0.2 r-memoise@2.0.1 r-httr2@1.0.6 r-askpass@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://correlaid.github.io/restatis/
Licenses: Expat
Synopsis: R Wrapper to Access a Wide Range of Germany's Federal Statistical System Databases Based on the GENESIS Web Service RESTful API of the German Federal Statistical Office (Statistisches Bundesamt/Destatis)
Description:

This package provides a RESTful API wrapper for accessing the GENESIS database of the German Federal Statistical Office (Destatis) as well as its Census Database and the database of Germany's regional statistics. Supports data search functions, credential management, result caching, and handling remote background jobs for large datasets.

r-restoptr 1.0.6
Dependencies: openjdk@21.0.2
Propagated dependencies: r-units@0.8-5 r-terra@1.7-83 r-rjava@1.0-11 r-magrittr@2.0.3 r-crayon@1.5.3 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://dimitri-justeau.github.io/restoptr/
Licenses: GPL 3+
Synopsis: Ecological Restoration Planning
Description:

Flexible framework for ecological restoration planning. It aims to identify priority areas for restoration efforts using optimization algorithms (based on Justeau-Allaire et al. 2021 <doi:10.1111/1365-2664.13803>). Priority areas can be identified by maximizing landscape indices, such as the effective mesh size (Jaeger 2000 <doi:10.1023/A:1008129329289>), or the integral index of connectivity (Pascual-Hortal & Saura 2006 <doi:10.1007/s10980-006-0013-z>). Additionally, constraints can be used to ensure that priority areas exhibit particular characteristics (e.g., ensure that particular places are not selected for restoration, ensure that priority areas form a single contiguous network). Furthermore, multiple near-optimal solutions can be generated to explore multiple options in restoration planning. The package leverages the Choco-solver software to perform optimization using constraint programming (CP) techniques (<https://choco-solver.org/>).

sbcl-restas 0.1.4-1.81bbbab
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-2.32c90d4 sbcl-data-sift@0.0.0-1.fd617d8 sbcl-hunchentoot@1.3.0-1.7686239 libcap@2.64 sbcl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

r-restatapi 0.24.2
Propagated dependencies: r-xml2@1.3.6 r-rjson@0.2.23 r-data-table@1.16.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eurostat/restatapi
Licenses: FSDG-compatible
Synopsis: Search and Retrieve Data from Eurostat Database
Description:

Eurostat is the statistical office of the European Union and provides high quality statistics for Europe. Large set of the data is disseminated through the Eurostat database (<https://ec.europa.eu/eurostat/web/main/data/database>). The tools are using the REST API with the Statistical Data and Metadata eXchange (SDMX) Web Services (<https://wikis.ec.europa.eu/pages/viewpage.action?pageId=44165555>) to search and download data from the Eurostat database using the SDMX standard.

r-restriktor 0.6-10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://restriktor.org
Licenses: GPL 2+
Synopsis: Restricted Statistical Estimation and Inference for Linear Models
Description:

Allow for easy-to-use testing or evaluating of linear equality and inequality restrictions about parameters and effects in (generalized) linear statistical models.

r-restrserve 1.2.3
Propagated dependencies: r-checkmate@2.3.2 r-digest@0.6.37 r-jsonlite@1.8.9 r-mime@0.12 r-r6@2.5.1 r-rcpp@1.0.13-1 r-rserve@1.8-6 r-uuid@1.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://restrserve.org
Licenses: GPL 2+
Synopsis: R web API framework
Description:

RestRserve is an R web API framework for building high-performance AND robust microservices and app backends. With Rserve backend on UNIX-like systems it is parallel by design. It will handle incoming requests in parallel - each request in a separate fork.

r-restaurant 0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/resteorts/restaurant
Licenses: CC0
Synopsis: Restaurant Data for Entity Resolution
Description:

Duplicated restaurant data (pre-processed and formatted) for entity resolution. This package contains formatted data from a data set that contains information about different restaurants, with the Zagats portion containing 331 records and the Fodors portion containing 533 records. The following variables are included in the data set: id, name, address, city, phone, type. The data set has a respective gold data set that provides information on which records match based on id.

r-restorenet 1.0.1
Propagated dependencies: r-xtable@1.8-4 r-stringr@1.5.1 r-scatterpie@0.2.4 r-scales@1.3.0 r-rcolorbrewer@1.1-3 r-matrix@1.7-1 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RestoreNet
Licenses: GPL 3
Synopsis: Random-Effects Stochastic Reaction Networks
Description:

This package provides a random-effects stochastic model that allows quick detection of clonal dominance events from clonal tracking data collected in gene therapy studies. Starting from the Ito-type equation describing the dynamics of cells duplication, death and differentiation at clonal level, we first considered its local linear approximation as the base model. The parameters of the base model, which are inferred using a maximum likelihood approach, are assumed to be shared across the clones. Although this assumption makes inference easier, in some cases it can be too restrictive and does not take into account possible scenarios of clonal dominance. Therefore we extended the base model by introducing random effects for the clones. In this extended formulation the dynamic parameters are estimated using a tailor-made expectation maximization algorithm. Further details on the methods can be found in L. Del Core et al., (2022) <doi:10.1101/2022.05.31.494100>.

lua-resty-core 0.1.18
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-core
Licenses: FreeBSD
Synopsis: Lua API for NGINX
Description:

This package provides a FFI-based Lua API for ngx_http_lua_module or ngx_stream_lua_module.

r-restimizeapi 1.0.0
Propagated dependencies: r-rjsonio@1.3-1.9 r-rcurl@1.98-1.16
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.r-project.org
Licenses: LGPL 3
Synopsis: Functions for Working with the 'www.estimize.com' Web Services
Description:

This package provides the user with functions to develop their trading strategy, uncover actionable trading ideas, and monitor consensus shifts with crowdsourced earnings and economic estimate data directly from <www.estimize.com>. Further information regarding the web services this package invokes can be found at <www.estimize.com/api>.

r-tss-restrend 0.3.1
Propagated dependencies: r-strucchange@1.5-4 r-rcpproll@0.3.1 r-mblm@0.12.1 r-ggplot2@3.5.1 r-broom@1.0.7 r-bfast@1.7.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TSS.RESTREND
Licenses: GPL 3
Synopsis: Time Series Segmentation of Residual Trends
Description:

Time Series Segmented Residual Trends is a method for the automated detection of land degradation from remotely sensed vegetation and climate datasets. TSS-RESTREND incorporates aspects of two existing degradation detection methods: RESTREND which is used to control for climate variability, and BFAST which is used to look for structural changes in the ecosystem. The full details of the testing and justification of the TSS-RESTREND method (version 0.1.02) are published in Burrell et al., (2017). <doi:10.1016/j.rse.2017.05.018>. The changes to the method introduced in version 0.2.03 focus on the inclusion of temperature as an additional climate variable. This allows for land degradation assessment in temperature limited drylands. A paper that details this work is currently under review. There are also a number of bug fixes and speed improvements. Version 0.3.0 introduces additional attribution for eCO2, climate change and climate variability the details of which are in press in Burrell et al., (2020). The version under active development and additional example scripts showing how the package can be applied can be found at <https://github.com/ArdenB/TSSRESTREND>.

Page: 123
Total results: 54