antiprocess.net

ivuorinen @ Twitter
Ismo
  • ...twitter loading...

Posts Tagged ‘Code’

Nimeä koodikieli-testi

Tuesday, May 27th, 2008

Name That Code
Created by OnePlusYou - a Free Dating Site (Tomin blogista napattua)

game.py

Saturday, December 22nd, 2007

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…)

Hello Python!

Monday, December 17th, 2007


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 For the Absolute Beginner

Saturday, August 18th, 2007

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.

PEAR 1.3.6 and earlier to be dropped

Tuesday, February 13th, 2007

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