<?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>Monster Oasis &#187; Programming/C</title>
	<atom:link href="http://www.monster.com.tw/archives/category/programmingc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.monster.com.tw</link>
	<description>Sky / Ocean / Tree</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iphone / hello world 2 / single rows in the table view</title>
		<link>http://www.monster.com.tw/archives/2666</link>
		<comments>http://www.monster.com.tw/archives/2666#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:21:53 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2666</guid>
		<description><![CDATA[// -- // Customize the number of rows in the table view. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return 1; } // Customize the appearance of table view cells. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2666/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[導覽] 有趣的 iPad iPhone development video 教學</title>
		<link>http://www.monster.com.tw/archives/2665</link>
		<comments>http://www.monster.com.tw/archives/2665#comments</comments>
		<pubDate>Thu, 08 Jul 2010 10:15:24 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[helloworld]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2665</guid>
		<description><![CDATA[From : Rory Lewis, PhD, JD URL : http://www.rorylewis.com/docs/02_iPad_iPhone/05_iPhoneTutorials.htm 另外給初接觸 objective-c 的介紹: URL : http://maciku.blogspot.com/2009/12/iphone-objective-c.html 中文開發網站 : http://www.cocoachina.com/iphonedev/ // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; obj-&#62;method(argv); [obj method: argv]; // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; @implementation HelloController - (IBAction)sayHello:(id)sender { [destinationTextField setStringValue:[sourceTextField stringValue]]; } @end (id)sender 是一個可以選擇性的用法, 若您有需要取得發出 IBAction的元件時,可以用這個 sender變數來取得. 但記得可能需要 cast一下. UIButton *senderButton=(UIbutton*) sender; [senderButton setHidden: YES]; 這樣就會把該button隱藏起來. (id)sender 是一個可以選擇性的用法,若您有需要取得發出 IBAction的元件時,可以用這個 sender變數來取得.但記得可能需要 cast一下. [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2665/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>開啟 vmware esxi server virtual switch Promiscuous Mode 的方法 &#8211; for sniff network purpose</title>
		<link>http://www.monster.com.tw/archives/2279</link>
		<comments>http://www.monster.com.tw/archives/2279#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:49:07 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2279</guid>
		<description><![CDATA[要研究這麼深?! 沒辦法, 最近遇到奇怪問題非得啟用 Promiscuous Mode 來看看發生啥事了. 設定 step by step 看圖: &#160; 這是 免費的 sniff tools: http://www.ethereal.com/ Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2279/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tracking system 新點子</title>
		<link>http://www.monster.com.tw/archives/2276</link>
		<comments>http://www.monster.com.tw/archives/2276#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:55:26 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/C]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2276</guid>
		<description><![CDATA[上週聽了 ora 公司的產品說明, 覺得不錯. 它是 tracking system 產品, 可是更 friendly / 非侵入式的作法, 它利用 switch 或 SLB設備的 mirror port 把流經的 traffic 導進這個 program , 由這個 program 來進行 traffic 分析. 架構簡圖: &#160; 若要自行作的話可能會需要看懂這個 Programming with pcap http://www.tcpdump.org/pcap.htm The Sniffer&#8217;s Guide to Raw Traffic (a libpcap tutorial) http://yuba.stanford.edu/~casado/pcap/section1.html Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2276/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get MAC address using C</title>
		<link>http://www.monster.com.tw/archives/1674</link>
		<comments>http://www.monster.com.tw/archives/1674#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:00:30 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1674</guid>
		<description><![CDATA[不過 , 這邊有指定 eth0 , 若 server 有很多 interface 的話就要注意一下了. #include &#60;stdio.h&#62; #include &#60;sys/ioctl.h&#62; #include &#60;sys/types.h&#62; #include &#60;sys/socket.h&#62; #include &#60;net/if.h&#62; int main( int argc, char *argv[] ) { int s; struct ifreq buffer; s = socket(PF_INET, SOCK_DGRAM, 0); memset(&#38;buffer, 0x00, sizeof(buffer)); strcpy(buffer.ifr_name, &#34;eth0&#34;); ioctl(s, SIOCGIFHWADDR, &#38;buffer); close(s); for( s = 0; s &#60; 6; s++ [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1674/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[好文推薦] A TUTORIAL ON POINTERS AND ARRAYS IN C</title>
		<link>http://www.monster.com.tw/archives/1401</link>
		<comments>http://www.monster.com.tw/archives/1401#comments</comments>
		<pubDate>Thu, 10 Sep 2009 05:40:29 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1401</guid>
		<description><![CDATA[&#34;C 語言&#34; … ㄏㄏ.. 這麼古老且重要的語言,從 1972年開始到現在至少超過30年! 學會 pointer 後 C 就算是懂 90% 了 REF: http://en.wikipedia.org/wiki/C_%28programming_language%29 FROM URL : http://home.netcom.com/~tjensen/ptr/pointers.htm TABLE OF CONTENTS Preface Introduction Chapter 1: What is a Pointer? Chapter 2: Pointer Types and Arrays. Chapter 3: Pointers and Strings Chapter 4: More on Strings Chapter 5: Pointers and Structures Chapter 6: More on [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1401/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>編程最佳的字型 consolas / notepad++ 及 winscp 設定 / Best programming fonts</title>
		<link>http://www.monster.com.tw/archives/1378</link>
		<comments>http://www.monster.com.tw/archives/1378#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:02:54 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Programming/javascript]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1378</guid>
		<description><![CDATA[http://www.sitepoint.com/blogs/2009/05/01/top-10-programming-fonts/ Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1378/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Expat XML Parser &#8211; XML 分析/拆解工具 &#8211; C &#8211; 這個讚! 用 C 寫 spider 會用到</title>
		<link>http://www.monster.com.tw/archives/1355</link>
		<comments>http://www.monster.com.tw/archives/1355#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:07:30 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[monster]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1355</guid>
		<description><![CDATA[Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory article on using Expat is available on xml.com. Function reference : http://www.xml.com/pub/a/1999/09/expat/reference.html Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1355/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Some Simple C Programs &#8211; 好用的 C 範例程式/片段</title>
		<link>http://www.monster.com.tw/archives/1270</link>
		<comments>http://www.monster.com.tw/archives/1270#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:28:24 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1270</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新的轉碼方法 , libiconv , BIG5 轉 UTF8</title>
		<link>http://www.monster.com.tw/archives/1075</link>
		<comments>http://www.monster.com.tw/archives/1075#comments</comments>
		<pubDate>Tue, 07 Apr 2009 10:23:06 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[中文]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1075</guid>
		<description><![CDATA[Jack 大大寫好了這段 code , 很好用, 就貼在這兒了, 下次可以直接剪下跟貼上 重點有兩個: 1. From encoding 是 CP950 2. libiconv 不要用 libc 的, 因為缺一個 function : iconvctl int fnConvert(const char *from, const char *to, char* save, int savelen, char *src, int srclen) { iconv_t cd; char *inbuf = src; char *outbuf = save; size_t outbufsize = savelen; int status = [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1075/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

