Tutorial by Topics: getting

This section provides an overview of what concurrency is, and why a developer might want to use it. It should also mention any large subjects within concurrency, and link out to the related topics. Since the Documentation for concurrency is new, you may need to create initial versions of those r...
This section provides an overview of what string is, and why a developer might want to use it. It should also mention any large subjects within string, and link out to the related topics. Since the Documentation for string is new, you may need to create initial versions of those related topics. ...
zsh is a POSIX-compatible shell, and a popular alternative to the Bourne shell (sh) and bash. Its key feature is a focus on a high level of customization by the user, which has led to an active community of developers creating extensions for zsh, including custom, more informative prompt status l...
This section provides an overview of what reflection is, and why a developer might want to use it. It should also mention any large subjects within reflection, and link out to the related topics. Since the Documentation for reflection is new, you may need to create initial versions of those rela...
This section provides an overview of what jaxb is, and why a developer might want to use it. It should also mention any large subjects within jaxb, and link out to the related topics. Since the Documentation for jaxb is new, you may need to create initial versions of those related topics.
WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose. Checkout following links to get more information about WebRTC webrtc.org webrtc a...
The SQLite library itself has only a C API; to make it accessible from Java, the Android framework wraps this with the android.database.sqlite package. The most important classes are SQLiteDatabase and SQLiteOpenHelper. The android.database package contains the database-related parts of the fram...
Understanding accessibility is a process of relating four main categories of abilities to software development. These broad categories are: visual hearing mobility cognitive For each category, the needs of users needs to be considered. It must also be understood that every person has a ra...
Firebird (firebird) is an open-source Relational Database Management System (RDBMS). It is open source and free. It is powerful and easily managed. Firebird runs on various systems. For example, Firebird 2.5 runs on Windows (32- and 64-bit), various Linux versions (32- and 64- bit), Solaris (Spar...
This section provides an overview of what varnish is, and why a developer might want to use it. It should also mention any large subjects within varnish, and link out to the related topics. Since the Documentation for varnish is new, you may need to create initial versions of those related topic...
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...
Less is an open-source pre-processor. It makes writing and maintaining CSS easier by allowing the author to define and use variables, mixins etc. It also has features like Guards using which conditional styles can be written, Loops which help to keep the code DRY and a lot of in-built functions to...
COBOL is the COmmon Business Oriented programming Language. Even though it has become a pronounceable name, COBOL is still treated as an acronym by the standards committee, and COBOL is the preferred spelling by the ISO and INCITS standards bodies. Standard Specification The current specifica...
This section provides an overview of what firebase-authentication is, and why a developer might want to use it. It should also mention any large subjects within firebase-authentication, and link out to the related topics. Since the Documentation for firebase-authentication is new, you may need t...
The example above shows bare minimum structure of a custom(Polymer) element using local dom. A Polymer element can also be created entirely using script tag, but that is not part of this topic. Even though style tag is not a part of bare minimum structure it has been kept there just for under...
This section provides an overview of what lisp is, and why a developer might want to use it. It should also mention any large subjects within lisp, and link out to the related topics. Since the Documentation for lisp is new, you may need to create initial versions of those related topics.
This section provides an overview of what UML is, and why a developer might want to use it. It should also mention any large subjects within UML, and link out to the related topics. Since the Documentation for UML is new, you may need to create initial versions of those related topics.
This section provides an overview of what pycharm is, and why a developer might want to use it. It should also mention any large subjects within pycharm, and link out to the related topics. Since the Documentation for pycharm is new, you may need to create initial versions of those related topic...
The datepicker is a graphical user interface widget which allows the user to select a date from a calendar and/or time from a time range. The typical practice is to provide a text box field which, when clicked upon to enter a date, pops up a calendar next to or below the field, allowing the user t...
SCons is a build system. It takes a bunch of input files and run tools on them to produce output. SCons is written in pure Python, works the same way on Linux, Windows and OS X, and may be run without installation. SCons' SConstruct files are Python scripts with built-in commands that create a bu...

Page 28 of 60