<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://lopsa.org">
<channel>
 <title>League of Professional System Administrators - Software Development</title>
 <link>http://lopsa.org/taxonomy/term/145/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>git</title>
 <link>http://lopsa.org/node/1432</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 popular version control system designed to handle very large projects with speed and efficiency
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://git.or.cz/&quot;&gt;git.or.cz/&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Thu, 2005-08-11 18:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Active
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;blockquote&gt;
&lt;p&gt;Git is distributed version control system focused on
speed, effectivity and real-world usability on large projects.
Its highlights include:&lt;/p&gt;

&lt;!-- Heavily inspired by Wikipedia --&gt;

&lt;ul&gt;

&lt;li&gt;
&lt;b&gt;Strong support for non-linear development.&lt;/b&gt;
Git supports rapid and convenient branching and merging,
and includes powerful tools for visualizing
and navigating a non-linear development history.
&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;Distributed development.&lt;/b&gt;
Like most other modern version control systems, Git gives each developer
a local copy of the entire development history,
and changes are copied from one such repository to another.
These changes are imported as additional development branches,
and can be merged in the same way as a locally developed branch.
Repositories can be easily accessed via the efficient Git protocol
(optionally wrapped in ssh) or simply using HTTP - you can publish
your repository anywhere without &lt;em&gt;any&lt;/em&gt; special webserver
configuration required.
&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;Efficient handling of large projects.&lt;/b&gt;
Git is very fast and scales well
even when working with large projects and long histories.
It is commonly an order of magnitude faster
than most other revision control systems,
and several orders of magnitude faster on some operations.
It also uses an extremely efficient packed format
for long-term revision storage
that currently tops any other open source version control system.
&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;Cryptographic authentication of history.&lt;/b&gt;

The Git history is stored in such a way
that the name of a particular revision (a &quot;commit&quot; in Git terms)
depends upon the complete development history leading up to that commit.
Once it is published, it is not possible to change the old versions
without it being noticed. Also, tags can be cryptographically signed.
&lt;/li&gt;

&lt;li&gt;
&lt;b&gt;Toolkit design.&lt;/b&gt;
Following the Unix tradition,
Git is a collection of many small tools written in C,
and a number of scripts that provide convenient wrappers.
It is easy to chain the components together to do other clever things.
&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;Besides providing a version control system,
the Git project provides a generic low-level toolkit
for tree history storage and directory content management.
Traditionally, the toolkit is called the &lt;em&gt;plumbing&lt;/em&gt;.
Several other projects (so-called &lt;em&gt;porcelains&lt;/em&gt;)
offer compatible version control interfaces - see the
&lt;a href=&quot;#tools&quot;&gt;related tools&lt;/a&gt; list.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/1432&quot; dc:identifier=&quot;http://lopsa.org/node/1432&quot; dc:title=&quot;git&quot; trackback:ping=&quot;http://lopsa.org/trackback/1432&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/163">Configuration Mgmt</category>
 <category domain="http://lopsa.org/taxonomy/term/145">Software Development</category>
 <pubDate>Fri, 18 May 2007 18:47:19 -0700</pubDate>
 <author>doug</author>
</item>
<item>
 <title>Django</title>
 <link>http://lopsa.org/node/996</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Excellent Python web development framework
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.djangoproject.com&quot;&gt;www.djangoproject.com&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Fri, 2005-07-15 14:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Stable
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;I like to use this to throw together nice web frontends for the PHBs to look at stats &amp;amp; stuff.  It&#039;s pretty simple to use, interfaces easily to a database--very useful for the sorts of sysadmin-plus stuff I tend to do.&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/996&quot; dc:identifier=&quot;http://lopsa.org/node/996&quot; dc:title=&quot;Django&quot; trackback:ping=&quot;http://lopsa.org/trackback/996&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/28">Applications</category>
 <category domain="http://lopsa.org/taxonomy/term/29">Database</category>
 <category domain="http://lopsa.org/taxonomy/term/26">Linux</category>
 <category domain="http://lopsa.org/taxonomy/term/145">Software Development</category>
 <category domain="http://lopsa.org/taxonomy/term/25">Unix</category>
 <category domain="http://lopsa.org/taxonomy/term/27">Windows</category>
 <category domain="http://lopsa.org/taxonomy/term/33">WWW</category>
 <pubDate>Mon, 22 Jan 2007 13:08:07 -0800</pubDate>
 <author>eadmund</author>
</item>
<item>
 <title>LLBLGen Pro - O/R Mapping Tool for .NET - Save time on any database software development project</title>
 <link>http://lopsa.org/node/901</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-4&quot;&gt;&lt;div class=&quot;flexinode-textfield-13&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Short Description:&lt;/label&gt;&lt;br /&gt;
 Object-Relational Mapping Tool for .NET
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Home Page:&lt;/label&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.llblgen.com&quot;&gt;www.llblgen.com&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;flexinode-timestamp-15&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Release Date:&lt;/label&gt;&lt;br /&gt;
 Sat, 2006-07-01 07:00
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-select-18&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Status:&lt;/label&gt;&lt;br /&gt;
 Mature
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-17&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Long Description:&lt;/label&gt;&lt;br /&gt;
 &lt;p&gt;LLBLGen Pro is a real time saver for software developers: development time can be decreased by over 50%! LLBLGen Pro generates a complete data-access tier and business façade/support tier for you (in C# or VB.NET), using an existing database schema set. In seconds. &lt;/p&gt;
&lt;p&gt;LLBLGen Pro lets software developers focus on the real deal: business logic code, instead of them having to hammer out endless lists of almost the same routines. You design your database schema&#039;s with the abstract modelling tools you always use (for example a NIAM/ORM designer like Visio, or an E/R modeller), and LLBLGen Pro takes care of the rest. All you have to do next is modify some of the names LLBLGen Pro has given entities and fields if necessary, and generate code.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&gt;
&lt;rdf:Description rdf:about=&quot;http://lopsa.org/node/901&quot; dc:identifier=&quot;http://lopsa.org/node/901&quot; dc:title=&quot;LLBLGen Pro - O/R Mapping Tool for .NET - Save time on any database software development project&quot; trackback:ping=&quot;http://lopsa.org/trackback/901&quot; /&gt;
&lt;/rdf:RDF&gt;
--&gt;

</description>
 <category domain="http://lopsa.org/taxonomy/term/29">Database</category>
 <category domain="http://lopsa.org/taxonomy/term/145">Software Development</category>
 <pubDate>Wed, 15 Nov 2006 06:41:18 -0800</pubDate>
 <author>davidarcher</author>
</item>
</channel>
</rss>
