<?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/generate</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 19:10:34 GMT</pubDate>
<item>
<title>(CSS) Ultimate grid with LESS - BuschFunker</title>
<link>http://snipplr.com/view/70820/ultimate-grid-with-less/</link>
<description><![CDATA[ <p>Let LESS generate your grid classes!
[Get the .loop mixin](http://snipplr.com/view/70819/less-loop-to-generate-classes/)</p> ]]></description>
<pubDate>Wed, 17 Apr 2013 01:54:18 GMT</pubDate>
<guid>http://snipplr.com/view/70820/ultimate-grid-with-less/</guid>
</item>
<item>
<title>(CSS) LESS loop to generate classes - BuschFunker</title>
<link>http://snipplr.com/view/70819/less-loop-to-generate-classes/</link>
<description><![CDATA[ <p>Generate numbered classes and apply variable mixins.
Base from [http://blog.thehippo.de/2012/04/programming/do-a-loop-with-less-css/](http://blog.thehippo.de/2012/04/programming/do-a-loop-with-less-css/)</p> ]]></description>
<pubDate>Wed, 17 Apr 2013 01:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/70819/less-loop-to-generate-classes/</guid>
</item>
<item>
<title>(PHP) Generate CSV file from Array using PHP - welancers</title>
<link>http://snipplr.com/view/66856/generate-csv-file-from-array-using-php/</link>
<description><![CDATA[ <p>Very simple &amp; short code snippet which is very useful at many places to generate CSV files.

Usage :

$data = array(
       array(1, 2, 4),
       array('test string', 'test, literal, comma', 'test literal "quotes"'),
);

echo generateCsv($data);</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 17:26:19 GMT</pubDate>
<guid>http://snipplr.com/view/66856/generate-csv-file-from-array-using-php/</guid>
</item>
<item>
<title>(Python) Python - Random Numbers - Examples - denakitan</title>
<link>http://snipplr.com/view/59467/python--random-numbers--examples/</link>
<description><![CDATA[ <p>Example of some random number generation mechanisms built-in Python. More details in the following link: http://docs.python.org/library/random.html</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 06:42:00 GMT</pubDate>
<guid>http://snipplr.com/view/59467/python--random-numbers--examples/</guid>
</item>
<item>
<title>(PHP) Generate random caracters with random case and/or random digits - TimoZachi</title>
<link>http://snipplr.com/view/58585/generate-random-caracters-with-random-case-andor-random-digits/</link>
<description><![CDATA[ <p>A simple function that generates a string with random alphabet caracters (a to z) and/or digits. Note: the string generated is not guaranteed to be unique.</p> ]]></description>
<pubDate>Sat, 10 Sep 2011 09:31:53 GMT</pubDate>
<guid>http://snipplr.com/view/58585/generate-random-caracters-with-random-case-andor-random-digits/</guid>
</item>
<item>
<title>(Ruby) Ruby / Rails - A refresher reference for me because I forget... create project generate scaffold scaffolding migrate db - brandonjp</title>
<link>http://snipplr.com/view/48243/ruby--rails--a-refresher-reference-for-me-because-i-forget-create-project-generate-scaffold-scaffolding-migrate-db/</link>
<description><![CDATA[ <p>Ruby / Rails - A refresher reference for me because I forget how to do this... create project generate scaffold scaffolding migrate db start server</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:12:16 GMT</pubDate>
<guid>http://snipplr.com/view/48243/ruby--rails--a-refresher-reference-for-me-because-i-forget-create-project-generate-scaffold-scaffolding-migrate-db/</guid>
</item>
<item>
<title>(PHP) Random string generator - kentandre</title>
<link>http://snipplr.com/view/47880/random-string-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Jan 2011 07:54:54 GMT</pubDate>
<guid>http://snipplr.com/view/47880/random-string-generator/</guid>
</item>
<item>
<title>(PHP) Generate Address String from Array / Object - iloveitaly</title>
<link>http://snipplr.com/view/45939/generate-address-string-from-array--object/</link>
<description><![CDATA[ <p>Useful when used with the google map directions function http://snipplr.com/view/15530/php-create-google-map-directions-link/</p> ]]></description>
<pubDate>Sun, 19 Dec 2010 15:15:20 GMT</pubDate>
<guid>http://snipplr.com/view/45939/generate-address-string-from-array--object/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Generate PDF of Sprite or MovieClip using AlivePDF - adrianparr</title>
<link>http://snipplr.com/view/45819/as3-generate-pdf-of-sprite-or-movieclip-using-alivepdf/</link>
<description><![CDATA[ <p>Note: The width of 540 and height of 790 seems to fit an A4 sheet quite nicely.</p> ]]></description>
<pubDate>Thu, 16 Dec 2010 21:45:19 GMT</pubDate>
<guid>http://snipplr.com/view/45819/as3-generate-pdf-of-sprite-or-movieclip-using-alivepdf/</guid>
</item>
<item>
<title>(PHP) HTML Tag Generator - mscribellito</title>
<link>http://snipplr.com/view/45136/html-tag-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Dec 2010 09:03:05 GMT</pubDate>
<guid>http://snipplr.com/view/45136/html-tag-generator/</guid>
</item>
<item>
<title>(Apache) Generate Apache Development Server SSL Key - zonetrooperex</title>
<link>http://snipplr.com/view/39879/generate-apache-development-server-ssl-key/</link>
<description><![CDATA[ <p>Creates a self-signed SSL Key for use on a Windows development server. Instructions:        http://dpaste.com/237670/</p> ]]></description>
<pubDate>Thu, 02 Sep 2010 11:04:50 GMT</pubDate>
<guid>http://snipplr.com/view/39879/generate-apache-development-server-ssl-key/</guid>
</item>
<item>
<title>(PHP) generatePassword - juannaviap</title>
<link>http://snipplr.com/view/39157/generatepassword/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Aug 2010 04:40:46 GMT</pubDate>
<guid>http://snipplr.com/view/39157/generatepassword/</guid>
</item>
<item>
<title>(PHP) Generate Random String - jjjrmy</title>
<link>http://snipplr.com/view/39089/generate-random-string/</link>
<description><![CDATA[ <p>I didn't make this, I just found it online and found it really useful for generating unique IDs for stuff.

Have fun using this.</p> ]]></description>
<pubDate>Sun, 15 Aug 2010 12:57:56 GMT</pubDate>
<guid>http://snipplr.com/view/39089/generate-random-string/</guid>
</item>
<item>
<title>(Ruby) Howto set up a Rake task to generate RDoc documentation - noah</title>
<link>http://snipplr.com/view/27986/howto-set-up-a-rake-task-to-generate-rdoc-documentation/</link>
<description><![CDATA[ <p>For the `--diagram` and `--fileboxes` options to work you need [GraphViz](http://www.graphviz.org/) otherwise, delete those.</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 21:42:54 GMT</pubDate>
<guid>http://snipplr.com/view/27986/howto-set-up-a-rake-task-to-generate-rdoc-documentation/</guid>
</item>
<item>
<title>(Java) Random Integer between 1 and n - joshnunn</title>
<link>http://snipplr.com/view/18904/random-integer-between-1-and-n/</link>
<description><![CDATA[ <p>This was an example provided for us to generate a number between 1 and n. The URL included was the best explaination I could find. Substitute any number in place of the 1 for a different starting number. Take the starting number from your highest number, and plug that into n for a different range.</p> ]]></description>
<pubDate>Thu, 27 Aug 2009 06:11:26 GMT</pubDate>
<guid>http://snipplr.com/view/18904/random-integer-between-1-and-n/</guid>
</item>
<item>
<title>(VB.NET) Generate a Random String - blackf0rk</title>
<link>http://snipplr.com/view/13056/generate-a-random-string/</link>
<description><![CDATA[ <p>If you need to generate a random string of mixed characters, this simple function will do it for you. This will return something like this: 80a7a705-9c23-47bc-92b6-2b5c4f9d728d. Which you then can do various string functions to make it the way you want.</p> ]]></description>
<pubDate>Thu, 12 Mar 2009 17:19:13 GMT</pubDate>
<guid>http://snipplr.com/view/13056/generate-a-random-string/</guid>
</item>
<item>
<title>(PHP) auto generate username from name and last name - luctus</title>
<link>http://snipplr.com/view/12223/auto-generate-username-from-name-and-last-name/</link>
<description><![CDATA[ <p>In my app, we have to auto-generate usernames for our users, here is the code I did.</p> ]]></description>
<pubDate>Sun, 15 Feb 2009 17:36:38 GMT</pubDate>
<guid>http://snipplr.com/view/12223/auto-generate-username-from-name-and-last-name/</guid>
</item>
<item>
<title>(Bash) Create emtpy file with predefined size - dertimbo</title>
<link>http://snipplr.com/view/11527/create-emtpy-file-with-predefined-size/</link>
<description><![CDATA[ <p>Writes 20 blocks of 1024 bytes to "filename"  (equals a filesize of 20KB)</p> ]]></description>
<pubDate>Mon, 26 Jan 2009 05:14:58 GMT</pubDate>
<guid>http://snipplr.com/view/11527/create-emtpy-file-with-predefined-size/</guid>
</item>
<item>
<title>(Java) Generate Actionscript VO from Java entity with granite-generator from maven - maxkar</title>
<link>http://snipplr.com/view/10082/generate-actionscript-vo-from-java-entity-with-granitegenerator-from-maven/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Nov 2008 06:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/10082/generate-actionscript-vo-from-java-entity-with-granitegenerator-from-maven/</guid>
</item>
<item>
<title>(Java) Generate Actionscript VO from java entities with Exadel Flamingo - maxkar</title>
<link>http://snipplr.com/view/10058/generate-actionscript-vo-from-java-entities-with-exadel-flamingo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Nov 2008 07:44:57 GMT</pubDate>
<guid>http://snipplr.com/view/10058/generate-actionscript-vo-from-java-entities-with-exadel-flamingo/</guid>
</item>
</channel>
</rss>