Monthly Archive: August 2014

0

With piece of chalk

In this short film, i don’t know how but i found it this video is awesome and also motivating. Starring “Justin Beer” not “Justin Bieber” for you to remember, and this film is produced...

10

How do i learn code ?

Almost all of my friends when they see me coding, they would ask me if i’m from software engineering and YES! I’m from software engineering vocational high school. But, if only you know that...

0

Applied Math. Logic Education File

In this post, i will share everything, a documents, presentations, images, and so on about our MK Applied Mathematical Logic. So please be patient as i will update this post frequently when i got...

0

Programming Paradigm. What the h*** is that ?

A programming paradigm is a fundamental style of computer programming, a way of building the structure and elements of computer programs. Capabilities and styles of various programming languages are defined by their supported programming paradigms; some programming languages are designed to follow...

0

11 Secrets to Success

Secret #1 : Have a Dream “Desire is the starting point of all archievements” – Napoleon Hill Secret #2 : Think Big “Always remember, no matter how big the problem you overcome; it’s still...

0

The Difference of Interpreter and Compiler

What is Interpreter ? Interpreter is a software that capable to execute the programming code (written by programmer) and translated it into the Machine Language, so the machine do what the programmer instructed. The...