Chat > Birthday Threads

Happy B-day Gambs

(1/3) > >>

NekoJonez:
On the same day as mine. And I know that it's tomorrow, but in your timezone it's already the 7th.

Because you told me you wanted to be a programmer... Here is a PHP script that will tell you Happy Birthday if you run it.


--- Code: ---<?php
$string = '';
for ($i = 0; $i < 4; $i++) {
    $string .= "Happy birthday ";
    if ($i != 2) {
        $string .= "to you!\n";
    } else {
        $string .= "dear %s!\n";
    }
}
print sprintf($string, 'name');
--- End code ---

shredc0re:
Happy Birthday Gamby!

Tatsuya Amano:
Congrats!

Joel16:
Happy Birthday!


--- Code: ---white = color.new(255,255,255)
image.load("Images/birthdaybackground.png")

while true do
controls.read()
screen:clear()
image.blit(0,0)
screen.print(240,136,"Happy Birthday Gamblorez!", 0.6, white, white)
screen.waitvblankstart()
screen.flip()
end
--- End code ---

Sir Shota:
Happy Birthday, Dude~~!

Navigation

[0] Message Index

[#] Next page

Go to full version