View chart_utils.js
| if (!window.ChartUtils){ | |
| /** | |
| Module ChartUtils | |
| Extends Object class with several useful methods to allow better encapsulation mechanisms.<br> | |
| Exposes a few utility functions | |
| @module ChartUtils | |
| */ |
View chart_utils.js
| if (!window.ChartUtils){ | |
| /** | |
| Module ChartUtils | |
| Extends Object class with several useful methods to allow better encapsulation mechanisms.<br> | |
| Exposes a few utility functions | |
| @module ChartUtils | |
| */ |
View sudoku_profiler.py
| ''' | |
| Created on 15/dic/2012 | |
| @author: mlarocca | |
| ''' | |
| from sudoku_solver import solve_sudoku | |
| super_hard = [[0,0,3,0,0,5,4,1,0], | |
| [0,0,0,1,0,0,0,8,5], | |
| [0,0,0,3,0,0,6,0,0], | |
| [0,0,0,0,3,0,0,6,0], |