<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>예섬</title>
    <link>https://psjin14.tistory.com/</link>
    <description>언제나 늘 푸른 소나무처럼. 자신의 의지로 오롯이 서기</description>
    <language>ko</language>
    <pubDate>Thu, 9 Apr 2026 14:14:30 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>예섬수진</managingEditor>
    <image>
      <title>예섬</title>
      <url>https://t1.daumcdn.net/cfile/tistory/19476D0D4C0535E51D</url>
      <link>https://psjin14.tistory.com</link>
    </image>
    <item>
      <title>Sublime Text2] Package Control</title>
      <link>https://psjin14.tistory.com/entry/Sublime-Text2-Package-Control</link>
      <description>&lt;h3&gt;1. Package Control 메뉴 생성하기&amp;nbsp;&lt;/h3&gt;
&lt;p style=&quot;margin-left: 2em; &quot;&gt;A. Console 창 열어, 명령어를 실행한다. 그 후, 툴을 재실행한다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;a. Console 창 열기 : View &amp;gt; Show Console&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;b. 실행할 명령어&lt;/p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;475&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width:475;height:24;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-left:1px solid #ccc;;&quot;&gt;
&lt;p style=&quot;margin-left: 6em; &quot;&gt;
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'	
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;B. 재실행 결과, Preferences &amp;gt; Package Control과 Preferences &amp;gt; Package Settings라는 메뉴가 생긴다.&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;2. vi 명령어(ex&amp;gt; i, a, o, dw, dd)&amp;nbsp;사용하기&lt;/h3&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;A. Preferences &amp;gt; Settings - Default 값 변경&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;a.&amp;nbsp;Preferences &amp;gt; Settings - Default을 선택하여, 파일을 연다&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;b. 파일 하단부에서,&amp;nbsp;ignored_packages의 값을 변경한다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;txc-table&quot; width=&quot;475&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width:475;height:24;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-left:1px solid #ccc;;&quot;&gt;
	&lt;p style=&quot;margin-left: 6em; &quot;&gt;&amp;nbsp;&quot;ignored_packages&quot;: [&lt;b&gt;&quot;&quot;&lt;/b&gt;]&lt;/p&gt;
&lt;/td&gt;

&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;c. 파일 저장 후, 프로그램 재 실행&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;B. 값 변경 결과, [ESC]를 누르면 command mode로 변경된다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;C. SublimeBlockCursor 설치&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;a. 설치 이유&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 6em; &quot;&gt;- command mode 시 cursor가 _로 표시 되어, cursor의 위치를 파악하기 힘들다. 그래서 해당 package를 설치하여, cursor를 더 잘 보이도록 하였다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;b. 설치 방법&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 6em; &quot;&gt;- Preferences &amp;gt; Package Control &amp;gt; Package Control : Install Package &amp;gt;&amp;nbsp;SublimeBlockCursor&amp;nbsp;선택함&lt;/p&gt;&lt;p style=&quot;margin-left: 6em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;3. zen-coding 설치하기&lt;/h3&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;- Preferences &amp;gt; Package Control를 이용하여 설치함.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;4. 현재 파일을 Browser에서 실행하기&lt;/h3&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;A. 기본 Browser에서 실행하도록 Plugin 설정&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;a.&amp;nbsp;Tools &amp;gt; New Plugin... 선택&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;b. 열려진 파일을 아래와 같이 수정하여, 저장함[파일명: OpenBrowserCommand.py]&lt;/p&gt;&lt;p&gt;&lt;/p&gt; &lt;table class=&quot;txc-table&quot; width=&quot;475&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 475px; height: 24px; border: 1px solid rgb(204, 204, 204); &quot;&gt;
&lt;p style=&quot;margin-left: 6em; &quot;&gt;
import sublime, sublime_plugin&lt;br /&gt;&lt;b&gt;
import webbrowser&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
class &lt;b&gt;OpenBrowserCommand&lt;/b&gt;(sublime_plugin.TextCommand):&lt;br /&gt;

&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;
def run(self, edit):&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;
&lt;b&gt;url = &lt;/b&gt;self.view.file_name()&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;
&lt;b&gt;webbrowser.open_new(url)&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;B. Plugin과 단축&amp;nbsp;키(Ctrl+Shift+b)가 연결되도록 설정&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;a. Tools &amp;gt; Command Palette... &amp;gt; Preferences: Key Bindings : User&amp;nbsp;선택&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;b. 열린 파일을 아래와 같이 수정한 뒤, 저장함&lt;/p&gt;&lt;p&gt;&lt;table class=&quot;txc-table&quot; width=&quot;475&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width:475;height:24;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;border-left:1px solid #ccc;;&quot;&gt;
&lt;p style=&quot;margin-left: 6em; &quot;&gt;[&lt;br /&gt;&amp;nbsp;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;
&lt;b&gt;{&quot;keys&quot;:[&quot;ctrl+shift+b&quot;], &quot;command&quot;: &quot;open_browser&quot;}&lt;/b&gt;&lt;br /&gt;
]&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;C. &amp;nbsp;html 문서(*.html / *.htm) 작성 후, 단축키를 눌러 Web Browser로 실행한다.&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 4em; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div&gt;* 참고 사이트 :&amp;nbsp;&lt;a href=&quot;http://juhoi.tistory.com/51&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;http://juhoi.tistory.com/51&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>컴퓨터/Web Programming</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/116</guid>
      <comments>https://psjin14.tistory.com/entry/Sublime-Text2-Package-Control#entry116comment</comments>
      <pubDate>Fri, 6 Jul 2012 13:37:59 +0900</pubDate>
    </item>
    <item>
      <title>C++]pure virtual function 컴파일 에러</title>
      <link>https://psjin14.tistory.com/entry/Cpure-virtual-function-%EC%BB%B4%ED%8C%8C%EC%9D%BC-%EC%97%90%EB%9F%AC</link>
      <description>&lt;br /&gt;
Webkit gtk 소스 빌드 시, 아래와 같이&amp;nbsp;pure&amp;nbsp;virtual function 관련 컴파일 에러를 발견하였다.&amp;nbsp;&lt;br /&gt;
&lt;table width=&quot;501&quot; bgcolor=&quot;#ffffff&quot; style=&quot;border-collapse:collapse&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;
&lt;td style=&quot;border:1px solid #dadada&quot; width=&quot;100%&quot;&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;&amp;nbsp;../../Source/WebKit/gtk/webkit/webkitwebview.cpp:3496: error: &lt;b&gt;cannot allocate an object &lt;/b&gt;of abstract type ‘WebKit::ChromeClient’&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt; &quot;&gt;&amp;nbsp;../../Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.h:37: note: &amp;nbsp; because the following &lt;b&gt;virtual functions are pure&lt;/b&gt; within ‘WebKit::ChromeClient’:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 8pt; &quot;&gt;../../Source/WebCore/page/ChromeClient.h:229: note: &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;virtual void WebCore::ChromeClient::enumerateChosenDirectory(const WTF::String&amp;amp;, WebCore::FileChooser*)&lt;/span&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;확인 결과,&amp;nbsp;pure&amp;nbsp;virtual function을 가진 클래스는 객체를 생성할 수 없기 때문에 발생한 문제 였다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;pure&amp;nbsp;virtual function을 가진 클래스를 상속받을 경우, 모든&amp;nbsp;pure&amp;nbsp;virtual function을 재정의하여야 한다. 그렇지 않으면 파생된 클래스 역시 pure virtual function을 가지므로, 객체를 생성할 수 없다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;책에서만 보던 내용을 Webkit 빌드를 통해 알 수 있었다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&amp;nbsp;</description>
      <category>컴퓨터/C/C++</category>
      <category>c++</category>
      <category>pure virtual function</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/115</guid>
      <comments>https://psjin14.tistory.com/entry/Cpure-virtual-function-%EC%BB%B4%ED%8C%8C%EC%9D%BC-%EC%97%90%EB%9F%AC#entry115comment</comments>
      <pubDate>Thu, 28 Apr 2011 00:09:59 +0900</pubDate>
    </item>
    <item>
      <title>Windows Phone 7]Getting Started</title>
      <link>https://psjin14.tistory.com/entry/Windows-Phone-7Getting-Started</link>
      <description>(1) Download and install the&amp;nbsp;&lt;b&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=04704acf-a63a-4f97-952c-8b51b34b00ce&amp;amp;displaylang=en&quot; target=&quot;_blank&quot;&gt;Windows Phone Developer Tools&lt;/a&gt;&amp;nbsp;&lt;br /&gt;
