<?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/mod</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 17:13:54 GMT</pubDate>
<item>
<title>(ASP) Modulo on big numbers - cryothic</title>
<link>http://snipplr.com/view/70422/modulo-on-big-numbers/</link>
<description><![CDATA[ <p>Use this function to calculate modulo on numbers that overflow doubles.
Where "number" is the value you want to devide, and "div" is the number you want to devide by.</p> ]]></description>
<pubDate>Thu, 14 Mar 2013 23:17:58 GMT</pubDate>
<guid>http://snipplr.com/view/70422/modulo-on-big-numbers/</guid>
</item>
<item>
<title>(JavaScript) Modulo on big numbers - cryothic</title>
<link>http://snipplr.com/view/70421/modulo-on-big-numbers/</link>
<description><![CDATA[ <p>Max value for Javascript numbers is: 9007199254740992
This function performs a modulo on numbers bigger than that.

"aNumStr" is the number (as string) you want to devide.
"aDiv" is the number you want to devide by.</p> ]]></description>
<pubDate>Thu, 14 Mar 2013 23:15:26 GMT</pubDate>
<guid>http://snipplr.com/view/70421/modulo-on-big-numbers/</guid>
</item>
<item>
<title>(PHP) myCategoryOrder Custom Taxonomy mod - Ijaas</title>
<link>http://snipplr.com/view/48599/mycategoryorder-custom-taxonomy-mod/</link>
<description><![CDATA[ <p>replaced taxonomy = 'category' with taxonomy = '".myTAXONOMY."'
add lines 51, 52, 93 - 123</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 18:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/48599/mycategoryorder-custom-taxonomy-mod/</guid>
</item>
<item>
<title>(Ruby) Xenres Title Skip VX - mladoux</title>
<link>http://snipplr.com/view/46120/xenres-title-skip-vx/</link>
<description><![CDATA[ <p>Simple script to skip the title screen and go to the first map which you can then use events to make custom title screens that can be animated or whatever. This script DOES NOT give you an actual title screen, you have to make your own. This is the VX version.

Instructions:

Place script above main, no configuration necessary. Should not interfere with any script that doesn't effect scene_title.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:13:18 GMT</pubDate>
<guid>http://snipplr.com/view/46120/xenres-title-skip-vx/</guid>
</item>
<item>
<title>(Ruby) Xenres Title Skip XP - mladoux</title>
<link>http://snipplr.com/view/46119/xenres-title-skip-xp/</link>
<description><![CDATA[ <p>Simple script to skip the title screen and go to the first map which you can then use events to make custom title screens that can be animated or whatever. This script DOES NOT give you an actual title screen, you have to make your own. This is the XP version.

Instructions:

Place script above main, no configuration necessary. Should not interfere with any script that doesn't effect scene_title.</p> ]]></description>
<pubDate>Sat, 25 Dec 2010 11:11:22 GMT</pubDate>
<guid>http://snipplr.com/view/46119/xenres-title-skip-xp/</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>(HTML) Standard Theme Author Box "Call to Action" mod - bnotess</title>
<link>http://snipplr.com/view/43413/standard-theme-author-box-call-to-action-mod/</link>
<description><![CDATA[ <p>Modify the StandardTheme.lib file</p> ]]></description>
<pubDate>Tue, 02 Nov 2010 08:07:30 GMT</pubDate>
<guid>http://snipplr.com/view/43413/standard-theme-author-box-call-to-action-mod/</guid>
</item>
<item>
<title>(Other) AutoHotkey: NiftyWindows Mod - karlhorky</title>
<link>http://snipplr.com/view/38654/autohotkey-niftywindows-mod/</link>
<description><![CDATA[ <p>A modification of the NiftyWindows AutoHotkey script, this snippet attempts to solve the following issues that I have been experiencing with the original script:
*  Middle click sends double click. This causes an issue for me as I use middle clicks to close:
  *   Tabs
  *  Applications using the title bar (this snippet adds this functionality)
  *  Applications using the task bar (this snippet allows middle clicks through to non-title bar areas if right button is not also pressed)</p> ]]></description>
<pubDate>Sat, 07 Aug 2010 03:43:08 GMT</pubDate>
<guid>http://snipplr.com/view/38654/autohotkey-niftywindows-mod/</guid>
</item>
<item>
<title>(ActionScript 3) Using modulo to snap an object - sidneydekoning</title>
<link>http://snipplr.com/view/15834/using-modulo-to-snap-an-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Jun 2009 07:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/15834/using-modulo-to-snap-an-object/</guid>
</item>
<item>
<title>(C) 给定n个整数，求一个最小的数，使得它们除以这个数的余数不重复 - soulmachine</title>
<link>http://snipplr.com/view/13420/n/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Mar 2009 23:32:12 GMT</pubDate>
<guid>http://snipplr.com/view/13420/n/</guid>
</item>
<item>
<title>(C) 给定n个整数，求一个最小的数，使得它们除以这个数的余数不重复 - soulmachine</title>
<link>http://snipplr.com/view/13419/n/</link>
<description><![CDATA[ <p>/**
 * @brief 给定n个整数，求一个最小的数，使得它们除以这个数的余数不重复
 * @author soulmachine
 * @param[in] numbers 整数数组
 * @param[in] count 整数个数
 * @param[in] max_norm 模的最大值
 * @return 成功返回大于0的最小模，失败返回0或-1
 * @note 无
 * @remarks 无
 */</p> ]]></description>
<pubDate>Tue, 24 Mar 2009 23:29:24 GMT</pubDate>
<guid>http://snipplr.com/view/13419/n/</guid>
</item>
<item>
<title>(PHP) ArticleHandler.class usage example - pietervp</title>
<link>http://snipplr.com/view/1787/articlehandlerclass-usage-example/</link>
<description><![CDATA[ <p>This is an example of how to use the articleHandler.class.php , this class can be found @ pietervp.com -> downloads</p> ]]></description>
<pubDate>Mon, 11 Dec 2006 10:02:29 GMT</pubDate>
<guid>http://snipplr.com/view/1787/articlehandlerclass-usage-example/</guid>
</item>
</channel>
</rss>