By gcadmin on Monday, September 3rd, 2018 in Computer Technical, Creator, Philosophy, Programming. No Comments
“My precious child, I love you and will never leave you, never, ever, during your trials and testings. When you saw only one set of footprints, It was then that I carried you.”
When you run a program on …
By gcadmin on Friday, June 22nd, 2018 in Computer Technical, Jesus, Philosophy, Programming, Religion. No Comments
Religion is Obsolete. Right?
Bret Weinstein (@BretWeinstein) says, moderating the Dr Jordan Peterson vs Sam Harris discussion in Vancouver:
“What if the religious texts are heuristics through which most people simplify most calculations [that] they are in no position to …
By Mark T on Monday, March 12th, 2018 in Computer Technical, Programming. 1 Comment
Compilers are a special type of computer software which are capable of translating a specifically coded form of syntax into an executable program that can run on a modern system. Over time the nature of an operating system changes. Features …
By gcadmin on Friday, February 23rd, 2018 in Computer Technical, Programming. No Comments
When coding, a Fatal exception is an error or situation that happen while the program is running. In modular programming, routines often call other routines (Subroutines, procedure, functions, methods etc) to do some work. Through good design the large complex …