Calendar
Categories
Recent Comments
Meta
Daily Archives: March 6, 2015
Jesus, the Son of Man
I heard of it recently, but I am come to be aware that it is crucial that "the Son of Man" could be more essential than "The Son of God". As for the Jews, it is from Daniel 7:13. That … Continue reading
Posted in Theologization
Leave a comment
Fun with Prime
It would appear that the mystery of prime gap is of interest to me for the distribution of primes. It seems that there's a pattern of gaps building up. While there have been many conjectures out there pertaining to the … Continue reading
Posted in Mathematics, Projects
Leave a comment
C++
C++ implements vector & set libraries. Which are fascinating. On iterators, Vectors use random access iterators while sets use bidirectional iterators. The difference: random access iterators are treated like an indexed array thereby allowing some basic integer operation. Bidirectional iterators … Continue reading