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

Search In

Program in c to print 1 to 100 without using loop

in this program of C language we are not using the any king of loop,we are printing the numbers without loop. #include int main(){ int num = 1; print(num); //it is a function which is calling the value of printnum.

Installing JAVA (open-jdk) in LINUX using TERMINAL simple steps.

The simplest and the easyest way to install anything on Linux is throught Terminal 1. Open terminal using ALT+CTRL+T 2. Type command shown below: sudo apt-get install openjdk-7-jdk Note: in : openjdk-7-jdk, 7 is for demonstration, you can choose an

How to merge the contents of two or more objects together into the first object using jQuery

Hello friends, Most of time we need to create Object of contents in jQuery and use it according to requirement , So in this block you will see how to merge two or more object in first object . When two or more object arguments are supplied to $.ext

CSS:Animation effect

Hii, i am sharing an example of css animation effect in which the basic concept of this animation is an easing function which is used here to show cubic bezier effect which is providing  the movement of image . here's the code gi

Cronjob: How to set up cron in Ubuntu ?

How to add Cron Jobs in Ubuntu? I was facing issue for adding cron jobs in dedicated hosting (in Ubuntu). In order to add cron jobs in Ubuntu go to the terminal and type: $ sudo crontab -e this will open your personal crontab (cron configuration

How to sync google drive in ubuntu?

Sync google drive in Ubuntu In order to sync google drive in Ubuntu you need to have authentication with Google Drive. Type the following command sudo grive -a Now go the folder that contains files you want to sync with Google Drive and enter the

Convert xps to pdf in Ubuntu 14.04

Hello friends, I am writing this blog as I was facing issue reading .xps files. XPS is XML Paper Specification. I resolved this issue by installing xpstopdf converter. This is how I did This is the easiest way to do: First, go to Ubuntu Software ce

Ubuntu: Changing Permissions At Command Prompt

Changing Permissions At Command Prompt   This is accomplished by using the "chmod" command. The chmod is followed by a 3 digit number used to indicate the permissions required. The first 3 digit indicated the owner's permission,

How to create file using cat in Ubuntu?

Hello friends, I am writing this blog which will let you know how to create a file using cat command. Using cat to create a file cat is useful for creating a file. Enter the command cat, followed by the > (the right chevron) character and the fi

Advantages of Linux over other Operating systems:

Linux OS  developed by Linus Torvalds in '91 is based on Unix OS . It's core functionalities have been greatly inspired and adopted from Unix but unlike Unix , Linux can also run on small devices with low hardware capacities, Linux is co

1 5 28
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: