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.
Create an INI configuration from nested lists FIELDS. This uses generic-serialize-ini-config-section and {generic-serialize-alist
Convert a boolean BOOL to "true" or "false". Setting CAPITALIZE? to #t will capitalize the word, it is set to #f by default.
Return a procedure that takes a list and check if all the elements of the list result in #t when applying PRED? on them.
Generate a configuration from an association list FIELDS.
SERIALIZE-FIELD is a procedure that takes two arguments, it will be applied on the fields and values of FIELDS using the generic-serialize-alist-entry procedure.
COMBINE is a procedure that takes one or more arguments and combines all the alist entries into one value, string-append or append are usually good candidates for this.
Convert the object OBJECT to the equivalent string in ``snake case''. STYLE can be three `lower', `upper', or `capitalize', defaults to `lower'.
(object->snake-case-string 'variable-name 'upper) ⇒ "VARIABLE_NAME"
Simplified yaml serializer, which supports only a subset of yaml, use it with caution.
Retrieve the fields listed in FIELDS from CONFIGURATION-FIELDS. If NEGATE? is #t, retrieve all fields except FIELDS.
Convert the object OBJECT to the equivalent string in ``camel case''. STYLE can be three `lower', `upper', defaults to `lower'.
(object->camel-case-string 'variable-name 'upper) ⇒ "VariableName"
Returns file's content as a string.
Configure Agda for Emacs. If deactivate-input-method? is #t, do not use Agda's input method for writing various symbols like ∀≥ℕ→π⟦⟧.
Set up Android-related tooling.
Provides base system services.
Provides base packages and allows to specify additional standalone packages for home-environment, or operating-system, or both. Standalone means that packages do not require configuration and not installed by system or home services.
Provides basic information about user for all features.