Also in a feat of ultimate lameness… multiple screen names in Spore all use the same email & password. WTF.
Multiple Screen Names in Spore
Leave a reply
Also in a feat of ultimate lameness… multiple screen names in Spore all use the same email & password. WTF.
Patching Spore takes an absurd amount of time.
Waiting…
Luka Marinko has a blog post "Code highlighting on blogger” that shows how to get syntax highlighting on code sample with Blogger. The nice thing is it doesn’t require any file hosting on your part.
Examples:
#!/usr/bin/python print "Hello, World!"
#!/usr/bin/ruby puts "Hello, World!"
#include <stdio.h>
int main(int argc, char* argv[]) {
printf("Hello, World!\n");
return 0;
}