<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 09:06:15 +0000</lastBuildDate>
    <item>
      <title>(C) Vector Operations - binaryadder</title>
      <link>https://snipplr.com/view/63017/vector-operations</link>
      <description>&lt;p&gt;Output:&#13;
&#13;
Vector A:&#13;
x: 1.000000&#13;
y: 2.000000&#13;
z: 3.000000&#13;
&#13;
Vector B:&#13;
x: 2.000000&#13;
y: 3.000000&#13;
z: 4.000000&#13;
&#13;
Adding A and B gives the vector:&#13;
x: 3.000000&#13;
y: 5.000000&#13;
z: 7.000000&#13;
&#13;
Dot product of A and B is 20.000000.&#13;
&#13;
Cross product of A and B gives the vector:&#13;
x: -1.000000&#13;
y: 2.000000&#13;
z: -1.000000&#13;
&#13;
Multiplying A by the scalar quantity 5.0 gives the vector:&#13;
x: 5.000000&#13;
y: 10.000000&#13;
z: 15.000000&lt;/p&gt;</description>
      <pubDate>Fri, 03 Feb 2012 05:55:42 UTC</pubDate>
      <guid>https://snipplr.com/view/63017/vector-operations</guid>
    </item>
    <item>
      <title>(Java) Sorting Strings in Ascending Order - binaryadder</title>
      <link>https://snipplr.com/view/60040/sorting-strings-in-ascending-order</link>
      <description>&lt;p&gt;Strings are sorted in ascending order.&#13;
&#13;
This was created by me in order to thwart Dr. McCloskey's evil ways of forcing CS majors to manually alphabetize lists of names and months.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:18:11 UTC</pubDate>
      <guid>https://snipplr.com/view/60040/sorting-strings-in-ascending-order</guid>
    </item>
  </channel>
</rss>
