<?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 11:48:51 +0000</lastBuildDate>
    <item>
      <title>(Bash) script_installer.sh - SoroushBlaster</title>
      <link>https://snipplr.com/view/277491/scriptinstallersh</link>
      <description>&lt;p&gt;This is a simple script which downloads the latest "LoRa Server" files from the repository of the user brocaar in GitHub.&#13;
Just make the file executable with a "chmod +x script_installer.sh" and run it, the program will give you the latest releases of the main files according to your OS.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2016 01:23:49 UTC</pubDate>
      <guid>https://snipplr.com/view/277491/scriptinstallersh</guid>
    </item>
    <item>
      <title>(C#) How to Retrieve Email Messages from Server with Paging Support inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how to .NET developers can list email messages with paging support inside their .NET Applications. In scenarios, where the email server contains a large number of messages in mailbox, it is often desired to list or retrieve the messages with paging support. Aspose.Email API's ImapClient lets you retreive the messages from the server with paging support.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:13:34 UTC</pubDate>
      <guid>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</guid>
    </item>
    <item>
      <title>(SQL) SQL Server query sample using rank/dense_rank - ManuelToledo</title>
      <link>https://snipplr.com/view/146147/sql-server-query-sample-using-rankdenserank</link>
      <description>&lt;p&gt;SQL Server query sample using rank/dense_rank&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:08:21 UTC</pubDate>
      <guid>https://snipplr.com/view/146147/sql-server-query-sample-using-rankdenserank</guid>
    </item>
    <item>
      <title>(VB.NET) Populate VB.NET DataGridView with data from MSSQL Server Stored Procedure - ManuelToledo</title>
      <link>https://snipplr.com/view/146146/populate-vbnet-datagridview-with-data-from-mssql-server-stored-procedure</link>
      <description>&lt;p&gt;Easily populate VB.NET DataGridView with data from MSSQL Server Stored Procedure&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:46:54 UTC</pubDate>
      <guid>https://snipplr.com/view/146146/populate-vbnet-datagridview-with-data-from-mssql-server-stored-procedure</guid>
    </item>
    <item>
      <title>(SQL) Insert bloqueando la tabla - systemergon</title>
      <link>https://snipplr.com/view/146081/insert-bloqueando-la-tabla</link>
      <description>&lt;p&gt;Insertar registros bloqueando mientras se realiza el proceso.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Feb 2016 03:31:39 UTC</pubDate>
      <guid>https://snipplr.com/view/146081/insert-bloqueando-la-tabla</guid>
    </item>
    <item>
      <title>(VB.NET) Funcion conectar a BD SQL Server (sqlconection) - systemergon</title>
      <link>https://snipplr.com/view/146003/funcion-conectar-a-bd-sql-server-sqlconection</link>
      <description>&lt;p&gt;ConexiÃ³n a base de datos con los parametros que llega del contructor&lt;/p&gt;</description>
      <pubDate>Fri, 05 Feb 2016 03:28:53 UTC</pubDate>
      <guid>https://snipplr.com/view/146003/funcion-conectar-a-bd-sql-server-sqlconection</guid>
    </item>
    <item>
      <title>(SQL) Formatos de datos en SQL - systemergon</title>
      <link>https://snipplr.com/view/145992/formatos-de-datos-en-sql</link>
      <description>&lt;p&gt;Alternativas para formato de datos en sql server&lt;/p&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:33:24 UTC</pubDate>
      <guid>https://snipplr.com/view/145992/formatos-de-datos-en-sql</guid>
    </item>
    <item>
      <title>(Bash) Setting up share in virtualbox guest - krillzip</title>
      <link>https://snipplr.com/view/88073/setting-up-share-in-virtualbox-guest</link>
      <description>&lt;p&gt;How to setup a share in a virtualbox guest - ubuntu server.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jan 2015 00:41:56 UTC</pubDate>
      <guid>https://snipplr.com/view/88073/setting-up-share-in-virtualbox-guest</guid>
    </item>
    <item>
      <title>(DOS Batch) A windows batch to shutdown Mysql server - jacktan</title>
      <link>https://snipplr.com/view/80409/a-windows-batch-to-shutdown-mysql-server</link>
      <description>&lt;p&gt;Run `mysqladmin` to shutdown msyql server with a specified option file.&#13;
&#13;
**Vars** to to specify&#13;
&#13;
+ ${EnvSet_Bash}&#13;
&#13;
**Demo**&#13;
&#13;
vars specified like&#13;
&#13;
+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")&#13;
&#13;
pluss other bash commond&#13;
&#13;
    @echo off&#13;
    call set-mysqlRT-Env&#13;
    mysqladmin --defaults-file=%mysqlConf% --print-defaults&#13;
    pause&#13;
    mysqladmin --defaults-file=%mysqlConf% shutdown&#13;
    pause&#13;
&#13;
Click the bat file to run it .&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:21:38 UTC</pubDate>
      <guid>https://snipplr.com/view/80409/a-windows-batch-to-shutdown-mysql-server</guid>
    </item>
    <item>
      <title>(DOS Batch) A windows batch to run Mysql server - jacktan</title>
      <link>https://snipplr.com/view/80408/a-windows-batch-to-run-mysql-server</link>
      <description>&lt;p&gt;Run a Mysql server using command line with a specified option file.&#13;
&#13;
**Vars** to to specify&#13;
&#13;
+ ${EnvSet_Bash}&#13;
&#13;
**Demo**&#13;
&#13;
vars specified like&#13;
&#13;
+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")&#13;
&#13;
pluss other bash commond&#13;
&#13;
    @echo off&#13;
    call set-mysqlRT-Env&#13;
    mysqld --defaults-file=%mysqlConf% --print-defaults&#13;
    pause&#13;
    mysqld --defaults-file=%mysqlConf% --console&#13;
    pause&#13;
&#13;
Click the bat file to run it .&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:10:54 UTC</pubDate>
      <guid>https://snipplr.com/view/80408/a-windows-batch-to-run-mysql-server</guid>
    </item>
    <item>
      <title>(PHP) Enable GII on the Server - Yii - adesara_jaydeep</title>
      <link>https://snipplr.com/view/79711/enable-gii-on-the-server--yii</link>
      <description>&lt;p&gt;If you want to enable GII in your live server in YII you can do by following small steps.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Oct 2014 22:26:56 UTC</pubDate>
      <guid>https://snipplr.com/view/79711/enable-gii-on-the-server--yii</guid>
    </item>
    <item>
      <title>(Bash) Check to see if a list of applications are running by testing host and port - deanhouseholder</title>
      <link>https://snipplr.com/view/74221/check-to-see-if-a-list-of-applications-are-running-by-testing-host-and-port</link>
      <description>&lt;p&gt;This script allows you to monitor a list of applications each running on servers in different environments.  For example, these can be webservers: apache/nginx/etc., application servers: tomcat/nodejs/IIS/etc., database servers: mysql/oracle/etc., or anything else that listens on a port.&#13;
&#13;
Instructions:&#13;
1) Edit the key/value pairs in the arrays: ENV_LIST, PORT_LIST, SERVERS, APPS with the data for your own applications&#13;
2) Run:  ./scriptname.sh&#13;
&#13;
Requirements:&#13;
This script does require "nc" to be installed.&#13;
&#13;
Note:&#13;
This works both on linux and cygwin.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Apr 2014 05:41:48 UTC</pubDate>
      <guid>https://snipplr.com/view/74221/check-to-see-if-a-list-of-applications-are-running-by-testing-host-and-port</guid>
    </item>
    <item>
      <title>(Python) SocketServer_Logging.py - JordanRowles</title>
      <link>https://snipplr.com/view/74193/socketserverloggingpy</link>
      <description>&lt;p&gt;These logging functions will be improved and added into the SocketServer_Server.py to log information from programs on machines on the same network, but not directly connected to each other.&lt;/p&gt;</description>
      <pubDate>Sat, 12 Apr 2014 01:27:29 UTC</pubDate>
      <guid>https://snipplr.com/view/74193/socketserverloggingpy</guid>
    </item>
    <item>
      <title>(Python) SocketServer_Client.py - JordanRowles</title>
      <link>https://snipplr.com/view/74192/socketserverclientpy</link>
      <description>&lt;p&gt;Client code for sending information to the logging server.&lt;/p&gt;</description>
      <pubDate>Sat, 12 Apr 2014 01:24:17 UTC</pubDate>
      <guid>https://snipplr.com/view/74192/socketserverclientpy</guid>
    </item>
    <item>
      <title>(Python) SocketServer_Server.py - JordanRowles</title>
      <link>https://snipplr.com/view/74191/socketserverserverpy</link>
      <description>&lt;p&gt;A server that receives information from programs (Name, DateTime, LogType, Data) and writes it to a file with the syntax:&#13;
