Tutorial by Topics: n

MSDN Date/Time, String and Numeric Functions https://msdn.microsoft.com/en-us/library/3ca8tfek(v=vs.84).aspx
export PS1="something" # displayes when bash awaits a command to be typed in export PS2="anotherthing" # dsplayed when statement extends to more lines export PS3="question prompt for select statement" # seldomly used prompt for select. First set PS3 to your need...
Conceptual Hierarchy In the SharePoint conceptual hierarchy, site collections contain sites, which in turn contain lists. A site collection (SPSite) has no explicit UI but always contains one root level site (accessible through the RootWeb property) and possibly additional subsites under that r...
Gerrit plugins are not provided compiled. Sources can be download from Gerrit Plugin code site. Nevertheless, you can find compiled version on the community Gerrit compiled plugins website. Install plugin : https://gerrit-review.googlesource.com/Documentation/cmd-plugin-install.html ...
Examples of various ways to have OpenGL objects work with C++ RAII. RAII encapsulation of OpenGL objects has dangers. The most unavoidable is that OpenGL objects are associated with the OpenGL context that created them. So the destruction of a C++ RAII object must be done in a OpenGL context w...
The Bottom Navigation View has been in the material design guidelines for some time, but it hasn’t been easy for us to implement it into our apps. Some applications have built their own solutions, whilst others have relied on third-party open-source libraries to get the job done. Now the design su...
This section provides an overview of what lambda is, and why a developer might want to use it. It should also mention any large subjects within lambda, and link out to the related topics. Since the Documentation for lambda is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what elastic-beanstalk is, and why a developer might want to use it. It should also mention any large subjects within elastic-beanstalk, and link out to the related topics. Since the Documentation for elastic-beanstalk is new, you may need to create initial v...
-bundle.zip //--> bundle file which will be uploaded |--.ebextensions //--> the file name must be exactly ".ebextensions" |--jvm.config //--> config file that will set the JVM options on deployment (upload) |--java_app.jar //Here, I am using Spring Boot ...
What is Sublime Text? Sublime Text is simple but powerful source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and its functionality can be extended by users with plugins, themes and packages, typically communi...

Page 230 of 329