<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/test</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 16:47:03 GMT</pubDate>
<item>
<title>(Java) Test-Type Exam Correction With Java - eiger824</title>
<link>http://snipplr.com/view/69859/testtype-exam-correction-with-java/</link>
<description><![CDATA[ <p>A simple way of correcting tests with Java. In this piece of code I just defined two possible models or answers, they're all random, but the only thing needed is to update them with valid answers. The length of the test? I just did it for a 10-question test, but it can naturally be extended to the number of answers the teacher may want.</p> ]]></description>
<pubDate>Fri, 08 Feb 2013 06:38:23 GMT</pubDate>
<guid>http://snipplr.com/view/69859/testtype-exam-correction-with-java/</guid>
</item>
<item>
<title>(PHP) PHP Test Script - richardusrbin</title>
<link>http://snipplr.com/view/69376/php-test-script/</link>
<description><![CDATA[ <p>Test PHP Script</p> ]]></description>
<pubDate>Mon, 07 Jan 2013 17:48:38 GMT</pubDate>
<guid>http://snipplr.com/view/69376/php-test-script/</guid>
</item>
<item>
<title>(CSS) Test Snippet - teknicomweb</title>
<link>http://snipplr.com/view/68064/test-snippet/</link>
<description><![CDATA[ <p>This is just a learning test.</p> ]]></description>
<pubDate>Fri, 02 Nov 2012 08:00:02 GMT</pubDate>
<guid>http://snipplr.com/view/68064/test-snippet/</guid>
</item>
<item>
<title>(ActionScript 3) Stage3D Test - line-effect</title>
<link>http://snipplr.com/view/67793/stage3d-test/</link>
<description><![CDATA[ <p>This will allow us to use the power of stage 3D classes in Flash player
The code will just show us how to create a plane and animate it in 3D space
you will learn how to use AGAL
and how a mesh can be created .

Note: you have to use Flash Builder to use this code
and also you have to download the AGAL classes from adobe
http://www.bytearray.org/wp-content/projects/agalassembler/com.zip</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 08:05:29 GMT</pubDate>
<guid>http://snipplr.com/view/67793/stage3d-test/</guid>
</item>
<item>
<title>(Bash) install snippler - fishdaemon</title>
<link>http://snipplr.com/view/67592/install-snippler/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2012 02:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/67592/install-snippler/</guid>
</item>
<item>
<title>(jQuery) jquery checker - silent_killer</title>
<link>http://snipplr.com/view/64959/jquery-checker/</link>
<description><![CDATA[ <p>/* Global JavaScript File for working with jQuery library */</p> ]]></description>
<pubDate>Sun, 20 May 2012 06:00:34 GMT</pubDate>
<guid>http://snipplr.com/view/64959/jquery-checker/</guid>
</item>
<item>
<title>(Clojure) Clojure test stubbing - ef</title>
<link>http://snipplr.com/view/62692/clojure-test-stubbing/</link>
<description><![CDATA[ <p>Macro allowing for substitution of functions with predefined values.
Taken from "Clojure in action" page 180
Example:
(defn calc-x [x1 x2]
  (* x1 x2))
(defn calc-y [y1 y2]
   (/ y2 y1))
(defn some-client []
  (println (calc-x 2 3) (calc-y 3 4)))
(stubbing [calc-x 1
            calc-y 2
   (some-client))

prints: "1 2" instead of  "6 4/3"</p> ]]></description>
<pubDate>Sat, 21 Jan 2012 05:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/62692/clojure-test-stubbing/</guid>
</item>
<item>
<title>(PHP) Test PayPal ipn to file - hotdiggity</title>
<link>http://snipplr.com/view/58881/test-paypal-ipn-to-file/</link>
<description><![CDATA[ <p>Writes to a text file, test.txt, instead of email for the purposes of testing.</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 09:24:17 GMT</pubDate>
<guid>http://snipplr.com/view/58881/test-paypal-ipn-to-file/</guid>
</item>
<item>
<title>(Windows PowerShell) Check destinations of a list of links in a document for a string - danfsmith</title>
<link>http://snipplr.com/view/58151/check-destinations-of-a-list-of-links-in-a-document-for-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Aug 2011 05:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/58151/check-destinations-of-a-list-of-links-in-a-document-for-a-string/</guid>
</item>
<item>
<title>(C#) test - hobeau43</title>
<link>http://snipplr.com/view/57207/test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Jul 2011 00:50:09 GMT</pubDate>
<guid>http://snipplr.com/view/57207/test/</guid>
</item>
<item>
<title>(Ruby) Test hecho bien - Asierllv</title>
<link>http://snipplr.com/view/56563/test-hecho-bien/</link>
<description><![CDATA[ <p>Va sobre mí</p> ]]></description>
<pubDate>Wed, 13 Jul 2011 21:02:24 GMT</pubDate>
<guid>http://snipplr.com/view/56563/test-hecho-bien/</guid>
</item>
<item>
<title>(Other) HTML5 Markup - tpowers8</title>
<link>http://snipplr.com/view/55866/html5-markup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Jun 2011 04:56:56 GMT</pubDate>
<guid>http://snipplr.com/view/55866/html5-markup/</guid>
</item>
<item>
<title>(HTML) HTML test page for CSS style guide - julioantuneztarin</title>
<link>http://snipplr.com/view/55375/html-test-page-for-css-style-guide/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:44 GMT</pubDate>
<guid>http://snipplr.com/view/55375/html-test-page-for-css-style-guide/</guid>
</item>
<item>
<title>(JavaScript) Javascript  Match email , phone number and special characters from a String(textarea) - erraja_07</title>
<link>http://snipplr.com/view/54746/javascript--match-email--phone-number-and-special-characters-from-a-stringtextarea/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Jun 2011 02:57:00 GMT</pubDate>
<guid>http://snipplr.com/view/54746/javascript--match-email--phone-number-and-special-characters-from-a-stringtextarea/</guid>
</item>
<item>
<title>(Python) test - ujujinsan</title>
<link>http://snipplr.com/view/53529/test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 13 May 2011 22:27:52 GMT</pubDate>
<guid>http://snipplr.com/view/53529/test/</guid>
</item>
<item>
<title>(Prolog) aaa - ujujinsan</title>
<link>http://snipplr.com/view/53526/aaa/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 13 May 2011 22:05:13 GMT</pubDate>
<guid>http://snipplr.com/view/53526/aaa/</guid>
</item>
<item>
<title>(Bash) if command exists (Bash) - jeremydouglass</title>
<link>http://snipplr.com/view/52551/if-command-exists-bash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Apr 2011 05:20:44 GMT</pubDate>
<guid>http://snipplr.com/view/52551/if-command-exists-bash/</guid>
</item>
<item>
<title>(Other) coincoin - kalw</title>
<link>http://snipplr.com/view/51468/coincoin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 03 Apr 2011 08:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/51468/coincoin/</guid>
</item>
<item>
<title>(C++) test1 - ujujinsan</title>
<link>http://snipplr.com/view/51273/test1/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Mar 2011 21:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/51273/test1/</guid>
</item>
<item>
<title>(Other) test - ujujinsan</title>
<link>http://snipplr.com/view/51272/test/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Mar 2011 21:54:18 GMT</pubDate>
<guid>http://snipplr.com/view/51272/test/</guid>
</item>
</channel>
</rss>