alex'sTech
blog posts
databases
(1)
django
(1)
drupal
(2)
java
(4)
processing
(7)
wamp
(1)
yahoo pipes
(1)
Wednesday, 26 January 2011
showing tempature data
rect(100,10*row,row,row);
adding the row value in colour gives us a change of colour alternatively we could use the loop functiion
fill(8*row,255,10);
rect(10*row,100,100,100);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Configure Django For Windows 7
Step 1: First you need to download and install python. You can get a python installation from http://www.python.org/download/ Step 2: now...
Error with setting up Django sqlite3 database
In this file i purposely made mistakes to see what would happen. I hope this helps
Configure Django Database sqlite3 for Windows 7
to settup the database for Django step 1: go to the settings file ENGINE': 'django.db.backends.sqlite3', # Add 'postgresq...
No comments:
Post a Comment