LogFile_{program_name}_{ISO-Date}.log&lt;/p&gt;</description>
      <pubDate>Sat, 12 Apr 2014 01:19:38 UTC</pubDate>
      <guid>https://snipplr.com/view/74191/socketserverserverpy</guid>
    </item>
    <item>
      <title>(SQL) Drop store procedures by name contains - ironcrema</title>
      <link>https://snipplr.com/view/74122/drop-store-procedures-by-name-contains</link>
      <description>&lt;p&gt;Drop store procedures&lt;/p&gt;</description>
      <pubDate>Sat, 05 Apr 2014 02:16:04 UTC</pubDate>
      <guid>https://snipplr.com/view/74122/drop-store-procedures-by-name-contains</guid>
    </item>
    <item>
      <title>(SQL) Adding Linked Server to MSSQL - kidmizere</title>
      <link>https://snipplr.com/view/73761/adding-linked-server-to-mssql</link>
      <description>&lt;p&gt;Adding a linked server to MSSQL account - particularly a MYSQL server&lt;/p&gt;</description>
      <pubDate>Fri, 28 Feb 2014 06:52:55 UTC</pubDate>
      <guid>https://snipplr.com/view/73761/adding-linked-server-to-mssql</guid>
    </item>
    <item>
      <title>(PHP) PHP Print all server Variables - kidmizere</title>
      <link>https://snipplr.com/view/73647/php-print-all-server-variables</link>
      <description>&lt;p&gt;Prints all $_Server variables to table&lt;/p&gt;</description>
      <pubDate>Wed, 12 Feb 2014 08:07:13 UTC</pubDate>
      <guid>https://snipplr.com/view/73647/php-print-all-server-variables</guid>
    </item>
    <item>
      <title>(SQL) Split SQL Server - ironcrema</title>
      <link>https://snipplr.com/view/73521/split-sql-server</link>
      <description>&lt;p&gt;FunciÃ³n sql que devuelve una tabla. parametros ID, cadena, caracter_slit&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jan 2014 02:44:42 UTC</pubDate>
      <guid>https://snipplr.com/view/73521/split-sql-server</guid>
    </item>
    <item>
      <title>(Python) Python Web Server - ronaklovespython</title>
      <link>https://snipplr.com/view/73076/python-web-server</link>
      <description>&lt;p&gt;Code for single threaded python web server&lt;/p&gt;</description>
      <pubDate>Tue, 03 Dec 2013 09:28:45 UTC</pubDate>
      <guid>https://snipplr.com/view/73076/python-web-server</guid>
    </item>
    <item>
      <title>(SQL) Extraer cadena segun caracter - ironcrema</title>
      <link>https://snipplr.com/view/72874/extraer-cadena-segun-caracter</link>
      <description>&lt;p&gt;Extrae subcadena de cadena separado por caracter&lt;/p&gt;</description>
      <pubDate>Tue, 12 Nov 2013 02:55:58 UTC</pubDate>
      <guid>https://snipplr.com/view/72874/extraer-cadena-segun-caracter</guid>
    </item>
    <item>
      <title>(SQL) Agregar LLave ForÃ¡nea - ironcrema</title>
      <link>https://snipplr.com/view/72296/agregar-llave-fornea</link>
      <description>&lt;p&gt;Agrega Llave ForÃ¡nea&lt;/p&gt;</description>
      <pubDate>Fri, 06 Sep 2013 02:06:13 UTC</pubDate>
      <guid>https://snipplr.com/view/72296/agregar-llave-fornea</guid>
    </item>
    <item>
      <title>(MySQL) MySQL_reset_root_pass - Aminreza</title>
      <link>https://snipplr.com/view/72063/mysqlresetrootpass</link>
      <description>&lt;p&gt;Reset MySQL root password&lt;/p&gt;</description>
      <pubDate>Wed, 07 Aug 2013 18:25:31 UTC</pubDate>
      <guid>https://snipplr.com/view/72063/mysqlresetrootpass</guid>
    </item>
    <item>
      <title>(PHP) Check if Apache's mod_rewrite is installed. - phpdev</title>
      <link>https://snipplr.com/view/72021/check-if-apaches-modrewrite-is-installed</link>
      <description>&lt;p&gt;*Example:* &#13;
        &#13;
       if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');&lt;/p&gt;</description>
      <pubDate>Fri, 02 Aug 2013 02:46:45 UTC</pubDate>
      <guid>https://snipplr.com/view/72021/check-if-apaches-modrewrite-is-installed</guid>
    </item>
    <item>
      <title>(JavaScript) sharepoint absolute site collection URL javascript variable - rumremix</title>
      <link>https://snipplr.com/view/71802/sharepoint-absolute-site-collection-url-javascript-variable</link>
      <description>&lt;p&gt;Works in SP2013 (and I believe 2010). Provides site collection URL without trailing "/"&lt;/p&gt;</description>
      <pubDate>Thu, 11 Jul 2013 04:55:00 UTC</pubDate>
      <guid>https://snipplr.com/view/71802/sharepoint-absolute-site-collection-url-javascript-variable</guid>
    </item>
    <item>
      <title>(Java) Simple java http server, from java - alexedy</title>
      <link>https://snipplr.com/view/71346/simple-java-http-server-from-java</link>
      <description>&lt;p&gt;A simple http server,  from java JDK.&lt;/p&gt;</description>
      <pubDate>Fri, 31 May 2013 01:23:43 UTC</pubDate>
      <guid>https://snipplr.com/view/71346/simple-java-http-server-from-java</guid>
    </item>
    <item>
      <title>(JavaScript) Simple File Http Server in NodeJS with Connect - ironicnet</title>
      <link>https://snipplr.com/view/71315/simple-file-http-server-in-nodejs-with-connect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 27 May 2013 11:34:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71315/simple-file-http-server-in-nodejs-with-connect</guid>
    </item>
    <item>
      <title>(PHP) Script for uploading ZIP file and unzip it on the server - jvandemerwe</title>
      <link>https://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server</link>
      <description>&lt;p&gt;Easy PHP script for uploading and unpacking zip files to the server much faster&#13;
