Menu

Close
  • Home
Subscribe
CodeCorner Menu

Balhau

62 posts
← Newer Posts Page 8 of 13 Older Posts →

Power of Two

Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == value) } The previous »

Balhau on boolean, logic, mathematics, development, algorithms 25 March 2016

Proxying system calls

Intro This is an experimental repository with some native code (target for linux) to proxy some libc calls and by doing this being able to monitor »

Balhau on hacking, kernel, development, networking 21 March 2016

QCon day three

Monkeys in lab coats: Applying Failure Testing Research @Netflix This keynote was presented by the duo Kolton Andrus and Peter Alvaro and it was a pretty »

Balhau on qcon, conferences, development 09 March 2016

QCon day two

Reflections on software arquitecture This first talk of the second day was given by a lady called Linda Northrop. Well, this is a little embarrassing to »

Balhau on conferences, qcon, development 09 March 2016

QCon day one

Open talk This first talk was pretty amazing. It was all about papers and the importance of reading them. This opening presentation showed us a bunch »

Balhau on qcon, conferences, development 07 March 2016
← Newer Posts Page 8 of 13 Older Posts →
CodeCorner © 2025
Proudly published with Ghost