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

Search In

Leadership Means Selecting right Employee

  They say that the capacity to delegate is the true indication of a leader and with this known, it is still amazing how many people mess that part up. Leadership psychologists have regularly attempted to make sense of why leaders fail and why

Program to count how many integers from 1 to N contains 0's as a digit

#include<bits/stdc++.h> using namespace std; int main() { int n,remainder,cnt=0,i,temp1; scanf("%d",&n); for(i=1;i<=n;i++) { temp1=i; while(temp1) { remainder=temp1%10; if(re

Comparison and logical operator in php

Comparison operator is basically used to compare any two variables. Whereas the logical operator is basically used for logical operations such as AND, OR, NOT. We know that there is precedence for the different operators we have a particular tab

No Root Firewall Application Using Virtual Private Network (VPN)

I need an android app developer with java and native code experience using C or C++ to create a NoRootFirewall app. This app will support devices between API 15 and 23. The app will be able to filter data access to every system/installed application

AngularJS - $interpolate, $compile and $parse

There are three useful services provided by AngularJS for view rendering and evaluating expression which it uses internally. $interpolate :- This service simply takes a string and is used to evaluate expressions. We can run the entire string and th

Edit most recent Commit Message

Hi, Committing is a way in GIT, that adds changes to the repository history and assigns a understandable commit name to it. If by mistake one added a wrong commit message and want to edit it, he can use the below command: git commit --amend This

Type casting in C

Type casting is to change the  data type of a variable according to programming need.   Type casting is done to assign values to dissimilar data type or to perform manipulation over dissimilar data type.       Type ca

TextView to have Web links, email address and phone number actionable

There is a property in text view to have web links, email address and phone number to make them as hyper link and actionable. <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink

Code Division Multiplexing in Networking

Code division multiple access (CDMA) is a channel access method used by various radio communication technologies.   CDMA is an example of multiple access, where several nodes transmits the data simultaneously. This allows several users to shar

Amplitude Shift Keying in Digital-to-Analog Conversion

Amplitude-shift keying (ASK) is a form of amplitude modulation represents the digital data as variation in the wave. In an ASK system, the binary symbol 1 is  represented by transmitted a carrier wave duration of T seconds.   If the signa

1 25 76
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: