Tutorial by Topics: h

It is the simple shift monoalphabetic classical cipher where each letter is replaced by a letter 3 position (actual Caesar cipher) ahead using the circular alphabetic ordering i.e. letter after Z is A. So when we encode HELLO WORLD, the cipher text becomes KHOORZRUOG.
This section provides an overview of what slick is, and why a developer might want to use it. It should also mention any large subjects within slick, and link out to the related topics. Since the Documentation for slick is new, you may need to create initial versions of those related topics. ...
Microsoft Bot Framework is a comprehensive offering to build and deploy high quality bots for your users to enjoy in their favorite conversation experiences. Developers writing bots all face the same problems: bots require basic I/O; they must have language and dialog skills; they must be performa...
This section provides an overview of what advanced-custom-fields is, and why a developer might want to use it. It should also mention any large subjects within advanced-custom-fields, and link out to the related topics. Since the Documentation for advanced-custom-fields is new, you may need to c...
fabric.js is a powerful and quite simple javascript library for HTML5 canvas. It provide a interactive platform to work with the HTML5 canvas. Using fabric you can create object/shapes on canvas from simple geometrical shapes to complex shapes. You can even work with images using fabric.js. fabric...
This section provides an overview of what alamofire is, and why a developer might want to use it. It should also mention any large subjects within alamofire, and link out to the related topics. Since the Documentation for alamofire is new, you may need to create initial versions of those related...
the_field($field_name, $post_id); ParamenterDetails$field_namethe name of the field to be retrieved. eg “page_content” (required)$post_idSpecific post ID where your value was entered. Defaults to current post ID (not required). This can also be options / taxonomies / users / etc Use get_fi...
C# : Application.Current.Resources["yourColorKey"] Xaml : {ThemeResource yourColorKey} ParameterPurposeyourColorKeyA key you give to get a Color object back. It differs between C# and Xaml UWP allows you to take full control of the advantages of Windows 10. Some of these advanta...
This section provides an overview of what performance-testing is, and why a developer might want to use it. It should also mention any large subjects within performance-testing, and link out to the related topics. Since the Documentation for performance-testing is new, you may need to create ini...
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...
Syntax quirks with DataBinding When binding a viewModel function to a property in xml certain function prefixes like get or is are dropped. Eg. ViewModel::getFormattedText on the ViewModel will become @{viewModel.formattedText} when binding it to a property in xml. Similarly with ViewModel::isCon...
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...

Page 105 of 159