<?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 14:13:05 +0000</lastBuildDate>
    <item>
      <title>(PHP) Use curl in php to post to a php webpage programmatically and retrieve the result - pligor</title>
      <link>https://snipplr.com/view/103432/use-curl-in-php-to-post-to-a-php-webpage-programmatically-and-retrieve-the-result</link>
      <description>&lt;p&gt;This source code contains two files:&#13;
1) result.php is a php webpage which expects a post request and renders some static results&#13;
2) mycurl.php uses curl to post programmatically some data to the result.php and after rendering the result is being return and saved inside a php variable. We later display inside the page this result&#13;
&#13;
Note that in order to execute properly you should change the url inside curl_init inside the source code&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2015 04:21:46 UTC</pubDate>
      <guid>https://snipplr.com/view/103432/use-curl-in-php-to-post-to-a-php-webpage-programmatically-and-retrieve-the-result</guid>
    </item>
    <item>
      <title>(Scala) create a postfix operator for any object - pligor</title>
      <link>https://snipplr.com/view/67623/create-a-postfix-operator-for-any-object</link>
      <description>&lt;p&gt;create a postfix operator for any object combining a class and an implicit&lt;/p&gt;</description>
      <pubDate>Fri, 05 Oct 2012 19:35:05 UTC</pubDate>
      <guid>https://snipplr.com/view/67623/create-a-postfix-operator-for-any-object</guid>
    </item>
    <item>
      <title>(Scala) remove item from Map and return a new Map - pligor</title>
      <link>https://snipplr.com/view/67324/remove-item-from-map-and-return-a-new-map</link>
      <description>&lt;p&gt;remove item from immutable Map and return a new Map&lt;/p&gt;</description>
      <pubDate>Sun, 23 Sep 2012 03:34:43 UTC</pubDate>
      <guid>https://snipplr.com/view/67324/remove-item-from-map-and-return-a-new-map</guid>
    </item>
  </channel>
</rss>
