CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 115 users online: 4 members, 80 guests and 31 bots.
Members: ACagliano, HOMER-16, iconmaster.
Bots: VoilaBot (3), Spinn3r (2), MSN/Bing (1), Magpie Crawler (4), VoilaBot (2), Googlebot (6), Googlebot (12), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Author Message
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 07:24:12 am    Post subject: Alpha Releases

0.0.04a has been released. The main focus has been switching the parser to a PLY-based parser (PLY is included), but code for some operations on matrices and lists was added. As usual, do not assume anything works until you have tried it.
Sorry to the people who wanted buttons to push rather than being forced to enter expressions into a text box...

edit:
The parser is misconfigured (doh!), so be prepared for unexpected results. (Although I didn't find any with the short test script I've got)
_________________


Last edited by proegssilb on 22 Aug 2006 08:34:04 am; edited 1 time in total
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55761
Location: Earth, Sol, Milky Way

Posted: 22 Aug 2006 07:28:58 am    Post subject:

Excellent. What yuou forgot to mention, though, is this:
http://t83.sourceforge.net

Edit: Hmm, nothing there....
_________________




Last edited by KermMartian on 22 Aug 2006 07:31:48 am; edited 1 time in total
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 07:30:32 am    Post subject:

That shouldn't be T83, but thanks for pointing out the omission >.<
https://sourceforge.net/projects/t83/
_________________


Last edited by proegssilb on 22 Aug 2006 07:33:07 am; edited 1 time in total
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55761
Location: Earth, Sol, Milky Way

Posted: 22 Aug 2006 07:32:54 am    Post subject:

proegssilb wrote:
That shouldn't be me, no, but thanks for pointing out the omission >.<
https://sourceforge.net/projects/t83/
Ah, there we go. I was searching for it as you posted that.
_________________


Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 07:34:59 am    Post subject:

Yeah, I haven't uploaded a website yet....
Not even a redirect.... /me checks how to send a redirect header in PHP
_________________
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55761
Location: Earth, Sol, Milky Way

Posted: 22 Aug 2006 07:36:49 am    Post subject:

You can send a php redirect like this:
Code:
header("Location: http://www.url.com");

_________________


Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 07:55:09 am    Post subject:

Thank you. Just put in a dummy page redirecting to SF's builtin.... Confusing for those who just came from the main project page, but oh well....
_________________
Back to top
Kllrnohj


/=\ PH34R |\/|3


Joined: 24 May 2005
Posts: 8189

Posted: 22 Aug 2006 08:24:05 am    Post subject:

Just so you know, you are redirecting to https:// instead of http:// - might want to change that Wink
_________________
There are only two kinds of programming languages: those people always bitch about and those nobody uses. (Bjarne Stroustrup)
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 08:26:54 am    Post subject:

Clarify on how that is a problem and I might. I thought it made sense to redirect to https:// because SF does a boatload of stuff with https://, and seems to use http:// as a fallback.
_________________
Back to top
Kllrnohj


/=\ PH34R |\/|3


Joined: 24 May 2005
Posts: 8189

Posted: 22 Aug 2006 08:42:46 am    Post subject:

Its overkill and provides an extra layer of complexity that doesn't need to be there. You aren't transfering anything secure, so why use https? It also won't work for any webbrowser that doesn't support SSL (for example, some embedded webbrowsers in handhelds like PDAs and the PSP don't like https).

And the only stuff sf does in https is when you are logged in Wink
_________________
There are only two kinds of programming languages: those people always bitch about and those nobody uses. (Bjarne Stroustrup)
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Aug 2006 08:48:11 am    Post subject:

I changed it, for better or worse.
_________________
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55761
Location: Earth, Sol, Milky Way

Posted: 22 Aug 2006 07:53:47 pm    Post subject:

proegssilb wrote:
I changed it, for better or worse.
Indeed, I noticed that myself and was considering donig something about it, but I figured Proegssilb might have a reason for using https/
_________________


Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 08 Sep 2006 06:14:20 pm    Post subject:

https://sourceforge.net/projects/t83/
0.0.05a released... Primarily fixes, but that doesn't mean it works.
_________________
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 19 Sep 2006 10:46:02 pm    Post subject:

http://sourceforge.net/projects/t83/
0.0.06a released. Two features added: (1)Ability to define functions (eg, 'fucall(A)=2A') (2) The updated GUI (hitting enter while using the textbox should work, added a keypad)
I *just* finished releasing it, so do consider waiting a while before donwloading; Currently, there's three mirrors, two of which are in Europe. An hour should be a long enough wait.

(Added:)
Run the file 'Tablet83Gui.py' in order to get the GUI.
If you extract to the same folder as a previous installation, I'd recommend cleaning it out first; the wrong file might be used otherwise, causing any number/type of errors
_________________


Last edited by proegssilb on 20 Sep 2006 06:26:35 am; edited 2 times in total
Back to top
jpez


Underboss of Cemetech


Joined: 04 May 2005
Posts: 2774
Location: Seattle

Posted: 19 Sep 2006 10:49:45 pm    Post subject:

Wow, I'm surprised that you finally got the sourceforge site! Congrats! When can we expect to see a beta?
_________________
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 20 Sep 2006 05:35:21 am    Post subject:

jpez wrote:
When can we expect to see a beta?

I was thinking after graphing (possibly program support?) get some attention.
I've been doing alpha after alpha because, in my mind, beta requires close to full feature set.
If people want me to release betas that don't have the full feature set, but work pretty well for what they are intended to do, I'll work on it.
_________________
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55761
Location: Earth, Sol, Milky Way

Posted: 22 Sep 2006 11:24:13 am    Post subject:

I tend to think of it in terms of stability: alpha = crashy, beta = debugged, final = perfect (as much as possible).
_________________


Back to top
Glenn


Expert


Joined: 16 Jan 2006
Posts: 557
Location: virginia

Posted: 22 Sep 2006 02:19:17 pm    Post subject:

you might want to do what i am doing, evey main feature addition add a new full release, though you would make that new beta then final.
_________________



Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 22 Sep 2006 04:46:04 pm    Post subject:

Glenn wrote:
you might want to do what i am doing, evey main feature addition add a new full release, though you would make that new beta then final.

I would have gone through ten releases already then. Very Happy

Kerm, I was thinking about going back through the releases and checking them for stability, possibly marking the better ones as betas, but I thought that wasn't quite a valid use of the system...
I'm sure people will comment if they have a strong enough opinion.
_________________
Back to top
proegssilb


Advanced Member


Joined: 18 May 2006
Posts: 195
Location: /bin/proegssilb

Posted: 27 Sep 2006 06:47:44 pm    Post subject:

http://sourceforge.net/projects/t83/
0.0.07a released an hour ago. The almost only change is I added a fair number of buttons to the GUI.
As far when there will be a beta, I'm going to go through and add a ton of test script(s), but I need people's feedback on the GUI...
Edit:
There has already been a bug found in the parser. The easiest sign of a bug is if GUI 'hangs' for an unusually long time. Running calcMan.py (the command-line interface) can also help; look for a traceback at the end of the ouptut...
No one said I had this release mostly done, right? Good.
_________________
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.036490 seconds.