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 an input and output port to the installer log.
Send EXP to all the current clients.
Run COMMAND, a list of strings. Return true if COMMAND exited successfully, #f otherwise. If TTY is set to #true, the COMMAND will be run in a pseudoterminal.
Return an output port to syslog.
Given a real number X, return the nearest exact integer, with ties going to the nearest exact even integer.
Run command specified by the list COMMAND in a child operating in a pseudoterminal with output handler HANDLER. HANDLER is a procedure taking an input port, to which the command will write its standard output and error. Returns the integer status value of the child process as returned by waitpid.
Return the content of the given FILE as a string.
Call THUNK and pass KONT the elapsed time followed by THUNK's return values.
Return a file-like object that runs the given INSTALLER.