Quantcast
Channel: pacesettergraam
Browsing all 314 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Accessing and starting MySQL console in Xampp

We have to access the MySQL console in LInux so first we have to start the MySQL database in Xampp The command is given below to start the MySQL Just start mysql using the command Example: sudo...

View Article


Image may be NSFW.
Clik here to view.

GNOME 3.7 at the halfway mark

GNOME 3.7 at the halfway mark Posted on January 25, 2013 by mclasen We are a bit past the midpoint of the development cycle for GNOME 3.8. That seems like a nice time to take a look at what new things...

View Article


Image may be NSFW.
Clik here to view.

Error 2002(HYooo): Cant connect to local MySQL server problem

When you feel that the username and password given was right But you are getting problem  for MySql like this: gowthamraam@graamgaloom ~ $ mysql -uroot -p123456 ERROR 2002 (HY000): Can’t connect to...

View Article

Image may be NSFW.
Clik here to view.

LibreOffice 4.0 compared difference-by-difference with Microsoft Office 2013

As seen across the internets, users are utilizing both open-source and closed software, software ranging from movie players and text editors to converters, tools, utilities, 3D suites, etc. It is a...

View Article

Image may be NSFW.
Clik here to view.

Square font issue in Sabayon 10 and Sabayon 11

There were some issues with Sabayon fonts that is fonts appear to be in square. This issue is resolved by the following command given below equo install x11-libs/gdk-pixbuf x11-libs/gtk+:2...

View Article


Image may be NSFW.
Clik here to view.

Interview Java Programs

Floyds Triangle import java.io.*; class FloydsTriangle { public static void main(String args[]) throws Exception { int num,i,j,k,s=40; BufferedReader br=new BufferedReader(new...

View Article

Image may be NSFW.
Clik here to view.

Ubuntu 12.04.2 LTS released and available for download

Ubuntu releases can be categorized in two types, normal releases (such as Ubuntu 12.10) and LTS (Long-Term Support,–like for example, Ubuntu 12.04–), latter Ubuntu version that centers solid-as-a-rock...

View Article

Image may be NSFW.
Clik here to view.

Mounting Usb drive in Linux

To use thumb drive in Linux, the device must first be mounted into the system. In older days, you must specify the file system type so Linux can mount it to he system. Today, Linux is clever enough to...

View Article


Image may be NSFW.
Clik here to view.

Recover Your Deleted Files In Linux using Scalpel Utility

Reblogged from Flossstuff's Blog: Have you accidentally deleted an important file because you are in a habit of using “Shift+Del” rather than delete only?? Well don't panic. There is a utility named...

View Article


Image may be NSFW.
Clik here to view.

Taking GNOME 3 to the next level (again)

Reblogged from As far as I know: GNOME 3 is making major progress with each and every release. Six months ago, when 3.6 was close to release, I wrote about how excited I was about the improvements...

View Article

Image may be NSFW.
Clik here to view.

Some Fascinating Java Programs

  Finding Prime Number   import java.io.BufferedReader; import java.io.InputStreamReader;   import java.io.*; public class PrimeNo {   /** * @param args */ public static void main(String[] args) throws...

View Article

Image may be NSFW.
Clik here to view.

Some Fascinating Sql Programs

  Query for ArmStrong Number   Query -1   SELECT   :a, CASE WHEN SUM (rev * rev * rev) = :a THEN ’Armstrong number’ ELSE ’Not Armstron number’ END Arm_number FROM   (SELECT   SUBSTR (:a, ROWNUM, 1) rev...

View Article

Image may be NSFW.
Clik here to view.

Some Fascinating Sql Programs-2

    Addition of Salary with Previous   Query -1   SELECT R.FIRST_NAME||’,'||R.LAST_NAME ”EMPLOYEE NAME”, R.SALARY, D.DEPARTMENT_NAME, R.SALARY+M.SAL1 INC_SAL FROM(SELECT ROWNUM+1 MR1, SALARY SAL1 FROM...

View Article


Image may be NSFW.
Clik here to view.

Some Fascinating Programs in Java

    Program for Eliminating and Sorting Separatly using Collections       /** * This is a program for Eliminating and Sorting Separatly using Collections */   import java.util.ArrayList; import...

View Article

Image may be NSFW.
Clik here to view.

Useful Apps to Aid Parental Control in Linux

So, you have a machine running Linux which is also used by kids. We all know how the Web may be dangerous, especially for youngest of Internet fans. But do you know how to shield your Linux system and...

View Article


Image may be NSFW.
Clik here to view.

Iterating Values in VO and Obtaining values

Here i have created a event and I want to check whether the Account number matches We Can Do it By various Methods Method 1 if(“validate2″.equals(pageContext.getParameter(EVENT_PARAM))) {...

View Article

Image may be NSFW.
Clik here to view.

Obtaining Row Reference from a radio Button

Create a row button on table region  by select Selection When we click the radio Button a action will be fired. That we can obtain in CO and process in AM. This is very useful in Master Detail...

View Article


Image may be NSFW.
Clik here to view.

Validating Email, Mobile, Name in Java using Regex

This program validates Email, Mobile, Name in Java using Regex. We have to import Matcher, Pattern in order to use the classes. Regex is very simple and easy way to validate. import...

View Article

Image may be NSFW.
Clik here to view.

Why do we use Class.forName to register Drivers

This code is forcing the class representing the MySQL driver to load and initialize. In Java, a class is not loaded unless it is necessary that the class gets loaded. Since JDBC code usually never...

View Article

Image may be NSFW.
Clik here to view.

OA Framework - Few code snippets

Reblogged from The Digital Space !!: Ø      Code for Disabling Global Buttons  (in process request)    OAPageLayoutBean page = (OAPageLayoutBean)pageContext.getPageLayoutBean();...

View Article
Browsing all 314 articles
Browse latest View live