Browse by Tags

All Tags » tools (RSS)

Markdown Viewer

I'm not really fond of browser based text editors - especially the one used in here in devpinoy. I still write my posts using my favorite editor - gvim , and then paste them over to the blog software. That is sufficient if you are only writing plain...
Posted by jop | 3 comment(s)
Filed under:

VS.NET: Reference EXE assemblies

Nice! Visual Studio 2005 now allows Class Library projects (DLL) to reference Applications (EXE). On Visual Studio 2003, EXE projects are not listed on the Add Reference dialog. The .NET framework does not put any restrictions on what you can reference...
Posted by jop | 1 comment(s)
Filed under:

Hex

Open a file on Binary Editor using Visual Studio's Command Window > File.OpenFile myfile.dat /editor:"Binary Editor"
Posted by jop | with no comments
Filed under:

Muscle Memory

Eight years ago, a friend of mine introduced me to the world of Unix (you know who you are -- thank you). After mastering the finger ballet that is emacs , I then discovered the wonders of modal text editing in VI . Those are the first *real* programmer...
Posted by jop | with no comments
Filed under:

Logged

Notepad has this cool feature that I never seen anyone ever use. When you create a file and place the text .LOG on the first line, Notepad will take that as log file. Everytime you open that file in Notepad, a new line will be appended containing the...
Posted by jop | 3 comment(s)
Filed under: ,