<?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>Wed, 10 Jun 2026 04:52:22 +0000</lastBuildDate>
    <item>
      <title>(Bash) Get Site Load Time Performance Specs - nategood</title>
      <link>https://snipplr.com/view/13486/get-site-load-time-performance-specs</link>
      <description>&lt;p&gt;obviously change url.  you'll get (better formatted) something like...&#13;
&#13;
curl -o /dev/null -w %{time_total}\\n http://www.google.com&#13;
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current&#13;
                                 Dload  Upload   Total   Spent    Left  Speed&#13;
100  6556    0  6556    0     0  17509      0 --:--:-- --:--:-- --:--:-- 45846&#13;
0.374&lt;/p&gt;</description>
      <pubDate>Thu, 26 Mar 2009 14:09:22 UTC</pubDate>
      <guid>https://snipplr.com/view/13486/get-site-load-time-performance-specs</guid>
    </item>
    <item>
      <title>(Python) Convert from int to bit string - nategood</title>
      <link>https://snipplr.com/view/12531/convert-from-int-to-bit-string</link>
      <description>&lt;p&gt;Couldn't find a built in way to do this.  Neatly prints an int as bit string.  Recursive so not the most efficient but switching it to iterative would be cake if performance is that big an issue.  Warning doesn't support negative numbers... simple enough to convert to one or two's complement.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:14:48 UTC</pubDate>
      <guid>https://snipplr.com/view/12531/convert-from-int-to-bit-string</guid>
    </item>
  </channel>
</rss>
