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.
Returns the temperatures, in celsius degree, of every
Returns the total available ram in bytes.
Return a newly-created copy of LST with elements or pairs whose keys `string-prefix?' with NAME removed.
For example: (kicksecure-delete "loglevel" '("quiet" "loglevel=0" "loglevel=1"))
=> ("quiet")
(kicksecure-delete "net.ipv6.conf" '(("net.ipv6.conf.all.accept_ra" . "0") ("net.ipv6.conf.default.accept_ra" . "0")))
=> ()
Returns a list containg every other application of PROC to a list where the first element comes from the first list, the second element from the second list, up to the last list.