<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - acosonic</title>
<link>http://snipplr.com/users/acosonic</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 14:03:27 GMT</pubDate>
<item>
<title>(SVN) jailshell or bash add svn recursively</title>
<link>http://snipplr.com/view/49341/jailshell-or-bash-add-svn-recursively/</link>
<description><![CDATA[ <p>navigate to your svn repo folder and type:

svn add * --force</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 00:16:40 GMT</pubDate>
<guid>http://snipplr.com/view/49341/jailshell-or-bash-add-svn-recursively/</guid>
</item>
<item>
<title>(C#) C# registry read-write</title>
<link>http://snipplr.com/view/36882/c-registry-readwrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Jul 2010 03:21:00 GMT</pubDate>
<guid>http://snipplr.com/view/36882/c-registry-readwrite/</guid>
</item>
<item>
<title>(C#) Proper c# timestamp to String</title>
<link>http://snipplr.com/view/36881/proper-c-timestamp-to-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Jul 2010 03:17:58 GMT</pubDate>
<guid>http://snipplr.com/view/36881/proper-c-timestamp-to-string/</guid>
</item>
<item>
<title>(C#) Proper c# get timestamp</title>
<link>http://snipplr.com/view/36880/proper-c-get-timestamp/</link>
<description><![CDATA[ <p>Well, there is many faulty C# timestamp handling codes.

Here is a proper one, use UtcNow instead Now if you need UTC timestamp...</p> ]]></description>
<pubDate>Thu, 08 Jul 2010 03:17:13 GMT</pubDate>
<guid>http://snipplr.com/view/36880/proper-c-get-timestamp/</guid>
</item>
<item>
<title>(PHP) PHP force file download instead opening in new tab/window</title>
<link>http://snipplr.com/view/22546/php-force-file-download-instead-opening-in-new-tabwindow/</link>
<description><![CDATA[ <p>provide file via URL var, and script will grab it &amp; force download. Take a look at code, and add some of your filetypes if required</p> ]]></description>
<pubDate>Thu, 05 Nov 2009 02:51:13 GMT</pubDate>
<guid>http://snipplr.com/view/22546/php-force-file-download-instead-opening-in-new-tabwindow/</guid>
</item>
<item>
<title>(PHP) Using PHP's filter_var to validate email or number</title>
<link>http://snipplr.com/view/19122/using-phps-filtervar-to-validate-email-or-number/</link>
<description><![CDATA[ <p>This code generates SQL depending on semantic type of  variable from user input.

php>5.2</p> ]]></description>
<pubDate>Tue, 01 Sep 2009 09:32:53 GMT</pubDate>
<guid>http://snipplr.com/view/19122/using-phps-filtervar-to-validate-email-or-number/</guid>
</item>
<item>
<title>(PHP) getting content of URL via fopen and fread to variable</title>
<link>http://snipplr.com/view/19046/getting-content-of-url-via-fopen-and-fread-to-variable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Aug 2009 02:09:45 GMT</pubDate>
<guid>http://snipplr.com/view/19046/getting-content-of-url-via-fopen-and-fread-to-variable/</guid>
</item>
<item>
<title>(PHP) grabbing content from URL via CURL to PHP variable</title>
<link>http://snipplr.com/view/19043/grabbing-content-from-url-via-curl-to-php-variable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Aug 2009 01:42:05 GMT</pubDate>
<guid>http://snipplr.com/view/19043/grabbing-content-from-url-via-curl-to-php-variable/</guid>
</item>
<item>
<title>(PHP) Sending multipart/alternative (text and html both together) email messages from PHP directly via sendmail</title>
<link>http://snipplr.com/view/18943/sending-multipartalternative-text-and-html-both-together-email-messages-from-php-directly-via-sendmail/</link>
<description><![CDATA[ <p>sendmail needs to be working and configured properly

uses popen and fputs</p> ]]></description>
<pubDate>Fri, 28 Aug 2009 03:30:06 GMT</pubDate>
<guid>http://snipplr.com/view/18943/sending-multipartalternative-text-and-html-both-together-email-messages-from-php-directly-via-sendmail/</guid>
</item>
<item>
<title>(PHP) Mysql query in PHP with proper error detection</title>
<link>http://snipplr.com/view/18892/mysql-query-in-php-with-proper-error-detection/</link>
<description><![CDATA[ <p>Dumps whole query so developer can see where is error. However it's potential security issue, exposing SQL commands to attacker. (Recommended to use only during development, replace message code with some custom error text)</p> ]]></description>
<pubDate>Thu, 27 Aug 2009 02:08:56 GMT</pubDate>
<guid>http://snipplr.com/view/18892/mysql-query-in-php-with-proper-error-detection/</guid>
</item>
</channel>
</rss>