Feeds:
Posts
Comments

Archive for February, 2012

Since I installed xcode, all my ruby files (.rb) opens in xcode by default. I much prefer textmate. To change the set default application, Select a file on Finder Right click to display the context menu and select “Get Info” In “Open with:” section, you can change the default application. Don’t forget “Change All…” to [...]

Read Full Post »

It’s easier than I thought. (from http://www.tonyspencer.com/2008/08/11/open-finder-in-current-folder-from-terminal/) open .

Read Full Post »

You use keyboards and command line more and more, as you get more experienced with the tools in development. If you install git on windows, it creates “Git bash here” context menu on Windows Explorer. It is really handy, and I like it. I believe Visual Studio installation should do the same. Well, it doesn’t, [...]

Read Full Post »

It’s not a security threat or concern. I don’t mean StructureMap does any harm. As IoC container, StructureMap tries to do his job by searching for assemblies specified in your machine.config or web.config. For example, it is a kind of legacy, but we specified our custom GAC assemblies in web.config in C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG The problem is StructureMap [...]

Read Full Post »

It was the second ruby dojo yesterday (Thu. 9/2/2012). A few more people turned up this time. No pizza, sadly, but understandable that they can’t buy pizza and drinks every time. This time, it was more organised. If you are agile, you get better at each iteration. 3 problems were given. Reverse the string: “Welcome! [...]

Read Full Post »

This is an amazing javascript library that allows you to impressively visualise your data. http://mbostock.github.com/d3/ When you download it from github, you have a great number of examples (I believe they are about 100). In order to try those examples, you need to request those example htmls through http, I mean, using web server. Javascript [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 135 other followers