Tag Archives: code

Running C applications on the web?

Running C and Python Code on The Web
This is exactly what I’ve been waiting for, a distribution of flash that can run Quake… The article gets a bit of a knock in Slashdot, but I guess some people don’t see the possibilities of having quick free distributable platforms.

JIT Assembly output

If you download a debug version of the JDK, you can output the assembly code that JIT is producing.

Google translation utilities

I was going to use the global translator plugin for my translation needs, but this two has a couple of problems:

It tends to make Google (and other sites) suspect that it is a virus, so they stop supplying translation services.
It uses the translations services in a deceitful manner. Parsing the translation response, removing links etc.

The […]

Code snippet syntax rendering plugin for Wordpress

You will notice that I currently do not have good rendering plugin for code snippets. I don’t suppose anybody knows of a good one?
I don’t link having to switch between visual and code, which seems to be required. I’d prefer to stay in visual - but I’d like the code to remain formatted if I […]

CakePHP update - still part 1

There is further reading on how-to build cakePHP applications with IBM. But you’ll need a developer log in at IBM to read it (though I think it’s a free technicality).
I still haven’t worked out why CakePHP can’t find my application Models at cake.nzfusion.com, but it is working in my home environment, which is all I […]