Nimeä koodikieli-testi
Tuesday, May 27th, 2008
Created by OnePlusYou - a Free Dating Site (Tomin blogista napattua)

Created by OnePlusYou - a Free Dating Site (Tomin blogista napattua)
My first own functional python script is ready. It’s a simple game.
If you have pointers how to make it better, please do write em. I’m eager to learn.
(more…)
number = 5
print number
number = number + 1
print number
multiline = '''This is the first line.
And this is the second.
'''
print multiline
Yay! Baby steps, I know, but gotta start from somewhere.
PHP 101: PHP For the Absolute Beginner
This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire.
Covers the basics of PHP using easy to follow examples and detailed descriptions what is happening in the code.
Must read to all who want to learn and understand the basics.
As of January 1, 2008, PEAR will be dropping support for PEAR versions 1.3.6 and earlier.
If you are using PEAR 1.3.6 or earlier, upgrade using these simple steps:
pear upgrade --force PEAR-1.3.6 Archive_Tar-1.3.1 Console_Getopt-1.2
pear upgrade --force PEAR-1.4.11
pear upgrade PEAR
Read more about the whole thing from here: Innovating the future: Package.xml 1.0, and PEAR 1.3.6 are officially deprecated