Friday, December 30, 2005
I write this post to notice that Atom.NET is no longer mine. It’s property of Toolbutton, Inc. in Edmonton, Canada. If you have any kind of requests about the library, ask to the support service of Toolbutton, Inc.
Sunday, December 25, 2005
I don’t know if I’m crazy or too much geek but I spent today learning the basics of Prolog. It’s cool, not my language of choice but I like learning a totally new paradigm. Emacs + SWI-Prolog + Prolog mode rock! ….Merry Christmas everybody!
Filed in Uncategorized
|
Tagged prolog
|
Saturday, December 10, 2005
I wrote a small app called hypelocate to test hype, it’s a clone of unix “locate” tool. You must install hype and my patch (the first, not the second one) to the hype source tree to use it. You can find the whole app here: http://www.oluyede.org/files/hypelocate-0.5.tar.gz You can find more informations about hyper in my [...]
Tuesday, December 6, 2005
Michele Bersani showed a very simple example of FTP uploader using a third party library (in .NET 1.1 you don’t have any FTP support at all) and hence I wrote a Python version. Here is his script:
06 Dec 05 – UPDATE: with this post I start a series of posts comparing scripts in .NET (C# or so) and Python (CPython) Michele Bersani of the local .NET user group wrote a basic use case of .NET 2.0 HttpListener class but he states in his post that (I translate from italian) it works [...]
Saturday, December 3, 2005
I wrote a Python version of this C-based article. http://www.oluyede.org/blog/writing-a-widget-using-cairo-and-pygtk-28/