<?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>NAzT&#039;s Blog &#187; Grep</title> <atom:link href="http://www.together.in.th/tag/grep/feed/" rel="self" type="application/rss+xml" /><link>http://www.together.in.th</link> <description>technology, misc</description> <lastBuildDate>Sat, 17 Dec 2011 14:00:31 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Set Encoding ให้ Cyberneko แล้วก็ Grep Image Source</title><link>http://www.together.in.th/set-encoding-%e0%b9%83%e0%b8%ab%e0%b9%89-cyberneko-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7%e0%b8%81%e0%b9%87-grep-image-source/</link> <comments>http://www.together.in.th/set-encoding-%e0%b9%83%e0%b8%ab%e0%b9%89-cyberneko-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7%e0%b8%81%e0%b9%87-grep-image-source/#comments</comments> <pubDate>Tue, 20 Apr 2010 06:06:40 +0000</pubDate> <dc:creator>Nat</dc:creator> <category><![CDATA[Groovy]]></category> <category><![CDATA[cyberneko]]></category> <category><![CDATA[git]]></category> <category><![CDATA[Grep]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=1766</guid> <description><![CDATA[Set Encoding ให้ Cyberneko html parser (บาง Site ไม่ยอมกำหนดว่าเป็น Encoding แบบใด) แล้วก็ Grep Image Source Code ตามข้างล่างนี้ Related Blogs เรื่องที่เกี่ยวข้องเมษายน 29, 2010 -- แกะ Link ทั้งหมดด้วย cyberneko (Groovy Java)พฤษภาคม 4, 2010 -- เนรมิต Web Service ตัดคำ (ใช้ grails + xfire) ภาค SOAPเมษายน 27, 2010 -- ตัดคำภาษาไทยด้วย Groovy (ไม่ใช้ grails)เมษายน 8, 2010 -- Grails &#038; Legacy [...]]]></description> <wfw:commentRss>http://www.together.in.th/set-encoding-%e0%b9%83%e0%b8%ab%e0%b9%89-cyberneko-%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7%e0%b8%81%e0%b9%87-grep-image-source/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ลองใช้ objdump กับ โปรแกรมภาษา C</title><link>http://www.together.in.th/%e0%b8%a5%e0%b8%ad%e0%b8%87%e0%b9%83%e0%b8%8a%e0%b9%89-objdump-%e0%b8%81%e0%b8%b1%e0%b8%9a-%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b8%a3%e0%b8%a1%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2-c/</link> <comments>http://www.together.in.th/%e0%b8%a5%e0%b8%ad%e0%b8%87%e0%b9%83%e0%b8%8a%e0%b9%89-objdump-%e0%b8%81%e0%b8%b1%e0%b8%9a-%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b8%a3%e0%b8%a1%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2-c/#comments</comments> <pubDate>Tue, 23 Mar 2010 09:54:19 +0000</pubDate> <dc:creator>Nat</dc:creator> <category><![CDATA[Hacking]]></category> <category><![CDATA[Grep]]></category> <category><![CDATA[php]]></category> <category><![CDATA[หนังสือ]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=1566</guid> <description><![CDATA[เขียนโปรแกรมภาษา C ง่ายๆซักอันขึ้นมาก่อน #include &#60;stdio.h&#62; int main() { int i; for(i=0;i&#60;10;i++) { puts(&#8220;Hello, world!\n&#8221;); } return 0; } compile และ รันด้วยคำสั่ง gcc firstprogram.c; ./a.out จะได้แบบนี้ Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! แล้วลองใช้ objdump โดยสั่งแบบนี้ (แสดง 20 บรรทัดหลังเจอคำว่า main.:) objdump -D a.out [...]]]></description> <wfw:commentRss>http://www.together.in.th/%e0%b8%a5%e0%b8%ad%e0%b8%87%e0%b9%83%e0%b8%8a%e0%b9%89-objdump-%e0%b8%81%e0%b8%b1%e0%b8%9a-%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b8%a3%e0%b8%a1%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[Pre] GitHub Command (Blog From Terminal)</title><link>http://www.together.in.th/pre-github-command-blog-from-terminal/</link> <comments>http://www.together.in.th/pre-github-command-blog-from-terminal/#comments</comments> <pubDate>Sun, 31 May 2009 06:34:49 +0000</pubDate> <dc:creator>NAzT</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Config]]></category> <category><![CDATA[git]]></category> <category><![CDATA[gitdemo]]></category> <category><![CDATA[github command]]></category> <category><![CDATA[gitk]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[Grep]]></category> <category><![CDATA[Project]]></category> <guid
isPermaLink="false">http://www.together.in.th/?p=994</guid> <description><![CDATA[nazts-macbook:~ NAzT$history &#124; grep git 68  grails create-app gitdemo 69  cd gitdemo/ 79  cd gitdemo/ 80  git init 81  git add . 82  git commit -m &#8220;initial checkin&#8221; 83  git commit -a -m &#8220;added head1&#8243; 85  git checkout -b listwork 86  git brance 87  git branch 88  git commit -a -m &#8220;add h2&#8243; 89  git [...]]]></description> <wfw:commentRss>http://www.together.in.th/pre-github-command-blog-from-terminal/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
