Menu

Close
  • Home
Subscribe
CodeCorner Menu

development

A 24-post collection

← Newer Posts Page 3 of 5 Older Posts →

Chaining Patterns

Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,and by »

Balhau on patterns, development, java, tests 20 August 2016

Sudoku

Today is about a little pet work I did some years ago. In short is about a Sudoku generator I did in Javascript. The interest in »

Balhau on algorithms, development, games, backtracking 26 March 2016

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
← Newer Posts Page 3 of 5 Older Posts →
CodeCorner © 2025
Proudly published with Ghost