Posted in February 25, 2011 ¬ 23:37h.HtbaaComments Off
I’ve released a new version of htbaapub.rest which contains a fix that normally makes libcurl generate an error. When doing a HEAD request the server is supposed to return the same headers as when a GET request is being done. This also includes the Content-Length header. cURL however complains that the reported Content-Length couldn’t be [...]
Read the rest of this entry »
Posted in November 14, 2010 ¬ 13:39h.HtbaaComments Off
Rackspace Cloud Files Sync 1.01 was released today. Due to undocumented changes in the Cloud Files API the Sync application stopped working. Making backups and recovering them should now work again once more.
Read the rest of this entry »
Posted in November 14, 2010 ¬ 13:39h.HtbaaComments Off
I’ve updated htbaapub.rackspacecloudfiles to version 1.08 to support the undocumented changes to the Cloud Files API. This release depends on the version 1.04 of htbaapub.rest.
Read the rest of this entry »
Posted in November 14, 2010 ¬ 13:38h.HtbaaComments Off
My REST module htbaapub.rest has been updated with a set of response code helper methods. Instead of doing a precise check on the status code (e.g. 202) you can now check if it’s inside the 2xx range. This release brings the IsInfo(), IsSuccess(), IsError(), IsRedirect(), IsClientError() and IsServerError() helper methods.
Read the rest of this entry »
Posted in June 5, 2010 ¬ 12:33h.HtbaaComments Off
htbaapub.mod got updated to version 1.08 today. This version contains a version 1.03 of rest.mod. Download htbaapub.mod 1.08 (contains source code of all modules)
Read the rest of this entry »
Posted in January 16, 2010 ¬ 00:29h.HtbaaComments Off
I’ve just licensed all modules that are part of htbaapub.mod 1.07 under the MIT license. All updates have been pushed to GitHub. Sqlbuilder.mod, which isn’t included in the htbaapub.mod repository because it isn’t finished, has also been released under the MIT License. If you don’t use Git you can a full source download from here: [...]
Read the rest of this entry »
BlitzMax, htbaapub.mod, ProgrammingBlitzMax, factory.mod, fsm.mod, fuzzy.mod, goal.mod, htbaapub.mod, license, MIT, open source, process.mod, rackspacecloudfiles.mod, rest.mod, sqlbuilder.mod, xmlrpc.mod
Posted in January 3, 2010 ¬ 18:50h.HtbaaComments Off
htbaapub.mod got updated to version 1.06 today. This version contains a new module called process.mod. Download htbaapub.mod 1.06 (contains source code of all modules)
Read the rest of this entry »
Posted in January 3, 2010 ¬ 17:48h.HtbaaComments Off
I’ve released a new module, process.mod, which is based on the process manager described in Mike McShaffry’s book Game Coding Complete, 3rd edition. process.mod Is part of the htbaapub.mod modules collection and will be added soon to a new htbaapub.mod release.
Read the rest of this entry »
Posted in January 1, 2010 ¬ 13:16h.HtbaaComments Off
htbaapub.mod got updated to version 1.05 today. This version contains a new module goal.mod. Also, in 1.04 (of which wasn’t a full blown source-zip released) an update to rackspacecloudfiles.mod enables meta data support. If you use any of these modules I recommend updating. Download htbaapub.mod 1.05 (contains source code of all modules)
Read the rest of this entry »
Posted in January 1, 2010 ¬ 13:00h.HtbaaComments Off
Freshly released out of my private repository htbaa.mod is goal.mod, now available in htbaapub.mod 1.05! What does it do? Well, let me quote myself: This module enables you to create A.I. agents with hierarchy supported goals. So go get goal.mod if you can use it.
Read the rest of this entry »