Tutorial by Examples: all

In Ubuntu and Debian sudo apt-get install tmux In macOS brew install tmux
Detailed instructions on getting php-7 set up or installed.
/// <summary> /// Simple Get method /// </summary> /// <returns> Json formated data </returns> public string GetJsonData1() { IOperations _Obj = ClsOperations.GetOperations(); string url = "http://1.2.3.4:1234/Services/rest/Call...
/// <summary> /// Post Method with input parameter /// </summary> /// <returns> Json formated data </returns> public string GetJsonData2() { IOperations _Obj = ClsOperations.GetOperations(); string url = "http://1.2.3.4:...
/// <summary> /// Post Method with Input/ data to post in JSON format /// </summary> /// <returns> Json formated data </returns> public string GetJsonData3() { IOperations _Obj = ClsOperations.GetOperations(); string url = "htt...
/// <summary> /// Post Method with Input/ data to post in JSON format Or you can send dictionary as shown in previous methods /// </summary> /// <returns> Json formated data </returns> public void GetJsonData4() { IOperations _Obj = ClsOpera...
Detailed instructions on getting mpandroidchart set up or installed.
You can use any IDE and OOP language to implement S.O.L.I.D Principles. In the sample code I have used C# as it is the most widely used language in .NET word and is closely resembles Java and C++.
Windows Get spigot.jar using BuildTools or from here. Paste the following text into a text document. Save it as start.bat in the same directory as spigot.jar: You will need to rename your jar to spigot.jar, or modify the file in the bat file to point to the correct file. nb: Windows (by ...
Detailed instructions on getting wpf-controls set up or installed.
Buy Minecraft from here Create a Mojang account or sign in if you already have one. If you created a new account, verify your email. Fill in your Payment Details. Make sure your on minecraft.net and you're on a secure connection (HTTPS) Download and Run Minecraft Open th...
In this example the microcontroller echos back the received bytes to the sender using UART RX interrupt. #include "stm32f4xx.h" UART_HandleTypeDef huart2; /* Single byte to store input */ uint8_t byte; void SystemClock_Config(void); /* UART2 Interrupt Service Routine */ void...
For all my projects, Django-Allauth remained one that is easy to setup, and comes out of the box with many features including but not limited to: Some 50+ social networks authentications Mix signup of both local and social accounts Multiple social accounts Optional instant-signup for social ac...
Note: The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Official redis.io/download You can choose to download different versions or the latest version of Redis github.com/MSOpenTech/redis/release...
Detailed instructions on getting jooq set up or installed.
Yarn uses the same registry that npm does. That means that every package that is a available on npm is the same on Yarn. To install a package, run yarn add package. If you need a specific version of the package, you can use yarn add package@version. If the version you need to install has been tag...
Detailed instructions on getting django-views set up or installed.
Virtual Environment tool (virtualenv) is used to isolate different projects and their dependencies by creating individual python environments for each of them. It's like installing a package locally (and not globally), similar to npm package installation option. Following is an example to install ...
Ajax calls, request and retrieve data for giving the user a sense of a better interactive user interface experience. This article will show you how to use jQuery and send data through Ajax calls. For this example, we’re going to POST the following JavaScript object to our server. var post = { ...
Prerequisite A running MongoDB server, more details on that here. Setting Up a Java Project The MongoDB Java Driver is supplied as a JAR file and can be included in a project just like any other JAR. For example: Maven: add an entry to the <dependencies> section of your pom.xml. &lt...

Page 101 of 113