<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.opensourcedotnet.info/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris on Computers - All Comments</title><link>http://community.opensourcedotnet.info/blogs/computer/default.aspx</link><description>Various thoughts about computers, software and electronics engineering</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>email address format</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/09/16/Email-Address-Format-Myths.aspx#56150</link><pubDate>Sun, 25 May 2008 22:10:55 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:56150</guid><dc:creator>email address format</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;email address format&lt;/p&gt;
&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=56150" width="1" height="1"&gt;</description></item><item><title>re: How to get listed on the great chinese firewall?</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2007/03/08/How-to-get-listed-on-the-great-chinese-firewall_3F00_.aspx#55599</link><pubDate>Thu, 08 Mar 2007 09:13:38 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:55599</guid><dc:creator>Christoph Rüegg</dc:creator><description>This bloke is still trying to connect every few seconds, even though he didn't receive any response for his continuing TCP SYN packets for more than 10 hours ... badly written indeed.&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=55599" width="1" height="1"&gt;</description></item><item><title>re: Kakuro Combinations</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/08/23/Kakuro-Combinations.aspx#54423</link><pubDate>Thu, 09 Nov 2006 15:49:07 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:54423</guid><dc:creator>Jen</dc:creator><description>Bless you! The Kevin Pluck table is neither downloadable nor neatly printable in its web form. Thanks!&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=54423" width="1" height="1"&gt;</description></item><item><title>re: Email Address Format Myths</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/09/16/Email-Address-Format-Myths.aspx#5757</link><pubDate>Thu, 05 Oct 2006 20:09:28 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:5757</guid><dc:creator>Christoph Rüegg</dc:creator><description>&lt;p&gt;Just as a reference: I built the following regular expression (regex) directly from the two RFCs 2821 &amp;amp; 2822, but I dropped support for the following special cases:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;General Address Literal (domain-part: generalization of the IPv6 literal); However, IPv4 and IPv6 literals are supported (although the IPv6 format is not checked for valid addresses)!&lt;/li&gt;&lt;li&gt;I don&amp;#39;t check the total lengths&lt;/li&gt;&lt;li&gt;Quoted-Strings in the local part (they&amp;#39;re not recommended anyway)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Some RFC-valid email addresses:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="linkification-ext" style="color: #006620"&gt;&lt;a class="linkification-ext" href="mailto:abc@def.gh" style="color: #006620" title="Linkification: mailto:abc@def.gh"&gt;abc@def.gh&lt;/a&gt;&lt;/span&gt;i&lt;/li&gt;&lt;li&gt;*abc.def*@[101.2.1.2]&lt;/li&gt;&lt;li&gt;a7!#+/=&lt;span class="linkification-ext" style="color: #006620"&gt;&lt;a class="linkification-ext" href="mailto:??_%60asdb@spam.com" style="color: #006620" title="Linkification: mailto:??_`asdb@spam.com"&gt;??_&amp;#39;asdb@spam.com&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;RFC-invalid email addresses:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="linkification-ext" style="color: #006620"&gt;&lt;a class="linkification-ext" href="mailto:.abc@def.com" style="color: #006620" title="Linkification: mailto:.abc@def.com"&gt;.abc@def.com&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="linkification-ext" style="color: #006620"&gt;&lt;a class="linkification-ext" href="mailto:abc.@def.com" style="color: #006620" title="Linkification: mailto:abc.@def.com"&gt;abc.@def.com&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;abc(ade)@def.com&lt;/li&gt;&lt;li&gt;abc@[123.123]&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;And this is the regex (should be all in one line):&lt;/p&gt;&lt;p&gt;[-a-zA-Z0-9!#$%&amp;amp;&amp;#39;*+/=?^_&amp;#39;{|}~]+&lt;br /&gt;(?:\.[-a-zA-Z0-9!#$%&amp;amp;&amp;#39;*+/=?^_&amp;#39;{|}~]+)*&lt;br /&gt;@([a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9])?&lt;br /&gt;(?:\.[a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9])?)+&lt;br /&gt;|\[(?:\d{1,3}(?:\.\d{1,3}){3}|IPv6:[0-9A-Fa-f:]{4,39})\])&lt;/p&gt;&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=5757" width="1" height="1"&gt;</description></item><item><title>re: Email Address Format Myths</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/09/16/Email-Address-Format-Myths.aspx#5099</link><pubDate>Fri, 29 Sep 2006 09:25:20 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:5099</guid><dc:creator>Christoph Rüegg</dc:creator><description>Thanks, looks like I'm not alone with these problems then :)

