<?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>snippets | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Fri, 10 Jul 2020 10:07:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>snippets | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>How to run C snippets quickly</title>
		<link>https://learncgames.com/how-to-run-c-snippets-quickly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-run-c-snippets-quickly</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 14 Jul 2020 23:00:05 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[snippets]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=984</guid>

					<description><![CDATA[<p>I saw this the other day. A GitHub project for Linux that installs a quick way to run snippets. You download the zip file from GitHub let the archiver handle it then right-click extract the folder to somewhere, typically in your home folder. Then you cd into the extracted folder and from the terminal run [&#8230;]</p>
The post <a href="https://learncgames.com/how-to-run-c-snippets-quickly/">How to run C snippets quickly</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:625,&quot;href&quot;:&quot;https:\/\/github.com\/alcover\/lacy&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20220820044702\/https:\/\/github.com\/alcover\/lacy&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 16:50:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-17 15:19:30&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-23 22:28:08&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-28 08:11:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-15 09:55:41&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-21 02:31:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-29 13:11:13&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-03 12:51:32&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-03 12:51:32&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-986" src="https://learncgames.com/wp-content/uploads/2020/07/lacy.png" alt="lacy utility to run C snippets" width="497" height="220" srcset="https://learncgames.com/wp-content/uploads/2020/07/lacy.png 497w, https://learncgames.com/wp-content/uploads/2020/07/lacy-300x133.png 300w" sizes="(max-width: 497px) 100vw, 497px" />I saw this the other day. A <a title="Libk to Lacy on GitHub" href="https://github.com/alcover/lacy" target="_blank" rel="nofollow noopener noreferrer">GitHub</a> project for Linux that installs a quick way to run snippets. You download the zip file from GitHub let the archiver handle it then right-click extract the folder to somewhere, typically in your home folder.</p>
<p>Then you cd into the extracted folder and from the terminal run</p>
<pre>./install.sh</pre>
<p>To install it. After that open a new terminal to pick up the changed paths. You can type in</p>
<pre>lacy -h</pre>
<p>to view the commands. You can see in the screenshot above where I tried it in Ubuntu.</p>The post <a href="https://learncgames.com/how-to-run-c-snippets-quickly/">How to run C snippets quickly</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">984</post-id>	</item>
	</channel>
</rss>
