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...
while condition in python

Loop and Selection Structure in python

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

How to use Array in C++

0
How to use Array in C++ Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are basically variables of same data...
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...
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...
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...
pentestbox , pentest box

PentestBox: A Portable Penetration Testing Distribution for Windows Environments

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

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...
python Data types

Java Exceptional Handling

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

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...
python variables and data types

Python Variable and Data types

0
Python Variable and Data types: In python  variable and data types are very interesting, how variable and objects work.In this chapter we will discuss how  variable and object are work together...

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

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

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

Function-2

0
Now lets continue from where we left off our topic "function ". In this post we are going to discuss about types of functions . TYPES OF FUNCTIONS  Now there are...
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...
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. ...
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...