About ALGOholic

As a teenager I was running a site somewhat similar to blog but it was so bloody stupid, unimaginative and lacking in value that I don’t even want to remember it. I talk about it only to people who have known me since then and appreciate the fact that I’ve matured quite a bit, otherwise it would be too embarassing 😉 So… for the past several years I’ve been blog-less, yet I’ve had an increasing amount of both professional and personal experience I haven’t shared with anybody except my real world colleagues and friends. Sometimes I have these great ideas of software projects, new technologies, innovative approaches to long-unresolved problems, etc. etc. I ‘d like to share with larger audience, yet I rarely get an opportunity to do so and when/if I finally do I’m no longer excited enough to communicate it in a convincing and inspiring way. I thought it would be really nice to have a personal website again, where I could simply give you a glimpse at some of the most interesting/funny/exciting/geek/whatever aspects of what I’m currently working on. I hope this blog serves the purpose of conveying my ideas to the community and will be a record of my creative thought. You just keep fingers crossed so that those ideas keep coming into my head 😉 I believe I’m going to describe some of my previous work too.

7 Comments

    • Hi. No, in fact I don’t have github repositories for my small projects. Feel free to host them on your account. I haven’t made any updates to MassAdmin since I published it. I moved a little bit away from Django in favor of JSF/PrimeFaces recently.

      • Hello. I was using the matlab csv reader and it has amazing speed for big files. But i’m having some problems. I don’t know why but I can only use the reader one time and then is Impossible to use it on the same computer. I run in on several machines and is allways the same problem.

        Do you know what it might be?

        Thanks

        • Sorry but I’ve never run into this kind of issues. The code is really straightforward and it’s hard to imagine something going wrong. I suggest compiling it in debug mode (mex -g), attaching a debugger to MATLAB (Ctrl+Alt+P in Visual C++ Express), placing a breakpoint in the mexFunction() and trying to trace what exactly happens.

          Actually what do you mean that it doesn’t work for the second time? Is there an error message? Does it hang/crash?

          Good luck.

  • Thanks for posting the sample code of your QT Node Editor. I updated it to QT5. Send me an email if you want the code and I’ll send it back as an attachment.

  • Hey added some styling to the qnodeseditor like
    -gridded background
    – zoom and pan
    -rubberband selection
    -node grouping with a colored rectangle around the grouped nodes

    Send me your email to share the code.

    It works on Mac too. I have a dmg of sample app.

    Best,

    Alex


Leave a Reply

Your email address will not be published. Required fields are marked *