Tutorial by Topics: q

q = Queue.new q.push object q << object # same as #push q.pop #=> object
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and more. For more information on what an "ORM" is, check out this article: Object-Relational...
This section provides an overview of what google-bigquery is, and why a developer might want to use it. It should also mention any large subjects within google-bigquery, and link out to the related topics. Since the Documentation for google-bigquery is new, you may need to create initial version...
API documentation links (master): Request RequestStack Request object contains several significant data like current Locale and matched Controller. You can use and manage them by HttpKernel events. For reliable understanding of Request-Responce live cycle read this HttpKernel Component do...
Official Documentation Google Docs editors Help QUERY Google Charts on Google Developers Query Language Reference (Version 0.7)
@supports [condition] { /* CSS rules to apply */ } ParameterDetails(property: value)Evaluates true if the browser can handle the CSS rule. The parenthesis around the rule are required.andReturns true only if both the previous and next conditions are true.notNegates the next conditionorReturn...
<rdbms-jdbc-url> // RDBMS JDBC URL <username> // Username of the RDBMS database <password> // Password of the RDBMS database <table-name> // RDBMS database table <hdfs-home-dir> // HDFS home directory <condition> // Condition that can be expressed in the fo...
(selector).animate({styles},{options}) ParameterDetailspropertiesAn object of CSS properties and values that the animation will move towardduration(default: 400) A string or number determining how long the animation will runeasing(default: swing) A string indicating which easing function to ...
ParameterDescription--delete -Dempty the table before importing the text file--fields-optionally-enclosed-bydefine the character that quotes the fields--fields-terminated-byfield terminator--ignore -iignore the ingested row in case of duplicate-keys--lines-terminated-bydefine row terminator--passwo...
What is Template Haskell? Template Haskell refers to the template meta-programming facilities built into GHC Haskell. The paper describing the original implementation can be found here. What are stages? (Or, what is the stage restriction?) Stages refer to when code is executed. Normally, co...
LOCK TABLES table_name [READ | WRITE]; // Lock Table UNLOCK TABLES; // Unlock Tables Locking is used to solve concurrency problems.Locking is required only when running a transaction, that first read a value from a database and later write that value in to the database. Locks are n...
This section provides an overview of what jquery-selectors is, and why a developer might want to use it. It should also mention any large subjects within jquery-selectors, and link out to the related topics. Since the Documentation for jquery-selectors is new, you may need to create initial vers...
This section provides an overview of what sonarqube is, and why a developer might want to use it. It should also mention any large subjects within sonarqube, and link out to the related topics. Since the Documentation for sonarqube is new, you may need to create initial versions of those related...

Page 8 of 21