Tuesday 17 July 2012

Top 5 Most Popular Programming languages of 2012



Computer is dominating all over the world today. It has become all most the part of every person’s life. Its applications are being widely used. As such computer is hardware eventually of no use without a software. Software is something that instructs the computer or other electronic devices to perform certain actions or tasks. And these software’s are generally made using Programming languages. There are hundreds of programming languages which could be used for this purpose. Every language has its own unique advantages and disadvantages. So according to recent Hacker’s news Poll about the favourite languages, the top 5 Most Popular Programming Languages are:


 5)     C#

With 814 Points , C# is at number 5 in this list. It was devolped by Microsoft and first appeared in 2001. C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 4.0, which was released onApril 12, 2010. A simple “Hello World” Example of C# is given below.

using System;
 
class Program
{
    static void Main()
    {
        Console.WriteLine("Hello world!");
    }
}

4) C

With 959 points , C language is at 4th spot in this list. C is a general-purpose computer programming language developed by Dennis Ritchie and first appeared in 1972. It is one of the most widely used programming languages of all time. C# is also an extension of C. C language is often used for “System programming”. It can also be used as Website Programming using CGI as a gateway for information between Web application, the server and browser. The Primary implementations of Python,Perl5 and PHP are all written in C. . A simple “Hello World” Example of C is given below

#include <stdio.h>
 
int main(void)
{
    printf("hello, world\n");
    return 0;
}


3)     JAVA SCRIPT

On the 3rd spot is JAVA SCRIPT securing 1385 points, was developed by Brendan Eich and was first appeared in 1995.  It is sometimes abbreviated as JS. JS is a prototype-based scripting language supporting object-oriented, imperative and functional programming styles. It supports most of the structured programming syntax from C. Similar to C, JS makes a distinction between expressions and statements. And unlike C, Js uses automatic semicolon insertion, in which the semicolons that terminates statements can be omitted. . A simple “Hello World” Example of JAVA SCRIPT is given below
 
alert("Hello world!");
 
 

2) RUBY

At 2nd spot with 1697 points.  Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant Syntax that is natural to use and easy to write. Ruby supports multiple programming paradigms, including functional, object oriented, imperative and reflective. Ruby is an object oriented language. Every value is treated as an object, including classes and instances of types that many other languages designate as primitives. A simple “Hello World” example in Ruby is given below.

puts "Hello World!"

 
 1)     Python

Python is most popular programming language and with 3026 points it is awarded at 1st spot. Python was designed by Guido van Rossum and was first appeared in 1991. It is a programming language that lets you work more quickly and integrate your systems more effectively. Python runs on Windows, Linux/Unix, Mac, OS X . It is free to use , even for commercial products. Python is often used as scripting language for web applications. Python is intended to be a highly readable language. It is designed to have an uncluttered visual layout, frequently using English keywords where other languages use punctuation. A simple “Hello World” example in Python is given below

print("Hello world")

Top 5 Freelancing websites of 2012


A freelancer, freelance worker, or freelance is somebody who is self-employed and is not committed to a particular employer long term. It is one of the best ways to make online money by working on various projects. The earning associated with the freelancing is not limited like of a Job's men indeed it is limitless. The more you will spend the time the more you will earn. So here we have prepared the list of top 5 Most Popular Freelancing websites for the year 2012. After becoming a Freelancer on any of the given websites, you can get your desired work and can earn as much as you can.



5) Fiverr















Fiverr , stylized as fiverr, is a global marketplace offering tasks and services online starting at $5.Fiverr provides a living marketplace where people can monetize their skills, talents and resources in an easy and fun way. Gigs offered on the site range from web design, logo creation and market research, to personal greetings, video animation and personalized gifts. One can find every sort of work being offered there. People are offering $5 just for writing the name of the buyer on the sand and sending them the JPG's. There are more than 650,000 services available on the site that range from funny and quirky to business micro-services. For five dollars, someone may be hired to design your Facebook page, or to sing while holding a sign with your company logo, or to receive travel tips for visiting Paris. Gigs on Fiverr are quite diverse with such items for sale as include celebrity impressions, marketing tips, or custom printed guitar picks. The Levels feature was introduced to the site on January 2012. This feature enables more sellers to earn additional sales tools that were previously available to a select group. There are three Fiverr Levels: Level 1, Level 2 and Top Rated Seller.

4) Elance















Elance is a global online employment platform. Clients can hire independent freelance professionals and use online collaboration tools to manage remote teams and projects. Lance is used by approximately 140,000 businesses and 1.4 million registered contractors, who have collectively earned more than $500 million to date. Elance.com motivates the fee lancer to bid on projects and can start work immediately from home. Elance has a very intuitive user interface that makes it easy to track candidates and work. New user has over 15 free bids for every month.

3) Guru















Guru is the world’s largest freelance marketplace.  It allows companies to find freelance workers for commissioned work. Guru.com provides you with a number of ways to distinguish yourself to connect with Employers quickly and secure work at premium rates. Jobs are available in almost any freelance field imaginable like websites, photography, design, broadcasting, fashion, legal, accounting, writing and more.Guru.com have also over 1,000,000 users registered. So this Job hunting resource has secured 3rd spot in this list.

2) ODESK 













oDesk is the largest among a number of companies, including Elance, Freelancer, Guru. ODesk is a great way for freelance contractors and employers to connect. oDesk is the only online marketplace that allows buyers and providers of services to form lasting, mutually profitable relationships.  This site is a bidding style site where freelancers can build a profile, take skills tests and gain feedback and credibility. It  allows clients to create online work teams coordinated and paid through the company's proprietary software and website.  These sites often manage the payments, and make money by charging membership fees and/or take a cut of the payment. The cuts can range from 4 percent to 15 percent. oDesk charges 10% but does not charge a membership fee. 


1) Freelancer















Freelancer.com is among the most famous freelancing websites. It categorizes  its users as either employers or freelancers. Employers are individuals or companies who wish to outsource their work. Once registered, users are able to bid for projects, or post their own. To help employers decide which user to select, Freelancer allows providers to take exams and prove their skills. In freelancer.com a freelancer (free user) is allowed to bid up to ten times a month. Bids are used on a project posted by an employer to compel him(employer) , you are the best for his project and the employer should hire/accept you.Freelancer.com claims to be the largest outsourcing and crowdsourcing marketplace in the world, with more than 3 million users and presence in over 240 countries and regions.

No comments:

Post a Comment