On the internet, there are two kinds of people.
one in United States- and eligible for Hulu, Music Betas, Spotify etc
and the other is Rest of the World.
Mafia Wars2 tries to be Steve Jobs working on a PC. It substitutes storyline for fancier graphics, smoother icons and design, and the numeric fun of piling up scores is almost gone. Did you mention social gaming- there are hardly any incentives for “social” part of the game. It looks like a gaudy Vegas twist to a beloved franchise.
Leave sequels to the boys in Hollywood, Pincuss/Zynga- You will need to be much more original to create the next blockbuster. Of course given the size of Zynga’s captive addict-base, the game will be a hit. But it will be a hit more like Transformers 3 , than likes of Blade Hunter or Terminator 2.
May we suggest another NEW game , than rebooting the squeezed lemon juice of a beloved and now departed friend-chise.
ps The song is irritating too. and the skimpy clad players are insulting.
Why is RATTLE my favorite R package?
because it allows data mining in a very nice interface.
Complicated software need not have complicated interfaces.
Have a look-
(Note- download rattle from http://rattle.togaware.com)
For better visibility please click the full screen button or click the second pps below- automatically advances every 5 secs
A brief tutorial to working with R and MySQL. MySQL belongs to Oracle is one of the most widely used databases now.
Click OK to finish this step.
Click the User DSN tab (and repeating the step immediately above -Add, and Configure the connection using options The user is root, the TCP/IP Server is local host, use the same password in Step 1 and the Database is MySQL , Test the connection and OK to add the connection
3. Download the MySQL workbench from http://www.mysql.com/downloads/workbench/
This is very helpful to configuring the database
http://www.mysql.com/downloads/mirror.php?id=403983#mirrors
Create a new table using the options in the screenshots below
Open Connection
You can create a new table using the options as below,
Once created you can also add new variables (using the Columns Tab)
MySQL allows you create new columns very easily
The SQL commands are automatically generated.
Click Apply to execute the changes to the Database.
Now we start R
Type the commands in the screenshot below to create a connection to the Database in MySQL
> library(RODBC)
> odbcDataSources()
> ajay=odbcConnect(“MySQL”,uid=”root”,pwd=”XX”)
> ajay
> sqlTables(ajay)
>tested=sqlFetch(ajay,”host”)
Note- this is a brief tutorial for beginners without getting into too many complexities of database administration and management, to start using R and MySQL.
The latest game on Google Plus is a clone of one of the most important games in social gaming history- Mafia Wars 2. Early days and a more detailed review to follow- but there has been a design paradigm change in terms of icons, fonts and storyline. Will this capture the gamers attention- time will tell?
From Google a new language for structured web applications-
http://www.dartlang.org/docs/technical-overview/index.html ( a rather unstructured website, if I may add)
Dart is a new class-based programming language for creating structured web applications. Developed with the goals of simplicity, efficiency, and scalability, the Dart language combines powerful new language features with familiar language constructs into a clear, readable syntax.
These design goals address the following problems currently facing web developers: