Menu

Close
  • Home
Subscribe
CodeCorner Menu

mathematics

A 4-post collection

Page 1 of 1

Monoids and Code

Functions and methods There are lots of strange names when the topic is programming. People is immensely and as a result we have names for virtually »

Balhau on mathematics, development, functional-programming 02 April 2018

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

On learning process

Lately I've been keen to learn a new language. This time a native compiled language. Some time ago I look into the Go programming language. I »

Balhau on education, learning, algorithms, mathematics 21 November 2015

IO day 2

On this second day of Io language tutorials the first exercise is a classic First question A Fibonacci sequence starts with two 1s. Each subsequent number »

Balhau on iolanguage, programming, algorithms, mathematics 08 December 2014
Page 1 of 1
CodeCorner © 2025
Proudly published with Ghost