today-is-a-good-day
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...
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...
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...

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...
MULTIPLE CATCH BLOCK AND FINALLY BLOCKS IN JAVA

HOw To Use Multiple Catch And Finally Blocks in Java

0
MULTIPLE CATCH BLOCK AND FINALLY BLOCKS IN JAVA Multiple Catch: Hello Friends, Today we learn about the concept of multiple catch block.T he concept of Multiple Catch And Finally Blocks is use...
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...
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...
readbyte from files

File Handling in java

0
File Handling in java programming:   File handling in java or in any programming language is a very  important concept. In java File handling in java is done by input and output stream these Input...

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 use file input/output

0
File Input/Output  Why we need file input/output programming? As we know it is not enough to just display the data on screen because if data is large  ,only a limited amount...

How to write c++ comments

0
What are comments in c++?? Comments are generally those line which will not compile and use for remember the aim/purpose of code. Why to write comments?? Comments written in any programming language...
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...
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...
c data types

Getting Started:C Data Types and Constants

0
At primary stage C data types are divided into 3 categories : integer ,character and real. Let us explore these data types. // Integer : It's simple to understand that...

Python Data types Tuples ,Sets, Dictionaries

0
Data types Tuples ,Sets, Dictionaries : In python data types  sets ,Dictionaries and Tuples are easy to implement and and many of predefined function and modules are support them. hello friend...
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...
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...

Exceptional Handling In Java

0
******************************Exceptional Handling***************** ************* Hello friends, today we talk about the concept of EXCEPTIONAL HANDLING or ERROR HANDLING. When any code is written then there is always a chance of arising...
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...
Exception Handling

Exception Handling in Python

0
Exception Handling in Python Exception Basics Exception  : Nothing but an event that are modify the flow of event or a flow of control in a program . In python or...
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...
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...
Generating equations with radicals

Generating equations with radicals

This is a guest post by Francisco Javier García Capitán on Generating equation with radicals  RationalToString converts a number into a string. The number can be an integer or a fraction....

Defining Functions in python

0
Before you start you must see our previous post My first C++ program Functions : Before learning defining functions you must know what is the meaning of functions in programming languages. What is the meaning...