<?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>Hoopoe Cloud Blogs</title>
	<atom:link href="http://blogs.hoopoe-cloud.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.hoopoe-cloud.com</link>
	<description>Our WordPress weblog</description>
	<lastBuildDate>Tue, 03 Aug 2010 08:19:06 +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>00 &#8211; Preface</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:19:06 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA.NET Tutorials]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=189</guid>
		<description><![CDATA[The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms. The usual composition will be of articles on specific topics and gradually increasing complexity. This post will include an additional Table of Contents for published articles as we go. [...]]]></description>
			<content:encoded><![CDATA[<p>The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms.</p>
<p>The usual composition will be of articles on specific topics and gradually increasing complexity.</p>
<p>This post will include an additional <em>Table of Contents</em> for published articles as we go.</p>
<h3><span style="text-decoration: underline;">Table of Contents</span></h3>
<ol>
<li><a href="http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/">Preface</a></li>
</ol>
<p> </p>
<p>For any question or comment, please contact us through our email address: support (at) hoopoe-cloud.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUDA.NET 3.0.0 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:04:28 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[CUDA 3.0]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[multi-GPU]]></category>
		<category><![CDATA[multi-threaded]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=183</guid>
		<description><![CDATA[Dear all, We are happy to announce the release of CUDA.NET version 3.0.0. This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster. Additions: Support for CUDA 3.0 API Added memset functions for CUDA class Supporting new graphics interoperability functions Improved [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We are happy to announce the release of CUDA.NET version 3.0.0.<br />
This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster.</p>
<p>Additions:</p>
<ul>
<li>Support for CUDA 3.0 API</li>
<li>Added memset functions for CUDA class</li>
<li>Supporting new graphics interoperability functions</li>
<li>Improved generics support for memory operations</li>
<li>Added CUDAContextSynchronizer class</li>
</ul>
<p><strong>Improved memory operations</strong><br />
We employ GCHandle class to be used with generic memory copies in CUDA class. This method allows to work with every data type (existing vectors or user defined) natively in .NET. The implication is that now you can copy existing custom arrays of structures/classes (user data-types) to device with memory copy functions.</p>
<p><strong>CUDAContextSynchronizer</strong><br />
This class was added to assist developers in multi-GPU and multi-threaded environments sharing the same device. It uses existing CUDA API to manipulate the context each thread is attached to and provides .NET means to synchronize between threads sharing the same device for different computations.<br />
Find it under the Tools namespace, the documentation includes a description of how to use it.</p>
<p>We hope you will enjoy this release.<br />
As always, please send us comments or suggestions to: <a href="support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vicodeo&#8482; &#8211; Accelerated Video Decoding Library</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/#comments</comments>
		<pubDate>Tue, 11 May 2010 07:59:58 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[decoding]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[VC-1]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[video processing]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=177</guid>
		<description><![CDATA[Dear all, We are glad to introduce a new library for video decoding, Vicodeo&#8482;, featuring accelerated performance for faster than real-time decoding of H.264, MPEG-2 (and more) video streams &#8211; in managed environments (.NET / Java). Video processing nowadays has become a computing intensive task. Being able to accelerate decoding and various processing tasks, opens the [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We are glad to introduce a new library for video decoding, <strong>Vicodeo&trade;</strong>, featuring accelerated performance for faster than real-time decoding of H.264, MPEG-2 (and more) video streams &#8211; in managed environments (.NET / Java).</p>
<p>Video processing nowadays has become a computing intensive task. Being able to accelerate decoding and various processing tasks, opens the door for many types of applications and usage of video in life, from: high-quality films, security/surveillance cameras, live events, video conversations over the web and much more.</p>
<p>Our library provides many capabilities beyond real-time (+) decoding of 1080p (Full HD) streams:</p>
<ul>
<li>Codec support: H.264, MPEG-2, VC-1 and more</li>
<li>Color space conversion from YUV 4:2:0 to RGB (accelerated)</li>
<li>Integrated parser for elementary/transport streams and video packets</li>
<li>Simple integration with DirectX or OpenGL</li>
<li>Faster than real-time decoding for 1080p even on low-end platforms</li>
<li>Optional immediate decoding of frames, without buffering</li>
<li>And more!</li>
</ul>
<p>For more information: <a href="http://www.hoopoe-cloud.com/Solutions/VideoDecoding/Default.aspx">Video Decoding</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/05/accelerated-video-decoding-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GECCO 2010 &#8211; GPU Competition</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/01/gecco-2010-gpu-competition/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/01/gecco-2010-gpu-competition/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 09:01:45 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[genetic]]></category>
		<category><![CDATA[genetic programming]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[memorial university]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=172</guid>
		<description><![CDATA[Dear all, GECCO (GPUs for Genetic and Evolutionary Computation Conference) will take part this year between July 7th-11th, at Portland, Oregon, USA. Rules and competition guidelines are published on the website provided by the link below. Registration is open until June 4th, 2010. Link to the competition GECCO 2010. Thanks to Dr. Simon Harding, Memorial [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>GECCO (GPUs for <strong>G</strong>enetic and <strong>E</strong>volutionary <strong>C</strong>omputation <strong>C</strong>onference) will take part this year between July 7<sup>th</sup>-11<sup>th</sup>, at Portland, Oregon, USA.</p>
<p>Rules and competition guidelines are published on the website provided by the link below.<br />
Registration is open until June 4<sup>th</sup>, 2010.</p>
<p>Link to the competition <a href="http://www.gpgpgpu.com/gecco2010/">GECCO 2010</a>.</p>
<p>Thanks to Dr. Simon Harding, Memorial University, Canada, for the notes and update.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/01/gecco-2010-gpu-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encodeo&#8482; &#8211; Video Transcoding on Demand</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:59:07 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[Hoopoe]]></category>
		<category><![CDATA[1080i]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[720p]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content network]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[F4V]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Full HD]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[H.263]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[M4V]]></category>
		<category><![CDATA[MOV]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[MPEG-1]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[MPEG-4]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[transcode]]></category>
		<category><![CDATA[transcoding]]></category>
		<category><![CDATA[VC-1]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=166</guid>
		<description><![CDATA[We are glad to announce a new service added to Hoopoe™ for video transcoding on demand. Using the service allows users to transcode (convert) existing video files from various formats to the recent H.264 standard, at unmatched quality, speed and price. Using GPU acceleration, we can convert HD movies and beyond at least x10 faster [...]]]></description>
			<content:encoded><![CDATA[<p>We are glad to announce a new service added to Hoopoe™ for video transcoding on demand.</p>
<p>Using the service allows users to transcode (convert) existing video files from various formats to the recent H.264 standard, at unmatched quality, speed and price.</p>
<p>Using GPU acceleration, we can convert HD movies and beyond at least x10 faster compared to existing equivalents.</p>
<p>Encodeo™ is not just a video transcoding service &#8211; it is possible to define advanced parameters for the transcoding process, such as:</p>
<ul>
<li>Resolution</li>
<li>Bitrate</li>
<li>Filters / effect to apply on source video</li>
<li>and more&#8230;</li>
</ul>
<p>If you are interested to hear more about the service and potential to use it, please contact us at: <a href="mailto:support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
<p>For more information:<br />
<a href="http://www.hoopoe-cloud.com/Apps/Encodeo.aspx">http://www.hoopoe-cloud.com/Apps/Encodeo.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/12/encodeo-video-transcoding-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL.NET 1.0.48 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 18:54:22 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[OpenCL.NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Larrabee]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=156</guid>
		<description><![CDATA[Hello, We are happy to announce the availability of the so long waiting OpenCL.NET 1.0.48 library. This version aligns with OpenCL 1.0.48 standard, and fully conforms with latest NVIDIA drivers for OpenCL (and as well on supported platforms). In brief, this release of the standard added few API functions and modified some, to truly allow [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>We are happy to announce the availability of the so long waiting OpenCL.NET 1.0.48 library.</p>
<p>This version aligns with OpenCL 1.0.48 standard, and fully conforms with latest NVIDIA drivers for OpenCL (and as well on supported platforms).</p>
<p>In brief, this release of the standard added few API functions and modified some, to truly allow heterogeneous computing on a single system. An application can query for the existence of multiple computing devices on the system, also by different vendors (recognize the CPU and a GPU as compute resources) regardless of the vendor. Such that consuming different computing resources can be transparent.</p>
<p>For further details about standard features and changes please consult <a href="http://www.khronos.org/opencl">Khronos website</a>.</p>
<p>For OpenCL.NET page and download, click <a href="http://www.hoopoe-cloud.com/Solutions/OpenCL.NET/Default.aspx">here</a>.</p>
<p>As always, you are invited to contact us at: <a href="mailto:support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>World Cloud Computing Summit 2009</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/11/world-cloud-computing-summit-2009/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/11/world-cloud-computing-summit-2009/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 08:11:39 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[Hoopoe]]></category>
		<category><![CDATA[OpenCL.NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GPGPU]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mellanox]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=150</guid>
		<description><![CDATA[The 2nd annual cloud computing summit is about to take place in Shfayim, Israel, between December 2-3, 2009. Following last year success, the event will cover recent developments and progress in cloud technologies. Presenting with top-of-the-line companies active in this field, including (partial list): Amazon, Google, eBay, IBM, HP, Sun, RedHat and more. Additional &#8220;hands-on&#8221; labs and [...]]]></description>
			<content:encoded><![CDATA[<p>The 2nd annual cloud computing summit is about to take place in Shfayim, Israel, between December 2-3, 2009.</p>
<p>Following last year success, the event will cover recent developments and progress in cloud technologies. Presenting with top-of-the-line companies active in this field, including (partial list): Amazon, Google, eBay, IBM, HP, Sun, RedHat and more.</p>
<p>Additional &#8220;hands-on&#8221; labs and workshops are offered during the event for participants that would like to learn more about cloud technologies and integration possibilities.</p>
<p>We are also presenting Hoopoe at the summit, for GPU Cloud Computing, and providing a workshop on GPU Computing in general and Hoopoe as well.</p>
<p>This event ends 2009 and symbolically the last decade, marking cloud computing as a major development that we are about to see more and more in the next years.</p>
<p>You are invited to join us during the event.<br />
<a href="http://events.myreg.co.il/117364577/page004.htm">Agenda</a><br />
<a href="http://events.myreg.co.il/IGT2009/">Registration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/11/world-cloud-computing-summit-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CIGPU 2010 &#8211; Computational Intelligence Session</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/11/cigpu-2010-computational-intelligence-session/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/11/cigpu-2010-computational-intelligence-session/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:31:11 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=145</guid>
		<description><![CDATA[A special event is about to take place between 18-23 July, 2010 in Barcelona, Spain. The session on Computational Intelligence on Consumer Games and Graphics Hardware (CIGPU 2010) will be part of IEEE World Congress on Computational Intelligence Conference 2010 (WCCI-2010). Building on the success of previous CIGPU sessions and workshops, CIGPU 2010 will further explore the [...]]]></description>
			<content:encoded><![CDATA[<p>A special event is about to take place between 18-23 July, 2010 in Barcelona, Spain.</p>
<p>The session on Computational Intelligence on Consumer Games and Graphics Hardware (CIGPU 2010) will be part of IEEE World Congress on Computational Intelligence Conference 2010 (WCCI-2010).</p>
<p>Building on the success of previous CIGPU sessions and workshops, CIGPU 2010 will further explore the role that GPU technologies can play in computational intelligence (CI) research.  Submissions of original research are invited on the use of parallel graphics hardware for computational intelligence.  Work might involve exploring new techniques for exploiting the hardware, new algorithms to implement on the hardware, new applications for accelerated CI, new ways of making the technology available to CI researchers or the utilisation of the next generation of technologies.</p>
<p>“Anyone who has implemented computational intelligence techniques using any parallel graphics hardware will want to submit to this special session.”</p>
<p>Thanks to Dr. Simon Harding, Memorial University, Canada, for sharing this information with us.<br />
In addition, the session will discuss using CUDA.NET for running related simulations on the GPU.</p>
<p>For more information: <a href="http://www.cs.ucl.ac.uk/staff/W.Langdon/cigpu/" target="_blank">CIGPU 2010 Submissions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/11/cigpu-2010-computational-intelligence-session/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CUDA.NET 2.3.7 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 10:07:11 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[CUDA Runtime]]></category>
		<category><![CDATA[native support]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[runtime]]></category>
		<category><![CDATA[runtime API]]></category>
		<category><![CDATA[SizeT]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141</guid>
		<description><![CDATA[Dear all, We would like to announce for the release of CUDA.NET 2.3.7. This version addresses various issues with runtime API and types. The change was in data types and structures compliance with the native wrapper of CUDA Runtime API, to support cross-platform environments operating in 32 or 64 bit mode. The structures now support [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We would like to announce for the release of CUDA.NET 2.3.7.</p>
<p>This version addresses various issues with runtime API and types. The change was in data types and structures compliance with the native wrapper of CUDA Runtime API, to support cross-platform environments operating in 32 or 64 bit mode. The structures now support the <em>SizeT</em> structure we introduced in the previous CUDA.NET release.</p>
<p>Link to the <a href="http://www.hoopoe-cloud.com/Solutions/CUDA.NET/Default.aspx" target="_blank">download</a> page.</p>
<p>Please send us your comments and feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Regular expression for Amazon S3 URL</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/regular-expression-for-amazon-s3-url/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/10/regular-expression-for-amazon-s3-url/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:30:28 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[Hoopoe]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Hoopoe FS]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[Simple Storage Service]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=135</guid>
		<description><![CDATA[Hello Everyone, We added support for Amazon S3 storage services recently to Hoopoe. Following the previous article with our general account details, we wanted to share with you a regular expression we use for validating S3 URL as sources of data and files. You may find more information about S3 naming conventions and requirements in [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone,</p>
<p style="text-align: left;">We added support for Amazon S3 storage services recently to Hoopoe. Following the previous article with our general account details, we wanted to share with you a regular expression we use for validating S3 URL as sources of data and files.</p>
<p style="text-align: left;">You may find more information about S3 naming conventions and requirements in the manuals available from <a href="http://www.amazonaws.com/s3" target="_blank">http://aws.amazon.com/s3</a>.</p>
<p style="text-align: left;">When submitting a task to Hoopoe with input/output sources from Amazon S3, one must specify the S3 URL of the resource. A simple format for a resource can be:<br />
<em>https://test-bucket.s3.amazonaws.com/dir1/input.bin</em>.<br />
With this example, the bucket of the user storing the object is called &#8220;<em>test-bucket</em>&#8220;, and the file for input is &#8220;dir1/input.bin&#8221;, called the key of the object (in the bucket).</p>
<p style="text-align: left;">This is a general form for S3 URL to make them accessible over the internet.</p>
<h3>Regular Expression</h3>
<p>We are using a regular expression to validate all Amazon S3 URLs with submitted tasks to Hoopoe.</p>
<p>In .NET (and general) manners, the RegEx is:<br />
<em><span style="text-decoration: underline;">https://[a-z0-9][a-z0-9\-\.]*\.s3\.amazonaws\.com/[\w][\w\W]*</span></em></p>
<p>As you may see, the following limitations exist:</p>
<ol>
<li>For DNS compatibility, bucket names must be lower case and start with a letter or number</li>
<li>In S3, and following DNS limitations, bucket names should not exceed 63 characters in length</li>
<li>Object keys can be of variable length, must start with a valid character but can follow with other possible characters, also to denote paths (a file named: &#8220;dir/input.bin&#8221; is located under &#8220;dir&#8221; directory)</li>
<li>In addition to the above, Hoopoe restricts S3 URL to be up to 256 characters in length</li>
</ol>
<p>In case you find a mistake in the regular expression definition, whether possible URLs do not fit or it is permissive, please send us an email.<br />
We also hope you may find this information useful for your own purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/10/regular-expression-for-amazon-s3-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
