Tutorial by Topics: k

new WeakSet([iterable]); weakset.add(value); weakset.has(value); weakset.delete(value); For uses of WeakSet see ECMAScript 6: what is WeakSet for?.
This section provides an overview of what smalltalk is, and why a developer might want to use it. It should also mention any large subjects within smalltalk, and link out to the related topics. Since the Documentation for Smalltalk is new, you may need to create initial versions of those related...
SQL Server Agent uses SQL Server to store job information. Jobs contain one or more job steps. Each step contains its own task,i.e: backing up a database. SQL Server Agent can run a job on a schedule, in response to a specific event, or on demand.
This section provides an overview of what zend-framework is, and why a developer might want to use it. It should also mention any large subjects within zend-framework, and link out to the related topics. Since the Documentation for zend-framework is new, you may need to create initial versions o...
I found this link - it's useful as a reference: "Isolation Levels"
This section provides an overview of what networkx is, and why a developer might want to use it. It should also mention any large subjects within networkx, and link out to the related topics. Since the Documentation for networkx is new, you may need to create initial versions of those related to...
The SparkR package let's you work with distributed data frames on top of a Spark cluster. These allow you to do operations like selection, filtering, aggregation on very large datasets. SparkR overview SparkR package documentation
This section provides an overview of what qlikview is, and why a developer might want to use it. It should also mention any large subjects within qlikview, and link out to the related topics. Since the Documentation for qlikview is new, you may need to create initial versions of those related to...
This section provides an overview of what's new in MarkLogic 8 and its other updated versions. Use case for each feature also needs to be added.
Bukkit is a simple API that allows for modifying the normal Minecraft multiplayer experience using plugins. Bukkit is now discontinued, and is no longer available for newer versions of Minecraft. Spigot, a version of Bukkit that boasts improving server performance is available. The API for Spigot...
This section provides an overview of search in MarkLogic. Intent is to cover cts:search, search:search and qbe with use cases and examples
Spock is a testing and specification framework for Java and Groovy applications. It uses an expressive specification language. A developer, usually a Java developer using groovy, may use Spock as specification driven checking (testing) framework. A tester may use Spock to write functional checks ...
Celery is a task queue which can run background or scheduled jobs and integrates with Django pretty well. Celery requires something known as message broker to pass messages from invocation to the workers. This message broker can be redis, rabbitmq or even Django ORM/db although that is not a reco...

Page 21 of 49