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.
Return the shortest version prefix to unambiguously identify VERSION among VERSIONS. For example:
(version-unique-prefix "2.0" '("3.0" "2.0")) => "2"
(version-unique-prefix "2.2" '("3.0.5" "2.0.9" "2.2.7")) => "2.2"
(version-unique-prefix "27.1" '("27.1")) => ""
Call PROC with a name of a temporary directory; close the directory and delete it when leaving the dynamic extent of this call.
Does TARGET represent the 32bit GNU(/Hurd) system?
Return #t when A denotes a version strictly newer than B.
Insert EXPR before the top-level expression specified by SOURCE-PROPERTIES.
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.
Search in FILE for a top-level definition created using DEFINE-PREFIX, with the defined term alphabetically succeeds TERM. Return the location if found, or #f otherwise.
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.
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.
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64) using 32-bit data types?
Is TARGET a BPF (Berkeley Packet Filter) virtual machine target?
Is the operating system of TARGET Windows?
Compute the Levenshtein distance between two strings.
Does TARGET represent the 64bit GNU(/Hurd) system?
Replace all occurrences of SUBSTR in the START--END range of STR by REPLACEMENT.
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64)?
Return true if POOL doesn't have any task in its queue and all the workers are currently idle (i.e., waiting for a task).
Enqueue THUNK for future execution by POOL.