<?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/"
	>

<channel>
	<title>SimonOnSoftware &#187; programming</title>
	<atom:link href="http://simononsoftware.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Found in The Code &#8211; QT</title>
		<link>http://simononsoftware.com/found-in-the-code-qt/</link>
		<comments>http://simononsoftware.com/found-in-the-code-qt/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 18:48:13 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=927</guid>
		<description><![CDATA[
#elif (defined(Q_OS_UNIX) &#124;&#124; defined(Q_CC_MINGW))
        abort(); // trap; generates core dump
#else
        exit(1); // goodbye cruel world
#endif

file: qglobal.cpp


Bookmark It






















Related posts:Found in The Code &#8211; sqlite  /* ** 2008 May 26 ** ** The author...



<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/found-in-the-code-sqlite/' rel='bookmark' title='Permanent Link: Found in The Code &#8211; sqlite'>Found in The Code &#8211; sqlite</a> <small> /* ** 2008 May 26 ** ** The author...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/found-in-the-code-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Wishlist</title>
		<link>http://simononsoftware.com/postgresql-wishlist/</link>
		<comments>http://simononsoftware.com/postgresql-wishlist/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:07:05 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=913</guid>
		<description><![CDATA[
PostgreSQL is a great database, in my opinion much better than Oracle, or the so widely used MySQL. The version 9.0 is going to be out soon. There is the quite huge list of ideas for the future improvements (hopefully in the next 9.1 version).
Depesz wrote his own list of things that he wants to see [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/why-use-orms/' rel='bookmark' title='Permanent Link: Why Use ORMs?'>Why Use ORMs?</a> <small>Why Use ORMs? ORM aka Object Relational Mapping is a...</small></li>
<li><a href='http://simononsoftware.com/postgresql-collation/' rel='bookmark' title='Permanent Link: PostgreSQL Collation &#8211; part 1'>PostgreSQL Collation &#8211; part 1</a> <small>PostgreSQL is (IMHO) much better than MySQL but unfortunately it ...</small></li>
<li><a href='http://simononsoftware.com/postgresql-collation-8-4/' rel='bookmark' title='Permanent Link: PostgreSQL Collation &#8211; 8.4'>PostgreSQL Collation &#8211; 8.4</a> <small>In the last PostgreSQL version (8.4) there is a small...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/postgresql-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found in The Code &#8211; sqlite</title>
		<link>http://simononsoftware.com/found-in-the-code-sqlite/</link>
		<comments>http://simononsoftware.com/found-in-the-code-sqlite/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:51:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=906</guid>
		<description><![CDATA[
/*
** 2008 May 26
**
** The author disclaims copyright to this source code.  In place of
** a legal notice, here is a blessing:
**
**    May you do good and not evil.
**    May you find forgiveness for yourself and forgive others.
**    May you share freely, never taking more than you give.
**
******************************************************************************
**
** This header file is [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/found-in-the-code-qt/' rel='bookmark' title='Permanent Link: Found in The Code &#8211; QT'>Found in The Code &#8211; QT</a> <small> #elif (defined(Q_OS_UNIX) || defined(Q_CC_MINGW)) abort(); // trap; generates core...</small></li>
<li><a href='http://simononsoftware.com/what-i-dont-like-about-python/' rel='bookmark' title='Permanent Link: What I Don&#8217;t Like About Python'>What I Don&#8217;t Like About Python</a> <small>Python &#8211; maybe you know &#8211; is a computer language...</small></li>
<li><a href='http://simononsoftware.com/virtualenv-tutorial/' rel='bookmark' title='Permanent Link: Virtualenv Tutorial'>Virtualenv Tutorial</a> <small>What is Virtualenv Virtualenv is a great piece of software....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/found-in-the-code-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naming Convention aka PHP vs Python</title>
		<link>http://simononsoftware.com/naming-convention-aka-php-vs-python/</link>
		<comments>http://simononsoftware.com/naming-convention-aka-php-vs-python/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:07:59 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[convention]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=866</guid>
		<description><![CDATA[Is Python really better than PHP? I doubt, and in this post I just write what I think about it and that both languages are very similar, are messed in a similar way.


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/what-i-dont-like-about-python/' rel='bookmark' title='Permanent Link: What I Don&#8217;t Like About Python'>What I Don&#8217;t Like About Python</a> <small>Python &#8211; maybe you know &#8211; is a computer language...</small></li>
<li><a href='http://simononsoftware.com/python-and-unicode-what-a-crap/' rel='bookmark' title='Permanent Link: Python And Unicode&#8230; What a Crap'>Python And Unicode&#8230; What a Crap</a> <small>I was trying to implement something really simple in Python....</small></li>
<li><a href='http://simononsoftware.com/trying-to-use-database-in-python/' rel='bookmark' title='Permanent Link: Trying to Use Database in Python'>Trying to Use Database in Python</a> <small>Why the f**** there is nothing like DBI in Python?...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/naming-convention-aka-php-vs-python/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Indentation Checking in Ruby</title>
		<link>http://simononsoftware.com/indentation-checking-in-ruby/</link>
		<comments>http://simononsoftware.com/indentation-checking-in-ruby/#comments</comments>
		<pubDate>Sun, 23 May 2010 20:09:01 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=853</guid>
		<description><![CDATA[In Python blocks have to be indented just because the indentation level defines the logic. In C/C++/Java there are { and } while in Ruby there is begin and end. Of course indenting is helpful. Just like syntax coloring in editor.
In Ruby can do whatever you want with the indentation. That&#8217;s not a problem. Every [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/what-i-dont-like-about-python/' rel='bookmark' title='Permanent Link: What I Don&#8217;t Like About Python'>What I Don&#8217;t Like About Python</a> <small>Python &#8211; maybe you know &#8211; is a computer language...</small></li>
<li><a href='http://simononsoftware.com/naming-convention-aka-php-vs-python/' rel='bookmark' title='Permanent Link: Naming Convention aka PHP vs Python'>Naming Convention aka PHP vs Python</a> <small>Is Python really better than PHP? I doubt, and in...</small></li>
<li><a href='http://simononsoftware.com/ruby-rails-awesome/' rel='bookmark' title='Permanent Link: Ruby, Rails&#8230; AWESOME'>Ruby, Rails&#8230; AWESOME</a> <small>I really don&#8217;t get it, why almost each post or...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/indentation-checking-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh, Those Terrible Units</title>
		<link>http://simononsoftware.com/oh-those-terrible-units/</link>
		<comments>http://simononsoftware.com/oh-those-terrible-units/#comments</comments>
		<pubDate>Thu, 06 May 2010 21:39:27 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[units]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=810</guid>
		<description><![CDATA[﻿There are some numbers and units. Numbers are numbers. Units are units. Numbers informs how many. Units inform about two things:

how many
of what.


The SI Base Units



Name
Unit symbol
Quantity


metre
m
length


kilogram
kg
mass


second
s
time


ampere
A
electric current


kelvin
K
thermodynamic temperature


candela
cd
luminous intensity


mole
mol
amount of substance



IT Base Units



Name
Unit symbol
Quantity


bit
b
number of bits


byte
B
number of bytes


bits per second
bps
number of bits per second



Have you seen the difference? BYTES and BITS?
Word Of Truth

1 BYTE [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/oh-those-terrible-units/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtualenv Tutorial</title>
		<link>http://simononsoftware.com/virtualenv-tutorial/</link>
		<comments>http://simononsoftware.com/virtualenv-tutorial/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 11:00:55 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualenv]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=801</guid>
		<description><![CDATA[What is Virtualenv
Virtualenv is a great piece of software. It allows to create some virtual environments that have many different versions of Python across the whole system and having different sets of libraries.
Warning
This document is the first public draft. Some thing should be reviewed later and some will be added.
Tools Versions
While creating this tutorial I [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/virtualenv-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Most Perl Users Don&#8217;t Use Windows</title>
		<link>http://simononsoftware.com/most-perl-users-dont-use-windows/</link>
		<comments>http://simononsoftware.com/most-perl-users-dont-use-windows/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:05:40 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=773</guid>
		<description><![CDATA[For me this is obvious. Perl programmers are usually using console a lot. Python programmers also. Java programmers at most not. Windows is lacking good console programs like for example grep (which I use a lot). Unix has a very good console software so in fact using Unixes helps a lot. Personally I use Ubuntu, [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-perl-6-mess-of-code/' rel='bookmark' title='Permanent Link: New Perl 6 Mess of Code'>New Perl 6 Mess of Code</a> <small>Some time ago there was announced that the Perl 6 ...</small></li>
<li><a href='http://simononsoftware.com/django-has-pony-perl-has-camelia/' rel='bookmark' title='Permanent Link: Django has Pony, Perl has Camelia'>Django has Pony, Perl has Camelia</a> <small>Yea, I know that Django has a pony &#8230; but,...</small></li>
<li><a href='http://simononsoftware.com/perl-as-a-computer-language/' rel='bookmark' title='Permanent Link: Perl as a Computer Language?'>Perl as a Computer Language?</a> <small>This is a small part of the perl documentation. Perl,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/most-perl-users-dont-use-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Database &#8211; Small Reply</title>
		<link>http://simononsoftware.com/testing-database-small-reply/</link>
		<comments>http://simononsoftware.com/testing-database-small-reply/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:21:51 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tests]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=722</guid>
		<description><![CDATA[On Ovid&#8217;s blog I found lately this entry.
First of all: this is a quite nice writing of something called &#8220;modern perl&#8221;. Everybody who shouts that perl is a piece of shit should read it. YES, you can write nice looking code in perl. Code that is maintainable and is easy to read. And is objective [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/how-to-allow-for-max-4-rows-in-update-postgresql/' rel='bookmark' title='Permanent Link: How to Allow For Max 4 Rows in Update (PostgreSQL)'>How to Allow For Max 4 Rows in Update (PostgreSQL)</a> <small>The Problem Question found on the net: how to restrict...</small></li>
<li><a href='http://simononsoftware.com/trying-to-use-database-in-python/' rel='bookmark' title='Permanent Link: Trying to Use Database in Python'>Trying to Use Database in Python</a> <small>Why the f**** there is nothing like DBI in Python?...</small></li>
<li><a href='http://simononsoftware.com/why-use-orms/' rel='bookmark' title='Permanent Link: Why Use ORMs?'>Why Use ORMs?</a> <small>Why Use ORMs? ORM aka Object Relational Mapping is a...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/testing-database-small-reply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use ORMs?</title>
		<link>http://simononsoftware.com/why-use-orms/</link>
		<comments>http://simononsoftware.com/why-use-orms/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:10:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[active record]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=674</guid>
		<description><![CDATA[Why Use ORMs?
ORM aka Object Relational Mapping is a quite crappy way of converting relational database model into some object model. Usually this simply means that there is created an object in the software for each table that exists in the database.
Usually many people says that ORMs are the best human idea since the sliced [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/sqlalchemy-defines-new-sql-standard/' rel='bookmark' title='Permanent Link: SQLAlchemy Defines New SQL Standard'>SQLAlchemy Defines New SQL Standard</a> <small>Dreaming About SQL Well, I thought that I know the...</small></li>
<li><a href='http://simononsoftware.com/testing-database-small-reply/' rel='bookmark' title='Permanent Link: Testing Database &#8211; Small Reply'>Testing Database &#8211; Small Reply</a> <small>On Ovid&#8217;s blog I found lately this entry. First of...</small></li>
<li><a href='http://simononsoftware.com/why-ruby-on-rails-migrations-dont-work/' rel='bookmark' title='Permanent Link: Why Ruby on Rails Migrations Don&#8217;t Work'>Why Ruby on Rails Migrations Don&#8217;t Work</a> <small>Ruby on Rails Migrations Migrations in Ruby on Rails provide...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/why-use-orms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
