Recent Articles
-
Compile and Run simple C Program with gcc Compiler in Ubuntu Linux
Step 1: Check gcc VersionOpen terminal in Ubuntu
ubuntu@ubuntu-machine:~$ gcc --versiongcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1Copyright (C) 2011 Free Software Foundation ...
Posted Feb 24, 2012 4:42 AM by Thiyagaraaj Mp
-
Remote Desktop Sharing in Ubuntu 11.10
Free Android App For Reading NewsIndia and USAAndroid AppFrom www.thiyagaraaj.comInstall India App From MarketInstall USA App From MarketUbuntu has default VNC Server ...
Posted Feb 24, 2012 4:56 AM by Thiyagaraaj Mp
-
how to create folder in android phone
Create Desktop Folder in Android Mobile PhoneScreenshot from Samsung Galaxy S and Tested In Samsung Android MobilesStep 1 : Press Menu button and Select FoldersStep 2 : It gives ...
Posted Nov 14, 2011 10:44 AM by thiyagaraaj Mr
-
Samsung Galaxy S GT- i9003 LCD Android 2.3 Gingerbread Official Update
Free Android App For Reading NewsIndia and USAAndroid AppFrom www.thiyagaraaj.comInstall India App From MarketInstall USA App From MarketAfter Long TimeSamsung Galaxy ...
Posted Feb 24, 2012 4:57 AM by Thiyagaraaj Mp
-
Solution : JSP file not working for Google App Engine with Eclipse Plugin
Problem: JSP file not working for Google App Engine with Eclipse PluginReason Of Problem:Java Run-time Environment is not enough for Google App Engine. You should add Java ...
Posted Aug 29, 2011 11:39 AM by thiyagaraaj Mr
-
Take Screenshot in Samsung Galaxy S without Any App
You can take screenshot very easy without root and without any third party applicationsHow To Take Screen Shot /Screen Capture without root and without any third party applicationsVery ...
Posted Aug 20, 2011 4:46 AM by thiyagaraaj Mr
-
CMS for Google App Engine
Vosao CMS™Free and simple CMS for Google App EngineFree, open-source content management system for web sites hosted on the Google App Engine for Javahttp://www.vosao ...
Posted Dec 7, 2011 9:14 PM by Thiyagaraaj Mp
-
Create simple procedure in PL/SQL Oracle
SubprogramsSubprograms are named PL/SQL blocks that can be called with a set of parameters.There are two types of blocks in PL/SQL:• Procedures• FunctionsStructure Of Oracle ...
Posted Aug 20, 2011 4:22 AM by thiyagaraaj Mr
-
Get Oracle Version ( SQL )
Read MoreMore Oracle Articlesblog @ little dropsOracle TutorialsSelect Database Versionselect * from v$version;BANNER-----------------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod ...
Posted Jul 9, 2010 11:05 AM by thiyagaraaj Mr
-
iFrame in HTML
Define:Cut Your Webpage that allow to view another web page.Syntax:<IFRAME SRC="web page link" WIDTH=Width value(Integer) HEIGHT=Height value(Integer)></IFRAME>Example:<IFRAME SRC="http ...
Posted Aug 29, 2011 11:45 AM by thiyagaraaj Mr
-
Data Hiding and Encapsulation
byThiyagaraaj MVidhyashree.RDefinition:Data Hiding is also known as Encapsulation.Encapsulation is the process of combining data and function into a single unit called class.Data Hiding ...
Posted Apr 14, 2010 1:30 AM by thiyagaraaj Mr
-
Client and Server Architecture
byThiyagaraj MJerlin PratheepaAbinaya SundariSaranya DeviClient-server computing or networking is a distributed application architecture that partitions tasks or work loads between service providers (servers) and ...
Posted Aug 20, 2011 4:29 AM by thiyagaraaj Mr
-
Scope Resolution Operator In C++
byThiyagaraj MJamuna MaryDefinition:The scope resolution operator is use for the Unary scope operator , if a namespace scope (or) global Scope name is hidden by an explicit ...
Posted Aug 20, 2011 4:27 AM by thiyagaraaj Mr
-
Introduction Of Virtual Machine
Definition:A virtual machine (VM) is an environment, usually a program or operating system, which does not physically exist but is created within another environment.MeansSomething Not Physical(or ...
Posted Feb 15, 2012 4:03 AM by Thiyagaraaj Mp
-
GMail Offline Mode
Overview Now Gmail is working fully in offline mode.It is replacing the Outlook Express,Window Mail, and Mozila Thunderbird.Once
you turn on the GMail Offline mode, Gmail uses ...
Posted Nov 25, 2009 11:02 PM by thiyagaraaj Mr
-
Create a Free Websites
Get Free Website With Sub DomainsFast - Free - EasyFeaturesEasy maintenanceCustomisable Design & Default TemplatesNo Need Programming & HTMLFree Website BuilderFree Sub DomainFree HostingFree Photo ...
Posted Nov 13, 2009 9:51 AM by thiyagaraaj Mr
-
Use of getch(),getche() and getchar() in C
IntroductionMost of the program is ending with getch(),and so we think that getch() is used to display the output...but it is wrong.It is used to get ...
Posted Nov 30, 2011 9:46 PM by Thiyagaraaj Mp
-
Watching File/Folder Activity in VB.NET
IntroductionThe FileSystemWatcher class raises five events, which are Created, Changed, Deleted, Renamed and Error. Because Created, Changed, and Deleted events share the same event signature, we can write just ...
Posted Sep 17, 2009 10:19 AM by thiyagaraaj Mr
-
Unix Simple Programs
OverviewUnix
(officially trademarked as UNIX, sometimes also written as Unix with
small caps) is a computer operating system originally developed in 1969
by a group of AT&T employees ...
Posted Aug 18, 2009 3:51 AM by thiyagaraaj Mr
-
JDBC Java Database Connectivity
© Wiziontech Solutions | Created by Thiyagaraaj
Posted Aug 18, 2009 11:21 AM by thiyagaraaj Mr
-
A Clear Outline Of C++ and OOPS
© Wiziontech Solutions | Created by Thiyagaraaj
Posted Aug 18, 2009 11:22 AM by thiyagaraaj Mr
-
Android Operating System
OverviewAndroid is the first free, open source, and fully customizable mobile platform. Android offers a full stack: an operating system, middleware, and key mobile applications. It also contains a ...
Posted Aug 29, 2011 11:43 AM by thiyagaraaj Mr
-
Codd's 12 rules
set of thirteen rules (numbered zero to twelve) proposed by Edgar F. Codd, a pioneer of the relational model for databasesCodd's 12 rules are a set of thirteen ...
Posted Aug 29, 2011 11:46 AM by thiyagaraaj Mr
-
Java Development Kit
Introduction
The Java Development Kit (JDK) is a Sun Microsystems product aimed
at Java developers. Since the introduction of Java, it has been by far
the most widely used Java ...
Posted Aug 16, 2009 9:44 PM by thiyagaraaj Mr
-
Java Server Pages
JavaServer Pages (JSP) is a Java technology that allows software developers to dynamically generate HTML, XML or other types of documents in response to a Web client request. The technology ...
Posted Aug 16, 2009 9:31 PM by thiyagaraaj Mr
-
Read And Write SMS In VB .Net
For Writing SMS '.Write("AT+CMGF=1" + vbCrLf) cescQuote = Char.ConvertFromUtf32(34) sphnPhoneNo = "+914567352312" atcCommand = "AT+CMGS=" + cescQuote + sphnPhoneNo + cescQuote + vbCrLf + "WORLD" + har.ConvertFromUtf32(26) ' .Write(atcCommand + vbCrLf) . ...
Posted Aug 16, 2009 9:43 PM by thiyagaraaj Mr
-
Unix Oracle Backup Commands
This article contains a summary of the operating system backup commands you might encounter whilst backing up Oracle databases:ntbackuptarcpioddvdump, rvdump, vrestore and rvrestorentbackupUnder ...
Posted Aug 16, 2009 9:50 PM by thiyagaraaj Mr
-
Crontab In Unix
Introduction
cron is a utility that you can use to schedule and automate tasks. By defining items in the cron table, called crontab, you can schedule any script or program ...
Posted Aug 29, 2011 11:47 AM by thiyagaraaj Mr
-
Unix For Oracle Database Administrators
The Article is a quick reference describing, how to create complex
one-line Unix commands in addition to some most often used Unix
commands used by Oracle database administrators.
Building ...
Posted Aug 16, 2009 9:49 PM by thiyagaraaj Mr
-
RMI File Downloading Program
(Remote Method Invocation) A standard from Sun for distributed objects written in Java. RMI is a remote procedure call (RPC), which allows Java objects (software components) stored in the network ...
Posted Dec 1, 2011 5:00 AM by Thiyagaraaj Mp
-
Remote Procedure Call
DefinitionRemote procedure call (RPC) is an Inter-process communication technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly
on ...
Posted Aug 16, 2009 9:44 PM by thiyagaraaj Mr
-
Message Oriented Middle Ware
IntroductionMessage-oriented middleware (MOM) is
a client/server infrastructure that increases the interoperability,
portability, and flexibility of an application by allowing the
application to be distributed over multiple heterogeneous ...
Posted Aug 16, 2009 9:37 PM by thiyagaraaj Mr
-
Linux Overview
OverviewThe Linux kernel
is an operating system kernel used by a family of Unix-like operating
systems. The term Linux distribution is used to refer to the various
operating ...
Posted Feb 15, 2012 4:05 AM by Thiyagaraaj Mp
-
Silverlight Architecture
Introduction:This topic describes the essential
architecture and components of Microsoft Silverlight. Silverlight is
not only an appealing canvas for displaying rich and interactive Web
and media content to end ...
Posted Aug 16, 2009 9:47 PM by thiyagaraaj Mr
-
Java Fx
Java Fx Overview:JavaFX is a software platform for creating and delivering rich Internet applications that can run across wide variety of connected devices. The current release (JavaFX 1.2 ...
Posted Aug 16, 2009 9:27 PM by thiyagaraaj Mr
-
Create Slideshow Using Flash
Step By Step ExplanationOpen FlashStep 1: press windowskey+R Run dialog box will appear type flash and press enter.Step 2: Go to file menu select new or ...
Posted Aug 29, 2011 11:51 AM by thiyagaraaj Mr
-
2+3 and 5 are not equal In C
2+3 and 5 are not equal In Cwhat is the output of the program?Example Program:#define Square( X ) ( X * X ) void main( ) { int value1,value2; value1 = Square ...
Posted Aug 29, 2011 11:41 AM by thiyagaraaj Mr
|
posted Feb 24, 2012 4:22 AM by thiyagaraaj Mr
[
updated Feb 24, 2012 4:42 AM by Thiyagaraaj Mp
]
Step 1: Check gcc Versionubuntu@ubuntu-machine:~$ gcc --version
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Step 2: Open Text Editor- Open gedit with GUI (or) ubuntu@ubuntu-machine:gedit
- In Terminal Type gedit and enter.(Note : Now you get gedit editor)
Step 3: Simple C Program- Now You type these Program and Save Desktop, file named as example.c
#include <stdio.h>
int main(void)
{
printf("This website Name is www.thiyagaraaj.com\n"); return 0; }
Step 4: Check C File- Open New Terminal and Type ls
ubuntu@ubuntu-machine:~$ ls
Desktop glassfish-3.1.1 NetBeansProjects tmp Documents Image Pictures Downloads Music Public
- Now Move Desktop with these command
ubuntu@ubuntu-machine:~$ cd Desktop
Check C Fileubuntu@ubuntu-machine:~/Desktop$ ls
example.c
Step 5: Compile C Compiler- Complie C Program with gcc compiler
ubuntu@ubuntu-machine:~/Desktop$ gcc example.c
Step 6: Check Execute Fileubuntu@ubuntu-machine:~/Desktop$ ls
a.out example.c example.c~
- Here a.out is execution format of the example.c file
- Now Execute a.out
ubuntu@ubuntu-machine:~/Desktop$ ./a.out
Sample Output:This website Name is www.thiyagaraaj.com
posted Dec 1, 2011 2:53 AM by Thiyagaraaj Mp
[
updated Feb 24, 2012 4:56 AM
]
Ubuntu has default VNC Server , then Remote Desktop Sharing is very easy.
Open Desktop Sharing:Type search box "Desktop" and you will get Desktop Sharing icon, then open it.
Set Preferences of Desktop Sharing:- Must enable "Allow other users to view/control your desktop"
- Security you can set your wish
Get IP Address from Ubuntu Machine- Type ifconfig in terminal
Connect Ubuntu Machine through VNC Viewer:
posted Nov 11, 2011 3:24 AM by Thiyagaraaj Mp
[
updated Nov 14, 2011 10:44 AM by thiyagaraaj Mr
]
Step 1 : Press Menu button and Select FoldersStep 2 : It gives another sub menu and Select New FolderStep 3: It create Folder in Mobile.Step 4 : Press Hold in that Folder Icon and Change Its NameStep 5 : Now you can hold any application icons drag and drop in that folderStep 6 : Example GMail Application in Folder
posted Nov 11, 2011 2:18 AM by Thiyagaraaj Mp
[
updated Feb 24, 2012 4:57 AM
]
Update Android FirmwareAndroid Gingerbread 2.3.5 Steps- Get Latest Samsung Kies . to get click here
- Update doesnt affect your Applications and data(even Local SD Card and External SD Card). But Problems May come.So take back up your data,songs and files.
- Open Samsung Kies and Connect your mobile via USB/Wifi.
- Now you can upgrade , dont disconnect the mobile while upgrading time. It will take 1 hour for normal connection.
Android Gingerbread 2.3.5 Screenshots
Android 2.3 Gingerbread Features List- UI refinements for simplicity and speed
- Faster, more intuitive text input
- The Android soft keyboard is redesigned and optimized for faster text input and editing.
- One-touch word selection and copy/paste
- When entering text or viewing a web page, the user can quickly select a word by press-hold, then copy to the clipboard and paste.
- The Android system takes a more active role in managing apps that are keeping the device awake for too long or that are consuming CPU while running in the background. By managing such apps — closing them if appropriate — the system helps ensure best possible performance and maximum battery life.
- New ways of communicating, organizing
- An updated set of standard applications lets the user take new approaches to managing information and relationships.
- The user can make voice calls over the internet to other users who have SIP accounts.
- An NFC Reader application lets the user read and interact with near-field communication (NFC) tags. For example, the user can “touch” or “swipe” an NFC tag that might be embedded in a poster, sticker, or advertisement, then act on the data read from the tag. A typical use would be to read a tag at a restaurant, store, or event and then rate or register by jumping to a web site whose URL is included in the tag data. NFC communication relies on wireless technology in the device hardware, so support for the platform's NFC features on specific devices is determined by their manufacturers.
- The Downloads application gives the user easy access to any file downloaded from the browser, email, or another application. Downloads is built on an completely new download manager facility in the system that any other applications can use, to more easily manage and store their downloads.
- The application now lets the user access multiple cameras on the device, including a front-facing camera, if available.
posted Aug 22, 2011 3:45 AM by Thiyagaraaj Mp
[
updated Aug 29, 2011 11:39 AM by thiyagaraaj Mr
]
Problem: JSP file not working for Google App Engine with Eclipse Plugin Reason Of Problem:Java Run-time Environment is not enough for Google App Engine. You should add Java Development Kit (JDK latest version). Solution:In Eclipse : Open : Windows => Preferences => Installed JREs
Now You add JDK folder,
For Example,
Click Add Button -> Choose Standard VM and Browse JDK Base Directory ( Example C:\Program Files\Java\JDK1.6.0_22)
Select JDK and Refresh the Project;
posted Jun 22, 2011 10:46 PM by thiyagaraaj Mr
[
updated Aug 20, 2011 4:46 AM
]
You can take screenshot very easy without root and without any third party applications
How To Take Screen Shot /Screen Capture without root and without any third party applications Very Easy Steps:Step 1:Parallelly Press lightly Home Button and Back Button In Your Samsung Galaxy S Mobile. ( Press Home + Back Button )
Step 2:With Same Manner Press Home Button (Again Press Home Button)
Image Save Location:sdacrd/ScreenCapture
|
posted Jan 30, 2011 1:44 AM by Thiyagaraaj Mp
[
updated Dec 7, 2011 9:14 PM
]
posted Nov 8, 2010 1:28 AM by thiyagaraaj Mr
[
updated Aug 20, 2011 4:22 AM
]
SubprogramsSubprograms are named PL/SQL blocks that can be called with a set of parameters. There are two types of blocks in PL/SQL: • Procedures • Functions Structure Of Oracle Procedure(Anonymous block)DECLARE (optional)
/* Variable Block */
BEGIN (mandatory)
/* Executable Statements / Queries */
EXCEPTION (optional)
/* Exception Action */
END; (mandatory)
/
Syntax of Oracle ProcedureCREATE [OR REPLACE] PROCEDURE procedure_name
[(parameter1 [mode1] datatype1,
parameter2 [mode2] datatype2,
. . .)]
IS|AS
PL/SQL Block;
Structure Of Oracle Procedure(Named block)CREATE [OR REPLACE] PROCEDURE procedure_name (mandatory)
/* Variable Block */
BEGIN (mandatory)
/* Executable Statements / Queries */
EXCEPTION (optional)
/* Exception Action */
END; (mandatory)
/
Modes:• IN: procedure must be called with a value for the parameter. Value cannot be changed • OUT: procedure must be called with a variable for the parameter. Changes to the parameter are seen by the user (i.e., call by reference) • IN OUT: value can be sent, and changes to the parameter are seen by the user Default Mode is:IN Consider TableTable Name: Example NAME VARCHAR2(10)
NUM NUMBER(3) Table DataSelect * from example;
NAME NUM
---------- ----------------------
NAMEONE 1
NAMETWO 2
NAMETHREE 3
NAMEFOUR 4
NAMEFIVE 5
NAMESIX 6
NAMESEVEN 7
test -100 100
test -200 200
test -300 300
test -500 500
11 rows selected Simple Procedure For Get Name From Example TableCreate or replace procedure p_getname
(v_num IN example.num%TYPE,
v_name OUT example.name%TYPE)
/* v_num - Input Parameter */
/* v_name - Output Parameter */
IS
BEGIN
select name
into v_name
from example
where v_num = num;
END;
/
Calling the Procedureset serveroutput on;
declare
getname example.name%TYPE;
begin
p_getname(1,getname);
dbms_output.put_line('-----------');
dbms_output.put_line(getname);
end;
/
Sample Output:anonymous block completed
-----------
NAMEONE
posted Jul 9, 2010 10:58 AM by thiyagaraaj Mr
[
updated Jul 9, 2010 11:05 AM
]
Select Database Versionselect * from v$version; BANNER ----------------------------------------------------------- Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod PL/SQL Release 10.2.0.2.0 - Production CORE 10.2.0.2.0 Production TNS for Solaris: Version 10.2.0.2.0 - Production NLSRTL Version 10.2.0.2.0 - Production
Select Full Product Detailsselect * from product_component_version;
PRODUCT ----------------------------------------------------------- VERSION ----------------------------------------------------------- STATUS ----------------------------------------------------------- NLSRTL 10.2.0.2.0 Production
Oracle Database 10g Enterprise Edition 10.2.0.2.0 Prod
PRODUCT ----------------------------------------------------------- VERSION ----------------------------------------------------------- STATUS -----------------------------------------------------------
PL/SQL 10.2.0.2.0 Production
TNS for Solaris: 10.2.0.2.0
PRODUCT ----------------------------------------------------------- VERSION ----------------------------------------------------------- STATUS ----------------------------------------------------------- Production
Select Version With Banner select * from v$version where banner like 'Oracle%'; BANNER ---------------------------------------------------------------- Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
Select Version With Banner select * from v$version where banner like 'PL/SQL%'; BANNER ---------------------------------------------------------------- PL/SQL Release 10.2.0.2.0 - Production
posted Jun 9, 2010 2:10 AM by thiyagaraaj Mr
[
updated Aug 29, 2011 11:45 AM
]
Define:Cut Your Webpage that allow to view another web page.
Syntax:<IFRAME SRC="web page link" WIDTH=Width value(Integer) HEIGHT=Height value(Integer)> </IFRAME>
Example:<IFRAME SRC="http://www.thiyagaraaj.com" WIDTH=600 HEIGHT=600> </IFRAME> (Copy a example code and save as html File.now open that File)
|