<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog do Fernando Meyer</title>
	<atom:link href="http://fmeyer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmeyer.wordpress.com</link>
	<description>Desenvolvimento, internet e pequenas realizações computacionais</description>
	<lastBuildDate>Mon, 03 Aug 2009 14:34:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fmeyer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blog do Fernando Meyer</title>
		<link>http://fmeyer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fmeyer.wordpress.com/osd.xml" title="Blog do Fernando Meyer" />
	<atom:link rel='hub' href='http://fmeyer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Have you ever wanted to look at the call&#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/08/03/have-you-ever-wanted-to-look-at-the-call/</link>
		<comments>http://fmeyer.wordpress.com/2009/08/03/have-you-ever-wanted-to-look-at-the-call/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:29:56 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[caller]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://fmeyer.org/2009/08/03/have-you-ever-wanted-to-look-at-the-call/</guid>
		<description><![CDATA[Have you ever wanted to look at the call stack without raising an exception to do it? 100% recovered from swine flu Tagged: caller, ruby, sinatra<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4463&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to look at the call stack without raising an exception to do it?</p>
<p><pre class="brush: ruby;">
caller.each {|c| puts c}
</pre></p>
<p>100% recovered from swine flu</p><br /> Tagged: caller, ruby, sinatra <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/4463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/4463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/4463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4463&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/08/03/have-you-ever-wanted-to-look-at-the-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac Osx pbcopy and pbpaste, provide copy&#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/31/mac-osx-pbcopy-and-pbpaste-provide-copy/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/31/mac-osx-pbcopy-and-pbpaste-provide-copy/#comments</comments>
		<pubDate>Sun, 31 May 2009 18:25:21 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://fmeyer.org/2009/05/31/mac-osx-pbcopy-and-pbpaste-provide-copy/</guid>
		<description><![CDATA[Mac Osx pbcopy and pbpaste, provide copying and pasting to the pasteboard (the Clipboard) from command line, it does accept data from the standard input, so, you can find amazing uses for it Tagged: bash, mac, osx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4460&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mac Osx pbcopy and pbpaste, provide copying and pasting to the pasteboard (the Clipboard) from command line, it does accept data from the standard input, so, you can find amazing uses for it</p>
<p><pre class="brush: bash;">
find . -name *txt | pbcopy
</pre></p><br /> Tagged: bash, mac, osx <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/4460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/4460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/4460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4460&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/31/mac-osx-pbcopy-and-pbpaste-provide-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>mtimeit module provides a simple way to &#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/29/mtimeit-module-provides-a-simple-way-to/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/29/mtimeit-module-provides-a-simple-way-to/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:41:54 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://fmeyer.org/2009/05/29/mtimeit-module-provides-a-simple-way-to/</guid>
		<description><![CDATA[mtimeit module provides a simple way to time small bits of Python code. It has both command line as well as callable interfaces. It avoids a number of common traps for measuring execution times. See also Tim Peters’ introduction to the “Algorithms” chapter in the Python Cookbook, published by O’Reilly. the command line example: the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4457&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>mtimeit module provides a simple way to time small bits of Python code. It has both command line as well as callable interfaces. It avoids a number of common traps for measuring execution times. See also Tim Peters’ introduction to the “Algorithms” chapter in the Python Cookbook, published by O’Reilly.</p>
<p>the command line example: </p>
<p><pre class="brush: python;">
python -mtimeit -s&quot;from math import sqrt; x = 123&quot; &quot;x**.5&quot;
</pre></p>
<p>the module example:<br />
<pre class="brush: python;">
&gt;&gt;&gt; import timeit
&gt;&gt;&gt; s = &quot;&quot;&quot;\
... try:
...     str.__nonzero__
... except AttributeError:
...     pass
... &quot;&quot;&quot;
&gt;&gt;&gt; t = timeit.Timer(stmt=s)
&gt;&gt;&gt; print &quot;%.2f usec/pass&quot; % (1000000 * t.timeit(number=100000)/100000)
17.09 usec/pass
&gt;&gt;&gt; s = &quot;&quot;&quot;\
... if hasattr(str, '__nonzero__'): pass
... &quot;&quot;&quot;
&gt;&gt;&gt; t = timeit.Timer(stmt=s)
&gt;&gt;&gt; print &quot;%.2f usec/pass&quot; % (1000000 * t.timeit(number=100000)/100000)
4.85 usec/pass
</pre></p><br /> Tagged: measurement, python, shell <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/4457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/4457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/4457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4457&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/29/mtimeit-module-provides-a-simple-way-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Home made circuit boards  That&#039;s amazin&#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/29/home-made-circuit-boards-thats-amazin/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/29/home-made-circuit-boards-thats-amazin/#comments</comments>
		<pubDate>Fri, 29 May 2009 00:26:04 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arduido]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[homemade]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/29/home-made-circuit-boards-thats-amazin/</guid>
		<description><![CDATA[Home made circuit boards That&#8217;s amazing and easy =) Tagged: arduido, circuit, homemade<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4456&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Home made circuit boards<br />
<span style="text-align:center; display: block;"><a href="http://fmeyer.wordpress.com/2009/05/29/home-made-circuit-boards-thats-amazin/"><img src="http://img.youtube.com/vi/urv6jArKp6M/2.jpg" alt="" /></a></span><br />
That&#8217;s amazing and easy =)</p><br /> Tagged: arduido, circuit, homemade <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/4456/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/4456/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/4456/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=4456&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/29/home-made-circuit-boards-thats-amazin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Decoding as dictionary an ajax form uri &#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/decoding-as-dictionary-an-ajax-form-uri/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/decoding-as-dictionary-an-ajax-form-uri/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:52:50 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/decoding-as-dictionary-an-ajax-form-uri/</guid>
		<description><![CDATA[Decoding as dictionary an ajax form uri with magic and lambda as you can see, my comment denotes it as a badsmellstuff<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=1053&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Decoding as dictionary an ajax form uri with magic and lambda</p>
<p><pre class="brush: python;">
&lt;ol&gt;
&lt;li&gt;Don't thouch this shit&lt;/li&gt;
&lt;/ol&gt;


def urldecode(url):
    x = {}
    map(lambda dt: x.update(dt), map(lambda word: {word[0] : \
    word[1]}, map(lambda param: param.split('='),re.compile( \
    '%([0-9a-hA-H][0-9a-hA-H])',re.M).sub(lambda m: chr(int( \
    m.group(1),16)),url.replace('+', ' ')).decode(&quot;utf-8&quot;).split('&amp;'))))
    return x
</pre></p>
<p>as you can see, my comment denotes it as a badsmellstuff</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/1053/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=1053&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/decoding-as-dictionary-an-ajax-form-uri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Previously accessed ssh servers bash com&#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/previously-accessed-ssh-servers-bash-com/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/previously-accessed-ssh-servers-bash-com/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:41:33 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/previously-accessed-ssh-servers-bash-com/</guid>
		<description><![CDATA[Previously accessed ssh servers bash completion put it under .bashrc or .bash_profile [mac] Tagged: autocomplete, bash, ssh<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3932&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Previously accessed ssh servers bash completion put it under .bashrc or .bash_profile [mac]</p>
<p><pre class="brush: bash;">
SSH_COMPLETE=( $(cat ~/.ssh/known_hosts | \
                 cut -f 1 -d ' ' | \
                 sed -e s/,.*//g | \
                 uniq ) )
complete -o default -W '${SSH_COMPLETE[*]}' ssh
</pre></p><br /> Tagged: autocomplete, bash, ssh <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/3932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/3932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/3932/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3932&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/previously-accessed-ssh-servers-bash-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling grep coloring</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/enabling-grep-coloring-codebash-a/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/enabling-grep-coloring-codebash-a/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:39:45 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/enabling-grep-coloring-codebash-a/</guid>
		<description><![CDATA[Enabling grep coloring, put it under .bashrc or .bash_profile on mac Tagged: bash, console, shell<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3931&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Enabling grep coloring, put it under .bashrc or .bash_profile on mac</p>
<pre><pre class="brush: bash;">
alias grep='GREP_COLOR=&quot;1;33;40&quot; LANG=C grep --color=auto'
</pre></pre><br /> Tagged: bash, console, shell <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/3931/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/3931/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/3931/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3931&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/enabling-grep-coloring-codebash-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Sums a column of numbers starting at poi&#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/sums-a-column-of-numbers-starting-at-poi/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/sums-a-column-of-numbers-starting-at-poi/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:32:36 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[textedit]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/sums-a-column-of-numbers-starting-at-poi/</guid>
		<description><![CDATA[Sums a column of numbers starting at point Tagged: emacs, lisp, textedit<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3930&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sums a column of numbers starting at point</p>
<p><pre class="brush: css;">
(defun sum-column()
  &quot;Sums a column of numbers starting at point&quot;
  (interactive)
  (save-excursion
    (if (and (not (= (current-column) 0))
	     (re-search-backward &quot;[ \t]&quot; 0 t ))
	(forward-char))
    (let ((retn 0)
	  (old-column (current-column))
	  (old-next-line-add-newlines))
      (setq next-line-add-newlines nil)
      (while (not
	      (looking-at &quot;^[ \t]*$&quot;))
	(move-to-column old-column t)
	(if (and (looking-at &quot;-?[0123456789]+&quot;)
		 (eq (current-column) old-column))
            (setq retn (+ retn (string-to-number (current-word)))))
	(next-line)
	(beginning-of-line))
      (next-line)
      (next-line)
      (move-end-of-line 0)
      (insert (make-string (- old-column (current-column)) 32))
      (insert (number-to-string retn))
      (setq next-line-add-newlines old-next-line-add-newlines)
      retn)))
</pre></p><br /> Tagged: emacs, lisp, textedit <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/3930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/3930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/3930/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3930&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/sums-a-column-of-numbers-starting-at-poi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple and fast gpg crypt</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/simple-and-fast-gpg-crypt/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/simple-and-fast-gpg-crypt/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:27:00 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/simple-and-fast-gpg-crypt-code-fmeye/</guid>
		<description><![CDATA[Simple and fast gpg crypt Tagged: cryptography, gpg, shell<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3929&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simple and fast gpg crypt</p>
<pre><pre class="brush: bash;">
fmeyer@fnandomac ~/projects/canivete $ gpg -c gpg.txt
</pre></pre><br /> Tagged: cryptography, gpg, shell <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/3929/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/3929/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/3929/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3929&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/simple-and-fast-gpg-crypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Just happened on my team: Developer : I &#8230;</title>
		<link>http://fmeyer.wordpress.com/2009/05/28/just-happened-on-my-team-developer-i/</link>
		<comments>http://fmeyer.wordpress.com/2009/05/28/just-happened-on-my-team-developer-i/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:22:57 +0000</pubDate>
		<dc:creator>fmeyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://hackweek.wordpress.com/2009/05/28/just-happened-on-my-team-developer-i/</guid>
		<description><![CDATA[Just happened on my team: Developer : I have installed the full adobe software package on my Macbook, so I&#8217;m a better designer than you. Designer: I have mysql and python on my laptop, so I&#8217;m a developer as you. Tagged: developer, fun, ux, war<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3928&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just happened on my team:<br />
<b>Developer :</b> I have installed the full adobe software package on my Macbook, so I&#8217;m a better designer than you.<br />
<b>Designer:</b> I have mysql and python on my laptop, so I&#8217;m a developer as you.</p><br /> Tagged: developer, fun, ux, war <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fmeyer.wordpress.com/3928/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fmeyer.wordpress.com/3928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fmeyer.wordpress.com/3928/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fmeyer.wordpress.com&amp;blog=439360&amp;post=3928&amp;subd=fmeyer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fmeyer.wordpress.com/2009/05/28/just-happened-on-my-team-developer-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ae30e5e5d2309726cca25e5d58f1010?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">fmeyer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
