<?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>Mon, 15 Jun 2026 10:22:46 +0000</lastBuildDate>
    <item>
      <title>(PHP) feeds with memcache - ramirog89</title>
      <link>https://snipplr.com/view/110637/feeds-with-memcache</link>
      <description>&lt;p&gt;feed class with baseUrl and endpoint curling the target and caching on memcache&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2015 05:15:19 UTC</pubDate>
      <guid>https://snipplr.com/view/110637/feeds-with-memcache</guid>
    </item>
    <item>
      <title>(JavaScript) node.js_url_shortener_w_qr_code_generation_api/service by Matt Grill - redhatmatt</title>
      <link>https://snipplr.com/view/71364/nodejsurlshortenerwqrcodegenerationapiservice-by-matt-grill</link>
      <description>&lt;p&gt;It currently uses redis as a store for the data. The url's are pretty long since it's all base64 encoded data and the images are returned as base64 encoded PNG's but that can be solved pretty easily. This could be used a service for something kind of authentication front end, drupal&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jun 2013 04:54:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71364/nodejsurlshortenerwqrcodegenerationapiservice-by-matt-grill</guid>
    </item>
    <item>
      <title>(DOS Batch) JBoss 5 YAJSW service wrapper script - djangofan</title>
      <link>https://snipplr.com/view/69098/jboss-5-yajsw-service-wrapper-script</link>
      <description>&lt;p&gt;A DOS batch script to handle registering and controlling a JBoss service.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Dec 2012 05:08:30 UTC</pubDate>
      <guid>https://snipplr.com/view/69098/jboss-5-yajsw-service-wrapper-script</guid>
    </item>
    <item>
      <title>(Python) scrapy-service.tac (Twisted Application Framework) - scrapy</title>
      <link>https://snipplr.com/view/67011/scrapyservicetac-twisted-application-framework</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:15:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67011/scrapyservicetac-twisted-application-framework</guid>
    </item>
    <item>
      <title>(jQuery) JQuery: Connect to SAP Web Service - mattvbiggs</title>
      <link>https://snipplr.com/view/63957/jquery-connect-to-sap-web-service</link>
      <description>&lt;p&gt;There are a couple of steps involved to connect to an SAP web service. Really, its about the same as connecting to a regular ASMX web service, using the .ajax() function. Make sure you have a WSDL with the function and connection information. I recommend using SoapUI for testing and verification.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Mar 2012 01:16:42 UTC</pubDate>
      <guid>https://snipplr.com/view/63957/jquery-connect-to-sap-web-service</guid>
    </item>
    <item>
      <title>(Java) Android check if service running - rockschtar</title>
      <link>https://snipplr.com/view/61082/android-check-if-service-running</link>
      <description>&lt;p&gt;This functions checks if a service is running or not.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Nov 2011 01:58:56 UTC</pubDate>
      <guid>https://snipplr.com/view/61082/android-check-if-service-running</guid>
    </item>
    <item>
      <title>(XML) Manifest file - Service tag - hmvrulz</title>
      <link>https://snipplr.com/view/58174/manifest-file--service-tag</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 26 Aug 2011 03:56:05 UTC</pubDate>
      <guid>https://snipplr.com/view/58174/manifest-file--service-tag</guid>
    </item>
    <item>
      <title>(PHP) Create a Basic Web Service Using PHP, MySQL, XML, and JSON - mb2o</title>
      <link>https://snipplr.com/view/52131/create-a-basic-web-service-using-php-mysql-xml-and-json</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Apr 2011 17:00:40 UTC</pubDate>
      <guid>https://snipplr.com/view/52131/create-a-basic-web-service-using-php-mysql-xml-and-json</guid>
    </item>
    <item>
      <title>(AppleScript) SEO article service - bobbin</title>
      <link>https://snipplr.com/view/49289/seo-article-service</link>
      <description>&lt;p&gt;We are the most well known company with number of online services to suit the varying range of needs of our clients. We have undergone a progressive transformation over the last 4 to 5 years that we have been in business. Our services and product range have grown to include some of the best article writing as well as other SEO and Internet marketing strategy products.&lt;/p&gt;</description>
      <pubDate>Sun, 20 Feb 2011 19:21:39 UTC</pubDate>
      <guid>https://snipplr.com/view/49289/seo-article-service</guid>
    </item>
    <item>
      <title>(PHP) How to send push notification to iPhone with PHP and pushme.to - ginoplusio</title>
      <link>https://snipplr.com/view/38798/how-to-send-push-notification-to-iphone-with-php-and-pushmeto</link>
      <description>&lt;p&gt;Push service is a technology that allows you to send alerts/notifications to a mobile device. Blackberry has its own push service, iPhone has its own, and also Android devices has their own push services (you can learn more on Wikipedia page).\r\nPush notifications are like â€œsmsâ€ but they are free if you have a flat service contract on your mobile.\r\nI want to send push to my iPhone, but Iâ€™m not able to develop an iPhone application that receive push alerts, and I donâ€™t want to send only email alerts.\r\nOk, letâ€™s recap: I have an iPhone and I need to send notifications to my mobile from my PHP scripts.\r\nSo Iâ€™ve looked deeply in the appStore and Iâ€™ve found pushme.to application. This application is made to talk with friends trought web sites and iPhones.\r\nPushme.to is good because after youâ€™ve registered you can go on their widget page and create a widget for your account to put on your web site. Well, in this post, I will not use this widget for my web site (I donâ€™t want users to write me), but I will use their widget with a mini web bot to send alerts directly to my device through a PHP function.\r\nIt happens this way: the cron job calls my php script, my script uses a small bot to call pushme.to widget, pushmeTo sends alerts to my iPhone...&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 02:26:16 UTC</pubDate>
      <guid>https://snipplr.com/view/38798/how-to-send-push-notification-to-iphone-with-php-and-pushmeto</guid>
    </item>
    <item>
      <title>(Delphi) Start/Stop service - icebob</title>
      <link>https://snipplr.com/view/38213/startstop-service</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 02 Aug 2010 18:14:11 UTC</pubDate>
      <guid>https://snipplr.com/view/38213/startstop-service</guid>
    </item>
    <item>
      <title>(AppleScript) Enable Apple's Built In VNC Server - iloveitaly</title>
      <link>https://snipplr.com/view/37103/enable-apples-built-in-vnc-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 11 Jul 2010 08:33:46 UTC</pubDate>
      <guid>https://snipplr.com/view/37103/enable-apples-built-in-vnc-server</guid>
    </item>
    <item>
      <title>(PHP) How to get images from Google images with PHP - ginoplusio</title>
      <link>https://snipplr.com/view/30524/how-to-get-images-from-google-images-with-php</link>
      <description>&lt;p&gt;This simply php function will retrieve the links of the images from Google Images searched with a keyword. The function just calls images.google.it and parse the html to find the url of the images, in this case the urls are stored in the javascript, so the parsing doesnâ€™t use any html tag to find data. It builds an array of urls and return it.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:36:57 UTC</pubDate>
      <guid>https://snipplr.com/view/30524/how-to-get-images-from-google-images-with-php</guid>
    </item>
    <item>
      <title>(C#) Service Provider - streamt</title>
      <link>https://snipplr.com/view/29246/service-provider</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 03 Mar 2010 17:17:21 UTC</pubDate>
      <guid>https://snipplr.com/view/29246/service-provider</guid>
    </item>
    <item>
      <title>(PHP) Call ping-o-matic service with PHP - ginoplusio</title>
      <link>https://snipplr.com/view/28879/call-pingomatic-service-with-php</link>
      <description>&lt;p&gt;This function calls pingomatic rpc service to increase traffic to your site. More info and instructions on [Barattalo blog](http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/ "read this post").&#13;
.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Feb 2010 17:42:03 UTC</pubDate>
      <guid>https://snipplr.com/view/28879/call-pingomatic-service-with-php</guid>
    </item>
    <item>
      <title>(jQuery) jquery - Service Handlers - jonniespratley</title>
      <link>https://snipplr.com/view/17417/jquery--service-handlers</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Jul 2009 04:40:15 UTC</pubDate>
      <guid>https://snipplr.com/view/17417/jquery--service-handlers</guid>
    </item>
    <item>
      <title>(Groovy) Using the Acegi AuthenticateService - lucastex</title>
      <link>https://snipplr.com/view/13232/using-the-acegi-authenticateservice</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Mar 2009 12:34:57 UTC</pubDate>
      <guid>https://snipplr.com/view/13232/using-the-acegi-authenticateservice</guid>
    </item>
    <item>
      <title>(JavaScript) zanox Web Services contextual Product Search - dne</title>
      <link>https://snipplr.com/view/12789/zanox-web-services-contextual-product-search</link>
      <description>&lt;p&gt;Wraps Contextual Product Search of zanox Web Services&lt;/p&gt;</description>
      <pubDate>Wed, 04 Mar 2009 09:39:43 UTC</pubDate>
      <guid>https://snipplr.com/view/12789/zanox-web-services-contextual-product-search</guid>
    </item>
    <item>
      <title>(ASP) Llamar a servicio web WSDL - sulfurito</title>
      <link>https://snipplr.com/view/8594/llamar-a-servicio-web-wsdl</link>
      <description>&lt;p&gt;Llamada a un servicio web desde ASP clÃ¡sico. &lt;u&gt;xmlSOAP&lt;/u&gt; es el SOAP Envelope construido&lt;/p&gt;</description>
      <pubDate>Thu, 25 Sep 2008 08:08:51 UTC</pubDate>
      <guid>https://snipplr.com/view/8594/llamar-a-servicio-web-wsdl</guid>
    </item>
    <item>
      <title>(ASP) XML HTTP request Weather - LondonWeb</title>
      <link>https://snipplr.com/view/7948/xml-http-request-weather</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 12:33:24 UTC</pubDate>
      <guid>https://snipplr.com/view/7948/xml-http-request-weather</guid>
    </item>
  </channel>
</rss>
