Related Posts
[CODE/JAVA] Scanner – read a full line
I was solving problems at HackerRank to teach a friend how to code in Java and to process the input data it’s convenient to use Java’s built in Scanner class. However, in one of the problems we wanted to read a whole line at once and we noticed that the Scanner’s API is geared towards […]
FrostWire for Android breaks past its first 250k lines of source code
——————————————————————————– Language files blank comment code ——————————————————————————– Java 1950 101133 77855 256590 XML 126 480 2351 9308 XSD 2 28 57 187 Bourne Again Shell 1 30 17 147 ——————————————————————————– SUM: 2079 101671 80280 266232 ——————————————————————————– Help wanted
Python Reference: Binary Operators
Python binary operators are pretty much the same as in any other language, however I notice most programmers tend to waste a lot of memory by creating lots and lots of properties say in DB tables, or Objects and using the wrong datatypes. I think its elegant to use the concept of binary flags, for […]