&lt;table width=&quot;501&quot; bgcolor=&quot;#ffffff&quot; style=&quot;border-collapse:collapse&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot;&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td style=&quot;border:1px solid #dadada&quot; width=&quot;100%&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma, Arial, sans-serif; font-size: 11px; border-collapse: separate; color: rgb(0, 0, 0); font-weight: normal; line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; &quot;&gt;&lt;b&gt;The Windows Phone Developer Tools includes the following&lt;/b&gt;&lt;ul style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;
&lt;li style=&quot;margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.3em; &quot;&gt;Visual Studio 2010 Express for Windows Phone&lt;/li&gt;
&lt;li style=&quot;margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.3em; &quot;&gt;Windows Phone Emulator Resources&lt;/li&gt;
&lt;li style=&quot;margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.3em; &quot;&gt;Silverlight 4 Tools For Visual Studio&lt;/li&gt;
&lt;li style=&quot;margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.3em; &quot;&gt;XNA Game Studio 4.0&lt;/li&gt;
&lt;li style=&quot;margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 25px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.3em; &quot;&gt;Microsoft Expression Blend for Windows Phone&lt;/li&gt;
&lt;/ul&gt;
&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
(2) &lt;a href=&quot;http://download.microsoft.com/download/6/D/6/6D66958D-891B-4C0E-BC32-2DFC41917B11/WindowsPhoneDeveloperResources_en-US_Patch1.msp&quot;&gt;Download and install the Windows Phone Developer Tools Update&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(3) &lt;a href=&quot;http://download.microsoft.com/download/6/D/6/6D66958D-891B-4C0E-BC32-2DFC41917B11/VS10-KB2486994-x86.exe&quot;&gt;Download and install the Windows Phone Developer Tools Fix&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(4) For VS 2010 Express, we need to register product.&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; - Click &quot;Help&quot;, then &quot;Register Product&quot; and follow the steps.&amp;nbsp;&lt;br /&gt;
&lt;div style=&quot;margin-left: 4em; &quot;&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
※ Reference URI :&amp;nbsp;&lt;a href=&quot;http://create.msdn.com/en-us/home/getting_started&quot; target=&quot;_blank&quot;&gt;APP HUB&lt;/a&gt;(http://create.msdn.com/en-us/home/getting_started)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
      <category>컴퓨터/Windows Phone 7</category>
      <category>Windows Phone 7</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/114</guid>
      <comments>https://psjin14.tistory.com/entry/Windows-Phone-7Getting-Started#entry114comment</comments>
      <pubDate>Thu, 21 Apr 2011 20:55:35 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu]root 계정 비밀번호 설정하기</title>
      <link>https://psjin14.tistory.com/entry/Ubunturoot-%EA%B3%84%EC%A0%95-%EB%B9%84%EB%B0%80%EB%B2%88%ED%98%B8-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0</link>
      <description>Ubuntu 설치 후, root 계정으로 로그인 하려고 하면 안된다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;그 이유는 Linux를 설치하면서, root 계정에 대한 비밀번호를 지정하지 않았기 때문이다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;Linux 설치 시, 생성한 계정으로 로그인 후, &lt;b&gt;sudo passwd root&lt;/b&gt;를 이용하여 root 비밀번호를 설정해 보자.&amp;nbsp;&lt;p style=&quot;margin:0&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/141CC3374DA6DADC1C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F141CC3374DA6DADC1C&quot; width=&quot;309&quot; height=&quot;70&quot; alt=&quot;&quot; filename=&quot;Clipboard02.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
로그 아웃 이후, root 계정으로 로그인하면 된다.&amp;nbsp;&lt;/p&gt;</description>
      <category>컴퓨터/Linux</category>
      <category>root</category>
      <category>Ubuntu Linux</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/113</guid>
      <comments>https://psjin14.tistory.com/entry/Ubunturoot-%EA%B3%84%EC%A0%95-%EB%B9%84%EB%B0%80%EB%B2%88%ED%98%B8-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0#entry113comment</comments>
      <pubDate>Thu, 14 Apr 2011 20:35:28 +0900</pubDate>
    </item>
    <item>
      <title>How to build EFL</title>
      <link>https://psjin14.tistory.com/entry/How-to-build-EFL</link>
      <description>1. apt-get install을 이용하여, 빌드에 필요한 Package 설치하기&lt;br /&gt;
&amp;nbsp;&amp;nbsp;(1) apt-cache search를 이용한, package 이름 선택하기&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;(2) 설치할 Package List&lt;br /&gt;
&lt;div style=&quot;margin-left: 4em; &quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: 'Bitstream Vera', Vera, 'Trebuchet MS', Trebuchet, Tahoma, sans-serif; line-height: normal; font-size: 11px; &quot;&gt;[Mandatory]&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: 'Bitstream Vera', Vera, 'Trebuchet MS', Trebuchet, Tahoma, sans-serif; line-height: normal; font-size: 11px; &quot;&gt;&lt;ul style=&quot;font-size: 11px; text-align: left; &quot;&gt;
&lt;li&gt;subversion&lt;/li&gt;
&lt;li&gt;gcc&lt;/li&gt;
&lt;li&gt;autoconf 2.59 or better&lt;/li&gt;
&lt;li&gt;automake 1.10 or better&lt;/li&gt;
&lt;li&gt;libtool&lt;/li&gt;
&lt;li&gt;make (gnu make)&lt;/li&gt;
&lt;li&gt;gettext&lt;/li&gt;
&lt;li&gt;libpam dev headers&lt;/li&gt;
&lt;li&gt;libfreetype dev headers&lt;/li&gt;
&lt;li&gt;libpng dev headers&lt;/li&gt;
&lt;li&gt;libjpeg dev headers&lt;/li&gt;
&lt;li&gt;zlib dev headers&lt;/li&gt;
&lt;li&gt;libdbus dev headers&lt;/li&gt;
&lt;li&gt;libblua 5.1 or better dev headers&lt;/li&gt;
&lt;li&gt;libx11 dev headers&lt;/li&gt;
&lt;li&gt;libxcursor dev headers&lt;/li&gt;
&lt;li&gt;libxrender dev headers&lt;/li&gt;
&lt;li&gt;libxrandr dev headers&lt;/li&gt;
&lt;li&gt;libxfixes dev headers&lt;/li&gt;
&lt;li&gt;libxdamage dev headers&lt;/li&gt;
&lt;li&gt;libxcomposite dev headers&lt;/li&gt;
&lt;li&gt;libxss dev headers&lt;/li&gt;
&lt;li&gt;libxp dev headers&lt;/li&gt;
&lt;li&gt;libxext dev headers&lt;/li&gt;
&lt;li&gt;libxinerama dev headers&lt;/li&gt;
&lt;li&gt;libxkbfile dev headers&lt;/li&gt;
&lt;li&gt;libxtst dev headers&lt;br /&gt;
&lt;br /&gt;
[Optional] Build option에 따라 필요한 Package&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;libtiff dev headers (tiff loading support in evas)&lt;/li&gt;
&lt;li&gt;librsvg dev headers (svg loading support in evas)&lt;/li&gt;
&lt;li&gt;libungif dev headers (gif loading support in evas)&lt;/li&gt;
&lt;li&gt;libcurl dev headers (http download/fetch support in ecore)&lt;/li&gt;
&lt;li&gt;libgnutls dev headers (signed eet files, secure tcp connection support for ecore)&lt;/li&gt;
&lt;li&gt;libasound2 dev headers (alsa sound card support in E17 mixer module)&lt;/li&gt;
&lt;/ul&gt;
&lt;/span&gt;2. EFL Code 받기&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;(1) EFL Library&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: 'Bitstream Vera', Vera, 'Trebuchet MS', Trebuchet, Tahoma, sans-serif; line-height: normal; font-size: 11px; &quot;&gt;&lt;ul style=&quot;font-size: 11px; text-align: left; &quot;&gt;
&lt;li&gt;eina : Data Structure&amp;nbsp;&lt;/li&gt;
&lt;li&gt;ecore : Event Loop&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;evas : Drawing Object이지만, Event를 받을 수 있음&amp;nbsp;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;edje : Layout Engine이지만, Layout을 위한 Script까지 지원&lt;br /&gt;
* eet : Layout Script를 Compie하기 위한 것&lt;/li&gt;
&lt;li&gt;elementary : evas만으로는 Widget을 구성하기가 힘들어 만들어 짐&lt;br /&gt;
&amp;nbsp;* Button을 표현하기 위해서는, 여러 개의 evas object로 구성되어야 함 &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;Ex&amp;gt; Image, 글자, border 등 &amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;(2) EFL Code 받기&amp;nbsp;&lt;br /&gt;

&lt;/div&gt;
&lt;div style=&quot;&quot;&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; - 터미널 창에서, 아래 명령어를 이용하여 소스 코드를 받는다.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div style=&quot;&quot;&gt;
svn co http://svn.enlightenment.org/svn/e/trunk&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;* 명령어가 완료되면, trunk 폴더가 생긴다. &lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div style=&quot;&quot;&gt;
3. EFL 빌드 &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;(1) 각 Library Build 명령어&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(136, 0, 0); font-family: monospace; line-height: normal; font-size: 10px; white-space: pre-wrap; &quot;&gt;./autogen.sh &amp;amp;&amp;amp; make &amp;amp;&amp;amp; sudo make install&lt;/span&gt;&lt;br /&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;(2) Script를 이용한, Library 빌드&amp;nbsp;&lt;br /&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: 'Bitstream Vera', Vera, 'Trebuchet MS', Trebuchet, Tahoma, sans-serif; line-height: normal; font-size: 11px; &quot;&gt;&lt;pre style=&quot;border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(187, 187, 187); border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); text-align: left; vertical-align: middle; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; overflow-x: auto; overflow-y: auto; font-family: 'Bitstream Vera Mono', 'Vera Mono', 'Trebuchet MS Mono', 'Trebuchet Mono', 'Tahoma Mono', mono; white-space: pre-wrap; color: rgb(136, 0, 0); font-size: 9px; &quot;&gt;&lt;code&gt;#!/bin/sh
set -e
PREFIX=&quot;/usr/local&quot;
PROJECTS=&quot;\
eina eet evas ecore embryo edje elementary&quot;
SITE=&quot;svn.enlightenment.org&quot;
SVN=&quot;http://$SITE/svn/e/trunk&quot;
OPT=&quot;--prefix=$PREFIX&quot;
#svn co $SVN
PKG_CONFIG_PATH=&quot;$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH&quot;
PATH=&quot;$PREFIX/bin:$PATH&quot;
LD_LIBRARY_PATH=&quot;$PREFIX/lib:$LD_LIBRARY_PATH&quot;
for PROJ in $PROJECTS; do
  cd trunk/$PROJ
  make clean distclean || true
  ./autogen.sh $OPT
  make
  sudo make install
  cd ../..
  sudo ldconfig
done&lt;/code&gt;&lt;/pre&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
Reference : &amp;nbsp;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;a href=&quot;http://www.enlightenment.org/p.php?p=contribute&amp;amp;l=en&quot;&gt;http://www.enlightenment.org/p.php?p=contribute&amp;amp;l=en&lt;/a&gt;&lt;/div&gt;</description>
      <category>컴퓨터/기타</category>
      <category>efl</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/112</guid>
      <comments>https://psjin14.tistory.com/entry/How-to-build-EFL#entry112comment</comments>
      <pubDate>Tue, 15 Mar 2011 22:00:00 +0900</pubDate>
    </item>
    <item>
      <title>코바늘]일직선으로 첫줄 뜬 후, 다음 줄 시작하기</title>
      <link>https://psjin14.tistory.com/entry/%EC%BD%94%EB%B0%94%EB%8A%98%EC%9D%BC%EC%A7%81%EC%84%A0%EC%9C%BC%EB%A1%9C-%EC%B2%AB%EC%A4%84-%EB%9C%AC-%ED%9B%84-%EB%8B%A4%EC%9D%8C-%EC%A4%84-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0</link>
      <description>사슬코를 이용하여 첫 줄을 완성했다면, 다음은 어떻게 해야 할까 ? &lt;br /&gt;
