TheBlindCow

17 September 2007

CMake Help

Filed under: my projects — apol @ 10:07 pm

After having been working on cmake so much during summer I having used so much the cmake console help interface (aka cmake –help-command-list and cmake –help-command , which is quite useful) I decided to build a little interface program so it could be used in a different/more intuitive way.

If someone wants to try it, you can check it here. It is written in Python and PyQt4, its my first project using PyQt actually. :)

PS: I only writed the interface and the cmake command calls, the texts are from cmake.

25 August 2007

Back to blog

Filed under: KAlgebra, KDE, KDevelop, SoC, my projects — apol @ 12:41 am

There has passed a lot of days since the last time I blogged. Meanwhile, I have been working on my Summer Of Code (which is CMake support for KDevelop). Now it seems to work, at least someone can load any KDE project and it loads successfully, and it should work with every CMake project, but I have used KDE as to test and it works, obviously there are some missing features but I am working on it to have them soon available.

The last few days I have been working on KAlgebra, I have brought support to piecewise to be able to run conditional operations which is quite good when someone work with libraries :). If someone want to try it just ask me and I will help you, I will give you just a couple of examples :).

fib:=n->piecewise { eq(n,0)?0, eq(n,1)?1, ?fib(n-1)+fib(n-2) }
fact:=n->piecewise { eq(n,1)?1, ? n*fact(n-1) }

The next days I would like to bring multiline input for KAlgebra (yes, have everything in 1 line is ugly) and I will add some new operators such as =,<,> etc to work with it.

See you!

6 June 2007

Updating myself

Filed under: KAlgebra, KDE, my projects — apol @ 2:04 pm

Something like a month has passed since the last time I posted and someone asked me for a little update, then here we go.

Last month some important things (in my KDE life) happened. The first one is that KAlgebra was moved to KDE-Edu leaving kdereview module. I’m feel very excited with that, I’ve worked a lot on it and i like that someone uses it. Said that, I’d like to thank Anne-Marie Mahfouf for supporting me and the KAlgebra idea. If someone wants to know more about KAlgebra, you can try it from svn :P. I’ll talk about KAlgebra in the Akademy’s Edu and School day.

The second one is that I’ve begun working on my Summer of Code project and it is taking shape.

My main problem now is that I’ll be very busy in the next 20 days. Next week I begin exams and they will last until the 25th.

Bye!

7 May 2007

C/C++ dependencies

Filed under: my projects — apol @ 11:44 pm

So I decided that I wasn’t busy enough and I began to work with a little geeky project. I already don’t have a name for it (if someone has an idea please tell me!) but its goal is to graphically represent the recursive dependencies of every file in your C/C++ project.

I used the gnu c preprocessor to parse the files and Java to write it. Yes! Java to write a C-related project, it is a bit bizarre but it has its explaination. I used a module to represent these graphs that I made last quarter for the university and I didn’t want to write anything else.
Just to know, anybody knows a free nice and cool widget for Java or C++ that lets me represent graphs?

Anyway, you can find this project here, I’m planning to ask for a liitle room on sourceforge but I don’t know if I’ll keep on it so I haven’t asked for it yet. Some screenshots here.

25 April 2007

Hello Planet KDE

Filed under: KDE, my projects — apol @ 11:07 pm

Hello everyone, I am new to this planet. My name is Aleix Pol and I am a Computer Science student in Barcelona (Catalonia, Spain). Nowadays I am involved in KDE in two ways: KDE-Edu and KDevelop’s Summer of Code.
(more…)

12 April 2007

Third time lucky

Filed under: my projects — apol @ 11:51 pm

Yes, I’ve submitted proposals for the Google Summer of Code for the last three years and this one my proposal has been accepted so I’ll spend this summer (among other things ;)) to bring cmake support to KDevelop 4.
(more…)

28 February 2007

Let’s play a bit

Filed under: KAlgebra, my projects — apol @ 12:18 am

Yes, finally KAlgebra entered (with a dot hit :) to KDE edu’s playground with the intention to enter KDE edu in some way. I don’t know where KAlgebra is going to go, whether extragear or merged with Kmplot. If you want to try it, you’ll need cmake now and Qt4 as well of course. kdelibs4 is not still needed for KAlgebra, but for compiling the rest of playground/edu it is needed.

If you want to install it, you just have to install it as kde3to4 says or whatever you want. If you have any questions you can ask me here, by mail or by plane :).

20 March 2006

KAlgebra organization

Filed under: KAlgebra, my projects — apol @ 11:32 pm

Hello World! Quite a lot of time has passed since the last post, too much I think… Well, I’ll try to explain a bit the KAlgebra’s file organization as I promised…
What do you think about calling the language: WASLE?
(more…)

16 February 2006

KAlgebra syntax

Filed under: KAlgebra, my projects — apol @ 2:55 am

Since we (Victor mainly) are working on KAlgebra’s documentation, I’ve decided to write a bit about the syntax. As I said in the other post, we can enter formulae in two ways. MathML Content Markup and my invented syntax (perhaps I’d have to invent a weird name for it xD).
(more…)

Powered by WordPress