Ten hilarious programmers facts that only programmers can understand
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: 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...
How to use long long data type in C?
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,...
Using Namespace in C++
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...
Basic Linux Exploits:Make your Pc more secure
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-2(nested if-else and break statements)
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: A Portable Penetration Testing Distribution for Windows Environments
Download SourceForge Download Torrent
PentestBox is a...
Why certifications make a difference while choosing a .net software development services company?
.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...
Important things to do after installing Kali Linux
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...
Explore into the Metasploit ( a Ultimate Hackers Tool)
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...
Loop and Selection Structure in python
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:Computer Memory
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 using Visual Studio for windows
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 ?
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
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...
Facebook verification page has bug found by team Buffercode
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
Pr-request for Ruby on Rails tutorials
Install linux Operating-System from here .
Install RVM , Ruby and Rails from here.
...
Types of Loop Control structure C++
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 C / C++ Compiler : Compilation using gcc
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++...
Ruby Tutorial : Step By Step Learning Ruby Programming Language
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 ? ,...
Arrays In C/C++ And Their use
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...
Structures In C
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...
Interview Questions For Computer Science Freshers
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...
Creating Custom Exception – Java
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...
Building an ArrayList from an Array in Java Software Development
Author of this article has published varieties of articles in the stream of java software development. In this post, you will learn the way to create an ArrayList from...
Reading Bytes From File Using Java
Hello friends Today We discuss the concept of reading bytes from file using java codes. The reading bytes from file using java is done by using FileInputStream which make...