&lt;br /&gt;
나는 아래 2개의 동영상을 보면서, 연습해 보았다. &lt;br /&gt;
&lt;br /&gt;
개인적으로는 '사슬코 겉쪽에서 코 만들기'가 더 쉬운 것 같다. &lt;br /&gt;
&lt;br /&gt;그리고 현재 7-8호 코바늘을 사용하고 있는데, 좀 더 얇으면 더 쉽게 할 수 있을 것 같다.&lt;br /&gt;
&lt;br /&gt;
※ 동영상을 보려면, 동영상 박스 위에 재생 표시(▷)가 뜰 때까지 기다려 주세요.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 재생 버튼을 누르더라도, 화면이 검정색으로 보일 수 있습니다. &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 잠시 기다려 주시면 동영상이 재생이 됩니다. &lt;br /&gt;
&lt;br /&gt;
1. 사슬코 겉쪽에서 코 만들기 &lt;br /&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0&quot; width=&quot;420&quot; height=&quot;410&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.malltb.com/video/player/id/13632304/type/suyar&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;embed src=&quot;http://www.malltb.com/video/player/id/13632304/type/suyar&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;420&quot; height=&quot;410&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/object&gt;

&lt;br /&gt;
&lt;br /&gt;
2. 사슬코 안쪽에서 코 만들기 &lt;br /&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0&quot; width=&quot;420&quot; height=&quot;410&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.malltb.com/video/player/id/9258604/type/suyar&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;embed src=&quot;http://www.malltb.com/video/player/id/9258604/type/suyar&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;420&quot; height=&quot;410&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/object&gt;

</description>
      <category>취미 생활</category>
      <category>코바늘뜨기 방법</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/111</guid>
      <comments>https://psjin14.tistory.com/entry/%EC%BD%94%EB%B0%94%EB%8A%98%EC%9D%BC%EC%A7%81%EC%84%A0%EC%9C%BC%EB%A1%9C-%EC%B2%AB%EC%A4%84-%EB%9C%AC-%ED%9B%84-%EB%8B%A4%EC%9D%8C-%EC%A4%84-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0#entry111comment</comments>
      <pubDate>Thu, 10 Feb 2011 22:24:10 +0900</pubDate>
    </item>
    <item>
      <title>알고리즘]WERTYU</title>
      <link>https://psjin14.tistory.com/entry/%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98WERTYU</link>
      <description>&lt;br /&gt;
새해에는 하루에 한 개 씩 알고리즘 문제를 풀어 보기로 결심하였다. &lt;br /&gt;
&lt;br /&gt;한 달이 지난 지금.. 처음으로 알고리즘 문제를 풀어 보려고 한다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;어떤 문제를 풀까.. 하고 알고리즘 책을 살펴보다가 쉬운 문제를 발견하였다. &lt;br /&gt;
&lt;br /&gt;자 문제부터 보자꾸나!!&amp;nbsp;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/133754414D50C35004&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F133754414D50C35004&quot; width=&quot;511&quot; height=&quot;325&quot; alt=&quot;&quot; filename=&quot;그림1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;나는 아래와 같이, 대체할 문자 세트를 미리 준비해 놓고 치환하도록 했다. 핵심은 18~29 라인&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/12193E3F4D50C42235&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F12193E3F4D50C42235&quot; width=&quot;511&quot; height=&quot;481&quot; alt=&quot;&quot; filename=&quot;Clipboard02.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <category>컴퓨터/기타</category>
      <category>알고리즘</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/110</guid>
      <comments>https://psjin14.tistory.com/entry/%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98WERTYU#entry110comment</comments>
      <pubDate>Tue, 8 Feb 2011 13:20:39 +0900</pubDate>
    </item>
    <item>
      <title>코바늘]코바늘과의 인연 &amp;amp; 첫 코 뜨기(사슬 뜨기)</title>
      <link>https://psjin14.tistory.com/entry/%EC%BD%94%EB%B0%94%EB%8A%98%EC%BD%94%EB%B0%94%EB%8A%98%EA%B3%BC%EC%9D%98-%EC%9D%B8%EC%97%B0-%EC%B2%AB-%EC%BD%94-%EB%9C%A8%EA%B8%B0%EC%82%AC%EC%8A%AC-%EB%9C%A8%EA%B8%B0</link>
      <description>&lt;STRONG&gt;1. 코바늘과의 인연 &lt;/STRONG&gt;&lt;br /&gt;
