<?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 06:59:07 +0000</lastBuildDate>
    <item>
      <title>(Other) Instagram Business Profile Scraper - martinson</title>
      <link>https://snipplr.com/view/327580/instagram-business-profile-scraper</link>
      <description>&lt;p&gt;To use this free scraper for instagram business profiles you need to have account at known [web scraping service](https://www.diggernaut.com/). This scraper allow you to scrape contact details from business profiles and also indicate if profile is business or not.&#13;
&#13;
Scraper uses mobile API, so you will need to use instagram login and password. **MAKE SURE YOU DONT USE YOUR MAIN ACCOUNT**. API usage is unofficial and you are using it on your own risk.&#13;
&#13;
So to use it you need to login to your Diggernaut account, create project, then create a digger and then click on "Add configuration" button and copy&amp;paste below scraper code there.&#13;
&#13;
You need to set your instagram username at line 8, instagram password at line 11 and list of usernames you want to retrieve data for (as comma separated list) at the line 14.&#13;
&#13;
Then save your configuration and run the digger. In some time you should be able to download data.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:38:10 UTC</pubDate>
      <guid>https://snipplr.com/view/327580/instagram-business-profile-scraper</guid>
    </item>
    <item>
      <title>(Bash) Clear buffer cache on GNU/Linux systems - rm1984</title>
      <link>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</link>
      <description>&lt;p&gt;Clear buffer cache on GNU/Linux systems&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:07:56 UTC</pubDate>
      <guid>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</guid>
    </item>
    <item>
      <title>(C#) How to make SIP video calls in C# - sacha-manji</title>
      <link>https://snipplr.com/view/88431/how-to-make-sip-video-calls-in-c</link>
      <description>&lt;p&gt;While searching on the Internet on how to make SIP video calls using C#, I recognised that there arenâ€™t any brief and straightforward tutorial in this topic. I found multi-page articles (sorry, but some of them are full of bullsh*t) and neverending forum threads, but none of them provided me complete solution. Therefore, I undertook to create a short and concise guide on how to make video calls in C# using the VoIP technology.&#13;
&#13;
Look at the prerequisites:&#13;
&#13;
-	PBX: To be able to make and receive video calls you, a phone system (e.g. Asterisk) is essentially needed. You need to add a new SIP account in your PBX for this application.&#13;
&#13;
-	Visual Studio: This solution is based on a console softphone, so a new Visual C# Console Application is just enough.&#13;
&#13;
-	VoIPSDK.dll: I used prewritten VoIP components to implement the SIP video calling feature. The necessary .dll file can be found on this website: http://www.voip-sip-sdk.com/. It should be added to your references.&#13;
&#13;
-	Test phone: To test your application you can use any VoIP phone stat supports video calling (e.g. Bria softphone).&#13;
&#13;
Now take a look at the code. As you can see below, just a few lines of C# code are enough to connect the application to a PBX and to initiate a video call. Firstly, you need to perform the SIP registration tasks. You need to create a softphone and a phone line object, then you need to specify the SIP account to be used for the phone line. These configurations are needed to be able to register to your PBX. After calling the RegisterPhoneLine method the regsitration procedure starts, and the application will indicates its status due to the mySoftphone_PhoneLineStateChanged method. The PhoneCallVideoSender and PhoneCallVideoReceiver objects are responsible for video handling. To handle the USB webcamera, the WebCamera object can be used. The CallType class is used to identify whether the call is a video or an audio call.&#13;
&#13;
To make a test call, provide valid SIP account details for this console application to be able to register to your PBX, then specify a telephone number to be dialled (it can be an other SIP account that has been previously registered to the PBX). After running the application, it dials the provided phone number automatically meanwhile sending the image of the webcamera.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2015 21:50:53 UTC</pubDate>
      <guid>https://snipplr.com/view/88431/how-to-make-sip-video-calls-in-c</guid>
    </item>
    <item>
      <title>(PHP) Magento Theme Switcher Extension - magestore</title>
      <link>https://snipplr.com/view/80555/magento-theme-switcher-extension</link>
      <description>&lt;p&gt;Theme Switcher is a free Magento Extension that lets store owner display different themes based upon customer's devices&#13;
&lt;p&gt;_ Auto-switch store layout based on access devices&lt;/p&gt;&#13;
&lt;p&gt;_ Manage themes in back-end&lt;/p&gt;&#13;
&lt;p&gt;_ Support computer, mobile, tablet devices&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:06:45 UTC</pubDate>
      <guid>https://snipplr.com/view/80555/magento-theme-switcher-extension</guid>
    </item>
    <item>
      <title>(PHP) Website Decoration in Magento - magestore</title>
      <link>https://snipplr.com/view/80554/website-decoration-in-magento</link>
      <description>&lt;p&gt;For those who want a new look for store on special occasions, Website Decoration Effect extension is a good choice to start.&#13;
With this module, you can create decorative effects without slowing down your site speed. Let customers stop by, stay longer and enjoy how awesome it looks.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:04:08 UTC</pubDate>
      <guid>https://snipplr.com/view/80554/website-decoration-in-magento</guid>
    </item>
    <item>
      <title>(PHP) Magento Featured Product Extension - magestore</title>
      <link>https://snipplr.com/view/80553/magento-featured-product-extension</link>
      <description>&lt;p&gt;Magento Featured Products is a free extension that allows you to set and show some specific items as featured products.&#13;
&lt;p&gt;_ Comfortably choose items to set as featured products&lt;/p&gt;&#13;
&lt;p&gt;_ Display featured products in slider&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:01:41 UTC</pubDate>
      <guid>https://snipplr.com/view/80553/magento-featured-product-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento New Order Email Extension - magestore</title>
      <link>https://snipplr.com/view/80550/magento-new-order-email-extension</link>
      <description>&lt;p&gt;This is a free Magento extension that allows notifications to be sent to administrators when there are new orders placed&#13;
&lt;p&gt;_ Check new orders through mails without logging in&lt;/p&gt;&#13;
&lt;p&gt;_ Permits multiple email addresses to get notifications&lt;/p&gt;&#13;
&lt;p&gt;_ Admin can customize email templates&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:44:38 UTC</pubDate>
      <guid>https://snipplr.com/view/80550/magento-new-order-email-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Facebook Integration - magestore</title>
      <link>https://snipplr.com/view/80549/magento-facebook-integration</link>
      <description>&lt;p&gt;Facebook fanbox is a free Magento extension that enables you to show a box of your Facebook fanpage on your site for customers to easily click â€œlikeâ€ and follow updates.&#13;
&lt;p&gt;_ Customize the size of the fanbox shown in the site&lt;/p&gt;&#13;
&lt;p&gt;_ Set the number of fans to be displayed in the fanbox&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:41:17 UTC</pubDate>
      <guid>https://snipplr.com/view/80549/magento-facebook-integration</guid>
    </item>
    <item>
      <title>(PHP) Magento Facebook Extension - magestore</title>
      <link>https://snipplr.com/view/80548/magento-facebook-extension</link>
      <description>&lt;p&gt;Facebook Comment is a free Magento Extension which allows customersâ€™ comments on your site and productsâ€™ information to be posted to customersâ€™ Facebook Walls&#13;
&lt;p&gt;_ Leave comments in product pages&lt;/p&gt;&#13;
&lt;p&gt;_ A pop-up allows directly logging-in without navigating to Facebook page&lt;/p&gt;&#13;
&lt;p&gt;_ Include names of products and links to product pages to comments on customersâ€™ Facebook profile&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:38:20 UTC</pubDate>
      <guid>https://snipplr.com/view/80548/magento-facebook-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Search Extension - magestore</title>
      <link>https://snipplr.com/view/80547/magento-search-extension</link>
      <description>&lt;p&gt;Product Instant Search is a free Magento search extension that enables automatically searching right after typing a character and shows the first search result with an â€œadd to cartâ€ form.&#13;
&lt;p&gt;_ Show other search results in productâ€™s thumbnail images&lt;/p&gt;&#13;
&lt;p&gt;_ Search by productsâ€™ attributes: name, short description or tag&lt;/p&gt;&#13;
&lt;p&gt;_ Enable to display numerous image results&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:35:27 UTC</pubDate>
      <guid>https://snipplr.com/view/80547/magento-search-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Product Questions Extension - magestore</title>
      <link>https://snipplr.com/view/80546/magento-product-questions-extension</link>
      <description>&lt;p&gt;Product Questions is a free Magento extension which enables customersâ€™ feedback left on product pages to be sent to mailboxes of configured recipients (admin, store-owners).&#13;
&lt;p&gt;_ Allow sending emails to multiple recipients&lt;/p&gt;&#13;
&lt;p&gt;_ Manage feedback in back-end&lt;/p&gt;&#13;
&lt;p&gt;_ Exchanged content is not public on the website&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:33:14 UTC</pubDate>
      <guid>https://snipplr.com/view/80546/magento-product-questions-extension</guid>
    </item>
    <item>
      <title>(PHP) Magento Banner Slider Extension - magestore</title>
      <link>https://snipplr.com/view/80545/magento-banner-slider-extension</link>
      <description>&lt;p&gt;Magento Banner Slider grabs your customers' first attention by most eye-catching images right on your store. You can flexibly select 1 among 36 slider positions, set images, orders, effects, etc. and then easily track clicks and impressions of each banner.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:00:34 UTC</pubDate>
      <guid>https://snipplr.com/view/80545/magento-banner-slider-extension</guid>
    </item>
    <item>
      <title>(PHP) Free Magento Extensions - robocarlo</title>
      <link>https://snipplr.com/view/71999/free-magento-extensions</link>
      <description>&lt;p&gt;Free PHP tools with code snippets for Magento;&#13;
1. Banners&#13;
2. New Products Slider&#13;
3. Request for code&#13;
4. Product solds&#13;
5. Quick contact&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jul 2013 19:11:13 UTC</pubDate>
      <guid>https://snipplr.com/view/71999/free-magento-extensions</guid>
    </item>
    <item>
      <title>(Ruby) Capture Screenshots in Ruby - Maximus1983</title>
      <link>https://snipplr.com/view/66615/capture-screenshots-in-ruby</link>
      <description>&lt;p&gt;Use this Gem to programmatically take screenshots of websites with this completely open source and free library. We have also provided easy to follow online tutorials and sample applications to help you set up GrabzIt as quickly as possible.&#13;
&#13;
First run:&#13;
&#13;
gem install grabzit&#13;
&#13;
Then register a new account on http://grabz.it to get your application key and application secret.&#13;
&#13;
Then use the code as shown below!&lt;/p&gt;</description>
      <pubDate>Thu, 09 Aug 2012 23:22:47 UTC</pubDate>
      <guid>https://snipplr.com/view/66615/capture-screenshots-in-ruby</guid>
    </item>
    <item>
      <title>(HTML) HTML5 CSS3 Webtemplate with Html5 drop down navigation bar - flanker</title>
      <link>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</link>
      <description>&lt;p&gt;This is a simple HTML5 CSS3 website template you can customize it according to your needs. It has a clean and modular code and css. No fancy stuff just basic elements presents like : slideshow, social icons and a navigation bar. Its cross browser compatible&lt;/p&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:02:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</guid>
    </item>
    <item>
      <title>(Assembler) PSN Card Codes Download - peaceheart</title>
      <link>https://snipplr.com/view/66300/psn-card-codes-download</link>
      <description>&lt;p&gt;A little a small amount of neatest suff sold in Playstation Mobile network? PSN Card Language is actually expect to see those aspire. In the event the needing PSN Note Constraints in which will run you totally nothing accompanied by continue reading the idea. Inside of a user-friendly a low number of ways you can acquire Free of charge PSN Credit cards Limitations We've every bit of tried and then saw that ones PSN Trading card Chiffre are now being offered online by which the majority guide claiming that they offer moving PSN Tarot card Discount codes, And yet however peaceful would be dishonest.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:00:06 UTC</pubDate>
      <guid>https://snipplr.com/view/66300/psn-card-codes-download</guid>
    </item>
    <item>
      <title>(JavaScript) Create Screenshots with JavaScript - Maximus1983</title>
      <link>https://snipplr.com/view/65045/create-screenshots-with-javascript</link>
      <description>&lt;p&gt;You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.&#13;
&#13;
Then get your [application key](http://grabz.it/api/) place this where it says APPPLICATION KEY in the snipped below.&#13;
&#13;
Change http://www.google.com to be the website of your choice.&#13;
&#13;
Place this snippet anywhere within the body tag. Your screenshot should appear within a few seconds. You can have as many of these tags on the page as you like.&#13;
&#13;
If you need to debug it they have a [diagnostics panel](http://grabz.it/account/diagnostics/) there are also [more options](http://grabz.it/api/javascript/) available.&lt;/p&gt;</description>
      <pubDate>Thu, 24 May 2012 00:13:40 UTC</pubDate>
      <guid>https://snipplr.com/view/65045/create-screenshots-with-javascript</guid>
    </item>
    <item>
      <title>(Fortran) PSN Card Codes Totally Free - kylejed2001</title>
      <link>https://snipplr.com/view/64414/psn-card-codes-totally-free</link>
      <description>&lt;p&gt;Must set quite a few funkiest looking suff on Playstation Cell tower network? PSN Card stoock Computer codes is get a lean body demand. In case your searching PSN Visa card Requirements that may be no stay with me the. Within a fast quite a few step ladders you may get Easy PSN Charge card Regulations We've each of noticeable then observed that the most important PSN Cardboard Computer codes are increasingly being endorsed hosted which experts claim quite a few weblog acquiring that they offer training PSN Account Requirements, But nevertheless it's unfortunate countless get dishonest.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Apr 2012 00:17:38 UTC</pubDate>
      <guid>https://snipplr.com/view/64414/psn-card-codes-totally-free</guid>
    </item>
    <item>
      <title>(ActionScript) How to get Free PSN Codes New Release - frances34</title>
      <link>https://snipplr.com/view/62736/how-to-get-free-psn-codes-new-release</link>
      <description>&lt;p&gt;Our own free of cost PSN Trading card Style will need are suitable for the whole lands, not limited by Nation, Nova scotia,Asia and europe. When you finally get those unique codes definitely receive those and you need to purchase free performing work PSN Codes. This may be a anchored managing codes precisely as it will have completed your toy with exams.I think you'll take pleasure in free of cost PSN Mastercard constraints!&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jan 2012 05:51:42 UTC</pubDate>
      <guid>https://snipplr.com/view/62736/how-to-get-free-psn-codes-new-release</guid>
    </item>
    <item>
      <title>(JavaScript) Slideshow with thumbnail gallery and zoom-effects - fabulant</title>
      <link>https://snipplr.com/view/50497/slideshow-with-thumbnail-gallery-and-zoomeffects</link>
      <description>&lt;p&gt;Free JavaScript slideshow with thumbnail gallery, zoom-in-effect, zoom-out-effect and transparency-effect (opacity). Add as many pictures as you like. Each picture can be linked and commented. The thumbnail gallery can be displayed or hidden. True copy-and-paste installation. Most of the design can be set with CSS (within the style-tags). Works with Internet Explorer 5x/6x/7x/8x/9x, Firefox 3x/4x, Opera 7x/8x/9x/10x/11x, Google Chrome 4x/5x/6x/7x/8x/9x.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Mar 2011 03:07:59 UTC</pubDate>
      <guid>https://snipplr.com/view/50497/slideshow-with-thumbnail-gallery-and-zoomeffects</guid>
    </item>
    <item>
      <title>(Python) Send free sms through way2sms (India) - vissu</title>
      <link>https://snipplr.com/view/38184/send-free-sms-through-way2sms-india</link>
      <description>&lt;p&gt;This python script takes the SMS message and phone number as arguments.\\\\r\\\\n\\\\r\\\\n    Before you run this script, please 1) search for \\\\\\\'yourusername\\\\\\\' in this file and replace it with your way2sms.com username. 2) search for \\\\\\\'yourpassword\\\\\\\' in this file and replace it with your way2sms.com password 3) save the file as way2sms and set executable permissions to this file\\\\r\\\\n\\\\r\\\\n    Running the script ./way2sms \\\\\\\"Hi, how are you?\\\\\\\" \\\\\\\"9876543210\\\\\\\"\\\\r\\\\n\\\\r\\\\n    The first argument is the message and the second argument is the phone number to which you want to send sms to.\\\\r\\\\n\\\\r\\\\n    I tested this script in fedora as well as windows XP (of course, with all necessary python modules installed). I can\\\\\\\'t guarantee that this script will run in future as way2sms website changes too often :p&lt;/p&gt;</description>
      <pubDate>Sun, 01 Aug 2010 17:42:04 UTC</pubDate>
      <guid>https://snipplr.com/view/38184/send-free-sms-through-way2sms-india</guid>
    </item>
    <item>
      <title>(VB.NET) Program Updater(vb2008) - brandonio21</title>
      <link>https://snipplr.com/view/19324/program-updatervb2008</link>
      <description>&lt;p&gt;Variable/Parameter Discussion : &#13;
msg = Do you want to display a message box if you have the current version? (true/false)&#13;
currentversion = The version of the program&#13;
txtdocumentaddress = The text document web address containing the most updated version&#13;
exeaddress = the location of the updater .exe  [You can make this with WINRAR - To learn how to do this goto : http://www.hotlinkfiles.com/files/2799514_xsw67/tut.txt&#13;
&#13;
&#13;
\This is my first snipplr post, Hope you enjoy/&#13;
    This coding is used in *Brandons Timer 9* and *Brandons HTML-Ide*&lt;/p&gt;</description>
      <pubDate>Sun, 06 Sep 2009 18:49:04 UTC</pubDate>
      <guid>https://snipplr.com/view/19324/program-updatervb2008</guid>
    </item>
    <item>
      <title>(JavaScript) Simple JS Calendar - design2develop</title>
      <link>https://snipplr.com/view/16564/simple-js-calendar</link>
      <description>&lt;p&gt;Very easy to use JS Calendar Control with so many customization options.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Jul 2009 15:08:44 UTC</pubDate>
      <guid>https://snipplr.com/view/16564/simple-js-calendar</guid>
    </item>
    <item>
      <title>(CSS) Glossy Slide Menu - settysantu</title>
      <link>https://snipplr.com/view/10369/glossy-slide-menu</link>
      <description>&lt;p&gt;Glossy slide door black menu with blue hover styled which can be used on white backgrounds&lt;/p&gt;</description>
      <pubDate>Wed, 10 Dec 2008 02:53:15 UTC</pubDate>
      <guid>https://snipplr.com/view/10369/glossy-slide-menu</guid>
    </item>
  </channel>
</rss>
