Category: tricks
The Logo Programming language has been popular for decades. It has been used mainly for elementary programming tasks. The children can learn the programming easily from controlling turtle drawing …
This was an interview question from Google. The difficulty is entry level. The question asks how many zeros are there for the numerical result of 1024!, which is 1 …
Dropboxis an excellent cloud-base online storage that synchronizes your files among your desktops, mobile phones, iPad, iPhone and etc devices. It is fast and secure. I provides you a …
I will start collecting some interview questions. Q: Implement a Division but cannot use the division operator ‘/’ on two integers. A: We can use substraction instead. However, we …
July 21, 2012
beginner, c #, code, I/O File, implementation, memory, programming languages, software design, technical, tools / utilities, tricks, windows, windows command shell
LAA (Large Address Aware) is the technique of setting a flag (hex: 0x20) in the Win32PE header that tells the Operating System that the executable may need a larger …