<?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></title>
	<atom:link href="http://www.nooranibakerally.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nooranibakerally.net</link>
	<description>its Noorani Bakerally :-)</description>
	<lastBuildDate>Thu, 16 May 2013 20:45:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>SQLAlchemy</title>
		<link>http://www.nooranibakerally.net/2013/05/17/sqlalchemy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlalchemy</link>
		<comments>http://www.nooranibakerally.net/2013/05/17/sqlalchemy/#comments</comments>
		<pubDate>Thu, 16 May 2013 20:45:49 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1060</guid>
		<description><![CDATA[<p>SQLAlchemy is an open source toolkit for database management mainly though ORM for Python and is release under MIT License. This blog post neither a tutorial nor a self-explanatory sketch of SQLAlchemy. Its merely the info I would need from time to time for my small foolish and dumb applications . I write them so [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/05/17/sqlalchemy/">SQLAlchemy</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/05/17/sqlalchemy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQL</title>
		<link>http://www.nooranibakerally.net/2013/05/16/mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql</link>
		<comments>http://www.nooranibakerally.net/2013/05/16/mysql/#comments</comments>
		<pubDate>Thu, 16 May 2013 17:26:15 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1065</guid>
		<description><![CDATA[<p>To create a user and grant all permission to him: Log in as root mysql -u root Create the user and sets the password CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; Grant permission, I&#8217;ll be granting all permission GRANT ALL PRIVILEGES ON * . * TO 'username'@'localhost';</p><p>The post <a href="http://www.nooranibakerally.net/2013/05/16/mysql/">MYSQL</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/05/16/mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google from your terminal</title>
		<link>http://www.nooranibakerally.net/2013/04/29/google-from-terminal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-from-terminal</link>
		<comments>http://www.nooranibakerally.net/2013/04/29/google-from-terminal/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 13:13:03 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1055</guid>
		<description><![CDATA[<p>Foo, sometimes, when you are on terminal, its soo lazy to open google chrome from the dock, I just wrote a foolish script that does it: 1 2 3 4 5 6 7 8 9 10 #!/bin/bash args=(&#34;$@&#34;) all_terms=${args[0]} i=1 while [ $i -lt ${#args[@]} ] do all_terms=$all_terms+${args[i]} i=$[$i+1] done google-chrome http://www.google.co.uk/#q=$all_terms Well, just copy [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/04/29/google-from-terminal/">Google from your terminal</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/04/29/google-from-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Tricks</title>
		<link>http://www.nooranibakerally.net/2013/04/13/linux-tricks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-tricks</link>
		<comments>http://www.nooranibakerally.net/2013/04/13/linux-tricks/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 22:28:59 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1051</guid>
		<description><![CDATA[<p>ls with full absolute path names: ls -d $PWD/*</p><p>The post <a href="http://www.nooranibakerally.net/2013/04/13/linux-tricks/">Linux Tricks</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/04/13/linux-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openshift get data from Data folder</title>
		<link>http://www.nooranibakerally.net/2013/04/10/openshift-get-data-from-data-folder/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openshift-get-data-from-data-folder</link>
		<comments>http://www.nooranibakerally.net/2013/04/10/openshift-get-data-from-data-folder/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 18:24:54 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1048</guid>
		<description><![CDATA[<p>On Openshift PAAS Python, to be able to get data from the Data directory: file = os.path.join(os.environ["OPENSHIFT_DATA_DIR"],"smallTree.xml") This is how you can retrive the file from the &#8220;data&#8221; directory</p><p>The post <a href="http://www.nooranibakerally.net/2013/04/10/openshift-get-data-from-data-folder/">Openshift get data from Data folder</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/04/10/openshift-get-data-from-data-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create XML from String</title>
		<link>http://www.nooranibakerally.net/2013/04/09/create-xml-from-string/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-xml-from-string</link>
		<comments>http://www.nooranibakerally.net/2013/04/09/create-xml-from-string/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 14:51:05 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1042</guid>
		<description><![CDATA[<p>Sometimes, we have a String which we just want to serialize as an XML element, so to convert it to XML: 1 2 3 4 DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder dBuilder = dBuilder.parse(fXmlFile); Document actualElementXMLResult = dBuilder.parse (new InputSource(new StringReader(&#34;&#60;YourXMLElement&#62;YourXMLElementGoesHere&#60;/YourXMLElement&#62;&#34;)));</p><p>The post <a href="http://www.nooranibakerally.net/2013/04/09/create-xml-from-string/">Create XML from String</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/04/09/create-xml-from-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember Password, its easy !!</title>
		<link>http://www.nooranibakerally.net/2013/04/06/remember-password-its-easy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remember-password-its-easy</link>
		<comments>http://www.nooranibakerally.net/2013/04/06/remember-password-its-easy/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 08:37:39 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1033</guid>
		<description><![CDATA[<p>I just had a discussion with a friend, always saying that he forgets his password, but today we don&#8217;t have to remember our password. We have tools, very good and free that allows us to do easily remember our password and login. I think for mobile, I think you do have a free trail but [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/04/06/remember-password-its-easy/">Remember Password, its easy !!</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/04/06/remember-password-its-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own Github-like System</title>
		<link>http://www.nooranibakerally.net/2013/03/29/your-own-github-like-system/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-own-github-like-system</link>
		<comments>http://www.nooranibakerally.net/2013/03/29/your-own-github-like-system/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 00:47:36 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1025</guid>
		<description><![CDATA[<p>I know, Git is great and so is Github, fortunately or unfortunately, for private projects, we have to pay. Well, Github has cost and it needs to run and by coincidence money is needed, so it can&#8217;t help. No worries, open source is here, there are number of alternatives out there that can help you [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/03/29/your-own-github-like-system/">Your own Github-like System</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/03/29/your-own-github-like-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DBpedia SPARQL Examples</title>
		<link>http://www.nooranibakerally.net/2013/03/28/dbpedia-sparql-examples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dbpedia-sparql-examples</link>
		<comments>http://www.nooranibakerally.net/2013/03/28/dbpedia-sparql-examples/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 00:32:57 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[DBpedia]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1013</guid>
		<description><![CDATA[<p>DBpedia is really fun, the whole of Wikipedia as an ontology, added it is the DBpedia SPARQL endpoint. Here are some examples I went through while learning. Resources lacks so you to make your way though forums specially Stackoverflow, thats how I did it Check if a resource exist on Wikipedia 1 2 3 4 [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/03/28/dbpedia-sparql-examples/">DBpedia SPARQL Examples</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/03/28/dbpedia-sparql-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What the Hell? I need to back up !!</title>
		<link>http://www.nooranibakerally.net/2013/02/24/what-the-hell-i-need-to-back-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-the-hell-i-need-to-back-up</link>
		<comments>http://www.nooranibakerally.net/2013/02/24/what-the-hell-i-need-to-back-up/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 09:03:00 +0000</pubDate>
		<dc:creator>noor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.nooranibakerally.net/?p=1006</guid>
		<description><![CDATA[<p>Ok, I&#8217;m currently in a shiit, I&#8217;m having to backup my stuffs on my servers and this I need to do it quite frequently. So the issue is: -Automatically backup frequently(check cron jobs if you want to know) -Naming Convention to timestamp the folder So, how do I recognise when a file has been copied? [...]</p><p>The post <a href="http://www.nooranibakerally.net/2013/02/24/what-the-hell-i-need-to-back-up/">What the Hell? I need to back up !!</a> appeared first on <a href="http://www.nooranibakerally.net"></a>.</p>]]></description>
		<wfw:commentRss>http://www.nooranibakerally.net/2013/02/24/what-the-hell-i-need-to-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.nooranibakerally.net @ 2013-05-26 13:41:39 -->