Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Web API's MVC

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

Integrate twilio with rails

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

How to create an http server in Node.js

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

Digital-to-Analog Conversion

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

How to create the animation splash screen in android

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

4 step guide to open Node.js command prompt in Ubuntu

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

How to automate a Flash Player in Selenium

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(

cron jobs in Odoo

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

Crash on camera open in iOS 10

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)

Pictorial Representation of basic Git flow

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

1 8 193
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: