Search for 'the'
For details on the search query syntax, see the guide.
Total results: 3119, showing 601 - 624
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
The Burning Swell web application
Clojure HTTP library using the Apache HttpClient.
rpc based on the redis protocol
Displays all comment annotations in the project.
The SQL backbone of reverie; a CMS for power users
A Clojure library for generation and utilization of
UUIDs (Universally Unique Identifiers) as described by
RFC-4122. This library extends the standard Java UUID class
to provide true v1 (time based) and v3/v5 (namespace based)
identifier generation. Additionally, a number of useful
supporting utilities are provided to support serialization
and manipulation of these UUIDs in a simple, efficient manner.
Manipulate source code like the DOM
Logic for the classic solitaire game
This repo contains the code for the ui components for the offcourse platform
The messy parts for running clojure on AWS Lambda.
A leiningen plug-in for the autodoc documentation generator
This is a library location for me plunk a lot of common utilities I want to keep available for use indepent of the project
Library for accessing the Oslo-Bergen-Tagger, and parsing of the output.
All of the schemata ("schemas") you need and/or want.
A library that contains utility functions for wiring up the dependencies between components.
A servlet 3.0 implementation, that enables the async api for ring applications
Common CLI functions for the DE backend services and tools
The PagerDuty API provides programmatic access to entities within a PagerDuty account. It is designed around [RESTful principles](https://en.wikipedia.org/wiki/Representational_state_transfer) with a path structure based on resources and their relationships.
All requests and responses are serialized in [JSON](https://en.wikipedia.org/wiki/JSON), including error responses.
Schema are designed to be reusable across requests and across endpoints.
More sophisticated API clients should treat PagerDuty resources as unique objects keyed by the `id` field that can be used in any API request involving resources of that type.
Every resource contains a `type` field that identifies the schema it uses.
## Rate limiting
Each account and authentication mechanism is limited to the number of API requests it can make every minute. API requests that exceed the API rate limit will return an [HTTP status code](error_codes.html#http_responses) of 429. Different requests may affect your rate limit differently, so clients should always be prepared to be rate limited and respond appropriately.
## Read-Only API Keys
API requests made with read-only keys attempting to access endpoints with methods other than `GET` will return an [HTTP status code](error_codes.html#http_responses) of 403.
## Error Codes
Most APIs will return an error code from an unsuccessful call. They are described [here](error_codes.html).
A Clojure client library for the Tapis API.
Adding the time dimension to Clojure data
ImageMagick for Clojure. im4clj is a wrapper for the ImageMagick and GraphicsMagick commandline tools. It is heavily influenced by, and partly based on im4java. Use im4clj.core to get started.
A Clojure client for the Facebook Graph API.
Additions to the standard clojure.zip package.
The Eclipse Modeling Framework SDK bundle.
For EMF, see http://www.eclipse.org/modeling/emf/.
This is an inofficial bundle of EMF release JARs for simple usage by
Maven-based projects.