Yes, it is indeed not allowed to have a dot right before the @ sign (neither as the first character), according to the mentioned RFCs, as "Atom = 1*atext" means "one or more atext's"&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=5099" width="1" height="1"&gt;</description></item><item><title>re: Strange PowerShell Bug?</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/09/24/StrangePowerShellBug.aspx#4889</link><pubDate>Wed, 27 Sep 2006 22:47:52 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:4889</guid><dc:creator>Christoph Rüegg</dc:creator><description>UPDATE: This bug is fixed in the newer RC2 version. Go get the update at: http://support.microsoft.com/kb/925228

More Details: http://blogs.msdn.com/powershell/archive/2006/09/26/Windows_PowerShell_RC2_Now_Available.aspx
&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=4889" width="1" height="1"&gt;</description></item><item><title>re: Agile Hardware Design?</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/08/25/Agile-Hardware-Design.aspx#4888</link><pubDate>Wed, 27 Sep 2006 22:36:19 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:4888</guid><dc:creator>MovGP0</dc:creator><description>To be precise, I've neever seen a easy-to-use software-tool for electronic engineers. The software in this area seems to ignore all the UserInterface Guidelines and Best-Development-Practices. 

That's a really bad sign, also because Unit-Testing was invented by the hardware-engineer community. and not by the software-developer community. 

I sometimes think the bad software quality in this area is because hardware-engineers are developing them. &lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=4888" width="1" height="1"&gt;</description></item><item><title>re: Email Address Format Myths</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/09/16/Email-Address-Format-Myths.aspx#4883</link><pubDate>Wed, 27 Sep 2006 22:24:38 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:4883</guid><dc:creator>MovGP0</dc:creator><description>As Internet-Technican I see such problems all day. It seems that most Mail-Application Programmers don't read RFCs...

Even when you restrict your mail-adress to letters, digits and a dot or underscore, you can run into troubles too when having the dot right before the @-sign...

ys, MovGP0&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=4883" width="1" height="1"&gt;</description></item><item><title>re: Kakuro Combinations</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/08/23/Kakuro-Combinations.aspx#3533</link><pubDate>Sat, 16 Sep 2006 15:06:18 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:3533</guid><dc:creator>Christoph Rüegg</dc:creator><description>I've found another nice kakuro combinations table on the web, you might want to have a look at it, too:

http://www.kevinpluck.net/kakuro/KakuroCombinations.html&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=3533" width="1" height="1"&gt;</description></item><item><title>Agile Hardware Design?</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/05/04/FirstAsic.aspx#1508</link><pubDate>Fri, 25 Aug 2006 21:00:04 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:1508</guid><dc:creator>Chris on Computers</dc:creator><description>&lt;p&gt;Looking back at my first semester thesis at ETH , where I designed a full-custom ASIC , I realize something&lt;/p&gt;
&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=1508" width="1" height="1"&gt;</description></item><item><title>re: My first ASIC</title><link>http://community.opensourcedotnet.info/blogs/computer/archive/2006/05/04/FirstAsic.aspx#1270</link><pubDate>Wed, 23 Aug 2006 19:58:53 GMT</pubDate><guid isPermaLink="false">5e0c48d9-3477-4155-b28a-6cca64e53d2a:1270</guid><dc:creator>Christoph Rüegg</dc:creator><description>btw, the testing went well: all tests succeeded and the timing behavior was as expected, even slightly better so we could overclock it to about 182 MHz at standard conditions (probably even more if we wouldn't test the async reset)&lt;img src="http://community.opensourcedotnet.info/aggbug.aspx?PostID=1270" width="1" height="1"&gt;</description></item></channel></rss>