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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Remove all of the keyword arguments listed in KEYWORDS from ARGS.
Are we running on a Hurd system? This is almost never the right function, use target-hurd? or system-hurd? instead.
Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.
Return '> when A denotes a newer version than B, '< when A denotes a older version than B, or '= when they denote equal versions.
Edit the expression specified by SOURCE-PROPERTIES using PROC, which should be a procedure that takes the original expression in string and returns a new one. ENCODING will be used to interpret all port I/O, it defaults to UTF-8. This procedure returns #t on success. When INCLUDE-TRAILING-NEWLINE? is true, the trailing line is included in the edited expression.
Print ROWS in neat columns. All rows should be lists of strings and each row should have the same length. The columns are separated by a tab character, and aligned using spaces. The maximum width of each column is bound by MAX-COLUMN-WIDTH. Each row is prefixed with LEFT-PAD spaces.
Return an input port that wraps PORT such that all newlines consist of a single linefeed.
Call PROC with a wrapper around PORT, a file port, that compresses data that goes to PORT according to COMPRESSION, a symbol such as 'xz. OPTIONS is a list of command-line arguments passed to the compression program.
Call PROC with a name of a temporary directory; close the directory and delete it when leaving the dynamic extent of this call.
Delete the expression specified by SOURCE-PROPERTIES.
Return the string from TESTS that is the closest from the TRIAL, according to 'string-distance'. If the TESTS are too far from TRIAL, according to THRESHOLD, then #f is returned.
Does TARGET represent the GNU(/Hurd) system?
Is the current system the 64bit GNU(/Hurd) system?
Call PROC with a wrapper around PORT, a file port, that decompresses data read from PORT according to COMPRESSION, a symbol such as 'xz.
Replace all occurrences of SUBSTR in the START--END range of STR by REPLACEMENT.
Is the current system the GNU(/Hurd) system?
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64)?
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.