<?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>프로그래밍 Archives - No price too high for owning yourself.</title>
	<atom:link href="https://www.musi.co.kr/archives/tag/%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%98%eb%b0%8d/feed" rel="self" type="application/rss+xml" />
	<link>https://www.musi.co.kr/archives/tag/프로그래밍</link>
	<description>자기 자신을 소유할 수 있는 특권을 얻기 위해 치러야 할 대가치고 너무 비싼 것은 없다.</description>
	<lastBuildDate>Mon, 28 Dec 2020 16:31:30 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://www.musi.co.kr/wp-content/uploads/2022/10/cropped-iconfinder_running-1-32x32.png</url>
	<title>프로그래밍 Archives - No price too high for owning yourself.</title>
	<link>https://www.musi.co.kr/archives/tag/프로그래밍</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ipc programing sample in C</title>
		<link>https://www.musi.co.kr/archives/92447</link>
					<comments>https://www.musi.co.kr/archives/92447#respond</comments>
		
		<dc:creator><![CDATA[토미]]></dc:creator>
		<pubDate>Mon, 28 Dec 2020 07:24:43 +0000</pubDate>
				<category><![CDATA[자료실]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[IPC]]></category>
		<category><![CDATA[프로그래밍]]></category>
		<guid isPermaLink="false">https://www.musi.co.kr/?p=92447</guid>

					<description><![CDATA[<p>프로세스 통신관련 샘플을 C언어로 짜 봤다. 실행방법은 제일 먼저 데몬을 띄워놓고 다른 프로세스가 뜬 다음에 &#8220;start&#8221;파라미터를 추가하여 실행하면 프로세스간에 숫자를 하나씩 증가하는 소스이다. 이 소스도 2곳에 문제가 있다. start를 여러곳에서 실행하면 중복으로 그값을 전달한다. 그리고 실행중인 프로세스가 죽으면 그 프로세스의 파이프에 값을 전달하지 못해 중단된다. cc -o count count.c &#160; #include &#60;fcntl.h&#62; #include &#60;sys/stat.h&#62; #include &#8230; </p>
<p class="link-more"><a href="https://www.musi.co.kr/archives/92447" class="more-link">Read more<span class="screen-reader-text"> "ipc programing sample in C"</span></a></p>
<p>The post <a href="https://www.musi.co.kr/archives/92447">ipc programing sample in C</a> appeared first on <a href="https://www.musi.co.kr">No price too high for owning yourself.</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.musi.co.kr/archives/92447/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://www.musi.co.kr/wp-content/uploads/2020/12/CentOS-7-64-bit-VMware-Workstation-16-Player-Non-commercial-use-only-2020-12-29-01-27-25.mp4" length="36697691" type="video/mp4" />

			</item>
		<item>
		<title>파이썬 프로그래밍 언어 배우기</title>
		<link>https://www.musi.co.kr/archives/44605</link>
					<comments>https://www.musi.co.kr/archives/44605#respond</comments>
		
		<dc:creator><![CDATA[토미]]></dc:creator>
		<pubDate>Wed, 07 Jun 2017 01:34:52 +0000</pubDate>
				<category><![CDATA[기술정보]]></category>
		<category><![CDATA[파이썬]]></category>
		<category><![CDATA[프로그래밍]]></category>
		<guid isPermaLink="false">https://www.musi.co.kr/?p=44605</guid>

					<description><![CDATA[<p>최근에 집에서 너무 놀고만 있는 거 같아서 새로운 프로그래밍 언어를 배우기로 했다. 문법만 따라배우다 보니, 재미가 없어 간단한 화면을 만들어 보기로 했다. 웹 프로그램을 해야 하는데, 간단한 화면은 플라스크라는 프레임워크를 이용하면 간단하게 만들 수 있다. 주말에 강동도서관에서 플라스크 관련 책을 빌렸는데, 기본을 학습하고 실제로 만들어보려고하니 잘 안되고 자료가 부족했다. &#160;결국 플라스크로 만드는 것을 포기했다. &#160;시간이 &#8230; </p>
<p class="link-more"><a href="https://www.musi.co.kr/archives/44605" class="more-link">Read more<span class="screen-reader-text"> "파이썬 프로그래밍 언어 배우기"</span></a></p>
<p>The post <a href="https://www.musi.co.kr/archives/44605">파이썬 프로그래밍 언어 배우기</a> appeared first on <a href="https://www.musi.co.kr">No price too high for owning yourself.</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.musi.co.kr/archives/44605/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
