Koalas To The Max -
: Because it requires only a simple "hover" or "swipe" action, the site has been cited as an effective tool for users of eye-gaze technology or those developing motor skills.
# Kadane's algorithm on row_sum to find max subarray sum current_max = row_sum[0] best_here = row_sum[0] for c in range(1, cols): best_here = max(row_sum[c], best_here + row_sum[c]) current_max = max(current_max, best_here) koalas to the max
is a viral interactive web art piece that turns image reveal into a meditative, "bubble wrap" experience. Created by developer Vadim Ogievetsky, the site starts with a single large circle that recursively splits into smaller dots as you hover your cursor over them, eventually revealing a hidden image. The Story Behind the Circles : Because it requires only a simple "hover"