Search this site

Saturday, May 19, 2012

Shortcut in Visual Studio 2010

Actually I was confused with them
that's why now I want to make some note and I hope this note can help anyone who will be confused like me

1) Show SmartTag AKA Auto fix options AKA auto correct Options (yup, good old eclipse)

ctrl . 

2) To Comment

Ctrl k,c

3) To Uncomment

Ctrl k , u

3) Reformatting the document

Ctrl k d

4) Insert Code Snippets

Ctrl k s


And more in this link :
http://www.itscodingtime.com/post/Visual-Studio-2010-Keyboard-Mouse-Shortcuts.aspx

Saturday, May 12, 2012

The Different Between Programmer and Users

Long time ago when I attended SAS course
I just knew the main difference between programmer and user
that happened when we tried used alpha for mean
it show that mean has a trusted value
ussually alpha 1 until 5 persen
but some programmer (that is me)
try using alpha equals 99% (that very extreme)
and my friend laugh at that time because they think if the alpha is 99% then of course the data you are using is not valid anymore and if we can put it simple "just erase it"

Javascript Linux Emulator

A friend just post in facebook about run a linux OS using Javascript

And I tried it and it can run some command in linux console
this is the link:
http://bellard.org/jslinux/

Then this is the notes about that:
http://bellard.org/jslinux/tech.html