<?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 12:18:19 +0000</lastBuildDate>
    <item>
      <title>(Bash) Show a colored and meaningful view of a GIT repository in the shell - rm1984</title>
      <link>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</link>
      <description>&lt;p&gt;Show a colored and meaningful view of a GIT repository in the shell&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:30:34 UTC</pubDate>
      <guid>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</guid>
    </item>
    <item>
      <title>(Regular Expression) RegExp to find JS &amp; Angular non-comment logs - brandonjp</title>
      <link>https://snipplr.com/view/145321/regexp-to-find-js--angular-noncomment-logs</link>
      <description>&lt;p&gt;Regular Expression to find native Javascript console and AngularJS $log log warn or info that are NOT comments / commented out&lt;/p&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:47:32 UTC</pubDate>
      <guid>https://snipplr.com/view/145321/regexp-to-find-js--angular-noncomment-logs</guid>
    </item>
    <item>
      <title>(JavaScript) JS - debug console log logger error, warn, info, log, debug - brandonjp</title>
      <link>https://snipplr.com/view/109281/js--debug-console-log-logger-error-warn-info-log-debug</link>
      <description>&lt;p&gt;// create a variable to toggle debugging&#13;
  // to use it, just call debug(with,any,optional,parameters)&#13;
  debug(x,y,z);&#13;
  // it will try to guess what type of message to log, or you can specify in the first parameter&#13;
  debug("error",x,y,z);&lt;/p&gt;</description>
      <pubDate>Sat, 12 Sep 2015 06:43:07 UTC</pubDate>
      <guid>https://snipplr.com/view/109281/js--debug-console-log-logger-error-warn-info-log-debug</guid>
    </item>
    <item>
      <title>(Bash) Error Logging in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/75588/error-logging-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to log errors to a file, and prevent showing them to the user. Make sure that the file exists and you're able to write to it.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2014 18:07:31 UTC</pubDate>
      <guid>https://snipplr.com/view/75588/error-logging-in-htaccess</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>(PHP) How to log errors in database in cakephp - kp32</title>
      <link>https://snipplr.com/view/73506/how-to-log-errors-in-database-in-cakephp</link>
      <description>&lt;p&gt;In this post you will learn how to log errors in database in cakephp.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Jan 2014 17:41:28 UTC</pubDate>
      <guid>https://snipplr.com/view/73506/how-to-log-errors-in-database-in-cakephp</guid>
    </item>
    <item>
      <title>(Groovy) Abort hudson builds with huge logs - alces</title>
      <link>https://snipplr.com/view/72929/abort-hudson-builds-with-huge-logs</link>
      <description>&lt;p&gt;Groovy script for hudson's scripler/script console (for latter case import line could be removed) aborting running builds with loo large logs.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Nov 2013 17:22:59 UTC</pubDate>
      <guid>https://snipplr.com/view/72929/abort-hudson-builds-with-huge-logs</guid>
    </item>
    <item>
      <title>(JavaScript) Safe console.log usage in all browsers - bitsculptor</title>
      <link>https://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers</link>
      <description>&lt;p&gt;IE doesn't like console.log. This fixes that.&lt;/p&gt;</description>
      <pubDate>Fri, 24 May 2013 00:36:30 UTC</pubDate>
      <guid>https://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers</guid>
    </item>
    <item>
      <title>(JavaScript) Generic Handler (Event logging in Console) - dejot</title>
      <link>https://snipplr.com/view/67969/generic-handler-event-logging-in-console</link>
      <description>&lt;p&gt;generischer Handler fÃ¼r die Eventausgabe in der Konsole....&lt;/p&gt;</description>
      <pubDate>Fri, 26 Oct 2012 18:36:28 UTC</pubDate>
      <guid>https://snipplr.com/view/67969/generic-handler-event-logging-in-console</guid>
    </item>
    <item>
      <title>(PHP) Simple logger function - MikeDevDes</title>
      <link>https://snipplr.com/view/67708/simple-logger-function</link>
      <description>&lt;p&gt;Simple logger function&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2012 21:38:07 UTC</pubDate>
      <guid>https://snipplr.com/view/67708/simple-logger-function</guid>
    </item>
    <item>
      <title>(C#) Write to the Event Log C# - Verician</title>
      <link>https://snipplr.com/view/67389/write-to-the-event-log-c</link>
      <description>&lt;p&gt;Output your errors to the Windows event log. Very effective to output from try catch blocks.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 23:16:35 UTC</pubDate>
      <guid>https://snipplr.com/view/67389/write-to-the-event-log-c</guid>
    </item>
    <item>
      <title>(Python) make and filter the log file into a html file - scrapy</title>
      <link>https://snipplr.com/view/66991/make-and-filter-the-log-file-into-a-html-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:15:08 UTC</pubDate>
      <guid>https://snipplr.com/view/66991/make-and-filter-the-log-file-into-a-html-file</guid>
    </item>
    <item>
      <title>(DOS Batch) Clear Windows 7 Event Log - Rectifier</title>
      <link>https://snipplr.com/view/65884/clear-windows-7-event-log</link>
      <description>&lt;p&gt;This is a simple batch script to clear the event logs from a windows 7 or server 2008 machine. The script does *not* save these logs. This was tested on a local machine but could be adapted for remote use.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jul 2012 03:42:51 UTC</pubDate>
      <guid>https://snipplr.com/view/65884/clear-windows-7-event-log</guid>
    </item>
    <item>
      <title>(Bash) Tail Apache logs - inreflection7</title>
      <link>https://snipplr.com/view/65296/tail-apache-logs</link>
      <description>&lt;p&gt;It can be useful to take a peek at what Apache is doing but I always forget the location of the Apache logs so I can use tail.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Jun 2012 00:42:26 UTC</pubDate>
      <guid>https://snipplr.com/view/65296/tail-apache-logs</guid>
    </item>
    <item>
      <title>(Bash) java commons logging - httpclient - simpleLog - rowntreerob</title>
      <link>https://snipplr.com/view/62762/java-commons-logging--httpclient--simplelog</link>
      <description>&lt;p&gt;For impl of 'simpleLog', in eclipse, the default instructions did not work for me , providing LEVEL_ALL logs until i added one additional prop not mentioned in the link&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jan 2012 03:54:46 UTC</pubDate>
      <guid>https://snipplr.com/view/62762/java-commons-logging--httpclient--simplelog</guid>
    </item>
    <item>
      <title>(JavaScript) Manage console.log on IE - Simounet</title>
      <link>https://snipplr.com/view/62311/manage-consolelog-on-ie</link>
      <description>&lt;p&gt;Helps to manage console.log debug in js when broswing in IE. If alertFallback is enabled, you can see js alerts appears of vars tracked.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jan 2012 03:10:38 UTC</pubDate>
      <guid>https://snipplr.com/view/62311/manage-consolelog-on-ie</guid>
    </item>
    <item>
      <title>(C#) Simple Instance Of Log4Net Logger - MysteryMeat</title>
      <link>https://snipplr.com/view/60056/simple-instance-of-log4net-logger</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2011 23:30:53 UTC</pubDate>
      <guid>https://snipplr.com/view/60056/simple-instance-of-log4net-logger</guid>
    </item>
    <item>
      <title>(C#) EventLoggingInterface - BrentS</title>
      <link>https://snipplr.com/view/57313/eventlogginginterface</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jul 2011 08:25:48 UTC</pubDate>
      <guid>https://snipplr.com/view/57313/eventlogginginterface</guid>
    </item>
    <item>
      <title>(PHP) CakePHP: SQL-log in array (for controller, e.g.) - kentandre</title>
      <link>https://snipplr.com/view/55590/cakephp-sqllog-in-array-for-controller-eg</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jun 2011 23:12:41 UTC</pubDate>
      <guid>https://snipplr.com/view/55590/cakephp-sqllog-in-array-for-controller-eg</guid>
    </item>
    <item>
      <title>(PHP) Write server load to logfile per day - remko</title>
      <link>https://snipplr.com/view/54573/write-server-load-to-logfile-per-day</link>
      <description>&lt;p&gt;Tiny script to write a daily logfile with the serverload. Can be run every X minutes using a cron for example. &#13;
&#13;
Result in logfile:&#13;
&#13;
13.40 | 2.45      2.45      2.43&#13;
&#13;
13.45 | 1.62      2.02      2.25&lt;/p&gt;</description>
      <pubDate>Sun, 29 May 2011 21:55:56 UTC</pubDate>
      <guid>https://snipplr.com/view/54573/write-server-load-to-logfile-per-day</guid>
    </item>
    <item>
      <title>(Bash) git log blame for most recent commit - root_hacker</title>
      <link>https://snipplr.com/view/54315/git-log-blame-for-most-recent-commit</link>
      <description>&lt;p&gt;run this in git bash to see a pretty blame&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 16:34:28 UTC</pubDate>
      <guid>https://snipplr.com/view/54315/git-log-blame-for-most-recent-commit</guid>
    </item>
    <item>
      <title>(JavaScript) Console.log Detection - alvincrespo</title>
      <link>https://snipplr.com/view/52591/consolelog-detection</link>
      <description>&lt;p&gt;Basically creates a log function on the window object and uses console.log or alert depending on which is supported. Very basic and simple but definitely useful.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:02:19 UTC</pubDate>
      <guid>https://snipplr.com/view/52591/consolelog-detection</guid>
    </item>
    <item>
      <title>(JavaScript) console.log() - Textmate snippet - divtagged</title>
      <link>https://snipplr.com/view/51906/consolelog--textmate-snippet</link>
      <description>&lt;p&gt;Activation: con&#13;
Scope: source.js, source.js.jquery&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:29:49 UTC</pubDate>
      <guid>https://snipplr.com/view/51906/consolelog--textmate-snippet</guid>
    </item>
    <item>
      <title>(PHP) Logging class (Log messages to a file) - stz184</title>
      <link>https://snipplr.com/view/49086/logging-class-log-messages-to-a-file</link>
      <description>&lt;p&gt;This class can log messages to a file. If the log file becomes too large (over 1MB), the class will archive it and will create new. If there are archives older than one month, they will be deleted automatically. &#13;
In the future versions I will add the opportunity to set max log size and max time to keep the archives.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Feb 2011 19:34:54 UTC</pubDate>
      <guid>https://snipplr.com/view/49086/logging-class-log-messages-to-a-file</guid>
    </item>
    <item>
      <title>(Rails) SQL log in Rails console - batamire</title>
      <link>https://snipplr.com/view/45927/sql-log-in-rails-console</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 19 Dec 2010 01:07:02 UTC</pubDate>
      <guid>https://snipplr.com/view/45927/sql-log-in-rails-console</guid>
    </item>
    <item>
      <title>(PHP) PHP error_log to syslog to a custom file pipe to tail your errors. - sadus</title>
      <link>https://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors</link>
      <description>&lt;p&gt;So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2010 04:27:55 UTC</pubDate>
      <guid>https://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors</guid>
    </item>
    <item>
      <title>(PHP) debug PHP for the newbies in error logs with execution time - sadus</title>
      <link>https://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time</link>
      <description>&lt;p&gt;I'm originally a sys admin and i love "tail - f /var/log/*" ... so i created a similar function in PHP that will allow me to view in real time what classes/functions/files/lines of my code is being run...&#13;
&#13;
The usage is really simple, just set a global variable "debug" to true/false... &#13;
Note: The usage of this function will slow down your script... use it only to debug. Turn it off on production.&#13;
&#13;
to view the logs, go to your default php error log file. Enjoy!&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 04:44:24 UTC</pubDate>
      <guid>https://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time</guid>
    </item>
    <item>
      <title>(Other) View Linux log files - tofman</title>
      <link>https://snipplr.com/view/42224/view-linux-log-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Oct 2010 05:07:09 UTC</pubDate>
      <guid>https://snipplr.com/view/42224/view-linux-log-files</guid>
    </item>
    <item>
      <title>(PHP) php-log - Process log files with PHP - dom111</title>
      <link>https://snipplr.com/view/40524/phplog--process-log-files-with-php</link>
      <description>&lt;p&gt;Iâ€™ve recently had to quickly parse an Apache log file, to get basic usage statistics for a site over a month and wanted the ability to quickly process any general logs and store them in a MySQL table, so Iâ€™ve made a small package class.log.&#13;
&#13;
Included in the package are:&#13;
&#13;
class.log.php (the main class)&#13;
class.log.processor.php (an interface for a log processor, very basic!!)&#13;
class.log.output.php (a simple extension of the processor (outputs &lt;p&gt; tags with &lt;span&gt;s)&#13;
class.log.mysql.php (a simple mysql importer of the processed data)&#13;
parse.php (a simple implementation, bringing all the classes together)&#13;
The class is designed to use one line at a time from the log retrieved, and the regular expression specified in class.log.php can be modified to parse different types of logs as long as the matches array is also updated.&#13;
&#13;
Iâ€™ve only used this for apache logs currently, which it managed quite well, Iâ€™m not sure if Iâ€™d use this script in an automated script, but Iâ€™ll leave that for you to decide.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 20:07:44 UTC</pubDate>
      <guid>https://snipplr.com/view/40524/phplog--process-log-files-with-php</guid>
    </item>
    <item>
      <title>(Apache) apache error log command - adriamooney</title>
      <link>https://snipplr.com/view/39887/apache-error-log-command</link>
      <description>&lt;p&gt;how to get your apache error log&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:09:28 UTC</pubDate>
      <guid>https://snipplr.com/view/39887/apache-error-log-command</guid>
    </item>
    <item>
      <title>(Ruby) Regular Expression to Parse Ruby Log Messages - viatropos</title>
      <link>https://snipplr.com/view/39109/regular-expression-to-parse-ruby-log-messages</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 16 Aug 2010 07:39:11 UTC</pubDate>
      <guid>https://snipplr.com/view/39109/regular-expression-to-parse-ruby-log-messages</guid>
    </item>
    <item>
      <title>(JavaScript) Tail Log Output with Node.js - viatropos</title>
      <link>https://snipplr.com/view/39104/tail-log-output-with-nodejs</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 16 Aug 2010 04:43:21 UTC</pubDate>
      <guid>https://snipplr.com/view/39104/tail-log-output-with-nodejs</guid>
    </item>
    <item>
      <title>(JavaScript) jquery console.log - tennison</title>
      <link>https://snipplr.com/view/38034/jquery-consolelog</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 18:12:31 UTC</pubDate>
      <guid>https://snipplr.com/view/38034/jquery-consolelog</guid>
    </item>
    <item>
      <title>(C#) Simple Log File - mracoker</title>
      <link>https://snipplr.com/view/35864/simple-log-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jun 2010 02:46:43 UTC</pubDate>
      <guid>https://snipplr.com/view/35864/simple-log-file</guid>
    </item>
    <item>
      <title>(Bash) Extract IP Addresses From Apache Access Log - iloveitaly</title>
      <link>https://snipplr.com/view/35449/extract-ip-addresses-from-apache-access-log</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jun 2010 12:23:37 UTC</pubDate>
      <guid>https://snipplr.com/view/35449/extract-ip-addresses-from-apache-access-log</guid>
    </item>
    <item>
      <title>(Bash) Unique IP Addresses From Apache Error Log - iloveitaly</title>
      <link>https://snipplr.com/view/35448/unique-ip-addresses-from-apache-error-log</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jun 2010 12:13:59 UTC</pubDate>
      <guid>https://snipplr.com/view/35448/unique-ip-addresses-from-apache-error-log</guid>
    </item>
    <item>
      <title>(Bash) How to sort web-server logs to find top users - alemani</title>
      <link>https://snipplr.com/view/33103/how-to-sort-webserver-logs-to-find-top-users</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 25 Apr 2010 16:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/33103/how-to-sort-webserver-logs-to-find-top-users</guid>
    </item>
    <item>
      <title>(JavaScript) Cross Browser Javascript Debugger - Meander365</title>
      <link>https://snipplr.com/view/31578/cross-browser-javascript-debugger</link>
      <description>&lt;p&gt;Use to debug javascript in all browsers.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Apr 2010 23:47:42 UTC</pubDate>
      <guid>https://snipplr.com/view/31578/cross-browser-javascript-debugger</guid>
    </item>
    <item>
      <title>(Bash) standard logging from script - evertwh</title>
      <link>https://snipplr.com/view/30302/standard-logging-from-script</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 26 Mar 2010 03:13:29 UTC</pubDate>
      <guid>https://snipplr.com/view/30302/standard-logging-from-script</guid>
    </item>
    <item>
      <title>(VB.NET) VB.NET Log File - mracoker</title>
      <link>https://snipplr.com/view/27526/vbnet-log-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Feb 2010 00:16:34 UTC</pubDate>
      <guid>https://snipplr.com/view/27526/vbnet-log-file</guid>
    </item>
    <item>
      <title>(PHP) Apache log line parser - mpontus</title>
      <link>https://snipplr.com/view/25161/apache-log-line-parser</link>
      <description>&lt;p&gt;I written this code to parse apache log in common log formats.  It may have problems with irresponsible formatting like non-concluded into quotes request line. I welcome any modifications to my snippet because it was written if short time and this is my first snippet I publish here. Thanks.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:53:13 UTC</pubDate>
      <guid>https://snipplr.com/view/25161/apache-log-line-parser</guid>
    </item>
    <item>
      <title>(VB.NET) Error Logging Class - mpcircuitry</title>
      <link>https://snipplr.com/view/24562/error-logging-class</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Dec 2009 12:35:04 UTC</pubDate>
      <guid>https://snipplr.com/view/24562/error-logging-class</guid>
    </item>
    <item>
      <title>(PHP) Dump var into the file in the scripts's directory. - Nek</title>
      <link>https://snipplr.com/view/22101/dump-var-into-the-file-in-the-scriptss-directory</link>
      <description>&lt;p&gt;Create log.txt in scripts directory and set permissions to 0666 before use.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Oct 2009 12:29:59 UTC</pubDate>
      <guid>https://snipplr.com/view/22101/dump-var-into-the-file-in-the-scriptss-directory</guid>
    </item>
    <item>
      <title>(MySQL) Purge MySQL Binary Logs - mushookies</title>
      <link>https://snipplr.com/view/18662/purge-mysql-binary-logs</link>
      <description>&lt;p&gt;Used to make sure the server log dose not fill up the hd.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 10:57:46 UTC</pubDate>
      <guid>https://snipplr.com/view/18662/purge-mysql-binary-logs</guid>
    </item>
    <item>
      <title>(Bash) Call Web Script From Cron Job and Log Ouput - iloveitaly</title>
      <link>https://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Aug 2009 00:14:48 UTC</pubDate>
      <guid>https://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput</guid>
    </item>
    <item>
      <title>(HTML) KickApps: Add login box for external page - kickjoel</title>
      <link>https://snipplr.com/view/13950/kickapps-add-login-box-for-external-page</link>
      <description>&lt;p&gt;This code can be used for making an external login area on pages other than KickApps powered pages.  Please replace ##### with your AS ID.    Also, if you've DNS masked you're site, you'll need to replace affiliate.kickapps.com with your domain info.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Apr 2009 17:23:54 UTC</pubDate>
      <guid>https://snipplr.com/view/13950/kickapps-add-login-box-for-external-page</guid>
    </item>
    <item>
      <title>(PHP) Log Errors with Twitter - iTony</title>
      <link>https://snipplr.com/view/13259/log-errors-with-twitter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Mar 2009 22:57:55 UTC</pubDate>
      <guid>https://snipplr.com/view/13259/log-errors-with-twitter</guid>
    </item>
    <item>
      <title>(jQuery) jQuery to Firebug Logging - garside</title>
      <link>https://snipplr.com/view/10358/jquery-to-firebug-logging</link>
      <description>&lt;p&gt;A simple but powerful interface for allowing firebug access functions in the jQuery chain.&#13;
&#13;
See the link above to check out the functions it accepts.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:24:24 UTC</pubDate>
      <guid>https://snipplr.com/view/10358/jquery-to-firebug-logging</guid>
    </item>
    <item>
      <title>(PHP) Simple log like system - Zver</title>
      <link>https://snipplr.com/view/9877/simple-log-like-system</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Nov 2008 05:19:15 UTC</pubDate>
      <guid>https://snipplr.com/view/9877/simple-log-like-system</guid>
    </item>
    <item>
      <title>(PHP) file_put_contents - mischachen</title>
      <link>https://snipplr.com/view/8985/fileputcontents</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 13 Oct 2008 21:32:30 UTC</pubDate>
      <guid>https://snipplr.com/view/8985/fileputcontents</guid>
    </item>
  </channel>
</rss>