&lt;br /&gt;바다에게 손뜨게 인형을 만들어 주기 위해, 손뜨게 집을 찾아 갔다. &lt;br /&gt;
&lt;br /&gt;목도리를 뜰 때와는 다르게, 코바늘은 수강료를 내야 가르쳐 준단다.&lt;br /&gt;
&lt;br /&gt;허걱!! 무슨 ... 도안 하나에 3만원 씩이나 수강료를 받는다는 말인가...&lt;br /&gt;
&lt;br /&gt;그래서 인터넷으로 배울 생각으로 일단 코바늘과 실만 구입해서 왔다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;그런데.. 비싸다.. 만원도 안 할 줄 알았더니.. 총 1만2천원이다 (코바늘 3,000 + 실 9,000)&lt;br /&gt;
&amp;nbsp; &amp;gt;&amp;gt; 실은 목도리를 뜰 때와 동일한 실을 구입하였다. &lt;br /&gt;
&lt;br /&gt;&lt;STRONG&gt;2. 첫 코 뜨기 &lt;br /&gt;
&lt;/STRONG&gt;&lt;br /&gt;
집에 오자마자, 인터넷으로 검색을 했는데.. 이런.. 자료가 별로 없다. &lt;br /&gt;
&lt;br /&gt;그림으로 된 것은 알아 볼 수가 없고.. 동영상으로 찍혀 있는 걸 못 찾겠네.. &lt;br /&gt;
&lt;br /&gt;완전.. 첫 코 뜨는 것마저 난관인데.. &lt;br /&gt;
&lt;br /&gt;인터넷 검색 끝에.. 드디어.. 찾았다!! 할렐루야~~ &lt;br /&gt;
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0&quot; width=&quot;420&quot; height=&quot;410&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.malltb.com/video/player/id/3785004/type/suyar&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;embed src=&quot;http://www.malltb.com/video/player/id/3785004/type/suyar&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;420&quot; height=&quot;410&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/object&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;동영상도 한 두번 보면, 이해가 안된다. ㅜ.ㅜ 여러 번의 시행착오 끝에 드디어 완성된.. 나의 첫 사슬뜨기!! &lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/182FA93E4D469C2A22&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F182FA93E4D469C2A22&quot; width=&quot;265&quot; height=&quot;212&quot; alt=&quot;&quot; filename=&quot;Clipboard01.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;아가야, 기다려라. 엄마가 간다!!&lt;br /&gt;</description>
      <category>취미 생활</category>
      <category>코바늘뜨기 방법</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/109</guid>
      <comments>https://psjin14.tistory.com/entry/%EC%BD%94%EB%B0%94%EB%8A%98%EC%BD%94%EB%B0%94%EB%8A%98%EA%B3%BC%EC%9D%98-%EC%9D%B8%EC%97%B0-%EC%B2%AB-%EC%BD%94-%EB%9C%A8%EA%B8%B0%EC%82%AC%EC%8A%AC-%EB%9C%A8%EA%B8%B0#entry109comment</comments>
      <pubDate>Mon, 31 Jan 2011 20:06:42 +0900</pubDate>
    </item>
    <item>
      <title>Toeic]Hackers toeic daily practice</title>
      <link>https://psjin14.tistory.com/entry/ToeicHackers-toeic-daily-practice</link>
      <description>&lt;meta http-equiv=&quot;CONTENT-TYPE&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
	&lt;title&gt;&lt;/title&gt;
	&lt;meta name=&quot;GENERATOR&quot; content=&quot;OpenOffice.org 3.1  (Linux)&quot;&gt;
	&lt;style type=&quot;text/css&quot;&gt;
	&lt;!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm }
	--&gt;
	&lt;/style&gt;


