
Search In
Web API's
Asp.net web Api's is a framework to build http services for web servers and browsers.
It gathers definitions, procedures and protocols to help the communication between different
computer softwares. HTTP services for example, is built by
Twilio is a cloud-based service that allows software developers to programmatically make and receive phone calls and send and receive text messages using Twilio's cloud APIs. So once developer integrates their application with Twilio, their appli
This tutorial will help a user to create an http server in Node.js and run an applications at server side.
Follow the steps as below:
Install Node.js
Lets create a file test.js which we will place in the root directory of our application
To cr
When data from one point is sent to another through a carrier, its first converted into signals.
These signals are modified to reflect digital data.
An analog signal is characterized by its amplitude, frequency, and phase. There are three k
In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai
In the previous article, one of my colleagues has shared 6 easy steps to install Node.js on Linux Ubuntu. I’ll take a step forward and explain in a straightforward way to open a Node.js command prompt in Ubuntu. We will use Ubuntu “Advanc
The following should be used to automate a flash player:
WebDriver driver = new FirefoxDriver();
driver.navigate().to("http://www.youtube.com/watch?v=cwNmRCJAIXU");
FlashWebDriver flashObj = new FlashWebDriver(driver,"movie_player");
flashObj.call(
To run cron jobs for an Odoo deployment a WSGI application requires
a classical Odoo (run via odoo.py) should connect to the database in which cron jobs have to be run (via odoo.py -d) And it should not be exposed to the network.
To ensure cron runn
Hi,
If you app getting crash on opening camera in iOS 10, then you have to do some changes in your info.plist.
To avoid the crash we need to add the suggested key to ‘Info.plist’ (Xcode 8 already contains the full list of possible keys)
Modify files in the working directory.
gedit test.txt
Stage the files, adding snapshots of them to your staging area.
git add -U
Commit, takes the files as they are in the staging area and stores that snapshot permanently to the Git director