New Updates for Craig's Utility Library, HaterAide ORM, and YABOV

I've put out new DLLs/documentation for my three projects, Craig's Utility Library, HaterAide ORM, and YABOV. Most of them are small changes, bug fixes, etc. The CUL update does contain the Twitter code as well as the REST helper and HaterAide can now take in multiple assemblies to look through. It's a boring update, but definitely check them out (or better yet, use the source control as all three are set up for that now). Anyway, that's all for this update. I'll be back with more, including a side project that will come out of the LMS that I'm working on. For now take care and happy coding.

kick it on DotNetKicks.com   Shout it
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkListEmail

Posted by: James Craig
Posted on: 1/13/2010 at 12:12 PM
Tags: , , , , ,
Categories: General
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Craig's Utility Library, HaterAide, and YABOV updated

This is another one of those boring posts but today I released the latest versions of Craig's Utility Library (the collection of code from this site), HaterAide ORM, and YABOV (Yet Another Business Object Validator). HaterAide and YABOV are mostly bug/memory leak fixes. In the case of Craig's Utility Library, it now contains fixes for any memory leaks as well as new items listed below:

  • Naive Bayes classifier added.
  • The following data types added:
    • Priority queue
    • BTree
  • Speech recognition helper added
  • Speech synthesis helper added
  • Multi threading helper added
  • Added class for searching Craigslist
  • Added class for searching eBay
  • Ping class added
  • Pingback/Trackback classes moved to different namespace
  • Fixed YouTube file downloading to work with new site update.
  • Updated some of the internal code of various classes to take advantage of new functions that have been added.
It doesn't have the Tivo code in there. I'm still working with the downloading of the files and it seems that Direct Show Dump is no longer available, so I need to add converting them to my list... Anyway, download the new release, leave feedback, and happy coding.

kick it on DotNetKicks.com   Shout it
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkListEmail

Posted by: James Craig
Posted on: 11/3/2009 at 12:14 PM
Tags: , ,
Categories: C#
Post Information: Permalink | Comments (2) | Post RSSRSS comment feed

Updates for CUL, HaterAide, and YABOV

Today all three of my projects get an update. For both YABOV (Yet another business object validator) and HaterAide, it's mostly bug fixes. Although HaterAide now has functionality to accept SQL text instead of requiring a stored procedure. CUL (Craig's Utility Library) on the other hand includes multiple added classes for things including:

  • SMTP email sender now allows multiple attachments, added support for BCC and CC fields.
  • Date helper class added
  • String helper has added functionality for valid domain, number of times something occurs, reverse the string, filtering out text, etc.
  • Class for extracting an icon associated with a file.
  • Random class now has functionality for enum, timespan, and Color.
  • Added the following data types
    • Pair
    • Triple
    • Vector
    • Set
    • Bag
    • List
    • ListMapping
  • Added Singleton base class
  • Added factory class
  • Added math helper class
  • Added YouTube class that allows downloading of YouTube movies.
  • Added event helper, some common events, etc.
  • Added class for searching Hulu
  • Added classes for searching Netflix
  • Added base class to help with OAuth calls
  • Added more Yahoo Media parsing capabilities to RSS parser
  • Various other updates, fixes, and functionality to other classes

Also an update has been made to the organization of the classes, so if you're updating you may need to update the namespaces for a class slightly. Anyway, go to the sites, download the code, leave feedback, and happy coding.

Craig's Utility Library

HaterAide ORM

YABOV

kick it on DotNetKicks.com   Shout it
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkListEmail

Posted by: James Craig
Posted on: 10/1/2009 at 9:59 AM
Tags: , ,
Categories: C#
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed