Tutorial by Topics: in

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...
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...
Released in Tkinter is Python's most popular GUI (Graphical User Interface) library. This topic explains proper usage of this library and its features. The capitalization of the tkinter module is different between Python 2 and 3. For Python 2 use the following: from Tkinter import * # Capita...
This section provides an overview of what django-models is, and why a developer might want to use it. It should also mention any large subjects within django-models, and link out to the related topics. Since the Documentation for django-models is new, you may need to create initial versions of t...
This section provides an overview of what telerik is, and why a developer might want to use it. It should also mention any large subjects within telerik, and link out to the related topics. Since the Documentation for telerik is new, you may need to create initial versions of those related topic...

Page 141 of 207