Exzibit7

Personal blog

Tuesday, May 28, 2013

Java Enum Example

In Java, instead of creating a bunch of constants you can make use of Enums which better helps group them. For example, you can create an Enum of Colors(RED, YELLOW, GREEN, BLUE).
Also they help make sure that the constant is not outside the ones defined in the Enum.

Declaring Enums:
Here's how you declare Enums in Java.
public enum Color {
    RED,
    GREEN,
    BLUE,
    YELLOW,
    WHITE,
    BLACK
}

Tuesday, October 30, 2012

LG Nexus 4 - The Next Nexus Phone, Release Date, Price, Specifications

LG Nexus 4
Google anounced their next flagship smartphone, the LG Nexus 4 which has great specs and an amazing off-contract price for a flagship device. The phone which is set to launch on 13th November will first debut in US, Great Britain, France, Spain, Australia and will be release in two variants, one with an 8GB of internal storage which is priced at 299 USD and another one with 16 GB of internal storage priced at 349 USD.

The official specs include a 4.7 inch True HD IPS Plus Display with LG's new Gorilla Glass 2, a Quadcore Snapdragon S4 processor clocked at 1.5 GHz, 2 GB of RAM, 8 Megapixel rear camera, 2 Megapixel front camera, 2100 mah battery, along with the latest Android 4.2 Operating System(also named as Jelly Bean), which means the phone will give the snappiest performance in any nexus device yet.

Saturday, October 27, 2012

Setti Master Server Patch

The Setti Master Server Patch which will simply patch the MasterServers.vdf file in Counter Strike 1.6 to the latest one available and save you the trouble of doing it manually.

Setti Master Server Patch
Setti Master Server Patch
Features
  • One Click Patch.
  • Backup existing MasterServers.vdf file.
  • Uses the latest Master Servers available.

Steps
  1. Click "Browse" and select your Counter Strike 1.6 installation directory.
  2. Check "Create backup of existing files" if you need to.
  3. Click "Patch". 


Download

33 kb

|
Sunday, October 14, 2012

Welcome to Exzibit7!

Hi there! Welcome to Exzibit7!
Just created the blog, about to add some posts.

Enjoy! ;)

|