<?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/Large</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 04:38:16 GMT</pubDate>
<item>
<title>(jQuery) Speed up jQuery UI Autocomplete Combobox with very large select lists - Huskie</title>
<link>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</link>
<description><![CDATA[ <p>With the current combobox implementation, the full list is emptied and re-rendered every time you expand the dropdown. Also you are stuck with setting the minLength to 0, because it has to do an empty search to get the full list.

Here is my own implementation extending the autocomplete widget. It renders the full list just once, and reuses it whenever the dropdown button is clicked. This also removes the dependence of the option minLength = 0. It also works with arrays, and ajax as list source. Also if you have multiple large list, the widget initialization is added to a queue so it can run in the background, and not freeze the browser.</p> ]]></description>
<pubDate>Tue, 17 Apr 2012 19:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/64623/speed-up-jquery-ui-autocomplete-combobox-with-very-large-select-lists/</guid>
</item>
<item>
<title>(Java) Multiplication of large numbers (Multiplicación de números grandes) - josepino</title>
<link>http://snipplr.com/view/52057/multiplication-of-large-numbers-multiplicacin-de-nmeros-grandes/</link>
<description><![CDATA[ <p>An example of Karatsuba algorithm for multiplication of n digit numbers.</p> ]]></description>
<pubDate>Thu, 14 Apr 2011 13:23:23 GMT</pubDate>
<guid>http://snipplr.com/view/52057/multiplication-of-large-numbers-multiplicacin-de-nmeros-grandes/</guid>
</item>
<item>
<title>(SQL) Creating Index on Large Text columns - hairajeshk</title>
<link>http://snipplr.com/view/40604/creating-index-on-large-text-columns/</link>
<description><![CDATA[ <p>Creating index on huge text columns</p> ]]></description>
<pubDate>Thu, 16 Sep 2010 22:42:51 GMT</pubDate>
<guid>http://snipplr.com/view/40604/creating-index-on-large-text-columns/</guid>
</item>
<item>
<title>(PHP) chunk - Break A Large XML File Into Manageable Chunks - dom111</title>
<link>http://snipplr.com/view/40523/chunk--break-a-large-xml-file-into-manageable-chunks/</link>
<description><![CDATA[ <p>I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time.

Here’s a fairly simple solution in PHP.</p> ]]></description>
<pubDate>Wed, 15 Sep 2010 20:02:15 GMT</pubDate>
<guid>http://snipplr.com/view/40523/chunk--break-a-large-xml-file-into-manageable-chunks/</guid>
</item>
<item>
<title>(Ruby) chunk - break a large XML file into manageable chunks - dom111</title>
<link>http://snipplr.com/view/40522/chunk--break-a-large-xml-file-into-manageable-chunks/</link>
<description><![CDATA[ <p>I’ve recently had to parse some pretty large XML documents, and needed a method to read one element at a time.

Here’s a fairly simple solution in Ruby form.</p> ]]></description>
<pubDate>Wed, 15 Sep 2010 20:01:04 GMT</pubDate>
<guid>http://snipplr.com/view/40522/chunk--break-a-large-xml-file-into-manageable-chunks/</guid>
</item>
<item>
<title>(C#) Large Files - alirezanoori</title>
<link>http://snipplr.com/view/37606/large-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Jul 2010 17:06:44 GMT</pubDate>
<guid>http://snipplr.com/view/37606/large-files/</guid>
</item>
<item>
<title>(PHP) Paginate Paragraphs - Show Certain Number Of Paragraphs Per Page - aristoworks</title>
<link>http://snipplr.com/view/26156/paginate-paragraphs--show-certain-number-of-paragraphs-per-page/</link>
<description><![CDATA[ <p>I wrote this really quick and dirty script to paginate a very large chunk of text.  A client site was setup with the understanding their about page would consist of 5-6 paragraphs but their biography ended up being 60 paragraphs.  At the end of the day instead of breaking segments out into separate pages as stored in the database I kept it intact (including the way they edit it in the CMS) but this simple function paginates it only showing a certain number of paragraphs at a time.

Please email code -at- aristoworks.com if you need some clarification on how to use this.</p> ]]></description>
<pubDate>Fri, 08 Jan 2010 19:08:11 GMT</pubDate>
<guid>http://snipplr.com/view/26156/paginate-paragraphs--show-certain-number-of-paragraphs-per-page/</guid>
</item>
<item>
<title>(Lisp) Large Factorials in LISP - darkphotn</title>
<link>http://snipplr.com/view/4534/large-factorials-in-lisp/</link>
<description><![CDATA[ <p>Large factorials are easy to do in LISP, although a number above (2000!) may crash it.  I designed this because of an online post from a mathematician talking about the number 1000! .  Code like this is difficult to write in C-like languages, but a snap in LISP, as the following code demonstrates.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 15:04:10 GMT</pubDate>
<guid>http://snipplr.com/view/4534/large-factorials-in-lisp/</guid>
</item>
<item>
<title>(ActionScript 3) Reading a file Asynchronously with ActionScript 3 - mswallace</title>
<link>http://snipplr.com/view/2937/reading-a-file-asynchronously-with-actionscript-3/</link>
<description><![CDATA[ <p>This code shows you how to load large files using as3. This is good for loading in large files. Flash Player will fire events as the data becomes available.</p> ]]></description>
<pubDate>Tue, 19 Jun 2007 05:35:01 GMT</pubDate>
<guid>http://snipplr.com/view/2937/reading-a-file-asynchronously-with-actionscript-3/</guid>
</item>
</channel>
</rss>