Tutorial by Topics: d

This meta post is similar to the python version http://stackoverflow.com/documentation/python/394/meta-documentation-guidelines#t=201607240058406359521. Please make edit suggestions, and comment on those (in lieu of proper comments), so we can flesh out/iterate on these suggestions :)
https://technet.microsoft.com/en-us/library/hh849921.aspx
This section provides an overview of what artifactory is, and why a developer might want to use it. It should also mention any large subjects within artifactory, and link out to the related topics. Since the Documentation for artifactory is new, you may need to create initial versions of those r...
NameAndroid versionRelease dateAPI-levelBuild.VERSION_CODESAngel Cake (Alpha)1.023 September 20081BASEBattenberg (Beta)1.19 February 20092BASE_1_1Cupcake1.530 April 20093CUPCAKEDonut1.615 September 20094DONUTEclair2.026 October 20095ECLAIR2.0.13 December 20096ECLAIR_0_12.112 January 20107ECLAIR_MR...
This section provides an overview of what composer-php is, and why a developer might want to use it. It should also mention any large subjects within composer-php, and link out to the related topics. Since the Documentation for composer-php is new, you may need to create initial versions of thos...
This section provides an overview of what phpunit is, and why a developer might want to use it. It should also mention any large subjects within phpunit, and link out to the related topics. Since the Documentation for phpunit is new, you may need to create initial versions of those related topic...
Database seeding allows you to insert data, general test data into your database. By default there is a DatabaseSeeder class under database/seeds. Running seeders can be done with php artisan db:seed Or if you only want to process a single class php artisan db:seed --class=TestSeederClass ...
Converting strings to integers is one of common tasks. Here we'll show how to convert decimal strings to integers. Psuedo code to do this is: function string_to_integer(str): result = 0 for (each characters in str, left to right): result = result * 10 add ((code of t...
Well-designed classes encapsulate their functionality, hiding their implementation while providing a clean, documented interface. This allows redesign or change so long as the interface is unchanged. In a more complex scenario, multiple classes that rely on each others' implementation details may ...
ParameterDetailapplicationIdSuffixApplication id suffix applied to this base configconsumerProguardFilesProGuard rule files to be included in the published AARdebuggableWhether this build type should generate a debuggable apkembedMicroAppWhether a linked Android Wear app should be embedded in varia...
This section provides an overview of what gnuplot is, and why a developer might want to use it. It should also mention any large subjects within gnuplot, and link out to the related topics. Since the Documentation for gnuplot is new, you may need to create initial versions of those related topic...
sh is not a single shell. Rather, it is a specification with the POSIX operating system standard for how a shell should work. A script that targets this specification can be executed by any POSIX-compliant shell, such as bash ksh ash and its derivatives, such as dash zsh In a POSIX-compli...

Page 64 of 221