Tutorial by Topics: in

Whilst most of the Blender source code is written in C and C++, Extensions (Add-ons) are coded entirely in Python. Blender comes with >90 extensions installed, but they are not all activated by default. Blender extensions are installed and activated through the User Preferences window (accessib...
A class i.e. created inside a method is called local inner class in java. If you want to invoke the methods of local inner class, you must instantiate this class inside the method.
JSON Web Tokens (JWTs) are a popular method for representing claims securely between two parties. Understanding how to work with them is important when developing web applications or application programming interfaces. context.Context and HTTP middleware are outside the scope of this topic, bu...
This topic is about enhancing an AlertDialog with additional features.
Connect to the database to change/read/update/delete data! mysqli_connect("server", "user", "password", "database name"); ParamaterDescription1Server host e.g. "localhost" or "127.0.0.1"2Server username e.g. "root" or ...
Read the data that is collected. $result represents the result from the query. $result->mysqli_fetch_array(MYSQLI_BOTH) $result->mysqli_fetch_array(MYSQLI_NUM) ParameterDescriptionMYSQLI_BOTHtells the script to use the column names as indexes e.g. $data['username']MYSQLI_NUMtells...
This section provides an overview of what coded-ui-tests is, and why a developer might want to use it. It should also mention any large subjects within coded-ui-tests, and link out to the related topics. Since the Documentation for coded-ui-tests is new, you may need to create initial versions ...
This section provides an overview of what Nokogiri is, and why a developer might want to use it. It should also mention any large subjects within Nokogiri, and link out to the related topics. Since the Documentation for Nokogiri is new, you may need to create initial versions of those related t...
This topic highlights different ways to put data somewhere where your device can access it.
Bootstrap : I think that's not proper way. The best way in my opinion is an ember-bootstrap addon. ember-bootstrap uses the Bootstrap CSS classes while replacing the behaviors from the components Bootstrap implements in bootstrap.js, such as toggle, navbar, modal, etc., with equivalent, CSS class-c...
The Java Print Service API provides functionalities to discover print services and send print requests for them. It includes extensible print attributes based on the standard attributes specified in the Internet Printing Protocol (IPP) 1.1 from the IETF Specification, RFC 2911.
This section provides an overview of what google-cloud-dataflow is, and why a developer might want to use it. It should also mention any large subjects within google-cloud-dataflow, and link out to the related topics. Since the Documentation for google-cloud-dataflow is new, you may need to cre...
A Symfony application is typically composed of a lot of objects that perform different tasks, such as repositories, controllers, mailers, etc. In Symfony, these objects are called services, and are defined in app/config/services.yml or in one of the installed bundles. The Service Container knows ho...
Let's try to implement the basic higher orders functions like map and reduce using Elixir
This section provides an overview of what nsurlsession is, and why a developer might want to use it. It should also mention any large subjects within nsurlsession, and link out to the related topics. Since the Documentation for nsurlsession is new, you may need to create initial versions of tho...
Overview Cross-Site Scripting, commonly referred to as XSS, is a type of web application injection attack in which malicious scripts are injected into trusted websites. XSS attacks occur when an attacker takes advantage of, or "exploits," a flaw in a web application to send the attack...
Matplotlib (https://matplotlib.org/) is a library for 2D plotting based on NumPy. Here are some basic examples. More examples can be found in the official documentation (https://matplotlib.org/2.0.2/gallery.html and https://matplotlib.org/2.0.2/examples/index.html) as well as in http://www.riptutor...
This section provides an overview of what indexeddb is, and why a developer might want to use it. It should also mention any large subjects within indexeddb, and link out to the related topics. Since the Documentation for indexeddb is new, you may need to create initial versions of those relate...

Page 194 of 207