today-is-a-good-day
get into friends whatsapp

How to get into friends whatsapp and send messages

11
I don't know that how to Express this success !!! Everybody knows that hacking is just a creativity and finding the way to get deeper into the code. So...
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...
Programming with files in C: Counting Character,Tabs, Spaces from files and writing on files

C Programming with files : Counting Character,Tabs, Spaces from files and writing on files

0
C Programming with files  ( Reading and playing with characters of file) After reading our previous post, you are now ready to play with C Programming with files . Let's start...
Exploit Shell code using Command-line

Exploit using shell code from command line

0
After reading our previous post:Exploiting buffer overflows using command line it's time to do Exploit Shell code using Command-line but I think you do want to clear your doubt...

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,...
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...
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...
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...

How to solve LASTDIG problem in SPOJ ?

0
Last digit problem in SPOJ looks simple but it contains a important concept of Modular exponentiation. If want AC in submission then you have to know about this concept ,to...
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 ? ,...
pentestbox , pentest box

PentestBox: A Portable Penetration Testing Distribution for Windows Environments

0
Download SourceForge                                              Download Torrent PentestBox is a...
c program Machine code

How to use Debugger tool objdump in Linux

0
Debugger Tool Objdump in Linux Debugger Tool objdump: C feel more familiar and C compiler exist in every operating system .Basically Linux is a free operating system that every has...
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...
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...
Bacic Exploits : Stack Operations

Basic Exploits : Stack Operations

0
Note: Hacking is not a joke so please keep patience and learn it step by step. Stack Operations First and the most important topic to learn the basics of Exploits is...
Console input output

Reading Console Input or Output Using Java Code

0
Hello Fiends Today we learn about the concept of handling console input or output by using java code. Here we refer console to command prompt (cmd) . Friend we can...
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...
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++...

Reverse String in c++ using sstream

0
One of  good question can be asked about string is How to Reverse String ?  You can do in many ways but I am going to show you , the...

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...
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...
if-else decision control

SELECTION STATEMENT: IF-ELSE STATEMENT

0
SELECTION STATEMENT: IF-ELSE STATEMENT The if keyword is used to execute the statements/ block of statements . If the condition is true then those statements will be executed else the...
Program to find prime numbers from a set of numbers

Program to find prime numbers from a set of numbers

0
Write a program to find whether the number is prime or not ?? WAP/ Algorithm or Sudo code to find weather a number is prime or not is the most...
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...