ss_blog_claim=764af2e4183cd5f1aff30b9e7db87aa1

New Sun Microsystem Blade Server

July 27, 2008

Sun’s continued innovation in enterprise computing is here with the quad-core SPARC64 VII processor: mainframe-class, 24x7 mission-critical servers for your computing needs. Offering scalability, sophisticated RAS features, for large workloads, databases, BIDW, and OLTP.

compared to other blade servers sun microsystem did really knocked off their competitors. The servers deliver a 50% performance boost and blend Fujitsu’s mainframe technology with Sun’s Solaris operating system, which is offered under Sun’s open source license.

Sean

July 21, 2008

using System;
using System.Collections.Generic;
using System.Text;

public class Book
{
public enum BookType
{
Undefined,
Fiction,
NonFiction,
History,
Science
}
public enum StatusType
{
Undefined,
Available,
Borrowed
}

private string author;
private BookType bookType;
private int pages;
private StatusType status;
private string title;

public Book()
{
this.title = “”;
this.author = “”;
this.status = StatusType.Available;
}

public Book(BookType type, string title, string author)
{
this.title = “”;
this.author = “”;
this.status = StatusType.Available;
this.bookType = type;
this.title = title;
this.author = author;
}

public void Borrow()
{
if (this.status == StatusType.Available)
{
this.status = StatusType.Borrowed;
}
else
{
Console.WriteLine(”Book is already borrowed”);
}
}

public void Return()
{
if (this.status == StatusType.Borrowed)
{
this.status = StatusType.Available;
}
else
{
Console.WriteLine(”Book is currently available”);
}
}

public override string ToString()
{
return string.Format(”Type: {0}, Title: {1}, Author: {2}, Pages: {3}”, new object[] { this.Type, this.Title, this.Author, this.Pages });
}

public string Author
{
get
{
if (this.author.Length < = 0)
{
return "Unknown";
}
return this.author;
}
set
{
if (!new System.Text.RegularExpressions.Regex(@"\d").IsMatch(value))
{
this.author = value;
}
}
}

public bool IsBorrowed
{
get
{
return (this.status == StatusType.Borrowed);
}
}

public int Pages
{
get
{
return this.pages;
}
set
{
this.pages = value;
}
}

public string Title
{
get
{
return this.title;
}
set
{
this.title = value;
}
}

public BookType Type
{
get
{
return this.bookType;
}
set
{
this.bookType = value;
}
}

public string Value
{
get
{
return string.Format("Type: {0}, Title: {1}, Author: {2}, Pages: {3}", new object[] { this.Type, this.Title, this.Author, this.Pages });
}
}
}

Addicted to sports

July 17, 2008

Looking for a football picks? wondering who are the college football picks? there is a site thats serves like a “forum” there I found top picks for football this coming season who gets traded to whom and fearless forcast of what is gonna happen next season addict sports

Real Estate

July 15, 2008

Starting a business is quite a risky thing to do ,real estate investment doesn’t go on what you have planned some Nouveau Riche Scam. So if you don’t what to throw your investments away you need at least know the how to and when to start one. And to know that you need to have education helps Nouveau Riche Scam, what education? of course you need to have at least have a business related background. Nouveau Riche University offers online classes with there online instructors, armed with there Instructional System Design [ISD] that has been running since without a doubt effective! “Renowned as the taxonomy that accelerates learning and maximizes retention” thats what they call it.
Nouveau Riche Scam

Nouveau Riche has thousands of student all over the world giving education to those who are willing and most of all ready to take the risk of getting rich. Investors are all welcomed for guidance. take your business to a higher level with calibrated approach from Nouveau Riche University.

Nouveau Riche University you can check this link for honest testimonials from different clients and also the programs available.

Glasses

July 10, 2008

shades x ray sunglasses cabal bot cabal rider cabal cheat engine

Have you seen the Incredible Stylish New Frames From Zenni well if not you just missed it because Zenni Optical was on FOX news! because zenni offers a very low prices for there products I mean Zenni Optical $ 8 Rx Eyeglasses see the difference ? Lot cheaper eh? go to there site if you have any trouble with your sight or just want to protect your eye

Nouveau Riche

July 6, 2008

Starting a business is quite a risky thing to do ,real estate investment doesn’t go on what you have planned. So if you don’t what to throw your investments away you need at least know the how to and when to start one. And to know that you need to have education, what education? of course you need to have at least have a business related background. Nouveau Riche University offers online classes with there online instructors, armed with there Instructional System Design [ISD] that has been running since without a doubt effective! “Renowned as the taxonomy that accelerates learning and maximizes retention” thats what they call it.

Nouveau Riche has thousands of student all over the world giving education to those who are willing and most of all ready to take the risk of getting rich. Investors are all welcomed for guidance. take your business to a higher level with calibrated approach from Nouveau Riche University.

Nouveau Riche University you can check this link for honest testimonials from different clients and also the programs available.

We are made in the image and likeness of God

July 3, 2008

We are made in the image and likeness of God. This verse form the 1st book of Genesis had been controversial for some “practical atheist”. They claim that this passage from the creation account, as something that means we are somewhat gods and goddesses or little gods.

Yet, I believe that this passage if understood with faith, is so rich and indeed, so strong in revealing how special human beings are as one of God’s creations - being God’s masterpiece. God creates us out of God’s free, loving and purposeful act. Yet far more than being His creation, He created us into somebody that is like Godself, extraordinary! Thus, I am lead to a question of “who is God for me?” so as ponder and reflect on what am I called for and what is the purpose of my existence. So first, I’ll answer the first question I posted on myself. With much certainty and sincerity, I say that God is a God of goodness and love - He is supreme for he alone knows everything about me even the skeletons in my closet. He alone understands and loves me despite my imperfections and shortcomings. He continually provides and sustains me with every spiritual blessing like care, love and joy and physical needs such as food and drink. Most importantly, He is God who continually creates me, guiding my footsteps in becoming the person I ought to be - the person of that which I am created. Thus, if this is the God I know, then this is the purpose and meaning of my existence - to be like God in all things - to be good as he is good, and loving as He is loving. I am called to be a person of love and goodness. God in his divine goodness creates me but the goodness I experienced with Him is not for me to keep nor hide, rather to share with others and reveal to them the good God I come to know and love.

Indeed God is the alpha and the omega - the source and the end. For he is the one creator who creates me and He is the ultimate meaning of my life.