&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;The government ordered deviating bank owners to adhere to the fundamental policies of the central bank.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;	&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;ㅁ. 동사 oreder는 목적격 보어로 to 부정사를 취하여 ‘~에게 ~ 할 것을 요구하다’라는 의미로 사용됨&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;	&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;ㅁ. 용어 설명&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;		&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;1. deviate : To deviate from something means to start doing something different or not planned, especially in a way that causes problems for others&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;		&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;2. Fundamental : to describe things, activities, and principles that are very important or essential.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; &quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;		&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#676767&quot; face=&quot;'은 바탕', serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px;&quot;&gt;3. Adhere : If you adhere to a rule or agreement, you act in the way that it says you should.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/p&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 0cm; font-family: 굴림; color: rgb(51, 51, 51); font-size: 9pt; line-height: 1.5; &quot;&gt;&lt;font face=&quot;은 바탕, serif&quot;&gt;	&lt;/font&gt;&lt;/p&gt;</description>
      <category>영어 공부</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/108</guid>
      <comments>https://psjin14.tistory.com/entry/ToeicHackers-toeic-daily-practice#entry108comment</comments>
      <pubDate>Sun, 2 Jan 2011 20:02:03 +0900</pubDate>
    </item>
    <item>
      <title>Cairo]Hello, World</title>
      <link>https://psjin14.tistory.com/entry/CairoHello-World</link>
      <description>&lt;div&gt;
(1) Executed Result&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp;- A executable file will create png file which contains &quot;Hello, world&quot;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/146BF8254C6167887B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F146BF8254C6167887B&quot; width=&quot;198&quot; height=&quot;51&quot; alt=&quot;&quot; filename=&quot;hello.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
(2) Source code [hello.c]&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/162E720E4C6166BE58&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F162E720E4C6166BE58&quot; width=&quot;511&quot; height=&quot;254&quot; alt=&quot;&quot; filename=&quot;제목없음.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
(3) How to compile code&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp;1) &amp;nbsp;check if the system has&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;pkg-config&lt;/span&gt;&lt;/div&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;div&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;* you don't specify path of Cairo libraries and header files when you compile code using pkg-config&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp;2) set&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; &quot;&gt;PKG_CONFIG_PATH&amp;nbsp;&lt;/span&gt;environment variable&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;a) for bash&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;div&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;b) for csh&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;      setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;﻿&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 10pt; &quot;&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;   * How to check shell type : enter &quot;echo $SHELL&quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;&lt;span style=&quot;font-size: 10pt; &quot;&gt;&lt;span style=&quot;font-size: 8pt; &quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 돋움; white-space: normal; color: rgb(103, 103, 103); font-size: 11px; line-height: 16px; &quot;&gt;&amp;nbsp;&amp;nbsp; 3) compile hello.c&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); font-family: monospace; line-height: normal; font-size: medium; white-space: pre; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 돋움; white-space: normal; color: rgb(103, 103, 103); font-size: 11px; line-height: 16px; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; a) for bash&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: 10pt; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; cc -o hello $(pkg-config --cflags --libs cairo) hello.c
&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;b) for csh&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;span style=&quot;font-size: 10pt; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; cc -o hello `pkg-config --cflags --libs cairo` hello.c&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;* After compile code, you can see created exe file (hello)&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
(4) Reference&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&amp;nbsp;-&amp;nbsp;&lt;a href=&quot;http://cairographics.org/FAQ/&quot;&gt;http://cairographics.org/FAQ/&lt;/a&gt;&lt;/div&gt;
&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;</description>
      <category>컴퓨터/기타</category>
      <author>예섬수진</author>
      <guid isPermaLink="true">https://psjin14.tistory.com/107</guid>
      <comments>https://psjin14.tistory.com/entry/CairoHello-World#entry107comment</comments>
      <pubDate>Wed, 11 Aug 2010 00:08:49 +0900</pubDate>
    </item>
  </channel>
</rss>