Search for 'WA 0859 3970 0884 Biaya Pemborong Rumah Type 36 1 Lantai Murah Jenar Sragen'
For details on the search query syntax, see the guide.
Total results: 175, showing 25 - 48
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Low-cost dynamic type and constraints checks
Infer specs from any Avro type
Datomic type extensions for java.time classes
Utility functions for the testing other data type libraries.
Helper functions for working with PostgresSQL hstore data type in Clojure via JDBC
An arbitrary-precision Decimal type for JavaScript.
Utility functions for the boolean data type.
Apache Mesos type conversions to and from Clojure
A clojure.spec flavored adaption of Prismatic^WPlumatic Graph
ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from).
iso-countries is a Clojure library designed to provide easy access to comprehensive ISO 3166 1 country data.
This library aims to simplify the process of retrieving country-specific information, including official names,
alpha-2 and alpha-3 codes, numeric codes, regional classifications, and unicode flags.
An almost worthless utility library that aids with releasing projects that have single-segment version numbers.
Clojure library with help fuctions for working with element type
caribou: type structure interaction medium
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).
Alternative type outcomes for arithmetic
An optional type system for Clojure — zero-dependency artifact for annotations only.
Type annotations and macros for the base Clojure distribution.
Device.js makes it easy to write conditional CSS _and/or_ JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo, AppleTV, etc), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).
An optional type system for Clojure — full system for annotating and type-checking.
Type annotations and macros for core.async.
An optional type system for ClojureScript — full system for annotating and type-checking.
Runtime type inference algorithm for core.typed and clojure.spec.