Computer Science Canada Programing Experiment (FreeTuring) |
Author: | Dan [ Mon Jun 25, 2007 9:39 am ] |
Post subject: | Programing Experiment (FreeTuring) |
Just somthing i was messing with last night. Not worth the look if you don't care about turing at all. http://compsci.ca/dan/freeturing/FreeTheTuring2.mpeg YouTube'efied version is available at http://www.youtube.com/watch?v=tdOnABZmpoU -- low quality, can't really read any text. |
Author: | Tony [ Mon Jun 25, 2007 11:49 am ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Yey, a screen cast! So... jTuring? How viable is it to get full compatibility going? |
Author: | rdrake [ Mon Jun 25, 2007 12:02 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Looks like the name might potentially be OpenT. At least that's the name for now... since some person registered OpenTuring already. |
Author: | wtd [ Mon Jun 25, 2007 12:18 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
So... no open source? Might be interesting to rewrite it in Scala. ![]() |
Author: | rizzix [ Mon Jun 25, 2007 12:18 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Well I don;t know about FreeTuring. Which is pretty impressive, but OpenT is opensource. It is licensed under the MPL. Which is pretty flexible. PS: I need Dan's gmail :\ |
Author: | Dan [ Mon Jun 25, 2007 5:09 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
This is just a litte test i did as a prof of conspect. It is not a full complier by any means, it is closer to what turing aucataly dose to complie it's code. If we ever make a fully working complier/interiptier/pesdocode generator it will deftaly be open sorce. The reason why i called it FreeTuring for this test rather then OpenTuring is that i found another project called OpenTuring when googled the word. I whould realy like to see a project get going that dose a good open sorce implemenation of turing however i am rather busiey with dwite. As for turings comment right now it only dose put and var statments tho it suports lots of the built in functions as you can see like chr() ord() the math ones (cos, sin, ect), and basicly any that are not clases or graphic/musick realted and real functions. |
Author: | Dan [ Mon Jun 25, 2007 9:41 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Heh, i just realised that my video there had sound in it. Apperntly the screen caputre program i used was smart enought to turn on my mic or try to record the musick i was planing at the time. However it seems to have come out rather distorted. |
Author: | zylum [ Mon Jun 25, 2007 11:02 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Strange, I can't get it playing on my computer ![]() |
Author: | Clayton [ Tue Jun 26, 2007 11:41 am ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
This is actually pretty cool. How long have you been working on this Dan? Offtopic: What song was that playing in the video? I know I've heard it before... EDIT: And what program did you use for the screen capture? |
Author: | neufelni [ Tue Jun 26, 2007 4:13 pm ] |
Post subject: | Re: RE:Programing Experiment (FreeTuring) |
zylum @ Mon Jun 25, 2007 11:02 pm wrote: Strange, I can't get it playing on my computer
![]() I also can't play it on my computer. It takes a long time to load and then I get a blank screen . |
Author: | Amailer [ Tue Jun 26, 2007 4:14 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
What the above said - exactally :/ Do i have to play it on WMP or something? |
Author: | DIIST [ Tue Jun 26, 2007 4:41 pm ] |
Post subject: | Re: Programing Experiment (FreeTuring) |
Try "save link as" or "save target as" and just save it to you computer. I had the same problem too. It loaded and all it showed was some white box and a line. ![]() |
Author: | octopi [ Tue Jun 26, 2007 4:42 pm ] |
Post subject: | Re: Programing Experiment (FreeTuring) |
Its probally a codec issue, I didn't have the codec on either of my computers, I tried to download it on the one but it just caused windows media player to crash when it tried to load the file, so I just gave up. |
Author: | Dan [ Tue Jun 26, 2007 5:47 pm ] |
Post subject: | Re: RE:Programing Experiment (FreeTuring) |
Clayton @ 26th June 2007, 11:41 am wrote: This is actually pretty cool. How long have you been working on this Dan?
That was just one night of playing around in java. Quote: What song was that playing in the video? I know I've heard it before... VA - Summer Dance Megamix Vol.1 (2007) Quote: EDIT: And what program did you use for the screen capture? xvidcap, it is in the protage tree for the gentoo users out there. To thos not being able to get it to play, it enconded as MPEG4 (DIVX). You may need the codec to play it, you could also try divx player. The audo part is MPEG2. It was made an record on linux and i only tested it on linux. There are some flash versions i tryed to make, however there quality is lacking and it is hard to read the text. |
Author: | rizzix [ Tue Jun 26, 2007 6:10 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
umm guys use VLC it works. |
Author: | zylum [ Tue Jun 26, 2007 6:13 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
I tried wmp, the divx player and even windows media player classic and all i get is the audio ![]() Since I can't play it, can someone tell me whats in the video? |
Author: | zylum [ Tue Jun 26, 2007 6:42 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
wooo VLC works indeed! Very nice dan. So you just got the variables working? btw, can everyone see my sig? for some reason I get asked to log in to my school webspace before it shows up. |
Author: | Cervantes [ Tue Jun 26, 2007 7:32 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
I don't see any sig of yours, sorry. Firefox, Kubuntu. |
Author: | Clayton [ Tue Jun 26, 2007 7:36 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Dan removed it. It was causing this: ![]() |
Author: | zylum [ Tue Jun 26, 2007 8:04 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Yeah, that's what I get aswell. I don't know why. I uploaded the image the same way I did for the images in my collision tutorial and those don't cause this. edit: nvm, I seem to have fixed it ![]() edit 2: So Dan, are you using any compiler generation tools or are you doing everything from scratch? If we were serious in this project, then I would suggest using the tools Flex and Bison. I'm reading up on these tools right now and they look really nifty. |
Author: | rizzix [ Wed Jun 27, 2007 10:30 am ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
SableCC is more "nifty" ![]() If we were to use anything other than java-platform languages it would be Parsec + GHC. But we got bytecode optimizers for free. So we'll be sticking to Java ![]() |
Author: | Mazer [ Wed Jun 27, 2007 1:25 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Will you be doing any graphics as well? |
Author: | rizzix [ Wed Jun 27, 2007 1:40 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Yes. GUI and everything will be done eventually. |
Author: | CodeMonkey2000 [ Wed Jun 27, 2007 2:24 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Can you post the video on youtube? All I get is distorted sound with no video and my internet is pretty slow ![]() |
Author: | Tony [ Wed Jun 27, 2007 3:29 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
http://www.youtube.com/watch?v=tdOnABZmpoU The text is blurred just enough so that you can't actually read it, but you can check out Dan's awesome desktop! |
Author: | zylum [ Wed Jun 27, 2007 3:57 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
codemonkey, try using VLC. I had the same problem as you and then it magically played on VLC. |
Author: | CodeMonkey2000 [ Wed Jun 27, 2007 7:58 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
That's pretty cool. Oh and VLC does work ![]() |
Author: | Dan [ Wed Jun 27, 2007 8:28 pm ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
I uploaded some versions to this flolder awhile ago if you whont a flash version: http://compsci.ca/dan/freeturing/ http://compsci.ca/dan/freeturing/FreeTheTuring.html Not shure if it is readable tho. |
Author: | abcdefghijklmnopqrstuvwxy [ Thu Jun 28, 2007 1:31 am ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
i couldn't make out a bloody word on the screen in that video... |
Author: | Mazer [ Thu Jun 28, 2007 10:37 am ] |
Post subject: | RE:Programing Experiment (FreeTuring) |
Did you take out the... music? |