<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/system</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 08:00:50 GMT</pubDate>
<item>
<title>(PHP) CuteNews - Cutephp</title>
<link>http://snipplr.com/view/69649/cutenews/</link>
<description><![CDATA[ <p>CuteNews is a FREE, powerful and easy-to-use news management system that uses flat files to store its database. Among the features it supports are commenting, archives, search function, file upload management, backup &amp; restore, IP banning, flood protection and many more other cool things.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 18:12:00 GMT</pubDate>
<guid>http://snipplr.com/view/69649/cutenews/</guid>
</item>
<item>
<title>(PHP) hook_help: Provide online user help. - LarryTex</title>
<link>http://snipplr.com/view/67317/hookhelp-provide-online-user-help/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Sep 2012 11:14:36 GMT</pubDate>
<guid>http://snipplr.com/view/67317/hookhelp-provide-online-user-help/</guid>
</item>
<item>
<title>(Java) ExecuteSystemCommand.java - bcmoney</title>
<link>http://snipplr.com/view/66777/executesystemcommandjava/</link>
<description><![CDATA[ <p>WARNING: Don't use this one lightly, you can run just about any command the JVM has access to and could corrupt data or bring your system crashing to a halt. Certainly do not recommend putting this behind a user-accessible front-end such as a Web Form, Servlet or GUI control without intense scrutiny, validation and filtering of the inputs.</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 05:22:21 GMT</pubDate>
<guid>http://snipplr.com/view/66777/executesystemcommandjava/</guid>
</item>
<item>
<title>(Java) Learning JAVA (with basic standalone code snippets) - bcmoney</title>
<link>http://snipplr.com/view/66769/learning-java-with-basic-standalone-code-snippets/</link>
<description><![CDATA[ <p>Just some random stuff I worked through myself and used a long time ago to get up to speed with Java in University. 

If you can understand these basic samples by actually running them and experimenting, then you'll be set to do more in-depth programming.</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 00:35:21 GMT</pubDate>
<guid>http://snipplr.com/view/66769/learning-java-with-basic-standalone-code-snippets/</guid>
</item>
<item>
<title>(Java) Set log4j System Property - caliginouspierson</title>
<link>http://snipplr.com/view/66451/set-log4j-system-property/</link>
<description><![CDATA[ <p>Set log4j System Property</p> ]]></description>
<pubDate>Wed, 01 Aug 2012 13:15:28 GMT</pubDate>
<guid>http://snipplr.com/view/66451/set-log4j-system-property/</guid>
</item>
<item>
<title>(VB.NET) Global System Object extensions for easier conditionals (VB.net example) - bryanlyman</title>
<link>http://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example/</link>
<description><![CDATA[ <p>Because there is no way to use object extenders in vb.net here is an example of how you can get similar functionality. See the C# example for further info.</p> ]]></description>
<pubDate>Fri, 14 Oct 2011 16:45:34 GMT</pubDate>
<guid>http://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example/</guid>
</item>
<item>
<title>(PHP) Magento How to modify configuration values - necode</title>
<link>http://snipplr.com/view/57856/magento-how-to-modify-configuration-values/</link>
<description><![CDATA[ <p>En algunos escenarios es posible que ante ciertas acciones o resultados, debamos modificar algún valor que se encuentra en la configuración general de Magento.

Para modificar un valor de la configuración general de forma programática (si, suena rara la palabra al traducirla) sólo necesitamos 3 líneas de código, la clave que queremos actualizar y el nuevo valor.

Para el ejemplo, vamos a poner la tienda en modo demo.</p> ]]></description>
<pubDate>Tue, 16 Aug 2011 09:04:32 GMT</pubDate>
<guid>http://snipplr.com/view/57856/magento-how-to-modify-configuration-values/</guid>
</item>
<item>
<title>(PHP) Magento Add default value to System Configuration Option fields - necode</title>
<link>http://snipplr.com/view/57306/magento-add-default-value-to-system-configuration-option-fields/</link>
<description><![CDATA[ <p>This article shows how to add default value to any system configuration option fields. System configuration option fields means those options under System -> Configuration.

Suppose, you have the following system.xml file. System.xml file is necessary to add admin configuration options.</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 07:56:42 GMT</pubDate>
<guid>http://snipplr.com/view/57306/magento-add-default-value-to-system-configuration-option-fields/</guid>
</item>
<item>
<title>(Objective C) Quickest Way to Shell - Use system() instead of NSTask - zingo</title>
<link>http://snipplr.com/view/56345/quickest-way-to-shell--use-system-instead-of-nstask/</link>
<description><![CDATA[ <p>Cocoa provides NSTask to run subprocesses. It can be used to run shell scripts, but all this manual pipe and file handling is a bit cumbersome. Fortunately, for a simple script, we can use the trusty old system and redirect its result to a file.</p> ]]></description>
<pubDate>Sat, 09 Jul 2011 04:53:37 GMT</pubDate>
<guid>http://snipplr.com/view/56345/quickest-way-to-shell--use-system-instead-of-nstask/</guid>
</item>
<item>
<title>(Bash) Purge inactive memory in Mac - julioantuneztarin</title>
<link>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:52 GMT</pubDate>
<guid>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</guid>
</item>
<item>
<title>(Bash) Check users inside a group - julioantuneztarin</title>
<link>http://snipplr.com/view/55374/check-users-inside-a-group/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:43 GMT</pubDate>
<guid>http://snipplr.com/view/55374/check-users-inside-a-group/</guid>
</item>
<item>
<title>(Awk) ls octal chmod out - mladoux</title>
<link>http://snipplr.com/view/55181/ls-octal-chmod-out/</link>
<description><![CDATA[ <p>Simple script to output chmod permissions in octal. Good for learning environments, and security troubleshooting. I didn't write this one, I picked up from a friend and he didn't write it either.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 19:41:51 GMT</pubDate>
<guid>http://snipplr.com/view/55181/ls-octal-chmod-out/</guid>
</item>
<item>
<title>(C#) System Object extensions for easier conditionals (Extending Base Object Types) - bryanlyman</title>
<link>http://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types/</link>
<description><![CDATA[ <p>.net 3.0+, To create stability in your code, you must check all inputs into a method to make sure they are valid . Often people overlook this step because of laziness, or because they aren't convinced that exceptions and assertions are actually in place to help you instead of cause you a headache. Here are some extensions which can be used to enhance the System.Object class so that their methods are global to all classes; this makes input checking effortless. This is also somewhat generic in nature because the extensions take no class type in to account before they are called, but we can use type checking to perform different boxing (casting) operations.  Sadly this cannot be done in VB.net because late binding restrictions do not allow the Object class to be extended (See my VB.Net example for further information).</p> ]]></description>
<pubDate>Sat, 21 May 2011 02:48:17 GMT</pubDate>
<guid>http://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types/</guid>
</item>
<item>
<title>(CSS) Base CSS with 972px Grid System - HendyNurrizal</title>
<link>http://snipplr.com/view/53185/base-css-with-972px-grid-system/</link>
<description><![CDATA[ <p>This base CSS include clearfix, reset CSS, and 972px Grid System by Malikaholic.com. You have your own risk by using this CSS.</p> ]]></description>
<pubDate>Sat, 07 May 2011 14:26:03 GMT</pubDate>
<guid>http://snipplr.com/view/53185/base-css-with-972px-grid-system/</guid>
</item>
<item>
<title>(C) Execve() for executing external programs - blackthorne</title>
<link>http://snipplr.com/view/46488/execve-for-executing-external-programs/</link>
<description><![CDATA[ <p>To execute external programs you should avoid functions like system() or popen() since they can be affected by the shell environment variables which issues serious security concerns. Instead, use execve().</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 23:40:34 GMT</pubDate>
<guid>http://snipplr.com/view/46488/execve-for-executing-external-programs/</guid>
</item>
<item>
<title>(Ruby) Xenres' Single Actor Escape - mladoux</title>
<link>http://snipplr.com/view/46118/xenres-single-actor-escape/</link>
<description><![CDATA[ <p>An escape system that allows for a single actor to escape, rather than requiring the whole party to leave the battle. This script is still buggy, but I'm working on it.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:08:51 GMT</pubDate>
<guid>http://snipplr.com/view/46118/xenres-single-actor-escape/</guid>
</item>
<item>
<title>(Ruby) Xenres\' Escape Bar Removal - mladoux</title>
<link>http://snipplr.com/view/46117/xenres-escape-bar-removal/</link>
<description><![CDATA[ <p>A simple script that removes the party command window from the default battle system. Works with several other battle systems as well. Just be sure to load it before any other battle system related scripts.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:02:26 GMT</pubDate>
<guid>http://snipplr.com/view/46117/xenres-escape-bar-removal/</guid>
</item>
<item>
<title>(Windows PowerShell) Get File Version Information for dlls - michanne</title>
<link>http://snipplr.com/view/45666/get-file-version-information-for-dlls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Dec 2010 06:52:31 GMT</pubDate>
<guid>http://snipplr.com/view/45666/get-file-version-information-for-dlls/</guid>
</item>
<item>
<title>(PHP) Get Operating System - sherakama</title>
<link>http://snipplr.com/view/44491/get-operating-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 20 Nov 2010 10:12:28 GMT</pubDate>
<guid>http://snipplr.com/view/44491/get-operating-system/</guid>
</item>
<item>
<title>(PHP) Chat system example - Mikushi</title>
<link>http://snipplr.com/view/40712/chat-system-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 18 Sep 2010 08:25:18 GMT</pubDate>
<guid>http://snipplr.com/view/40712/chat-system-example/</guid>
</item>
</channel>
</rss>