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.
The Son of Grid Engine is a community project to continue Sun's old gridengine project after Oracle shut down the site and stopped contributing code.
StarPU is a run-time system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.
PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed many-core heterogeneous architectures. Applications are expressed as a Direct Acyclic Graph of tasks with labeled edges designating data dependencies. PaRSEC assigns computation threads to the cores, overlaps communications and computations between nodes as well as between host and accelerators (like GPUs). It achieves these features by using a dynamic, fully-distributed scheduler based on architectural features such as NUMA nodes and GPU awareness, as well as algorithmic features such as data reuse.
Statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS.
Streams3, a user-land copy of the stream library from Node.js
Get v8 stack traces as an array of CallSite objects.
The Node.js `util.deprecate()` function with browser support
the complete solution for node.js command-line programs
get colors in your node.js console
Simply swizzle your arguments
Color conversion and manipulation with CSS string support
Higher-order functions and common patterns for asynchronous code
Tiny millisecond conversion utility
Date formatting and parsing
A logger for just about everything.
HTTP proxying for the masses
EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
Run the supplied function exactly one time (once)
strftime for JavaScript
Tools for debugging your node.js modules and event loop
Client for prometheus
Color your terminal using CSS/hex color codes
Generate HEX colors for a given namespace.
Determines if an object can be used as an array