<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://127.0.0.1"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Egyptian GNU/Linux User Group - جنو لينكس مصر - Programming</title>
 <link>http://127.0.0.1/taxonomy/term/37/0</link>
 <description>Problems relating to programming and software develpoment.
</description>
 <language>en</language>
<item>
 <title>Looking for members to build Python Community in Egypt!</title>
 <link>http://127.0.0.1/node/4678</link>
 <description> &lt;p&gt;
Hi people!
&lt;/p&gt;
&lt;p&gt;
I am German / Egyptian and a long term python developer from Germany!
&lt;/p&gt;
&lt;p&gt;
I am looking for people who are interisted to build up a &amp;quot;python&amp;quot; community in Egypt to support people in Cairo and across the country for coding in python. 
&lt;/p&gt;
&lt;p&gt;
What I do have is a server and 2 TB of traffic in Germany with a 1GB/s line. 
&lt;/p&gt;
&lt;p&gt;
For everybody who would like to join you are welcome.
&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/4678&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/4678#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Mon, 09 Dec 2013 21:10:32 +0000</pubDate>
 <dc:creator>tameritoke</dc:creator>
 <guid isPermaLink="false">4678 at http://127.0.0.1</guid>
</item>
<item>
 <title>Qt creator مشكله بخصوص برنامج </title>
 <link>http://127.0.0.1/node/4021</link>
 <description> &lt;p&gt;
السلام عليكم و رحمة الله و بركاته 
&lt;/p&gt;
&lt;p&gt;
استخدم اوبنتو 10.04 الاصدار الاخير بجانب ويندوز
 و لدي ملفات معينة تحتاج Qt creator لكي يتم عمل run or compiling لها 
&lt;/p&gt;
&lt;p&gt;
قمت بتثبيت الــQt على الوبونتو فطلب ملفات G++ 
&lt;/p&gt;
&lt;p&gt;
فقمت بفتح مكتبة البرامج و التعليم 
&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/4021&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/4021#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Tue, 03 Aug 2010 11:07:56 +0000</pubDate>
 <dc:creator>Master_of_ec</dc:creator>
 <guid isPermaLink="false">4021 at http://127.0.0.1</guid>
</item>
<item>
 <title>Phpmyadmin</title>
 <link>http://127.0.0.1/node/3935</link>
 <description> &lt;p&gt;
Hi to all,
 I&#039;m inserting my data to phpmyadmin but i don&#039;t know how to add my data by PHP, i have to create the table in the php script ?
&lt;/p&gt;
 </description>
 <comments>http://127.0.0.1/node/3935#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Sun, 30 May 2010 06:31:15 +0000</pubDate>
 <dc:creator>habibmohamed</dc:creator>
 <guid isPermaLink="false">3935 at http://127.0.0.1</guid>
</item>
<item>
 <title>Script Error</title>
 <link>http://127.0.0.1/node/3912</link>
 <description> &lt;p&gt;
Dear all, 
I&#039;m getting this error message from my script
&lt;/p&gt;
&lt;pre&gt;

 &amp;lt;?php
  //connect to MySQL;
//your own for hostname, user, and passwordd
 $connect = mysql_connect(&amp;quot;localhost&amp;quot;, &amp;quot;root&amp;quot;, &amp;quot;root1&amp;quot;) or
     die (&amp;quot;Hey loser, check your server connection.&amp;quot;);

$create=mysql_query(&amp;quot;CREATE DATABASE IF NOT EXISTS english_books&amp;quot;)
or die (mysql_error);
mysql_select_db(&amp;quot;english_books&amp;quot;)
//craate table
&lt;/pre&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/3912&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/3912#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Sat, 15 May 2010 08:58:09 +0000</pubDate>
 <dc:creator>aboody</dc:creator>
 <guid isPermaLink="false">3912 at http://127.0.0.1</guid>
</item>
<item>
 <title>Mysql Error </title>
 <link>http://127.0.0.1/node/3601</link>
 <description> &lt;p&gt;
I&#039;m teaching mysql and php , i &#039;m creating simple database for bookstore whatever i created file booksite.php(script) 
&lt;/p&gt;
&lt;pre&gt;

&amp;lt;?php 
//connect to MySQL; note we&#039;ve used our own parameters- you should use 
//your own for hostname, user, and password 
$connect = mysql_connect(&amp;quot;localhost&amp;quot;, &amp;quot;root&amp;quot;, &amp;quot;root&amp;quot;) or die (&amp;quot;Hey loser, check your server connection.&amp;quot;); 

