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.
Publish the service TYPE using Avahi, for the given PORT, on all interfaces and for all protocols. Also, advertise the given TXT record list.
This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.
Browse services which type is part of the TYPES list, using Avahi. The search is restricted to services with the given FAMILY. Each time a service is found or removed, PROC is called and passed as argument the corresponding AVAHI-SERVICE record. If a service is available on multiple network interfaces, it will only be reported on the first interface found.
This procedure starts a new thread running the Avahi event loop. It exits when STOP-LOOP? procedure returns true.
Return the hexadecimal representation of BV's contents.
Return the bytevector whose hexadecimal representation is string S.
Return the binary representation of base32 string S as a bytevector.
Return a base32 encoding of BV using BASE32-CHARS as the alphabet.
Return a base32 encoding of BV using BASE32-CHARS as the alphabet.
Return the number of quintets (including truncated ones) available in BV.
Return the binary representation of base32 string S as a bytevector.