<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jopsen.dk/blog &#187; zbar-sharp</title>
	<atom:link href="http://jopsen.dk/blog/category/computer/zbar-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jopsen.dk/blog</link>
	<description>Thoughts mixed with random memory dumps...</description>
	<lastBuildDate>Tue, 24 Aug 2010 10:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>zbar-sharp, now bugfixed and pushed to github</title>
		<link>http://jopsen.dk/blog/2010/01/zbar-sharp-now-bugfixed-and-pushed-to-github/</link>
		<comments>http://jopsen.dk/blog/2010/01/zbar-sharp-now-bugfixed-and-pushed-to-github/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:02:47 +0000</pubDate>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[zbar-sharp]]></category>

		<guid isPermaLink="false">http://jopsen.dk/blog/?p=185</guid>
		<description><![CDATA[I&#8217;ve long been wanting to play with Git, but have either missed the time or the reason&#8230; Anyway, as I discovered a minor bug in the zbar-sharp bindings I recently released&#8230; I figured this might just be the kind of project I could push to github, and either forget or bugfix depending on what mood [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve long been wanting to play with Git, but have either missed the time or the reason&#8230; Anyway, as I discovered a minor bug in the zbar-sharp bindings I <a href="http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/">recently released</a>&#8230; I figured this might just be the kind of project I could push to github, and either forget or bugfix depending on what mood I&#8217;m in when a bug is discovered&#8230; <img src='http://jopsen.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
So I&#8217;ve created a github repository for <a href="http://github.com/jopsen/zbar-sharp">zbar-sharp</a>, to which I&#8217;ve published a minor bugfix&#8230; I&#8217;ve also managed to publish the documentation there&#8230; it was a bit tricky, because GitHub only wants to serve HTML files if they&#8217;re in a special branch&#8230; Nevertheless I succeeded&#8230; And zbar-sharp can now be found here:</p>
<ul>
<li><a href="http://github.com/jopsen/zbar-sharp">Project page</a></li>
<li><a href="git://github.com/jopsen/zbar-sharp.git">Git repository</a></li>
</ul>
<p>By the way did I mention, git is really nice&#8230; I just had a little fun making a bugfix branch and merging it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jopsen.dk/blog/2010/01/zbar-sharp-now-bugfixed-and-pushed-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZBar bindings for C#</title>
		<link>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/</link>
		<comments>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:58:29 +0000</pubDate>
		<dc:creator>Jonas Finnemann Jensen</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[zbar-sharp]]></category>

		<guid isPermaLink="false">http://jopsen.dk/blog/?p=161</guid>
		<description><![CDATA[As part of the food management system my group made this semester, we wrote bindings for ZBar and based on those a bar scanning widget for Gtk#. Anyway, I figured it might be useful somebody else, so I&#8217;ve been using a few days cleaning up the ZBar bindings, extracting the Gtk# widget from our UI-mess [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-162 alignright" style="padding-left: 5px; float: right;" title="gtkzbar-sharp-example" src="http://jopsen.dk/blog/wp-content/uploads/2009/12/gtkzbar-sharp-example.png" alt="gtkzbar-sharp-example" width="403" height="584" />As part of the <a href="http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/">food management system</a> my group made this semester, we wrote bindings for <a href="http://zbar.sourceforge.net/">ZBar</a> and based on those a bar scanning widget for Gtk#. Anyway, I figured it might be useful somebody else, so I&#8217;ve been using a few days cleaning up the ZBar bindings, extracting the Gtk# widget from our UI-mess and writing a simple example of how to use it.</p>
<p>The result is bindings for a subset of ZBar and a Gtk# bar scanning widget. I don&#8217;t intend to maintain the source, but if you find any bugs etc. or wish to start a project for the bindings, please leave a comment&#8230;</p>
<ul>
<li><a title="Documentation for zbar-sharp." href="http://jopsen.github.com/zbar-sharp/docs/">zbar-sharp documentation</a></li>
<li><a href="http://github.com/jopsen/zbar-sharp/downloads">Download zbar-sharp</a></li>
</ul>
<p>The example application using the bar code scanning widget can be seen on to right. Note: this was a really lousy webcam <img src='http://jopsen.dk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The check-mark appears when a bar code have been recognized and then fades away.</p>
<p>In <a title="The project I made these bindings for..." href="http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/">Foodolini</a> we used <a href="http://en.wikipedia.org/wiki/HAL_%28software%29">HAL</a> to detect webcams as they were plugged, however, having heard that Ubuntu will be deprecating HAL, I didn&#8217;t care to clean up the source for this feature. If you interested it can be found in the source for <a href="http://jopsen.dk/blog/2009/12/foodolini-a-food-management-system/">Foodolini</a>. And if anybody should happen to know how to detect webcams, distro independently, without HAL, please leave a comment&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jopsen.dk/blog/2009/12/zbar-bindings-for-c-sharp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
