Valspeak

The valspeak is a variant of American English spoken in California. Let me rewrite that correctly: The valspeak is ya know, like, a variant of American English, fer shure, spoken in California. In 1986, someone asks on the net.sources newsgroup the source of a small software to make this kind of conversion. To celebrate the […]

Read more

Hello world!

I converted my blog to WordPress, and intend to resume posts. The first posts will dedicated to the following topics: Comments – Three level of comments – The header – The code documentation – The code comments themselves Wikimedia configuration workflow Low cost solutions to host a MediaWiki site Old software open source releases

Read more

Wikimedia Commons and the public space

Hotel Charleroi is an artist residency project at Charleroi. Some twenty artists, mainly from Vienna use Charleroi as a playground to explore and interact with the public space. Invited to give a talk, I offered two topics: Wikimedia Commons and the public space The Creative Commons licensing framework If you’re interested by a presentation about […]

Read more

Amundsen-Scott South Pole Station

Wikimedia Commons picture of the day is like science-fiction. Let’s look at the description: A full moon and 25 second exposure allowed sufficient light into this photo taken at Amundsen-Scott South Pole Station during the long Antarctic night. The new station can be seen at far left, power plant in the center and the old […]

Read more

Compile bugzproxy with Microsoft .Net framework

bugzproxy, a C# based assembly that provides access to a Bugzilla server, is coded under linux and is designed to work with Mono.

It seems Mono is less strict than specifications or Microsoft implementation.

So here some modifications to compile it.

Read more

C# Methods Web Generator

Take some properties, like private int teaCupCount;

This web generator will generate the following code:

public int TeaCupCount { 	get { 	    return teaCupCount; 	} 	set { 	    teaCupCount = value; 	} }
Read more