User talk:ShinTakezou: Difference between revisions

From Rosetta Code
Content added Content deleted
(On Poly long division)
Line 15: Line 15:
::Windows. Small hassle to install it. Once I have enough time to shop for new computer parts and install them I'll get Linux back. --[[User:Mwn3d|Mwn3d]] 13:30, 15 April 2009 (UTC)
::Windows. Small hassle to install it. Once I have enough time to shop for new computer parts and install them I'll get Linux back. --[[User:Mwn3d|Mwn3d]] 13:30, 15 April 2009 (UTC)
:::[http://www.ffnn.nl/pages/articles/linux/vmware-player-image-creation.php VMWare to the rescue] :-P --[[User:Short Circuit|Short Circuit]] 14:59, 15 April 2009 (UTC)
:::[http://www.ffnn.nl/pages/articles/linux/vmware-player-image-creation.php VMWare to the rescue] :-P --[[User:Short Circuit|Short Circuit]] 14:59, 15 April 2009 (UTC)

==On Poly long division==
I saw your comment when you created the task. I found the description and example to be enough to allow me to code the Python example, thanks. <br>
Strictly speaking, what's down for degree() isn't really pseudocode, but a textual description; but together with your worked example with its diagrams I was able to do the task. Thanks again, --[[User:Paddy3118|Paddy3118]] 19:07, 17 June 2009 (UTC)

Revision as of 19:07, 17 June 2009

Hey I just looked over RCSNUSP/C and I like it. I'm happy to see that it looks a bit like my Java version (big case statement in a loop). I don't think we've had a lot of C activity for a while. Maybe you could change that. Good to have a loyal reader join the cause. --Mwn3d 14:52, 3 December 2008 (UTC)

Tex/LaTeX/doc prep

I realize RC has become primarily a calculating-language site over its lifetime, but there are one or two tasks where TeX or LaTeX are in use. Could you take a peek at those, and possibly come up with some more tasks related to document structure/generation? (Is that the category TeX falls under? I'm not really sure.) --Short Circuit 05:40, 19 March 2009 (UTC)

InFiNiTy CoMpLeX

You wouldn't happen to be familiar with a game called InFiNiTy CoMpLeX, would you? It was nostalgia for that that inspired me to write RCRPG in the first place. Your C version implemented some features that brought fresh pangs of nostalgia. ("It slides well!" "doh!") --Short Circuit 06:06, 6 April 2009 (UTC)

Learning Matlab

I'm gonna be using Matlab for a project coming up so I'll be learning things that may work in Octave. I just wanted to warn you that I'll probably ask you to check things before I start putting up examples in case I can do any tasks. I'm not sure how proficient I'll get, but I might be able to do something. --Mwn3d 01:15, 15 April 2009 (UTC)

No problem. I am a beginner in Octave anyway! And... why can't you install Octave on your machine? --ShinTakezou 11:46, 15 April 2009 (UTC)
Windows. Small hassle to install it. Once I have enough time to shop for new computer parts and install them I'll get Linux back. --Mwn3d 13:30, 15 April 2009 (UTC)
VMWare to the rescue :-P --Short Circuit 14:59, 15 April 2009 (UTC)

On Poly long division

I saw your comment when you created the task. I found the description and example to be enough to allow me to code the Python example, thanks.
Strictly speaking, what's down for degree() isn't really pseudocode, but a textual description; but together with your worked example with its diagrams I was able to do the task. Thanks again, --Paddy3118 19:07, 17 June 2009 (UTC)