4
18
Rating:
This post has a quality rating of 4, base on 1 rating
Impact:
This post has a impact factor of 18 and 2731 pageviews

Solving Unblock me: Recognizing board configuration in a screenshot using Mathematica

Unblock me is a puzzle game in iphone. It's originated from rush hour. I am interested in solving the board game using computer. I can enter the board configuration into the computer one by one, but I would like to do it automatically. With image processing capatibability in Mathematica, the process can be done rather easily by taking screenshot.

11 Dec 10
0
10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 10 and 859 pageviews

Adding Garbage collector to MathOO

Is it possible to add garbage collector to MathOO which is practical?

In Mathematica, variables with downvalues will not be collected even it has the attribute "temporary".

Since MathOO makes extensive use of downvalues for both class and object, is it possible to overcome ...

10 Nov 10
0
12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 1129 pageviews

An open source project with basic packages in MathOO

A package is released as open source project in GoogleCode/MathOO-packages. The aim of the project is to provide basic utilities and basic classes using MathOO, so that you can use it in an object oriented way. In the initial release, 1.0b, a dictionary class (associated array) is provided.

08 Nov 10
0
12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 1137 pageviews

Documentation of dict: A Mathematica Dictionary(Associative Array) using MathOO

This document is a documentation of the dict class in MathOO-packages. Basically it behaviors very similarly to Python dict.

08 Nov 10
0
3
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 3 and 961 pageviews

Tutorial on using MathOO

This is a basic tutorial about using MathOO, the internal structure of MathOO, and how MathOO works.

05 Nov 10
0
11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 892 pageviews

Benchmarking your MathOO

Code is provided to benchmark the performance of MathOO.

05 Nov 10
0
10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 10 and 980 pageviews

Documentation of MathOO

It is a documentation of MathOO, listing most of its functions and usage.

05 Nov 10
0
17
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 17 and 619 pageviews

MathOO bugs report

Please report bugs of MathOO here by leaving a comment. State the details of the bug, and please post any code involved.

05 Nov 10
0
1
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 1 and 526 pageviews

Features Request and Improvement suggestions

Please leave your comment below for any features request or improvement for MathOO. Thank you.

05 Nov 10
0
13
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 13 and 2580 pageviews

MathOO: Adding Python style Object Orientation to Mathematica with MathOO (1.0 beta launch) [Alternative to Objectica]

Mathematica is a very useful software in many science fields. It supports procedural programming and functional programming. However, it does not support the modern object oriented programming. If you would like to add that, there is a package called Objectica, and it will cost you quite a fortune ($1000 on 3/11/2010).

Here I have developed a Mathematica ...

05 Nov 10 | 3 comments