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.
A process of setting or re-setting the value stored in the storage location(s) denoted by a variable name.
0 Questions
Widget that enables users of Facebook to "Like" websites, photos, objects, posts, etc.
0 Questions
Xcode 5 is Apple's integrated development environment (IDE). Xcode 5.0 included the SDKs for Mac OS X 10.8 and iOS 7. *Do not use this tag unless your question specifically involves the Xcode IDE!*
0 Questions
A subclass is a class that derives or inherits from a parent (or super) class. Subclassing is used extensively in object-oriented programming (OOP).
0 Questions
GENERAL RPI QUESTIONS ARE OFF-TOPIC. General questions may be asked on https://raspberrypi.stackexchange.com Use the tag for questions that apply specifically to the Raspberry Pi Model 3, NOT other models.
0 Questions
A sparse matrix is a data structure in which not every entry is explicitly represented. Related are sparse matrix algorithms and data structures, along with questions about implementation and analyses.
0 Questions
Puppet is a ruby-based Configuration Management system incorporating a model-driven DSL.
Its purpose is to provide configuration file enforcement, service state monitoring, package installation and other server-side management.
0 Questions
Bundler is a tool that makes it easier to keep track of what Ruby gems (and what versions of those gems) an application depends upon. It does so by installing all the gems in your application’s Gemfile.
Bundler itself is a gem and can be installed with the following:
$ gem install bundler
0 Questions
Symfony is a PHP framework developed by SensioLabs. Symfony 4 was released in November 2017.
0 Questions