today-is-a-good-day
Program to Implement Stacks using structure in C/C++ Programming

Program to Implement Stacks using structures in C/C++ Programming

2
In previous post Stacks in programming and Basic Exploits : Stack Operations, we explained the functioning of stacks. Later our users ask for its code in C Programming. In...
stacks in programming

Stacks in programming

0
Guest Article: By Sahil Bora Sahil Bora is the founder and proprietor of C++ Better Explained. He is currently an engineering student at RMIT University Melbourne, Australia. What is a stack? A...
Top TenProgramming languages

Github Top ten programming languages

0
Top ten programming languages   Here are the ten popular programming languages: ten popular programming languages:#1 Java script First off all many people have misconception that JavaScript has a relation with Java but...
Ruby Variables: Defining And Using Ruby Variables

Ruby Variables: Defining And Using Ruby Variables

0
Prerequisites Learn Previous Tutorial : Ruby Tutorial : Step By Step Learning Ruby Programming Language As I wrote in my previous tutorial, it is easy to start with Ruby Programming. It...
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 ? ,...
ROR Tutorial : Rails with Mysql Configuration

ROR Tutorial : Rails with Mysql Configuration

0
Many of our users get error in establishing connection with mysql or some other configuration for mysql, so I decided to make this tutorial for Rails with Mysql Configuration. Off-course...

Ruby On Rails Tutorials : MVC (Model View Controller)

1
Pr-request for Ruby On Rails Tutorials : Use MVC (Model View Controller) Read our previous post Ruby On Rails Tutorials : Creating new project in Rails In our previous post we...
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. ...
Why Rails ? An Introduction to my favorite framework

Why Rails ? An Introduction to my favorite framework

0
Note: I will start tutorials on rails with real-time dynamic web application depends on response of users. If you want this please mention in comments, so that I can...
IT pros ,FALLOUT 4 GAMEPLAY FOOTAGE LEAKED! C First Program

C First Program

0
Let’s start our C First Program through telling you basics about C language. Each and every coding line has its meaning and significance this tutorial will tell you about...
Format string exploits

Format string exploits

0
Format string exploits became public in late 2000. It is easy to find errors in format string in comparison of buffer overflows. Once errors are spotted, they are usually...
pentestbox , pentest box

PentestBox: A Portable Penetration Testing Distribution for Windows Environments

0
Download SourceForge                                              Download Torrent PentestBox is a...
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...
rvm ruby and rails

Step by Step procedure to install RVM , Ruby and Rails on your linux...

2
RVM , Ruby , Rails and You This tutorial is specially for RVM, Ruby , Rails and You . It's really difficult to setup development environment for any system and...
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...
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...
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...
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...
Next step towards exploit : finding the return address

Next step towards exploit : finding the return address

0
Hey friends , I think it's the time to take next step towards exploit after reading our all previous posts . In this tutorial you will learn about :...
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...
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...
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...
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...

C++Advance (STL) Map

0
Here I want to clear the concepts of map in short.There are 4 associate containers (binary tree) : set ,multiset ,map and multimap .Applications of map are very important...

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

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