by | Nov 27, 2007 | Software Development
There you go!: http://boxerp.org I have a hopefully-temporary problem in 1 hand caused 4 2much typing so that is all 4 now, I need holidays. Cheers
by | Nov 19, 2007 | Software Development
1: class Program 2: { 3: // sample invocation: “([^a-z|A-Z|0-9])+” “9asdf(sss*df” “_” 4: // return: Substitution : 9asdf_sss_df 5: static void Main(string[] args) 6: { 7: Regex regex = new Regex(args[0]); 8:...
by | Nov 13, 2007 | Software Development
We’re lucky this year because the Mono Summit is in Madrid. I’m in Dublin actually but the flights are cheap this time. I’m happy because the organization have given me the opportunity to present Boxerp 0.2 there. Here you go the schedule and the...
by | Nov 10, 2007 | Software Development
Last month I went to Tenerife, to give a presentation at the university I studied (Universidad de La Laguna). I talked about Boxerp 0.2 which hasn’t been released yet, although it will be released this month, hopefully. People treated me very well there as...
by | Nov 1, 2007 | Software Development
Update: Jeremy has fixed the english mistakes and we’ll update the article from now in the Boxerp wiki: Check it out here This article tryes to describe the implementation of two AOP mechanisms that generate classes on runtime inheriting from base ones and...
by | Oct 10, 2007 | Software Development
Boxerp has a responsiveness engine that lets you launch operations in background easily as displaying some kind of message to the user along with an option to cancel the call. However, there are times in which the operation is supposed to be fast so you don’t...