Archive for the ‘Internet’ Category

Friday, August 8th, 2008

First, create your project then upload your unversioned source code using svn client:

svn import sourcedir https://myproject.googlecode.com/svn/trunk --username myaccount

- when prompt for authentication, get your password from the ‘Source’ tab

Get a working copy of your versioned source code:

svn checkout https://myproject.googlecode.com/svn/trunk/

If you’ve made changes on your working copy you can apply those changes on the repository by simply this command:

svn commit -m "Put a descriptive comment."

- you have to be inside your working copy/directory.

And if by chance you forgot or simply wanna change your comment on that revision, you can add or change it:

svn propset --revprop -r 26 svn:log "Fixed someMethod() parameter."

If multiple developers are currently working on the project/repository, you can use this command to update your working copy:

svn update

- this will incorporate their changes into your working copy.
- again you must be on the working copy/directory.

Friday, April 18th, 2008

The world’s internet data flow is run by a giant Linksys wifi router. Scary isn’t it?

Watch the full episode of South Park’s “Over Logging

Friday, April 11th, 2008

Here’s my very first youtube post:

@date: February 28, 2008
@choreographer: Mr. Me
@description: Raven Kae (right) and Kirsten Cyra (left) doin’ the boogie, to the tune of Low (FloRida ft. T-Pain)

Enjoy!

Monday, November 19th, 2007

Blog!

Blog!

Time really fly by so quickly! It’s been a year since my last post. For the past months I’ve been doing a lot of applications, web designs, SEO (on-page in particular). That’s why I didn’t have time to blog. By the way, about this blog, this was originally intended for mobile phone programming which as you can see, I never got to the programming part.

Anyway, I’ll be changing this to a more personal blog, IT, programming, gadgets and of course mobile phones? So, I guess I will still be doing posts about mobile programming, especially now that google’s Android SDK is out. I’m gonna be reading java books on my free time to refresh my memory on java language. And I am pretty sure that I’ll never get to finish nor will read any chapters above chapter 2. Yah! I am very impatient in reading books. Although I love collecting ebooks, but I never really got a chance to read them all.

i think that’s it for now.

C yah on my next post =)