Keith Kim’s Blog
Technology, Development, Tech Trends, Tech Team Management
3rd
JAN
Google Go, windows version is out
Posted by Keith under Golang
There were only Linux/OSX versions – now someone built it for Windows ( http://code.google.com/p/go-windows/ )
Get http://go-windows.googlecode.com/files/go-1.zip
To install, unzip and set the following environment variables:
set GOROOT=<the go folder> set GOOS=mingw set GOARCH=386
and then add GOROOT\bin directory to PATH.
Go Hompage: http://golang.org/
Go packages: http://golang.org/pkg/
Tutorial: http://golang.org/doc/go_tutorial.html
Sample Hello world source:
Save below as “hello.go”
package main
import “fmt”
func main() {
fmt.Printf(”hello, world\n”)
}
How to compile:
% 8g hello.go à produces “hello.8”
% 8l hello.8 à produces “8.exe” (or “8.out” in Linux)
3rd
Using Clojure in Cygwin
Posted by Keith under Clojure
Create a shell script as below:
#!/usr/bin/bash CLASS_PATH=/java/lib/clojure.jar:/java/lib/jline.jar CMD="java -cp `cygpath -wp $CLASS_PATH`" SHELL="jline.ConsoleRunner clojure.main" SCRIPT="clojure.main" if [ "$1" ]; then $CMD $SCRIPT $1 else $CMD $SHELL fi
28th
DEC
Editing big text files in Windows
Posted by Keith under Cool Apps, Windows
Tried a few apps and found this works the best: JujuEdit
25th
NOV
Try Google Chrome OS
Posted by Keith under Unix/Linux
Download VMWare or VirtualBox image from this site – it requires to create an account:
http://gdgt.com/google/chrome-os/download/
Or use this torrent for VMWare image:
For Windows Torrent client, I use this client: http://www.utorrent.com/
23rd
NOV
The surprising science of motivation: Dan Pink on TED.com
Posted by Keith under Management
Amazing. All managers should watch this and think about it. What really motivates people?
http://blog.ted.com/2009/08/the_surprising.php
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jul | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
Recent Posts
- Using SVN in Mac
- Setting up CVS pserver on OSX 10.4 and up (10.5, 10.6)
- PhoneGap: development apps for iPad
- PhoneGap install
- iPhone and iPad development
Recent Comments
- Pranav on Intro: Java ME and Palm
- Keith on Code Review tools
- Jesse Gibbs on Code Review tools
- pdumsproject on MS Project replacement (Desktop apps)
- sparky on EverNote, better than Microsoft OneNote
Categories
- Apple
- Architecture
- Books
- Clojure
- Cool Apps
- Development Tools
- Erlang
- Fun
- Golang
- iPhone iPad development
- J2EE
- J2ME
- Java
- Lisp
- Management
- PDA
- Sites
- Tips
- Unix/Linux
- Windows
Archives
- July 2010
- June 2010
- January 2010
- December 2009
- November 2009
- July 2009
- May 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007