<?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/dot</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 14:51:17 GMT</pubDate>
<item>
<title>(Python) calculate angle between two vectors - adkatrit</title>
<link>http://snipplr.com/view/48794/calculate-angle-between-two-vectors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Feb 2011 03:45:06 GMT</pubDate>
<guid>http://snipplr.com/view/48794/calculate-angle-between-two-vectors/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Draw a Dot at 0,0 to Show the Centre Of a DisplayObject - adrianparr</title>
<link>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</link>
<description><![CDATA[ <p>A handy little function to dynamically draw a black dot on the stage (or displayObject). This can be useful if you want to see where 0,0 is located.</p> ]]></description>
<pubDate>Wed, 11 Aug 2010 20:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/38930/as3-draw-a-dot-at-00-to-show-the-centre-of-a-displayobject/</guid>
</item>
<item>
<title>(Bash) Class Dependency Graphs for C++ - benjamin</title>
<link>http://snipplr.com/view/22116/class-dependency-graphs-for-c/</link>
<description><![CDATA[ <p>bash 3-line shell script for visualization of c++ class dependencies with  graphviz. Please see my blog post for details and leave comments there.</p> ]]></description>
<pubDate>Thu, 29 Oct 2009 16:30:14 GMT</pubDate>
<guid>http://snipplr.com/view/22116/class-dependency-graphs-for-c/</guid>
</item>
<item>
<title>(Emacs Lisp) reload-dot-emacs - bigfaceworm</title>
<link>http://snipplr.com/view/18681/reloaddotemacs/</link>
<description><![CDATA[ <p>An answer to the 'reload-dot-emacs exercise found here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:52:22 GMT</pubDate>
<guid>http://snipplr.com/view/18681/reloaddotemacs/</guid>
</item>
<item>
<title>(Emacs Lisp) Auto-compiled .emacs file - bigfaceworm</title>
<link>http://snipplr.com/view/14292/autocompiled-emacs-file/</link>
<description><![CDATA[ <p>Move your current .emacs file to a new name (like `.emacs.username.el`), and change the `"frog.el"` to that new name.  This code will byte compile your (newly named) .emacs file upon exit, and upon starting up will load the byte compiled (unless the source is newer).

I chose not to byte compile on startup b/c the original purpose of this code was to speed things up, and loading and byte compiling will slow things down slightly...</p> ]]></description>
<pubDate>Wed, 22 Apr 2009 16:38:54 GMT</pubDate>
<guid>http://snipplr.com/view/14292/autocompiled-emacs-file/</guid>
</item>
<item>
<title>(Bash) Remove Dot Underscore Files - shaunchapman</title>
<link>http://snipplr.com/view/14120/remove-dot-underscore-files/</link>
<description><![CDATA[ <p>Mac OS X creates files beginning with *._* to Samba shares when files on a Unix/Linux machine are accessed with a Mac.  I use [Coda](http://www.panic.com/coda/) to access a Samba share on my development server at work.  This is really annoying when checking the status of the Subversion repository.  So, I've come up with a solution to remove those files while ignoring similarly named files in hidden Subversion directories.  This command will ask you to confirm that you want to remove each file.

For added convenience, I suggest making this an alias (add `alias dot_clean='find . -name ".svn" -prune -o -name "._*" -exec rm -i {} \;'` to the *.bashrc*, *.bash_profile*, or *.bash_login* file in your home directory).  To clean a directory, simply type `cd directory_name` then `dot_clean`.  Enjoy!</p> ]]></description>
<pubDate>Fri, 17 Apr 2009 11:35:58 GMT</pubDate>
<guid>http://snipplr.com/view/14120/remove-dot-underscore-files/</guid>
</item>
<item>
<title>(C#) Graph Visualization and Layout in C# using AT&amp;amp;T's Graphiz and an SVG viewer - jimfred</title>
<link>http://snipplr.com/view/13125/graph-visualization-and-layout-in-c-using-atts-graphiz-and-an-svg-viewer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Mar 2009 22:29:24 GMT</pubDate>
<guid>http://snipplr.com/view/13125/graph-visualization-and-layout-in-c-using-atts-graphiz-and-an-svg-viewer/</guid>
</item>
<item>
<title>(Objective C) Compare two version strings - 0xced</title>
<link>http://snipplr.com/view/2771/compare-two-version-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jun 2007 09:22:54 GMT</pubDate>
<guid>http://snipplr.com/view/2771/compare-two-version-strings/</guid>
</item>
</channel>
</rss>