Difference between revisions of "User:EdwinA"

From CompSciWiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
input $pass
 
input $pass
  
if $user = "Edwin" and $pass = "Cookies"
+
if $user = "Edwin" and $pass = "Cookies" then
 
   print "Hello "; $user; " you're allowed to be here."
 
   print "Hello "; $user; " you're allowed to be here."
 
else
 
else
Line 36: Line 36:
 
                         `---''                           
 
                         `---''                           
 
</pre>
 
</pre>
 +
 +
Stuffs I did: (Blatantly stolen from [[User:TimC|Tim's]] page)
 +
 +
===Contributions===
 +
In [[COMP1010]] Wiki write a [[Program a day]] section:
 +
*[[Oh Rocket Tree]]
 +
*[[Print a Calendar]]
 +
*[[Cash Register]]
 +
 +
===Edits===

Latest revision as of 18:56, 9 April 2010

I'm Edwin. I use a Wiki do document my work at Prime Focus, but I can't say I'm in any way a pro with it.

Boom ba doom ba do.

Edwin's group member is Chris.

Edwin's first program:

print "Username: "
input $user
print "Password: "
input $pass

if $user = "Edwin" and $pass = "Cookies" then
   print "Hello "; $user; " you're allowed to be here."
else
   print "Go away "; $user
end if

Look what I found online! (http://www.asciiartfarts.com/20000314.html)

                         ,.---.                                       
               ,,,,     /    _ `.                                     
                \\\\   /      \  )                                    
                 |||| /\/``-.__\/                                     
                 ::::/\/_               HOLY GOD NOT THE BOILING WATER
 {{`-.__.-'(`(^^(^^^(^ 9 `.========='   HALHGALHGLLGAHGLAHULBAHGLHALBH
{{{{{{ { ( ( (  (   (-----:=            HGLAUGHALHBAHGHUALGHALHLHBHAHH
 {{.-'~~'-.(,(,,(,,,(__6_.'=========.   AHLBHUABULGHBLGHBALGHBGAHBLHHB
                 ::::\/\                HABLUAHBHLGBHGHBLHHLF BASTARDS
                 |||| \/\  ,-'/\                                      
  jgs           ////   \ `` _/  )                                     
               ''''     \  `   /                                      
                         `---''                          

Stuffs I did: (Blatantly stolen from Tim's page)

Contributions

In COMP1010 Wiki write a Program a day section:

Edits