&#13;
Steps to follow:&#13;
&#13;
1. create folder on the webserver called "zipper" or something else&#13;
2. copy the following PHP code into a file called "zipper.php" into this folder&#13;
3. use the url to this file to start the little script&#13;
4. select a zip file from your harddisk and go for it&#13;
5. after upload a directory exists in the folder "zipper" from step 1&#13;
&#13;
with ftp program (like Filezilla) you can easily move the content to the directory of your choice (that's all), which goes much faster&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:05:46 UTC</pubDate>
      <guid>https://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server</guid>
    </item>
    <item>
      <title>(AppleScript) Restart Django development server using AppleScript - reynoldsdigital</title>
      <link>https://snipplr.com/view/69782/restart-django-development-server-using-applescript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2013 03:44:27 UTC</pubDate>
      <guid>https://snipplr.com/view/69782/restart-django-development-server-using-applescript</guid>
    </item>
    <item>
      <title>(PHP) Get current URL with PHP in Apache or IIS - rickygri</title>
      <link>https://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis</link>
      <description>&lt;p&gt;Get Current URL Path on Apache / IIS&lt;/p&gt;</description>
      <pubDate>Tue, 18 Dec 2012 00:24:54 UTC</pubDate>
      <guid>https://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis</guid>
    </item>
    <item>
      <title>(Bash) Push-style server status monitoring - 2mf</title>
      <link>https://snipplr.com/view/68136/pushstyle-server-status-monitoring</link>
      <description>&lt;p&gt;My first (simpliest) way to collect monitoring data from few servers. Only skeleton for adding custom parameters. Using this way is not a good idea in general.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Nov 2012 07:28:19 UTC</pubDate>
      <guid>https://snipplr.com/view/68136/pushstyle-server-status-monitoring</guid>
    </item>
    <item>
      <title>(PHP) Get the absolute webroot URL. - o0110o</title>
      <link>https://snipplr.com/view/67841/get-the-absolute-webroot-url</link>
      <description>&lt;p&gt;Get the absolute webroot URL.&lt;/p&gt;</description>
      <pubDate>Sat, 20 Oct 2012 14:59:40 UTC</pubDate>
      <guid>https://snipplr.com/view/67841/get-the-absolute-webroot-url</guid>
    </item>
    <item>
      <title>(SQL) Return last day of month - sjmoorecouk</title>
      <link>https://snipplr.com/view/66616/return-last-day-of-month</link>
      <description>&lt;p&gt;Input: Month and year number&#13;
Output: Last day of month&lt;/p&gt;</description>
      <pubDate>Fri, 10 Aug 2012 00:10:43 UTC</pubDate>
      <guid>https://snipplr.com/view/66616/return-last-day-of-month</guid>
    </item>
    <item>
      <title>(AppleScript) Restart Django development server using AppleScript - cphoover</title>
      <link>https://snipplr.com/view/66489/restart-django-development-server-using-applescript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:43:00 UTC</pubDate>
      <guid>https://snipplr.com/view/66489/restart-django-development-server-using-applescript</guid>
    </item>
    <item>
      <title>(Python) SMTP sink server - cphoover</title>
      <link>https://snipplr.com/view/66488/smtp-sink-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:42:56 UTC</pubDate>
      <guid>https://snipplr.com/view/66488/smtp-sink-server</guid>
    </item>
    <item>
      <title>(Bash) Run Minecraft server on Ubuntu x64 - stevedecoded</title>
      <link>https://snipplr.com/view/66239/run-minecraft-server-on-ubuntu-x64</link>
      <description>&lt;p&gt;Boot Minecraft on an Ubuntu 64-bit instance with 2GB of RAM&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2012 08:27:39 UTC</pubDate>
      <guid>https://snipplr.com/view/66239/run-minecraft-server-on-ubuntu-x64</guid>
    </item>
    <item>
      <title>(Python) SMTP sink server - munrobaggers</title>
      <link>https://snipplr.com/view/65451/smtp-sink-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jun 2012 02:53:38 UTC</pubDate>
      <guid>https://snipplr.com/view/65451/smtp-sink-server</guid>
    </item>
    <item>
      <title>(Apache) .htaccess script to block remote access and allow local ip - aruldave</title>
      <link>https://snipplr.com/view/64941/htaccess-script-to-block-remote-access-and-allow-local-ip</link>
      <description>&lt;p&gt;The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service. &#13;
-  [Automated Predictive Dialler Software for Call Centres](http://touchstarccs.co.uk/ "Automated Predictive Dialler Software for Call Centres")&lt;/p&gt;</description>
      <pubDate>Fri, 18 May 2012 20:56:18 UTC</pubDate>
      <guid>https://snipplr.com/view/64941/htaccess-script-to-block-remote-access-and-allow-local-ip</guid>
    </item>
    <item>
      <title>(SQL) SQL - SQL Server - Add Column with Default Value and Check Constraint - denakitan</title>
      <link>https://snipplr.com/view/64667/sql--sql-server--add-column-with-default-value-and-check-constraint</link>
      <description>&lt;p&gt;Example of SQL syntax to add a new column to an existing table, define a default value to the columns for the existing rows and also add a check constraint to limit the values that the column can hold.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Apr 2012 01:45:29 UTC</pubDate>
      <guid>https://snipplr.com/view/64667/sql--sql-server--add-column-with-default-value-and-check-constraint</guid>
    </item>
    <item>
      <title>(SQL) Search DDL (stored procedures, functions, etc) for keywords - jstrawther</title>
      <link>https://snipplr.com/view/64359/search-ddl-stored-procedures-functions-etc-for-keywords</link>
      <description>&lt;p&gt;Search SQL Server or Oracle database for keyword embedded within stored procedures, functions, triggers, etc.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Apr 2012 03:58:40 UTC</pubDate>
      <guid>https://snipplr.com/view/64359/search-ddl-stored-procedures-functions-etc-for-keywords</guid>
    </item>
    <item>
      <title>(AppleScript) Restart Django development server using AppleScript - Tintenklecks</title>
      <link>https://snipplr.com/view/63930/restart-django-development-server-using-applescript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 01:11:41 UTC</pubDate>
      <guid>https://snipplr.com/view/63930/restart-django-development-server-using-applescript</guid>
    </item>
    <item>
      <title>(Python) SMTP sink server - inky76</title>
      <link>https://snipplr.com/view/63761/smtp-sink-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:35:53 UTC</pubDate>
      <guid>https://snipplr.com/view/63761/smtp-sink-server</guid>
    </item>
    <item>
      <title>(AppleScript) Restart Django development server using AppleScript - inky76</title>
      <link>https://snipplr.com/view/63759/restart-django-development-server-using-applescript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:35:37 UTC</pubDate>
      <guid>https://snipplr.com/view/63759/restart-django-development-server-using-applescript</guid>
    </item>
    <item>
      <title>(PHP) AlivePDF download and save to server - vamapaull</title>
      <link>https://snipplr.com/view/63604/alivepdf-download-and-save-to-server</link>
      <description>&lt;p&gt;This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server.&#13;
&#13;
ActionScript 3 AlivePDF save code:&#13;
_pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");&lt;/p&gt;</description>
      <pubDate>Mon, 27 Feb 2012 22:34:11 UTC</pubDate>
      <guid>https://snipplr.com/view/63604/alivepdf-download-and-save-to-server</guid>
    </item>
    <item>
      <title>(Python) SMTP sink server - tilakapash</title>
      <link>https://snipplr.com/view/62264/smtp-sink-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:57:19 UTC</pubDate>
      <guid>https://snipplr.com/view/62264/smtp-sink-server</guid>
    </item>
    <item>
      <title>(AppleScript) Restart Django development server using AppleScript - tilakapash</title>
      <link>https://snipplr.com/view/62262/restart-django-development-server-using-applescript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:57:16 UTC</pubDate>
      <guid>https://snipplr.com/view/62262/restart-django-development-server-using-applescript</guid>
    </item>
    <item>
      <title>(Python) Python web server - ronakpatel2006</title>
      <link>https://snipplr.com/view/57745/python-web-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:44:48 UTC</pubDate>
      <guid>https://snipplr.com/view/57745/python-web-server</guid>
    </item>
    <item>
      <title>(PHP) Own DynDns Service, serverside script. - madc</title>
      <link>https://snipplr.com/view/55482/own-dyndns-service-serverside-script</link>
      <description>&lt;p&gt;Serverside script for a personal DynDNS service.&#13;
Works together with a clientside script written in ruby [ http://snipplr.com/view/55484/own-dyndns-service-clientside-script/ ] .&#13;
&#13;
Redirect to current saved IP(http, port 80):&#13;
http://dynDns.yourveryownhost.com/&#13;
&#13;
Update with current IP:&#13;
http://dynDns.yourveryownhost.com/?updateIp&#13;
&#13;
Show saved IP:&#13;
http://dynDns.yourveryownhost.com/?showIp&#13;
&#13;
The getIpAddr-function is based on a blog-post written by Roshan Bhattarai [ http://roshanbh.com.np/2007/12/getting-real-ip-address-in-php.html ]&lt;/p&gt;</description>
      <pubDate>Sun, 19 Jun 2011 21:23:15 UTC</pubDate>
      <guid>https://snipplr.com/view/55482/own-dyndns-service-serverside-script</guid>
    </item>
    <item>
      <title>(PHP) Print the server variables - jcquintero</title>
      <link>https://snipplr.com/view/55471/print-the-server-variables</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 19 Jun 2011 01:31:00 UTC</pubDate>
      <guid>https://snipplr.com/view/55471/print-the-server-variables</guid>
    </item>
    <item>
      <title>(SQL) How to clear the history list from the \"servername\" field of SSMS Connect-to-server dialog box? - derebus</title>
      <link>https://snipplr.com/view/54988/how-to-clear-the-history-list-from-the-servername-field-of-ssms-connecttoserver-dialog-box</link>
      <description>&lt;p&gt;http://beyondrelational.com/ask/nakul/questions/10/how-to-remove-server-name-item-from-sql-server-management-studio.aspx&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jun 2011 03:59:52 UTC</pubDate>
      <guid>https://snipplr.com/view/54988/how-to-clear-the-history-list-from-the-servername-field-of-ssms-connecttoserver-dialog-box</guid>
    </item>
  </channel>
</rss>
