Basic Linux Exploits : Moving towards exploit

Basic Linux Exploits: Moving towards exploits

0
Note: Hacking is not a joke so please keep patience and learn it step by step. If you have read all our previous posts , you are ready to exploits the...

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...
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++...
Arraylist in java

Building an ArrayList from an Array in Java Software Development

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

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

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

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

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

Python: Matplotlib Plotting Cookbook

1
Who this book is for?? There may be question in your mind that  who this book is for?? so below is it's answer for you: If you are an engineer or...
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...
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. ...
Hello friends today we learn to make Java First Applet Program or the concept of applet programming. Applet are small program that run in web browser

Java First Applet Program

0
Java Applets Hello friends today we learn to make Java First Applet Program or the concept of applet programming. Applet are small program that run in web browser or applet are...

Latest tech trends (Internet of Things -IoT , mobile app development , cloud/distributed computing)

0
  The Internet of Things? The Internet of things, also known as the Internet of objects, refers to the networked interconnection of everyday objects. The Internet of Things, or IoT, is emerging...
buffercode_python

Learning Python

0
Learning Python ch-1 Introduction to python: what is programming language?? First off all we have to know what is programming language?? Programming language is a procedure for writing symbols to specify a given...
readbyte from files

Reading Bytes From File Using Java

0
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...
arrays of structure :buffercode

EXPLORING C STRUCTURES PROGRAMMING:Arrays of Structures

0
In our previous post you learn Intro to Structures in c programming that is why use structures in C,Syntax of structures in C ,Declaration of structures ,Declaration of structures...

How has open source changed the way students learn new technology

0
Open-Source Software (OSS):                                                   is computer...
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 ? ,...

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

Operators in C /C++ programming & Their Use

0
An Operator is a  symbol that tells compiler to perform certain mathematical or logical operations. Operators are usually same in all programming language like c/c++ , java , python etc. Built-in...
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...