Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
AWS CodePipeline is a continuous delivery service for fast and reliable application updates. CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define.

0 Questions

Groovy Server Pages (GSP) is a presentation language for web applications, similar to JSP. GSP allows static and dynamic content to be mixed in the same document. The result is a dynamically generated HTML, XML or other type of document in response to a Web client request.

0 Questions

Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset

0 Questions

Spring Webflow is a web-app framework which helps to define the page navigation rules in a intuitive, and reusable way.

0 Questions

NSMutableDictionary is the mutable version of NSDictionary.

0 Questions

Haystack is a modular search app for Django projects. It aims to provide a familiar API for django developers that does not depend on the backend used for searching.

0 Questions

Amazon Aurora is a MySQL and PostgreSQL compatible relational database management system (RDBMS) that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases.

0 Questions

An identifier is a name that identifies either a unique object or a unique class of objects.

0 Questions

DBpedia is a community project focused on transforming Wikipedia content in structured data represented using RDF Language statements. In addition to Wikipedia content transformation, it also publishes said content into the World Wide Web, as Linked Open Data, by adhering Linked Data principles. If you are completely new to SPARQL, please consider to ask your question on opendata.stackexchange.com.

0 Questions

The Google APIs Client Library for Python provides access to for Google's discovery based APIs. It is designed for Python client-application developers and offers simple, flexible, powerful API access.

0 Questions

The SQL BETWEEN Operator selects values within a range. The values can be numbers, text, or dates. Is possible to select values outside a range using NOT BETWEEN. The BETWEEN operator can produce different result in different databases: In some databases excludes the test values, in some others include them and in some cases includes the first test value and excludes the last one.

0 Questions