Search the web
Sign In
New User? Sign Up
jsci
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 71 - 112 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
71
Is the AutoUpdate source available?...
anthonyjbarbaro
anthonyjbarbaro@...
Send Email
May 20, 2002
8:03 am
72
On Mon, 20 May 2002, anthonyjbarbaro wrote: > Is the AutoUpdate source available? > Yep, find it attached. Mark import java.io.*; import java.net.*; ...
Mark Hale
m.hale@...
Send Email
May 20, 2002
1:03 pm
75
Hi, A new release of JSci is ready for download. The big change in this version is that I have replaced all the periodic table classes by XML files (packaged...
Mark Hale
mj_hale
Offline Send Email
May 28, 2002
12:49 am
77
Hi, I was playing around with LognormalDistribution class and it seemed to me that there is a bug in the cumulative() method, line 50: instead of ...
a_tumanov
Offline Send Email
Jul 18, 2002
8:51 am
78
Albert, Thanks. I have corrected the code on the CVS, so it will be fixed in the next release. Regards, Mark ... class and it seemed...
mj_hale
Offline Send Email
Jul 18, 2002
11:43 am
79
Hello, i was wondering if anybody has tried saving the bargraphs/linegraphs/piecharts they created with JSci as an image into a postscript file (for printing)....
katoulia
Offline Send Email
Aug 15, 2002
2:29 pm
88
Hi, The JSci suite of Java classes looks like something I could find really useful. However I am still a relative beginner with Java and am having trouble...
ros_archer
r.archer@...
Send Email
Oct 29, 2002
8:46 am
90
Try using the latest Java 1.3, eg 1.3.1, and make sure you have an uptodate Java plugin installed....
Mark
mj_hale
Offline Send Email
Oct 30, 2002
9:26 pm
91
Hi, I have just released a new version of JSci. It has been quite some time since the last release, although the Sourceforge CVS has been kept uptodate during...
Mark <mark.hale@...>
mj_hale
Offline Send Email
Dec 20, 2002
6:43 pm
92
You may consider removing the JDoubleBufferedComponent class since Swing components by default are double-buffered. Just a thought....
Ryan Phelps <ryan@...>
ryancerium
Offline Send Email
Feb 7, 2003
11:50 pm
93
... True, but I'm not sure exactly how it is implemented in Swing. So, I turn it off and provide my own custom version. Advantage is I can fine-tune it for...
Mark <mark.hale@...>
mj_hale
Offline Send Email
Feb 14, 2003
5:34 pm
94
I was wondering if anybody has tried saving the bargraphs/linegraphs/piecharts they created with JSci as an image into a jpg or png file? Thanks again!...
netkgb007
Offline Send Email
Mar 26, 2003
10:39 am
95
... I think this is possible if you have J2SE 1.4.1 or appropriate 3rd party libraries. You would need to do something like: BufferedImage img = new...
mj_hale
Offline
Apr 5, 2003
4:30 pm
96
Thank you so much!...
netkgb007
Offline Send Email
Apr 6, 2003
9:47 am
97
Hi, New version available for download. Here's a list of what's new: - added BarGraph/JBarGraph, rename existing one to LayeredBarGraph - added printing...
mj_hale
Offline
Apr 6, 2003
8:07 pm
98
Hi- I have been using Jsci for a few months and I was very happy to stumble accross it instead of reinventing the wheel. I'm doing some java & DSP filter...
jjfarris
Offline Send Email
Apr 10, 2003
3:59 am
99
Mark, I'm getting "illegal character" compiler errors on some cvs source files. John Gleeson...
matematico999
Offline Send Email
Apr 10, 2003
3:57 pm
100
Mark, I am interested in experimenting with automatic computation of derivatives in Java. See <http://www.autodiff.org/> for more on computational...
matematico999
Offline Send Email
Apr 10, 2003
4:14 pm
101
Hi Jeff, Currently, the graphs don't allow for a logarithmic scale. But, I could probably add that feature over the weekend. If you want to DIY, then you...
mj_hale
Offline
Apr 11, 2003
1:37 am
102
Hi, Yes, I am definitely interested in adding computational differentiation to JSci. Mark ... derivatives in Java. See <http://www.autodiff.org/> for more on ...
mj_hale
Offline
Apr 11, 2003
1:45 am
103
Log X and log Y plots are now possible. Download v0.9011 from the web site....
mj_hale
Offline
Apr 14, 2003
9:19 pm
104
Hi, I have some questions: a) in CVS HEAD of today there are ^Z (ASCII 26) characters in lots of files. How can I get rid of these? I'm using the Eclipse CVS...
rolf_wilms
Offline Send Email
Apr 15, 2003
9:22 pm
105
Thank you very much -- works perfectly. -Jeff ... web ... DIY, ... screenToData ... to ... any ... appreciated....
jjfarris
Offline Send Email
Apr 16, 2003
1:48 am
106
... of ... Try re-saving the files in notepad/wordpad. Are the latest revisions effected by ctrl-z or just old files? ... crosscorrelation ... the ... to ... ...
mj_hale
Offline
Apr 16, 2003
10:14 pm
107
Mark, ... All affected files were from CVS HEAD, thus the newest revisions available. Haven't checked them all for age, but this one is relatively new:...
rolf_wilms
Offline Send Email
Apr 18, 2003
1:49 pm
108
... <snip> I'm seeing exactly the same problem. -John...
John Gleeson
matematico999
Offline Send Email
Apr 18, 2003
2:56 pm
109
dear sirs, i have been using JSci recently. it worked fine. however when i have attempted using the eigenSolveSymmetric(x,v) function, i get an error saying "...
salih_alborno
Offline Send Email
Apr 21, 2003
8:10 pm
110
Salih, the second parameter receiving the eigenvectors in eigenSolveSymmetric is missing. There is no function eigenSolveSymmetric with only one parameter. ...
Rolf Wilms
rolf_wilms
Offline Send Email
Apr 21, 2003
8:51 pm
111
I would also like to point out that the matrix in your example code is ... It is sufficient to just use: double g[]; Regards, Mark ... ...
mj_hale
Offline
Apr 22, 2003
4:48 pm
112
The cause of the problem seems to be my text editor. I'll try using another one, see if that helps. ... files....
mj_hale
Offline
Apr 24, 2003
1:42 pm
Messages 71 - 112 of 369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help