//create the main database if it does
&lt;/pre&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/3601&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/3601#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Wed, 27 Jan 2010 12:20:51 +0000</pubDate>
 <dc:creator>aboody</dc:creator>
 <guid isPermaLink="false">3601 at http://127.0.0.1</guid>
</item>
<item>
 <title>php problem </title>
 <link>http://127.0.0.1/node/3580</link>
 <description> &lt;p&gt;
I&#039;m learning php and Mysql , i&#039;m copy script for teaching from project professional book whatever when running this script :
&lt;/p&gt;
&lt;pre&gt;

&amp;lt;?php
$host=&amp;quot;localhost&amp;quot;;
$dbusername=&amp;quot;root&amp;quot;;
$dbpassword=&amp;quot;root&amp;quot;;
$database=&amp;quot;books&amp;quot;;
$x=mysql_connect(&amp;quot;localhost&amp;quot;,&amp;quot;root&amp;quot;,&amp;quot;root&amp;quot;) or die(mysql_error());


$x2=mysql_select_db($books);

if (empty ($category))
{
$category=1;
}
$childval=$category;
$query = &amp;quot;
&lt;/pre&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/3580&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/3580#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Wed, 23 Dec 2009 12:41:06 +0000</pubDate>
 <dc:creator>aboody</dc:creator>
 <guid isPermaLink="false">3580 at http://127.0.0.1</guid>
</item>
<item>
 <title>Work Opportunity</title>
 <link>http://127.0.0.1/node/3527</link>
 <description> &lt;p&gt;
Dear Guys, 
I need 5 programmers with C/C++ and linux experience from 1 tow 5 years. Based in Cairo. Pls who is interested to contact me cProgLinux@hotmail.com
&lt;/p&gt;
 </description>
 <comments>http://127.0.0.1/node/3527#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Sat, 17 Oct 2009 14:13:34 +0000</pubDate>
 <dc:creator>Mezo</dc:creator>
 <guid isPermaLink="false">3527 at http://127.0.0.1</guid>
</item>
<item>
 <title>السلام عليكم عايز استفسارات</title>
 <link>http://127.0.0.1/node/3503</link>
 <description> &lt;p&gt;
السلام عليكم
&lt;/p&gt;
&lt;p&gt;
انا لسه جديد فى اللينوكس ونزلت نسخة اوبن تو وعايز استفسر على 
&lt;/p&gt;
&lt;p&gt;
1/السخه لا تكتب العربيه فماذا افعل
&lt;/p&gt;
&lt;p&gt;
2/كيف استطيع ان انزلها على الكومبيوتر بدون مشاكل اى طريقة التسطيب لانى شغال سى دى لايف والصراحه مش عارف 
ان
&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/3503&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/3503#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/33">Installation Issues</category>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Tue, 08 Sep 2009 10:46:24 +0000</pubDate>
 <dc:creator>الجنرال الزملكاوى</dc:creator>
 <guid isPermaLink="false">3503 at http://127.0.0.1</guid>
</item>
<item>
 <title>Intel Software Partner Program</title>
 <link>http://127.0.0.1/node/3378</link>
 <description> &lt;p&gt;
Hi Guys, 
&lt;/p&gt;
&lt;p&gt;
I would like to get in contact with Software Developers who are currently programming with C/C++ and using Linux. If you are a programmer and interrested in the latest Technology offered by Intel then contact me to enroll in our Software Partner Program. You can then profit from all the benefits on this Program and our latest MID (Mobile Internet Device) operating with Linux.
&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://127.0.0.1/node/3378&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://127.0.0.1/node/3378#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Tue, 21 Apr 2009 14:39:52 +0000</pubDate>
 <dc:creator>farakan16</dc:creator>
 <guid isPermaLink="false">3378 at http://127.0.0.1</guid>
</item>
<item>
 <title>any fribidi usage code sample?</title>
 <link>http://127.0.0.1/node/3115</link>
 <description> &lt;p&gt;
Hi all,
I&#039;m trying to add bidi RTL suport to a free software application,
but I can&#039;t find any fribidi sample code or how to use it.
please if you have some experience in this domain write a sample helloworld code.thanks 
&lt;/p&gt;
 </description>
 <comments>http://127.0.0.1/node/3115#comments</comments>
 <category domain="http://127.0.0.1/taxonomy/term/37">Programming</category>
 <pubDate>Fri, 08 Aug 2008 15:27:01 +0000</pubDate>
 <dc:creator>atphalix</dc:creator>
 <guid isPermaLink="false">3115 at http://127.0.0.1</guid>
</item>
</channel>
</rss>
