Eneko Alonso

un Navarro en California

Projects

¿Eres español y vives fuera de España? ¿Estás pensando en salir una temporada a trabajar o estudiar en el extranjero? Si es así, no dejes de visitar Spaniards.es, la Comunidad de Españoles en el Mundo
spaniards.es

Recent comments

15:48 America/Los_Angeles


Testing GeSHi

I've read about Drupal modules for syntax highlighting for a long time, but I have never tried any one. Today I'm playing with a lot of things, one of them Google's App Engine tutorial and, since lately I'm kind of learning Python, I though it would be cool if I could post some code here properly highlighted. And not only Python. I love programming and I don't know I don't share some code here.

So I have decided to install GeSHi on my blog and here you can see the result. Let's see if I can start doing this more often :)

Hello world in Python:

print 'Hello, world!'

Same C++:

#include int main() { std::cout << "Hello, world!" << std::endl; return 0; } Cool :)

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.