<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20949227</id><updated>2011-12-14T21:45:35.854-05:00</updated><title type='text'>Dev Corner</title><subtitle type='html'>Erlang and other development topics here.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://devtopics.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://devtopics.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ernie Makris</name><uri>http://www.blogger.com/profile/13524179204005781067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20949227.post-115419300913003739</id><published>2006-07-29T13:09:00.000-04:00</published><updated>2006-08-26T13:31:46.916-04:00</updated><title type='text'>Postgresql part 1</title><summary type='text'>There are two pieces of free software that I really love. Erlang and Postgresql. So, a while back I decided to marry the two to allow me to issue queries from Erlang via a pure erlang library for Postgresql. At the time, there were no postgresql libraries in jungerl.There is now, but I had created my own and I think it would be worthwhile posting anyway.Originally, I had opted for a port program.</summary><link rel='replies' type='application/atom+xml' href='http://devtopics.blogspot.com/feeds/115419300913003739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20949227&amp;postID=115419300913003739' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/115419300913003739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/115419300913003739'/><link rel='alternate' type='text/html' href='http://devtopics.blogspot.com/2006/07/postgresql-part-1.html' title='Postgresql part 1'/><author><name>Ernie Makris</name><uri>http://www.blogger.com/profile/13524179204005781067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20949227.post-114053408718654280</id><published>2006-02-21T09:46:00.000-05:00</published><updated>2006-02-21T22:55:52.913-05:00</updated><title type='text'>ETS is handy</title><summary type='text'>The other day I wanted to create a counter that is shared amongst many clients that were connecting to a server. I wanted to assign a unique id to each, so I quickly listed how I would do this in erlang.These are:Create a gen_server process that has private state that contains the counter variableUse ETSMake the accepting gen_server keep track of and assign incremental ids....There are probably </summary><link rel='replies' type='application/atom+xml' href='http://devtopics.blogspot.com/feeds/114053408718654280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20949227&amp;postID=114053408718654280' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/114053408718654280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/114053408718654280'/><link rel='alternate' type='text/html' href='http://devtopics.blogspot.com/2006/02/ets-is-handy.html' title='ETS is handy'/><author><name>Ernie Makris</name><uri>http://www.blogger.com/profile/13524179204005781067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20949227.post-113797868132661326</id><published>2006-01-22T20:10:00.000-05:00</published><updated>2006-01-23T16:04:06.206-05:00</updated><title type='text'>List Comprehensions</title><summary type='text'>As I was trekking through yaws country, I realized the value that the recent(sort of) feature of list comprehensions are. I'm still getting used to them all the time. I find myself writing a recursive function to iterate over data using some of the functions in the lists module, or even forgetting about map, fold(l|r) etc...I was writing a page that contacts an erlang node in order to display </summary><link rel='replies' type='application/atom+xml' href='http://devtopics.blogspot.com/feeds/113797868132661326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20949227&amp;postID=113797868132661326' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/113797868132661326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/113797868132661326'/><link rel='alternate' type='text/html' href='http://devtopics.blogspot.com/2006/01/list-comprehensions.html' title='List Comprehensions'/><author><name>Ernie Makris</name><uri>http://www.blogger.com/profile/13524179204005781067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20949227.post-113718380108681042</id><published>2006-01-13T15:22:00.000-05:00</published><updated>2006-01-21T11:23:06.630-05:00</updated><title type='text'>Yaws and form parameters</title><summary type='text'>The first post!Well, I'll start with my obsession with erlang. It is my favorite language for server side apps. It is simply the best, in my opinion, concurrent programming language for server applications.Alot of other people have written the advantages, my hope of this blog is to demonstrate how to use erlang for practical problems.Enough praising, lets get down to the code.I started playing </summary><link rel='replies' type='application/atom+xml' href='http://devtopics.blogspot.com/feeds/113718380108681042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20949227&amp;postID=113718380108681042' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/113718380108681042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20949227/posts/default/113718380108681042'/><link rel='alternate' type='text/html' href='http://devtopics.blogspot.com/2006/01/yaws-and-form-parameters.html' title='Yaws and form parameters'/><author><name>Ernie Makris</name><uri>http://www.blogger.com/profile/13524179204005781067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry></feed>
