#!/usr/bin/ruby

# Makes a multidimension array (matrix) with the width and height of n
...

Ruby Multidimension array and math

by cmol, June 03, 2010 12:46, 2 refactorings, tagged with math, square, rules

Hi

I made this piece of ...

57501c8a3e6ab9ad33df9a6203df8860 Talk
# camera related
def frame_diagonal(frame_horizontal, frame_vertical)
	@frame_diagonal = Math.sqrt((frame_horizontal**2) + (frame_vertical**2))
...

Ruby Photograhy methods

by sfusion.myopenid.com, December 05, 2008 11:42, 4 refactorings, tagged with math, ruby, photography, camera, lens

Any comments, corrections, ...

4f5d54213efb6502baab202f3fb2f09e Talk
#formula_ga.rb

require 'equation'
...

Ruby Genetic algorithm for makin...

by naturalcode, June 09, 2008 01:55, 1 refactoring, tagged with math, genetic algorithm, evolution

I'm working on a genetic al...

8331396d01d101f09bd298cfb5a0fd5a Talk