I removed the downloads for this project. Tools such as Maxima and Octave should be used instead.
Much new stuff is planned, yet I've only hacked a little at it.
Many ideas have failed.
Some have worked. The next release will have some ability to handle equations. I'm not sure how soon or how buggy it will be. Stay tuned.
Fixes -
stupid inverse bug
window refresh when matrix dimensions are changed
Added -
ability to input numbers in decimal form
Edit: 0.98-1 fixes the name for newly created transpose matrices.
Test it out, there's generic number type calling that took me a week. It's not too buggy as far as I've seen.
The latest version of FunkSon has a batch file for windows users who hate command-lining.
Location: run/win32/FunkSon.bat
Smoother, cleaner, and sweeter than ever before.
I'm almost certain that the windows .bat file doesn't work... but someone try and tell me what happens.
The ole java -jar will work for certain, along with the *nix shell scripts.
(BTW, if anyone could binarify a run script, that'd be great help)
Well, that's all I have, test and enjoy.
Source via svn:
svn checkout http://damf.googlecode.com/svn/branches/ branches
Compiled stuffs via svn
svn checkout http://damf.googlecode.com/svn/trunk/ branches
Jar executables and scripts only:
svn checkout http://damf.googlecode.com/svn/trunk/damfjars dist
To browse via... browser:
http://damf.googlecode.com/svn/
Obviously the setup is a little wacked out.
Oh, and the matrix APPLET is broken for the time being.... read more
Can't run a jar file? Have absolutely no idea how to get into the console and type "java -jar funkson.jar" in the right directory?
Well, I can't blame you. Those suckers should auto-run. Luckily, I threw together an Appletified version of FunkSon 3.2 -
http://damfcoding.googlepages.com/MatrixApplet.html
Notes: I've only tried it with java 1.5 and Blackdown 1.4.2. The ladder had messed up refresh, and the gui wasn't too kind.(Matricies won't display if refresh is screwed up)... read more
Moved the source to google, updates on the project will still only be here. The command to get the full source tree is:
svn checkout http://damf.googlecode.com/svn/branches/ yourFolderName
For the full source tree.
On a side note, you can look at the code in your browser now if you'd like. Just browse thru that url.
Due to changing the arrangement of files and the sf.net server not allowing file deletion from cvs... it's all messed up right now.
All .jar bundles have source files in them.
I decided to implement some generic method calls, using some java.lang.reflect classes. Unfortunately, a helper class of mine is independent of "FunkSon."
What does this mean? Two .jar files, one's in a lib/ directory... FunkSon comes in a .zip file now to compensate.
Other updates: Crash fixes, online javadoc, and the ability to add and subtract. Okay, so the basics came a tad late.
Documentation: http://damf.sourceforge.net/doc/
Project accepted, full source code is up in CVS, and the current version of the matrix application, FunkSon, is ready for download.
Phew.
So far, the source is written and compiled to be java 1.3.1 compliant... if you're looking for more usability, and know some java commands, compile it yourself. I'll be adding a 1.5 (5.0) compilation with each release later.