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.
CallableStatement is a JDBC API class that provides a way to call stored procedures in a standard way for all RDBMSs. A stored procedure is stored in a database; the call to the stored procedure is what a CallableStatement object contains. This call is written in an escape syntax that may take one of two forms: one form with a result parameter, and the other without one.

0 Questions

A lightweight IDE for java, designed primarily for students

0 Questions

PubMed is a free online database accessing the MEDLINE database of references and abstracts on life sciences and bio-medical topics. Tag pubmed can be used for web based database querying problems.

0 Questions

Xcode 4.4 is the July 2012 release of Apple's integrated development environment (IDE) for Mac OS X and iOS. USAGE NOTE: Use this tag only for questions that are specific to this version of Xcode, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

0 Questions

UIManagedDocument is a concrete subclass of UIDocument that integrates with Core Data. When you initialize a managed document, you specify the URL for the document location. The document object then creates a Core Data stack to use to access the document’s persistent store using a managed object model from the application’s main bundle.

0 Questions

A jQuery plugin to create different kinds of carousels.

0 Questions

0 Questions

GraphiQL is a graphical user interface for editing and testing GraphQL queries and mutations.

0 Questions

Haskell combinator library for defining and serving web services.

0 Questions

Node.js crypto module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign and verify functions. Use this tag for questions related to Node.js applications/scripts that use crypto module - require('crypto').

0 Questions

DiagrammeR is a R package for creating diagrams.

0 Questions