Go Back   Wiremod Forums > Wiremod Skills > Wiremod Challenges

Wiremod Challenges Official wiremod challenges are issued here.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-23-2008   #21 (permalink)
Newbie
 
ELApollo66's Avatar
 

Join Date: Oct 2008
Location: The World
Posts: 8
ELApollo66 is on a distinguished road
Send a message via ICQ to ELApollo66 Send a message via AIM to ELApollo66 Send a message via MSN to ELApollo66 Send a message via Yahoo to ELApollo66
Default Re: [Extremely Hard] Wired Calculator

Quote:
Originally Posted by robertark View Post
So you're working on that? What *is* RPN?
Quote:
Originally Posted by AzraelUK View Post
So you're saying that all the calculators in the world should be like the Windows calculator? Try a proper scientific calculator and you'll see just how shit the Windows one is.

Also, I'm working on CPU code for a Polish notation parser which is essentially a Lisp parser. And then you can be like "RARARARARARA."

Also, RPN is clearly the best way for a calculator to work. An RPN calculator is essentially an exercise in stack manipulation. I should make a CPU program for an RPN calculator using the wired keyboard.
ELApollo66 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 10-23-2008   #22 (permalink)
Newbie
 
robertark's Avatar
 

Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 23
robertark is an unknown quantity at this point
Send a message via AIM to robertark Send a message via Yahoo to robertark
Default Re: [Extremely Hard] Wired Calculator

Oh, nevermind.. *Brainfart*
__________________
"Knowledge is power, and without power you're nobody." -Self




robertark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2008   #23 (permalink)
Newbie
 
100 Cotton's Avatar
 

Join Date: May 2008
Posts: 12
100 Cotton is on a distinguished road
Default Re: [Extremely Hard] Wired Calculator

You could have just said to make one of these lol: http://upload.wikimedia.org/wikipedia/commons/0/0d/Texas_Instruments_TI-89.jpg

Would be pretty cool to see one though.
100 Cotton is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2008   #24 (permalink)
Newbie
 
robertark's Avatar
 

Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 23
robertark is an unknown quantity at this point
Send a message via AIM to robertark Send a message via Yahoo to robertark
Default Re: [Extremely Hard] Wired Calculator

Quote:
Originally Posted by AzraelUK View Post
Did I say you specified it had to work exactly like the Windows calculator? Sure, but not EXACTLY, keyword: "LIKE"


RPN is much easier to work with, as the logic is like this:
Code:
loop:
  if number then push onto stack
  if operator call the appropriate function which will pop the two most recent ones on the stack and push the result.
EDIT: I'm now working on a register-based calculator in E2.
Quote:
Originally Posted by ELApollo66 View Post
Quote:
Originally Posted by 100 Cotton View Post
You could have just said to make one of these lol: http://upload.wikimedia.org/wikipedia/commons/0/0d/Texas_Instruments_TI-89.jpg
Would be pretty cool to see one though.
That's what I mean, then
__________________
"Knowledge is power, and without power you're nobody." -Self




robertark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2008   #25 (permalink)
COMPLETE BLOODY BASTARD

 
AzraelUK's Avatar
 

Join Date: Aug 2007
Location: Camelot, it is a silly place.
Posts: 580
AzraelUK is on a distinguished road
Send a message via MSN to AzraelUK
Default Re: [Extremely Hard] Wired Calculator

Making a fully-functional TI-89 would be madness. Here's a nice picture of the register-based calculator I made.

(click to go to the album page, it has a picture of the back too)

I also tried to add storing to a RAM gate so you could have 64 variables available, but the Wirelink's code is a bit rubbish for hi-speed stuff.

...Wait, I just thought of a possible workaround. Yeah, this should work. BRB, off to the moon.
__________________
A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.
—Antoine De Saint-Exupery
AzraelUK is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2008   #26 (permalink)
Newbie
 
robertark's Avatar
 

Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 23
robertark is an unknown quantity at this point
Send a message via AIM to robertark Send a message via Yahoo to robertark
Default Re: [Extremely Hard] Wired Calculator

Quote:
Originally Posted by AzraelUK View Post
Making a fully-functional TI-89 would be madness. Here's a nice picture of the register-based calculator I made.

(click to go to the album page, it has a picture of the back too)

I also tried to add storing to a RAM gate so you could have 64 variables available, but the Wirelink's code is a bit rubbish for hi-speed stuff.

...Wait, I just thought of a possible workaround. Yeah, this should work. BRB, off to the moon.
Wickedly awesome job AzrealUK

I agree about the T-89's madness -- but *that's* the challenge, muahaha

(remember, qualifications are listed in main post, it doesn't have to be just like the TI-89 [for those of you who are wondering heh])

Gj, anyone else?
__________________
"Knowledge is power, and without power you're nobody." -Self




robertark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2008   #27 (permalink)
Newbie
 
robertark's Avatar
 

Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 23
robertark is an unknown quantity at this point
Send a message via AIM to robertark Send a message via Yahoo to robertark
Default Re: [Extremely Hard] Wired Calculator

Oh ps: is there anyone else workin' on this
__________________
"Knowledge is power, and without power you're nobody." -Self




robertark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2008   #28 (permalink)
COMPLETE BLOODY BASTARD

 
AzraelUK's Avatar
 

Join Date: Aug 2007
Location: Camelot, it is a silly place.
Posts: 580
AzraelUK is on a distinguished road
Send a message via MSN to AzraelUK
Default Re: [Extremely Hard] Wired Calculator

Thanks, Robertark I might try making an RPN calculator with the CPU due to its inbuilt stack. I'd do it with E2 but hispeed wirelinks seem to be broken.
__________________
A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.
—Antoine De Saint-Exupery
AzraelUK is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2008   #29 (permalink)
Newbie
 
ELApollo66's Avatar
 

Join Date: Oct 2008
Location: The World
Posts: 8
ELApollo66 is on a distinguished road
Send a message via ICQ to ELApollo66 Send a message via AIM to ELApollo66 Send a message via MSN to ELApollo66 Send a message via Yahoo to ELApollo66
Default Re: [Extremely Hard] Wired Calculator

Someone should start with the TI-10 and keep going up the progression until they can't anymore
ELApollo66 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2008   #30 (permalink)
Newbie
 
quantumdude's Avatar
 

Join Date: Aug 2008
Location: USA
Posts: 7
quantumdude is on a distinguished road
Default Re: [Extremely Hard] Wired Calculator

Heh, this might be easy for me, because I've got the source code of a java version of the windows calculator (well, it's got most of the functions - the rest I can just figure out)

EDIT: making a TI-89 wouldn't be THAT hard - you've got the wire CPU, now you just have to rewrite the TIOS :P
__________________

92% of teens have moved onto rap. If you are part of the 8% that still listen to real music, copy and paste this into your signature.
98% of teens smoke, or have smoked before in their life. If you are part of the 2% that hasn't/doesn't, copy this into your sig.
iPhail

Last edited by quantumdude; 11-01-2008 at 10:46 AM.. Reason: I need no reason for editing
quantumdude is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply

Bookmarks

Tags
calculator, contest, hard, scientific, wiremod

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -7. The time now is 11:34 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.

Page top