Showing posts with label about cherrpal. Show all posts
Showing posts with label about cherrpal. Show all posts

Wednesday, November 11, 2009

Everyone here after Go to "GO" Programming Language

Hi friends when i googling i come to know about "GO"
What is Go?
        It is a programming language like c,c++.
        This programming environment is fast, productive, and most importantly, fun.
        It is a open source an experimental new language called Go  combines the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++. Typical builds feel instantaneous; even large binaries compile in just a few seconds. And the compiled code runs close to the speed of C. Go lets you move fast.

Go is a great language for systems programming with support for multi-processing, a fresh and lightweight take on object-oriented design, plus some cool features like true closures and reflection.

Want to write a server with thousands of communicating threads? Want to spend less time reading blogs while waiting for builds? Feel like whipping up a prototype of your latest idea? Go is the way to go! Check out the video for more information or visit golang.org.

To install go in linux
sudo apt-get install bison gcc libc6-dev ed
Sample Prgoram
$ cat >hello.go <
package main

import "fmt"

func main() {
 fmt.Printf("hello, world\n")
}
EOF
$ 6g hello.go
$ 6l hello.6
$ ./6.out
hello, world
$

Saturday, August 1, 2009

CherryPal

Does this whole cloud computing craze make your mental gears turn? Chances are, unless you are a big company with some good friends that would love to let you demo this new way of computing, you probably don't have the money to drop on getting a cloud system up and running. And if you're a home user, cloud computing is overkill for you.

You're not out of luck, however, if you still want to try this. There is a cloud PC that you can use without the need for a server; it's called CherryPal. It comes with a small plastic box with two USB ports, VGA-out, audio out, LAN and wireless. It has 4 GB flash memory, so you can store stuff locally as well as on the server. Along with this PC, you get 50 GB online storage for your hard drive. It sounds like a pretty good deal at $250. It will run a distribution of Linux with applications bundled with it such as OpenOffice. For all those environmentally conscious users, this computer consumes a total of 2 watts.