Tutorial by Topics: ion

Laravel 5.4 comes preinstalled with sparkpost api lib. Sparkpost lib requires secret key which one can find from their sparkpost account.
The java.lang.Class class provides many methods that can be used to get metadata, examine and change the run time behavior of a class. The java.lang and java.lang.reflect packages provide classes for java reflection. Where it is used The Reflection API is mainly used in: IDE (Integrated Developm...
When publishing a customization project, you might see some item being skipped for the reason of being already applied. Ex: EntityEndpoint EntityEndpoint#6.00.001§DefaultPlus(skipped, already applied) This can happen for any items contained saved in the database. Ex: Generic inquiries, reports, s...
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 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...
Modern cryptography operates on bytes, not text, so the output of cryptograhic algorithms is bytes. Sometimes encrypted data must be transferred via a text medium, and a binary-safe encoding must be used. ParameterDetailsTEText Encoding. The transformation from text to bytes. UTF-8 is a common ...
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...
Fortran files come under a variety of extensions and each of them have a separate meaning. They specify the Fortran release version, code formatting style and the usage of preprocessor directives similar to C programming language.
Way to show how Node.Js can communicate with Arduino Uno.
In the new Windows 10 Applications there are many ways to reference a resource inside XAML code or in code behind. First of all you have to declare the resources in some accessible place. The easy way is to declare a ResourceDictionary in context, let's say in the current page.
ionic view is a mobile app which you have to install in your mobile, so that you can view your app without creating .apk files. By sharing your app id, others can also view your app in their mobile using ionic view. Site: https://view.ionic.io/
There are a number of exceptions that can be thrown while using a webdriver. The examples below are meant to give an idea of what they mean.
This can be done using 2 methods with HTTP Post request, With Firebase admin SDK running on your server. Here I will discuss both of them.
Here is the lisf of some basic typoscript for TYPO3 installation.
Visual Studio is a open Source IDE which provides intellisense and editing facility for code .This IDE supports many languages like(Ionic ,C, C# ,AngularJs, TypeScript ,Android and so on) . These languages are able to execute there code by adding its Extensions in VSCode. By using VSCode we able to ...
Inter-process communication (IPC) mechanisms allow different independent processes to communicate with each other. Standard C does not provide any IPC mechanisms. Therefore, all such mechanisms are defined by the host operating system. POSIX defines an extensive set of IPC mechanisms; Windows def...
The GNU C compiler comes with some cool features that are not specified by the C standards. These extensions are heavily used in system software and are a great tool for performance optimization.

Page 74 of 78