Enter the query into the form above.
API method:
GET /api/symbols?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.
Similar to 'file->cpio-header', but return a header with a zeroed modification time, inode number, UID/GID, etc. This allows archives to be produced in a deterministic fashion.
Return a cpio header corresponding to the info returned by STAT for FILE, using FILE-NAME as its file name.
Create a character or block device header.
DEVICE-TYPE is either 'char-special or 'block-special.
The number of hard links is assumed to be 1.
Return the architecture name, suitable for GCC's '-march' flag, that corresponds to CPU, a record as returned by 'current-cpu'.
Return a matching psABI micro-architecture, allowing optimizations for x86_64 CPUs for compilers which don't allow for more focused optimizing.
Parse JSON, an input port or a string, and return a list of <cve-item> records.
Return the current list of Common Vulnerabilities and Exposures (CVE) as published by the US NIST. TIMEOUT specifies the timeout in seconds for connection establishment.
Parse JSON, an input port or a string, and return the list of vulnerabilities found therein.