BBG (Bubugao) Famiclones (BBG- Floppy 1 and BBG-98) were developed and manufactured in the 1990’s. These two machines are 8-bit and support reading and writing data using a inbuilt …
This is one of the classic DP (Dynamic Programming) exercises that you might be asked during your interview. To submit your solutions, you can visit LeetCode Online Judge. The …
BBGDOS (as described here) is a 8-bit DOS-like operating system for famicom clone: BBG-1 and BBG-98. It has released five versions, 0.9, 1.0, 2.0, 2.1 and 3.0. The version …
Remember the other day I talk about the BBGDOS (BBG Famicom), which can be found in this post. It is difficult to find such rare 8-bit famicom clone game …
February 26, 2014
c / c++, code, code library, floating point, implementation, linux, math, programming languages, tools / utilities, windows, windows command shell
The famous quote for Linux Shell is ‘Where there is a shell, there is a way’. It reflects that the Linux Shell (e.g. BASH) is so powerful that almost …
The combination is a frequently-used technique that choose a number of items from a whole data set (sequence is not important). For example, to choose 2 items from 3, …