<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://code.coronalabs.com/taxonomy/term/151/all" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<channel>
<title>connection</title>
<link>https://code.coronalabs.com/taxonomy/term/151/all</link>
<description></description>
<language>en</language>
<atom:link href="https://code.coronalabs.com/taxonomy/term/151/all/feed" rel="self" type="application/rss+xml" />
<item>
<title>Connection checker</title>
<link>https://code.coronalabs.com/code/connection-checker</link>
<description><div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A simple connectivity checker.<br />
Example of use:</p>
<pre><code>local connection = require("connection")
connection.test(function (isAvaliable)
if isAvailable then
print("Connection available!")
else
print("No connection :(")
end
end)
</code></pre></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">ProGM</div></div></div></description>
<pubDate>Wed, 26 Mar 2014 15:30:06 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">95 at https://code.coronalabs.com</guid>
</item>
</channel>
</rss>