
Search In
A friend of mine posted a question on FindNerd Tech Q&A:
“I am a trainee content writer, doing my internship with one of the reputed companies in India. Content Writing really fascinates me. I want to lea
Auto layout adjusts the size and position of view according to the constraints applied to it. This approach dynamically changes our User Interface according to different screen sizes.
There are different ways for adding autolayout programmatically. H
Currently I am using react create app to build my application in my application had three component those are com1, com2, com3 I want to update userId state value in com1 based on com3 will receive props here com2 is child component of com1.
He
In this tutorial, we are going to learn the difference between optional and non optional value in swift. We represent optional value by question mark i.e “?” and non optional value by exclamation mark i.e “!”.
Non opt
Hi i'm using this below code for track the client address but this code is working fine on our local server but once i have hosted on live server they are returning hosted server IP not user IP address please if any one knows his solution pl
require "net/ssh"
require 'net/ssh/shell'
require 'capistrano/rails'
require 'sshkit'
require 'sshkit/dsl'
include SSHKit::DSL
@hostname = "lwa1001.env-10-100-222.iagcloud"
@username = "admin"
@password = "password1"
@cmd = "ls -la"
res = ""
ssh =
""" INSERT INTO ACTOR VALUES (
{ aid = '1', fname = "fname1", lname = "lname1", gender = "male" },
 
Enhanced Data rates for Global Evolution (EDGE) introduces new type of modulation technique to transmit packet over radio.
The use of the new modulation and the new techniques increased the throughput and capacity of the 3G GSM/GPRS ne
Adding Translation to a Rails Application
Hi friends, in my previous blogs related to internationalization of rails application, we have configured the i18N api and saw different types of methods to pass the locals, if you have not read those then
I want to upload my captured images from camera to my 000webhost.com server using the volley library.
I want where I am getting wrong and suggest me full code solution.
I have tried to write the code, But its not working.
I am getting error as
