Tutorial by Topics: of

While Django is primarily for web apps it has a powerful and easy to use ORM that can be used for command line apps and scripts too. There are two different approaches that can be used. The first being to create a custom management command and the second to initialize the Django environment at the...
ParameterDetails$addFieldToFilter($field, $condition = null){ string } The field we are adding to the filter.$addFieldToFilter($field, $condition = null){ mixed } The definition of the filter we will use.addAttributeToFilter($attr, $condition = null, $join = 'inner'){ string } The field we are addi...
People new to Docker often don't realize that Docker filesystems are temporary by default. If you start up a Docker image you'll get a container that on the surface behaves much like a virtual machine. You can create, modify, and delete files. However, unlike a virtual machine, if you stop the con...
sudo apt-get install <package_name> sudo apt-get install <package1_name> <package2_name> <package3_name> apt-get [options] [-o config=string] [-c=cfgfile] command [pkg] CommandDescriptionupdateUsed to re-synchronize the package index files from their sou...
toggleAttribute(name, bool, node) NameDetailsnameString: name of the HTML attribute which needs to be toggledboolboolean: Boolean to force the attribute on or off. When unspecified, the state of the attribute will be reversed.nodeHTMLElement: name of the node which contains the HTML attribu...
What is UTF-8? UTF-8 is an encoding, which is variable-length and uses 8-bit code units - that's why UTF-8. In the internet UTF-8 is dominant encoding (before 2008 ASCII was, ehich also can handle any Unicode code point.). Is UTF-8 the same as Unicode? "Unicode" isn't an encoding - i...
This topic describes the two contexts in which RewriteRule can be used. In examples omitting RewriteEngine on, it is assumed this directive has occured before that example.
In this example we used Microsoft.ProjectOxford.Vision NuGet package: https://www.nuget.org/packages/Microsoft.ProjectOxford.Vision/ To read more about Microsoft Cognitive Services please refer to the official documentation: https://www.microsoft.com/cognitive-services/en-us/computer-vision-api...
For more detail, see Property and Item Evaluation Order on the MSDN documentation page Comparing Properties and Items.
npm install [plugin-name] --save-dev npm install [plugin-name] --save Function <function-name> (glob) { $.src(glob).pipe([plugin 1]).pipe([plugin 2])....pipe([plugin n]).pipe( $.dest(<destination-name>) } $.task(<taskname> , [dependencies] , <body>); Continue Read...
Cool. So we are all done with our workflow automation. We now have a gulp file , that Responsifies and minifies images cleans,autoprefixes,concatenates and minifies Css Concatenates and minifies JS Watches for changes to assets be it HTML | CSS | JS and triggers associated tasks Creates a ...

Page 5 of 11