Ten hilarious programmers facts that only programmers can understand

Ten hilarious programmers facts that only programmers can understand

4
Programmers Facts Computer programmers are smarter than normal people in term of computers and code. They always think and express their ideas in the terms of "0" and "1". Truly...
QuickBooks with Rails 5

QuickBooks with Rails 5

0
QuickBooks with Rails 5: Today, we will learn how to integrate Quickbooks into our new or existing Rails 5 application. QuickBooks: QuickBooks is a small accounting Software package develop by Intuit. Quickbooks...
code for Using Namespace in C++

Using Namespace in C++

0
Before you start you must see our previous post My first C++ program Start Learning about Namespace: In c++ , when a variable function or class is used in a  particular scope...

How to use long long data type in C?

0
In order of size, starting with the smallest, the integer types are char, short,int, long and long long. The smaller types have the advantage of taking up less memory,...
best compiler for c / c++

Basic Linux Exploits:Make your Pc more secure

0
Basic Linux Exploits:Make your Pc more secure and learn the basics of computer world Why study Exploits? Before learning exploits ,one should know about vulnerability.What does it means in the world...
statements-if-else-break

Statements-2(nested if-else and break statements)

0
Let's continue the statements ......... NESTED IF-ELSE Here under an if statement we can use many more if statements SYNTAX: if(condition )//start of 1st if   {-------------     if (condition )     //start of 2nd...
pentestbox , pentest box

PentestBox: A Portable Penetration Testing Distribution for Windows Environments

0
Download SourceForge                                              Download Torrent PentestBox is a...
.net software development

Why certifications make a difference while choosing a .net software development services company?

1
.net software development is a prominent website development platform which when delivered as asp.net is just incredible at the outcomes level. Any firm irrespective of its size and business...
Sound-Fix in Kali

Important things to do after installing Kali Linux

2
There are small set of important softwares that are required after installation of Kali Linux. Linux operating system is not too much user friendly but it is highly flexible...
metasploit Unleashed

Explore into the Metasploit ( a Ultimate Hackers Tool)

0
  Metasploit is a complete and a Ultimate Security tool that provides information about Computer Security Vulnerabilities and also use in penetration testing .It was develop by HD Moore in...
while condition in python

Loop and Selection Structure in python

0
Loop and Selection Structure :   If Statement : If statement is a selection statement .In if statement it will check the condition first the enter it if it is true .In...
Memory management in C Programming

Memory management in C Programming:Computer Memory

0
Memory management in C is one of the important topic as it's not only about memory management in c but also about Computer Memory Management. In this section you...
Building C/C++ code on the Command Line ( Visual Studio / GNU GCC ) for windows

Building C/C++ code on the Command Line using Visual Studio for windows

0
If you read our previous post ie., Best C / C++ Compiler : Compilation using gcc , it means now you are in love with C-programming. Well today we are...

Why Null passed in first argument for the messageDialog in java ?

0
Null passed in first argument: JOptionPane showMessageDialog method signatures: showMessageDialog(Component parentComponent, Object message)   or showMessageDialog(Component parentComponent, Object message, String title, int messageType) or showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) first parameter is...
Top 5 android apps a programmer must have

Top 5 Android Apps a Programmer must have

2
It's time to do something exciting for Android users, here we are presenting Top 5 Android Apps a Programmer must have . If you are a programmer or Love...
Ruby Tutorial : Step By Step Learning Ruby Programming Language

Ruby Tutorial : Step By Step Learning Ruby Programming Language

0
Prerequisites for Ruby Tutorial: Install Ruby – Here you will found How to install Ruby? Ruby is a scripting language designed by Yukihiro Matsumoto(Matz). In my previous article Why Rails ? ,...
facebook verification page has bug

Facebook verification page has bug found by team Buffercode

5
Note: I already send report for this bug , I  hope Team Facebook will change their algorithm for this page.  New Bug has found by team Buffercode in Facebook It's always...
Ruby On Rails Tutorials : Creating new project in Rails

Ruby On Rails Tutorials : Creating new project in Rails

4
Pr-request for Ruby on Rails tutorials Install linux Operating-System from here . Install RVM , Ruby and Rails from here. ...
The Loop Control structure

Types of Loop Control structure C++

2
Types of Loop Control structure C++ Loops are basically certain conditions that repeats certain steps until the condition becomes false , i.e a loop will continue to go on until...
best compiler for c / c++

Best C / C++ Compiler : Compilation using gcc

0
Searching for best C compiler for compilation?? You must have to stop searching here. gcc/g++: Gross compiler for C /C++ is the best compiler for execution or compilation of c/c++...

Structures In C

0
Why we use Structures In C ? When we deal with real world data ,we don't usually deal with only int,char,float.. Instead of this we deal with real world entities...

Arrays In C/C++ And Their use

0
Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are basically variables of same data type . They can be...

How has open source changed the way students learn new technology

0
Open-Source Software (OSS):                                                   is computer...
Exception Handling

Class and Objects using Python

1
Python Class: Python is a pure Object Oriented Programming language because in Python even data members like "a"  are treated as a object ,while all variables are references of their classes...

Interview Questions For Computer Science Freshers

1
Interview Questions: Type1 :-Testing concepts question of  descriptive type 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when...
Custom Exception In Java

Creating Custom Exception – Java

0
Create Custom Exception In Java Friends today we are discussing about the concept of creating custom exception in java programming. Exceptions are undesirable interrupt which are come in between the...