QuickBooks with Rails 5
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...
Latest tech trends (Internet of Things -IoT , mobile app development , cloud/distributed computing)
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...
C-Programming Statements: continue and goto statements
Lets continue with the statements ....
Continue statement
Continue statement leads to the end of the current iteration and leads to the new iteration. It allows the compiler to reach the...
Learning Python
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...
How to use file input/output
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...
Python Data types Tuples ,Sets, Dictionaries
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...
Why Null passed in first argument for the messageDialog in java ?
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...
C Programming with files : Counting Character,Tabs, Spaces from files and writing on files
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...
Program to find prime numbers from a set of numbers
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...
Explore into the Metasploit ( a Ultimate Hackers Tool)
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...
Statements-2(nested if-else and break statements)
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...
Why certifications make a difference while choosing a .net software development services company?
.net software development is a prominent website development platform which when delivered as asp.net is just incredible at the outcomes level. Any firm irrespective of its size and business...
Top 5 Android Apps a Programmer must have
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...
Why Rails ? An Introduction to my favorite framework
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...
SELECTION STATEMENT: IF-ELSE STATEMENT
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...
Building an ArrayList from an Array in Java Software Development
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...
Function-2
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...
How to use long long data type in C?
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,...
Building C/C++ code on the Command Line using Visual Studio for windows
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...
ROR Tutorial : Rails with Mysql Configuration
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...
Memory management in C Programming:Computer Memory
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...
Python Variable and Data types
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...
Java First Applet Program
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...
Types of Loop Control structure C++
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...
Reading Bytes From File Using Java
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...
Best C / C++ Compiler : Compilation using gcc
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++...