<?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, 17 Jun 2026 10:13:08 +0000</lastBuildDate>
    <item>
      <title>(Java) Helper method to print to the console - visudex</title>
      <link>https://snipplr.com/view/44364/helper-method-to-print-to-the-console</link>
      <description>&lt;p&gt;Ever got tired of writing System.out.print(); all the time when testing, well, to avoid this, just create a helper method that will narrow it down to print();&lt;/p&gt;</description>
      <pubDate>Thu, 18 Nov 2010 20:34:50 UTC</pubDate>
      <guid>https://snipplr.com/view/44364/helper-method-to-print-to-the-console</guid>
    </item>
    <item>
      <title>(Java) Read User Input Java with Scanner Class - visudex</title>
      <link>https://snipplr.com/view/44362/read-user-input-java-with-scanner-class</link>
      <description>&lt;p&gt;This snippet will allow you to read user's input when they write in the console. This method uses the Scanner class, which is my favorite way of doing instead of using the Buffered Reader, with the Scanner, you can also read from a file.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Nov 2010 20:08:35 UTC</pubDate>
      <guid>https://snipplr.com/view/44362/read-user-input-java-with-scanner-class</guid>
    </item>
    <item>
      <title>(Java) Screen Shot in Java and saves as PNG - visudex</title>
      <link>https://snipplr.com/view/44359/screen-shot-in-java-and-saves-as-png</link>
      <description>&lt;p&gt;This snippet will allow you to capture your screen in Java and saves the image as a PNG&lt;/p&gt;</description>
      <pubDate>Thu, 18 Nov 2010 19:51:24 UTC</pubDate>
      <guid>https://snipplr.com/view/44359/screen-shot-in-java-and-saves-as-png</guid>
    </item>
  </channel>
</rss>
