<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Programming stuff: Bash, Linux, SQL and Java</title>
	<link>http://bash.editia.info</link>
	<description>Programming Linux Java Bash Perl performance SQL</description>
	<pubDate>Wed, 22 Oct 2008 12:29:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>bomberman javascript multiplayer</title>
		<link>http://bash.editia.info/bomberman-javascript-multiplayer~bash-shell~24.html</link>
		<comments>http://bash.editia.info/bomberman-javascript-multiplayer~bash-shell~24.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 12:12:05 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>Bash</category>
		<guid isPermaLink="true">http://bash.editia.info/bomberman-javascript-multiplayer~bash-shell~24.html</guid>
		<description><![CDATA[this post is a documentation briefing about the project that runs here:
http://www.e-forum.ro:8080/dynagame/index

In order to provide the platform for users to play against users bomberman online, we have to :
1. create the possibility that a user can create a game, or join a game created by others
2. we must let the user choose the variant of [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/bomberman-javascript-multiplayer~bash-shell~24.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>my first gnu/gpl project - a game in javascript</title>
		<link>http://bash.editia.info/my-first-gnugpl-project-a-game-in-javascript~javascript~23.html</link>
		<comments>http://bash.editia.info/my-first-gnugpl-project-a-game-in-javascript~javascript~23.html#comments</comments>
		<pubDate>Fri, 04 Jul 2008 12:24:30 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>javascript</category>
		<guid isPermaLink="true">http://bash.editia.info/my-first-gnugpl-project-a-game-in-javascript~bash-shell~23.html</guid>
		<description><![CDATA[it is a clone of bomberman, or dyna blaster if you know the game by that name and you can find the latest developments here:http://code.google.com/p/js-blaster/
i welcome members that can help me make this game return in glory :) . 
]]></description>
		<wfw:commentRSS>http://bash.editia.info/my-first-gnugpl-project-a-game-in-javascript~javascript~23.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>struts and continuations in  jetty</title>
		<link>http://bash.editia.info/struts-and-continuations-in-jetty~java~22.html</link>
		<comments>http://bash.editia.info/struts-and-continuations-in-jetty~java~22.html#comments</comments>
		<pubDate>Sun, 25 May 2008 17:26:05 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>java</category>
		<guid isPermaLink="true">http://bash.editia.info/struts-and-continuations-in-jetty~java~22.html</guid>
		<description><![CDATA[we have a web application at work, that updates a web page comet style.
it is running on tomcat.
the update is done based on some events from a backend application, and the connections are kept open for a long time, untill the event triggers the update.
we had the 1 thread per connection situation and as the [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/struts-and-continuations-in-jetty~java~22.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>gftp and gvim as the editor</title>
		<link>http://bash.editia.info/gftp-and-gvim-as-the-editor~sysadmin~21.html</link>
		<comments>http://bash.editia.info/gftp-and-gvim-as-the-editor~sysadmin~21.html#comments</comments>
		<pubDate>Thu, 24 Jan 2008 18:16:52 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>sysadmin</category>
		<guid isPermaLink="true">http://bash.editia.info/gftp-and-gvim-as-the-editor~bash-shell~21.html</guid>
		<description><![CDATA[i set gvim as the editor in the preferences of gftp.the problem was that, when saving and exiting gvim, the file was removed from the temp folder, but was not uploaded back on the server.this used to work with gedit.a search on google took me to a post where a guy had the same problem [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/gftp-and-gvim-as-the-editor~sysadmin~21.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>get rid of class information from logging</title>
		<link>http://bash.editia.info/get-rid-of-class-information-from-logging~java~20.html</link>
		<comments>http://bash.editia.info/get-rid-of-class-information-from-logging~java~20.html#comments</comments>
		<pubDate>Sun, 08 Jul 2007 07:29:53 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>java</category>
		<guid isPermaLink="true">http://bash.editia.info/get-rid-of-class-information-from-logging~java~20.html</guid>
		<description><![CDATA[if you want to remove class and method information line when you do logging with java.util.logging , then you have 2 choices:1. subClass your handler and make your own publish methodor2. subClass the formatter you pass to the handler and modify the format(LogRecord record) method.
i did the second one.here it is:  public String format(LogRecord [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/get-rid-of-class-information-from-logging~java~20.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>using vim instead of sed</title>
		<link>http://bash.editia.info/using-vim-instead-of-sed~bash-shell~19.html</link>
		<comments>http://bash.editia.info/using-vim-instead-of-sed~bash-shell~19.html#comments</comments>
		<pubDate>Fri, 02 Feb 2007 18:31:23 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>Bash</category>
		<guid isPermaLink="true">http://bash.editia.info/using-vim-instead-of-sed~bash-shell~19.html</guid>
		<description><![CDATA[in order to process a text file in any sense, and being used with vim, and not with sedi use the following for deleting googlebot lines from a web log.
vim -e -c &#34;:d/googlebot/g&#34; -c :wq website.YYYYMMDD.log-e doesn&#8217;t put vim in interactive mode, so you can script it and put it in crontab.
or if you need [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/using-vim-instead-of-sed~bash-shell~19.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>fill a table with random data</title>
		<link>http://bash.editia.info/fill-a-table-with-random-data~sql~18.html</link>
		<comments>http://bash.editia.info/fill-a-table-with-random-data~sql~18.html#comments</comments>
		<pubDate>Fri, 02 Feb 2007 18:15:45 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>sql</category>
		<guid isPermaLink="true">http://bash.editia.info/fill-a-table-with-random-data~sql~18.html</guid>
		<description><![CDATA[below is a case with only 2 varchar columns and an intcreate table example(id int unsigned auto_increment not null,column1 varchar(200),column2 varchar(200),column3 int unsigned,primary key(id));
mysql -u USERNAME -pPASSWORD DBNAME -e &#34;insert into example (column1,column2,column3) values (char(FLOOR(65 + (RAND() * 20)),FLOOR(65 + (RAND() * 20)),FLOOR(65 + (RAND() * 20)),FLOOR(65 + (RAND() * 20)),FLOOR(65 + (RAND() * 20)),FLOOR(65 [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/fill-a-table-with-random-data~sql~18.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>OR SQL operator in mysql and slow query</title>
		<link>http://bash.editia.info/or-sql-opertaor-in-mysql-and-slow-query~sql~17.html</link>
		<comments>http://bash.editia.info/or-sql-opertaor-in-mysql-and-slow-query~sql~17.html#comments</comments>
		<pubDate>Fri, 02 Feb 2007 17:42:26 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>sql</category>
		<guid isPermaLink="true">http://bash.editia.info/or-sql-opertaor-in-mysql-and-slow-query~sql~17.html</guid>
		<description><![CDATA[&#8230;.not anymore, if you use IF.
there are cases where you can get rid of OR and get better performance in mysql.here is a case a table:bookidfrench_nameengl_name
the books have only one name and only one, the other being nullyou have a form on your web page and want to do a search for the books that [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/or-sql-opertaor-in-mysql-and-slow-query~sql~17.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>group_concat and NULL in mysql</title>
		<link>http://bash.editia.info/group_concat-and-null-in-mysql~bash-shell~16.html</link>
		<comments>http://bash.editia.info/group_concat-and-null-in-mysql~bash-shell~16.html#comments</comments>
		<pubDate>Tue, 09 Jan 2007 20:06:05 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>Bash</category>
		<guid isPermaLink="true">http://bash.editia.info/group_concat-and-null-in-mysql~bash-shell~16.html</guid>
		<description><![CDATA[Well, today I spent 2 hours on a query that involved group_concat.we had a table that looked like this:Columns:&#8230;&#8230;&#8230;.client_namephonemobileemail&#8230;&#8230;&#8230;.and in a complex query we needed to have group_concat(client_name),&#160; group_concat(phone), group_concat(mobile), group_concat(email) &#8230;[note: actually we did : cast(group_concat(client_name) as char),&#160; cast(group_concat(phone) as char), cast(group_concat(mobile) as char), cast(group_concat(email)&#160; as char)&#8230; ]the thing is that phone and mobile [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/group_concat-and-null-in-mysql~bash-shell~16.html/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>outlook - large email sending several times</title>
		<link>http://bash.editia.info/outlook-large-email-sending-several-times~sysadmin~15.html</link>
		<comments>http://bash.editia.info/outlook-large-email-sending-several-times~sysadmin~15.html#comments</comments>
		<pubDate>Tue, 12 Dec 2006 07:48:31 +0000</pubDate>
		<dc:creator>gmunteanu</dc:creator>
		
	<category>sysadmin</category>
		<guid isPermaLink="true">http://bash.editia.info/outlook-large-email-sending-several-times~sysadmin~15.html</guid>
		<description><![CDATA[some of my clients were having trouble sending large attachements throush my postfix server.It went like this: when the file attached was bigger than 1 MB, the receiver got the mail around 8 times.First i thought it is the person who sent it, being tired of waiting [they were on a slow connection to the [...]]]></description>
		<wfw:commentRSS>http://bash.editia.info/outlook-large-email-sending-several-times~sysadmin~15.html/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
