<?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>安全代码 &#187; 编程</title>
	<atom:link href="http://www.6code.net/tag/program/feed" rel="self" type="application/rss+xml" />
	<link>http://www.6code.net</link>
	<description>代码安全,网络安全,系统内核</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Really advanced perl RegEx reference</title>
		<link>http://www.6code.net/programming/really-advanced-perl-regex-reference.html</link>
		<comments>http://www.6code.net/programming/really-advanced-perl-regex-reference.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 01:36:51 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/really-advanced-perl-regex-reference.html</guid>
		<description><![CDATA[* Samples
Swap two item
s/(\S+)\s+(\S+)/$2 $1/
Search C identifier
<span class="readmore"><a href="http://www.6code.net/programming/really-advanced-perl-regex-reference.html" title="Really advanced perl RegEx reference" target="_blank">阅读全文——共2127字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/programming/really-advanced-perl-regex-reference.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>程序员能力矩阵 Programmer Competency Matrix</title>
		<link>http://www.6code.net/programming/programmer-competency-matrix.html</link>
		<comments>http://www.6code.net/programming/programmer-competency-matrix.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 07:28:12 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/%e7%a8%8b%e5%ba%8f%e5%91%98%e8%83%bd%e5%8a%9b%e7%9f%a9%e9%98%b5-programmer-competency-matrix.html</guid>
		<description><![CDATA[原文链接 ： [译文]程序员能力矩阵 Programmer Competency Matrix



<span class="readmore"><a href="http://www.6code.net/programming/programmer-competency-matrix.html" title="程序员能力矩阵 Programmer Competency Matrix" target="_blank">阅读全文——共705字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/programming/programmer-competency-matrix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kuxun.cn 刷票</title>
		<link>http://www.6code.net/programming/kuxun-cn-ticket.html</link>
		<comments>http://www.6code.net/programming/kuxun-cn-ticket.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:31:12 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/kuxun-cn-%e5%88%b7%e7%a5%a8.html</guid>
		<description><![CDATA[&#19979;&#36733;: ticket.pl#! /usr/bin/perl -w
use strict;
use Term::ANSIColor&#160;qw(:constants);
&#160;
<span class="readmore"><a href="http://www.6code.net/programming/kuxun-cn-ticket.html" title="kuxun.cn 刷票" target="_blank">阅读全文——共375字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/programming/kuxun-cn-ticket.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于程序注释</title>
		<link>http://www.6code.net/reading_note/zhusi.html</link>
		<comments>http://www.6code.net/reading_note/zhusi.html#comments</comments>
		<pubDate>Mon, 06 Oct 2008 14:31:11 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/?p=122</guid>
		<description><![CDATA[1. 是否要写注释
写注释能让你更好的思考程序在干什么，但是糟糕的注释适得其反。
2. 如何高效的注释
应该通过书写具有意义的变量名，子程序名来避免过多的注释。注释不是重复描述代码，而是对代码的补充说明。
<span class="readmore"><a href="http://www.6code.net/reading_note/zhusi.html" title="关于程序注释" target="_blank">阅读全文——共189字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/reading_note/zhusi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft visual studio 2005 C1902: 程序数据库管理器不匹配 错误</title>
		<link>http://www.6code.net/reading_note/microsoft-visual-studio-2005-c1902.html</link>
		<comments>http://www.6code.net/reading_note/microsoft-visual-studio-2005-c1902.html#comments</comments>
		<pubDate>Mon, 01 Sep 2008 12:16:45 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/?p=91</guid>
		<description><![CDATA[Here are steps how I got it and solve:
1. I like to compile some sources from the command prompt, so I added to the PATH environment variable &#8211; &#8220;C:\Program Files\Microsoft Visual Studio 8\VC\Bin&#8221;. After that I had to copy some files from &#8220;C:Program Files\Microsoft Visual Studio 8\Common7\IDE&#8221; to get cl.exe working (one of files was mspdb80.dll).
<span class="readmore"><a href="http://www.6code.net/reading_note/microsoft-visual-studio-2005-c1902.html" title="Microsoft visual studio 2005 C1902: 程序数据库管理器不匹配 错误" target="_blank">阅读全文——共521字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/reading_note/microsoft-visual-studio-2005-c1902.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>visual assist 10.4 1624 保持试用</title>
		<link>http://www.6code.net/reversing/visual-assist.html</link>
		<comments>http://www.6code.net/reversing/visual-assist.html#comments</comments>
		<pubDate>Fri, 14 Mar 2008 16:25:07 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[逆向分析]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/reversing/visual-assist.html</guid>
		<description><![CDATA[不用vc 好多年，最近做项目用到C# , 安装了visual studio 2005，于是又怀念起visual assist 的日子了，人总是怀念以前的日子。
这软件好是好，就是贵，其实保持试用真的是好方法。不要费脑筋找破解，原汁原味。软件试用时间的控制是用Armadillo壳实现的，直接使用Trial-Reset  3.2 搞定。

trial-reset_32.rar
]]></description>
		<wfw:commentRss>http://www.6code.net/reversing/visual-assist.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【转】安装vs2005 sp1出现数字签名错误的解决办法</title>
		<link>http://www.6code.net/security/vs2005sp1.html</link>
		<comments>http://www.6code.net/security/vs2005sp1.html#comments</comments>
		<pubDate>Sun, 09 Mar 2008 15:46:28 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[网络安全]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/vs2005sp1.html</guid>
		<description><![CDATA[1. 单击“开始”，单击“运行”，键入 control admintools，然后单击“确定”。
2. 双击“本地安全策略”。
3. 单击“软件限制策略”。(注意：如果未列出软件限制，请右击“软件限制策略”，然后单击“新建策略”。 )
4. 在“对象类型”下，双击“强制”。
<span class="readmore"><a href="http://www.6code.net/security/vs2005sp1.html" title="【转】安装vs2005 sp1出现数字签名错误的解决办法" target="_blank">阅读全文——共168字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/security/vs2005sp1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>编译了一个windows 平台下的curl</title>
		<link>http://www.6code.net/security/curl-for-windows.html</link>
		<comments>http://www.6code.net/security/curl-for-windows.html#comments</comments>
		<pubDate>Tue, 29 Jan 2008 12:00:01 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[网络安全]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/curl-for-windows.html</guid>
		<description><![CDATA[一个非常好用的工具。
D:\curl&#62;curl &#8211;version
curl 7.17.1 (i386-pc-win32) libcurl/7.17.1 OpenSSL/0.9.8g zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
<span class="readmore"><a href="http://www.6code.net/security/curl-for-windows.html" title="编译了一个windows 平台下的curl" target="_blank">阅读全文——共178字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/security/curl-for-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 下编译netcat</title>
		<link>http://www.6code.net/security/nc-compile.html</link>
		<comments>http://www.6code.net/security/nc-compile.html#comments</comments>
		<pubDate>Tue, 15 Jan 2008 13:01:14 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[网络安全]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/nc-compile.html</guid>
		<description><![CDATA[很简单。注释掉 netcat.c   res_init 的那行
make linux
如何想编译出 -e  和 -t 选项， 只要加上两条define 语句即可。
#define GAPING_SECURITY_HOLE
<span class="readmore"><a href="http://www.6code.net/security/nc-compile.html" title="Linux 下编译netcat" target="_blank">阅读全文——共106字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/security/nc-compile.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python PyGreSQL</title>
		<link>http://www.6code.net/reading_note/python-pygresql.html</link>
		<comments>http://www.6code.net/reading_note/python-pygresql.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 01:57:16 +0000</pubDate>
		<dc:creator>老周</dc:creator>
				<category><![CDATA[读书笔记]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.6code.net/security/python-pygresql.html</guid>
		<description><![CDATA[postgres 官方推荐的python Postgres SQL 编程接口
下载地址：http://www.pygresql.org/readme.html
pg 模块文档
ex
<span class="readmore"><a href="http://www.6code.net/reading_note/python-pygresql.html" title="python PyGreSQL" target="_blank">阅读全文——共227字</a></span>]]></description>
		<wfw:commentRss>http://www.6code.net/reading_note/python-pygresql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
