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

Search In

How to use git client for pushing and pulling the changes?

There are many git client that are used for pulling and pushing the changes made in the remote/local repository. Some of the Git Clients that are used to manage projects remotely for Linux platform are as below: git-cola (free) SmartGit(free for

JMeter Parameterization by using CSV Data set Config

Parametrization can be implemented in different ways using the following elements: a)Using CSV Data Set Configuration: Steps: Thread Group > ADD > Config Elements > CSV data set Config b.)Using User Parameters: Steps: Thread Group > Add

How to force a .NET Application to run as administrator ?

"Force a .NET Application to run as administrator "     While working on a .Net app, I got a requirement to make the app to run as administrator. The solution I found is as follows: Step 1: Create your .Net Application. Ste

Errors in PHP

Errors are the unwanted conditions which interrupts the normal flow of the program. Errors can be categorized in two : Syntax Error : If there is any symbol missing or mistake in the statements of the program those are syntax errors. Logical Error

Remove Apache Version and OS Identity from Error Pages

Hello readers, today I guide you to "Remove Apache Version and OS Identity from Error Pages".   At the time you install Apache on your server, it displays the version of your web server installed on your server along with the OS name

How to Open 2 Folder Paths in Ruby Program without any Errors Showing

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 =

How to Integrate Google Login in iOS App Using Swift?

Login with google is very common functionality in iOS applications. We can Implement google login in swift 3.0 either by using pods or google SDK. We need to install the following pod- pod 'Google/SignIn' Then register your app on the google deve

How to Show a pdf File from URL in a UIWebview in iOS

when we want to open the pdf file from a URL string then we use the UIWebView. In webview we can directly open the file by loading the url request.use the following function-- -(void)addWebViewOverLay:(UIWebView *)webView { webView = [[UIWebView

Sending Email in bulk using Python

For sending Email to a list of receivers using python can done by using the given code. Here I am using Gmail SMTP service for this purpose (Create a separate account for this, cause it might be dangerous to use your primary email address as the Gmai

How to show the web page within your application using webview in android.

If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:- 1) to make your application access the internet use the permission"<uses-permission android:nam

1 55 130
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: