<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Offline math program for iPhone</title>
	<atom:link href="http://cgsbay.com/offline-math-program-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgsbay.com/offline-math-program-for-iphone/</link>
	<description>Just another personal website</description>
	<lastBuildDate>Wed, 07 Sep 2011 02:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aaron Meurer</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-296</link>
		<dc:creator>Aaron Meurer</dc:creator>
		<pubDate>Mon, 15 Mar 2010 16:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-296</guid>
		<description>Nice.  I&#039;ll have to check it out when I get some free time.</description>
		<content:encoded><![CDATA[<p>Nice.  I&#8217;ll have to check it out when I get some free time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cgs</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-295</link>
		<dc:creator>cgs</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-295</guid>
		<description>Aaron Meurer, I don&#039;t know if you can use GIT, but I know there a lot stuff in Cydia. You can browse Cydia or also you can put this in the terminal:

su
apt-get install application

if &#039;application&#039; is in your cydia list it will install it, so maybe you can also install git, wait, let me try this:

apt-get install git

Yes, there&#039;s a version of git for the iPhone (git_1.5.6.rc0-2_iphoneos-arm.deb)

Some git commands that are in the git for the iPhone:

add,bisect,branch,checkout,clone,commit,diff,fetch,grep,init,log,merge,mv,pull,push,rebase,resetrm,show,status,tag</description>
		<content:encoded><![CDATA[<p>Aaron Meurer, I don&#8217;t know if you can use GIT, but I know there a lot stuff in Cydia. You can browse Cydia or also you can put this in the terminal:</p>
<p>su<br />
apt-get install application</p>
<p>if &#8216;application&#8217; is in your cydia list it will install it, so maybe you can also install git, wait, let me try this:</p>
<p>apt-get install git</p>
<p>Yes, there&#8217;s a version of git for the iPhone (git_1.5.6.rc0-2_iphoneos-arm.deb)</p>
<p>Some git commands that are in the git for the iPhone:</p>
<p>add,bisect,branch,checkout,clone,commit,diff,fetch,grep,init,log,merge,mv,pull,push,rebase,resetrm,show,status,tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Meurer</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-294</link>
		<dc:creator>Aaron Meurer</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-294</guid>
		<description>Actually, I am not too worried about finding a decent text editor for Python scripts.  I haven&#039;t looked into it, but I imagine that they are abundant.  

The main thing I am wondering about is if it would be possible to use git.  Otherwise, I would just be wasting my time, because I would need to be able to pull the most recent changes from the development repository as well as sync with my own branches at github.  

Right now, I can use TouchSSH (free) to login to a remote machine that has all of this, but it is command-line only, and, more importantly, it only works when I have internet access.  

On the other hand, I may end up jailbreaking just because Apple&#039;s built-in music app sucks so much. :)

And I know that there are good plotting apps in the app store.  I am just wondering if the sympy plotting works as a sympy developer.  The same with unicode pretty-printing.</description>
		<content:encoded><![CDATA[<p>Actually, I am not too worried about finding a decent text editor for Python scripts.  I haven&#8217;t looked into it, but I imagine that they are abundant.  </p>
<p>The main thing I am wondering about is if it would be possible to use git.  Otherwise, I would just be wasting my time, because I would need to be able to pull the most recent changes from the development repository as well as sync with my own branches at github.  </p>
<p>Right now, I can use TouchSSH (free) to login to a remote machine that has all of this, but it is command-line only, and, more importantly, it only works when I have internet access.  </p>
<p>On the other hand, I may end up jailbreaking just because Apple&#8217;s built-in music app sucks so much. <img src='http://cgsbay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And I know that there are good plotting apps in the app store.  I am just wondering if the sympy plotting works as a sympy developer.  The same with unicode pretty-printing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cgs</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-293</link>
		<dc:creator>cgs</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-293</guid>
		<description>Aaron Meurer, you can use a program called iFile on the iPhone in order to browse files.iFile also has a file editor. The file editor &quot;just works&quot;, you can edit the file but it has nothing else like automatic spaces, automatic brackets, ... Maybe there are others, but I don&#039;t know, if you want to do small edits that is ok, but if you want to make big files you may use your computer.

The python in the iPhone is full, it has everything the computer version has. For me it&#039;s not so much important the plotting part, as there are free programs in the App Store that do 2D and 3D plots.

The jailbreak is really simple, google it, but maybe in 30-40 minutes you can have it jailbroken, although you should do a backup as everything in your iPod is deleted.</description>
		<content:encoded><![CDATA[<p>Aaron Meurer, you can use a program called iFile on the iPhone in order to browse files.iFile also has a file editor. The file editor &#8220;just works&#8221;, you can edit the file but it has nothing else like automatic spaces, automatic brackets, &#8230; Maybe there are others, but I don&#8217;t know, if you want to do small edits that is ok, but if you want to make big files you may use your computer.</p>
<p>The python in the iPhone is full, it has everything the computer version has. For me it&#8217;s not so much important the plotting part, as there are free programs in the App Store that do 2D and 3D plots.</p>
<p>The jailbreak is really simple, google it, but maybe in 30-40 minutes you can have it jailbroken, although you should do a backup as everything in your iPod is deleted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Meurer</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-292</link>
		<dc:creator>Aaron Meurer</dc:creator>
		<pubDate>Sat, 13 Mar 2010 17:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-292</guid>
		<description>But can you *develop* for SymPy with Cydia?  In other words, is there a good text editor for Python, and is there command line/git support?  If so, I may consider jailbreaking my 1st gen iPod touch just for this.  

It would be interesting if you could get plotting to work.  And does unicode pretty printing work?</description>
		<content:encoded><![CDATA[<p>But can you *develop* for SymPy with Cydia?  In other words, is there a good text editor for Python, and is there command line/git support?  If so, I may consider jailbreaking my 1st gen iPod touch just for this.  </p>
<p>It would be interesting if you could get plotting to work.  And does unicode pretty printing work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matemáticas en el iPhone &#124; El diario digital</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-291</link>
		<dc:creator>Matemáticas en el iPhone &#124; El diario digital</dc:creator>
		<pubDate>Sat, 13 Mar 2010 13:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-291</guid>
		<description>[...] &#187;&#160;noticia original [...]</description>
		<content:encoded><![CDATA[<p>[...] &#187;&nbsp;noticia original [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matemáticas en el iPhone</title>
		<link>http://cgsbay.com/offline-math-program-for-iphone/comment-page-1/#comment-290</link>
		<dc:creator>Matemáticas en el iPhone</dc:creator>
		<pubDate>Sat, 13 Mar 2010 13:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://cgsbay.com/?p=155#comment-290</guid>
		<description>[...] Matemáticas en el iPhone cgsbay.com/offline-math-program-for-iphone/&#160; por cgs hace 1 segundos [...]</description>
		<content:encoded><![CDATA[<p>[...] Matemáticas en el iPhone cgsbay.com/offline-math-program-for-iphone/&nbsp; por cgs hace 1 segundos [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

