Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-19-2010, 07:59 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Programming Exercise #7: Quine

Hello all, and welcome to the return of Programming Exercises! If people still like this, maybe I'll do more.

Your mission, should you choose to accept it, is to write a quine. What is a quine you might ask? Well, a quine is a bit of self-replicating code. In particular, it is a code that produces its own source code as its only output.

Write as short a quine as you can!

This is unlike any previous exercise, but you may also want to take a look at exercises #1, #2, #3, #4, #5, and #6 for previous discussions or for fun.

e: Now open for suggestions for the difficulty of PE#8.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/

Last edited by Tolnaftate2004; 05-20-2010 at 06:27 AM..
Reply With Quote
  #2  
Old 05-19-2010, 08:17 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
PHP Code:
function onCreated() {
  
temp.lines.loadLines("weapons/weaponQuine.txt");
  
lines.saveLines("data/output.txt"false);

Do I win?
__________________
Reply With Quote
  #3  
Old 05-19-2010, 08:22 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by cbk1994 View Post
Do I win?
I had a feeling this would be the first post. Very clever.

Let's try to avoid joining classes, using public functions, and using file I/O. The script should be self-contained and independent of filename and other files.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote
  #4  
Old 05-19-2010, 12:22 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
urgh, i can only come up with infinite-code

Edit:
could just post it here for others to see~
PHP Code:
function onCreated() {
  echo(
"
    function onCreated() {
    echo(/"
function onCreated() {
      
/*infinity echos here*/ 
      
}/");
    }
  "
);

__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you

Last edited by Deas_Voice; 05-19-2010 at 12:42 PM.. Reason: meh...
Reply With Quote
  #5  
Old 05-19-2010, 04:14 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
PHP Code:
function onCreated() { temp.'"'temp."function onCreated() { temp.q = '%s'; temp.s = %s%s%s; temp.s = format(temp.s, temp.q, temp.q, temp.s, temp.q); echo(temp.s); }"temp.format(temp.stemp.qtemp.qtemp.stemp.q); echo(temp.s); } 
__________________
Quote:
Reply With Quote
  #6  
Old 05-19-2010, 06:17 PM
DeCeaseD DeCeaseD is offline
Registered User
Join Date: Jan 2008
Posts: 247
DeCeaseD will become famous soon enough
Don't get this at all.. you should make programming exercises for people who are at a more average level.
Reply With Quote
  #7  
Old 05-19-2010, 07:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by DeCeaseD View Post
Don't get this at all.. you should make programming exercises for people who are at a more average level.
There's not much to it, write code that outputs itself.
__________________
Quote:
Reply With Quote
  #8  
Old 05-19-2010, 07:04 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
which helps out the graal community in so many ways!! o_o
__________________
Reply With Quote
  #9  
Old 05-19-2010, 08:24 PM
Fulg0reSama Fulg0reSama is offline
Extrinsical Anomaly
Fulg0reSama's Avatar
Join Date: Sep 2009
Location: Ohio
Posts: 3,049
Fulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant futureFulg0reSama has a brilliant future
It helps polish the experienced scripters skills.
__________________

Careful, thoughts and opinions here scare people.
Reply With Quote
  #10  
Old 05-19-2010, 08:37 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
So by not posting anything, everyone completed the exercise in a way? ez
__________________
Reply With Quote
  #11  
Old 05-19-2010, 09:40 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by salesman View Post
So by not posting anything, everyone completed the exercise in a way? ez
Quote:
Originally Posted by wikipedia
In some languages, an empty source file is a fixed point of the language, producing no output. Such an empty program, submitted as "the world's smallest self reproducing program", once won the "worst abuse of the rules" prize in the Obfuscated C contest.[1]
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #12  
Old 05-19-2010, 11:15 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Probably the most awkward approach possible.

PHP Code:
function quine() {
temp.q=function(s){temp.o="";temp.i=0;for(i=0;i<s.length();++i){temp.c=s.substring(i,1);if(c=="\n")o@="\\n";elseif(c=="\"")o@="\\\"";elseif(c=="\\")o@="\\\\";else o@=c;}return o;};
temp.s="function quine() {\ntemp.q=function(s){temp.o=\"\";temp.i=0;for(i=0;i<s.length();++i){temp.c=s.substring(i,1);if(c==\"\\n\")o@=\"\\\\n\";elseif(c==\"\\\"\")o@=\"\\\\\\\"\";elseif(c==\"\\\\\")o@=\"\\\\\\\\\";else o@=c;}return o;};\ntemp.s=\"STR\";\ntemp.p=temp.s.pos(\"STR\");\nreturn temp.s.substring(0,temp.p)@temp.q(temp.s)@temp.s.substring(temp.p+3);\n}";
temp.p=temp.s.pos("STR");
return 
temp.s.substring(0,temp.p)@temp.q(temp.s)@temp.s.substring(temp.p+3);

Reply With Quote
  #13  
Old 05-20-2010, 12:44 AM
DeCeaseD DeCeaseD is offline
Registered User
Join Date: Jan 2008
Posts: 247
DeCeaseD will become famous soon enough
Quote:
Originally Posted by Fulg0reSama View Post
It helps polish the experienced scripters skills.
And how exactly do experienced scripters get more experience through doing things they can obviously do? If anything, these exercises should be helping newer scripters learn.
Reply With Quote
  #14  
Old 05-20-2010, 01:29 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by DeCeaseD View Post
And how exactly do experienced scripters get more experience through doing things they can obviously do? If anything, these exercises should be helping newer scripters learn.
They're more so mental exercises, obviously there's no real practical use to quine's in the Graal world unless you wanted to make some over the top self-replicating virus.

I.e: Reads level links, leaves a mark, moves on to the new levels, and dies upon entering a marked level while wreaking whatever havoc using any side functions it has. The script should be able to remain in the level, and if re-uploaded the replication process begins again.

The newer scripters could at least attempt the exercises, and maybe even do research of their own before giving up.
__________________
Quote:
Reply With Quote
  #15  
Old 05-20-2010, 02:24 AM
Bell Bell is offline
Registered User
Bell's Avatar
Join Date: Feb 2007
Posts: 1,824
Bell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud of
Think of it as a scripters puzzle game. They do it for fun.
Reply With Quote
Reply

Tags
programming-exercise, quine


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

Forum Jump


All times are GMT +2. The time now is 04:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.