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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
PyTorch is a Python package that provides two high-level features:
tensor computation (like NumPy) with strong GPU acceleration;
deep neural networks (DNNs) built on a tape-based autograd system.
You can reuse Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.
Note: currently this package does not provide GPU support.
NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities.
Easily read/write JSON files.
A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
Make a callback- or promise-based function support both promises and callbacks.
TypeScript is a language for application scale JavaScript development
concatenative mapdashery
TypeScript is a language for application scale JavaScript development
Map over promises concurrently
the complete solution for node.js command-line programs
Add callbacks to requests in flight to avoid async duplication
A list of color names and its values
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
A super light and fast circular JSON parser.
It's a very fast and efficient glob library for Node.js
Generate a unique random string
Language service for HTML
a glob matcher in javascript
Escape RegExp special characters
A drop-in replacement for fs, making various improvements.
Get the PATH environment variable key cross-platform
Fast, in memory work queue
A query library for ECMAScript AST using a CSS selector like query language.
Debounce promise-returning & async functions