Here's a small we app the allows users to upload photos (somewhat like imgur).
Code
Template
Saturday, April 28, 2012
Thursday, April 19, 2012
Open file/urls with default program
Here's the code for a cross platform way to open file/uri with default application.
You can also install the package with
go install bitbucket.org/tebeka/desktop
You can also install the package with
go install bitbucket.org/tebeka/desktop
Monday, April 16, 2012
Web/Desktop Application
Saturday, April 7, 2012
Building Go Projects
Now that Go1 is out, the way to build projects is using the go tool. I found out that the following process works for me.
I have a directory goroot somewhere and there under src I have all my projects. Then I use the following Makefile (this is an example from selenium/webdriver client).
I have a directory goroot somewhere and there under src I have all my projects. Then I use the following Makefile (this is an example from selenium/webdriver client).
Wednesday, December 14, 2011
dayrange
While working on something else, I need to write a little utility function that returns a range of days. (When the new time package make it to release, this should be much simpler).
Tuesday, December 6, 2011
AppEngine Demo - URL Shortener
Sunday, November 27, 2011
Reversim Interview
Subscribe to:
Posts (Atom)

