<?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>Programming -  - www.popasp.net</title>
	<atom:link href="http://www.popasp.net/rss/computers-programming.xml" rel="self" type="application/rss+xml" />
	<link>http://www.popasp.net/category/computers-programming/</link>
	<description>www.popasp.net, Programming</description>
	<lastBuildDate>Tue, 22 May 2012 20:34:11 GMT</lastBuildDate>
	<generator>http://www.popasp.net/?v=6.01</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<item>
	<title>r71875 - in trunk/debugger: . interface</title>
	<link>http://www.popasp.net/computers-programming/112857/</link>
	<comments>http://www.popasp.net/computers-programming/112857/</comments>
	<pubDate>Tue, 06 May 2008 03:17:00 GMT</pubDate>
	<dc:creator>martinbaulig</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112857/</guid>
	<description><![CDATA[Author: martinDate: 2007-01-29 10:04:03 -0500 (Mon, 29 Jan 2007)New Revision: 71875Modified: trunk/debugger/ChangeLogLog:2007-01-29 Martin Baulig &amp;lt;martin (AT) ximian (DOT) com&amp;gt;* interface/Report.cs (Report.Print): print to the `writer&amp;#039;.(Report.Errort): Likewise.Modified: trunk/debugge......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112857&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>setting file permissions on a web server</title>
	<link>http://www.popasp.net/computers-programming/112856/</link>
	<comments>http://www.popasp.net/computers-programming/112856/</comments>
	<pubDate>Wed, 02 Jan 2008 21:40:00 GMT</pubDate>
	<dc:creator>johnsalerno</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112856/</guid>
	<description><![CDATA[I always read about how you need to set certain file permissions (forcgi files, for example), but it&apos;s never been clear to me *how* you dothis. I know you can run the linechmod 755 scriptname.pybut *where* do you run this? Is this done on your personal system, or onthe server? What if you a......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112856&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>10</slash:comments>
	</item>
	<item>
	<title>Japanese input using IIIMF?</title>
	<link>http://www.popasp.net/computers-programming/112855/</link>
	<comments>http://www.popasp.net/computers-programming/112855/</comments>
	<pubDate>Wed, 30 Apr 2008 21:03:00 GMT</pubDate>
	<dc:creator>jean_luc_fontaine</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112855/</guid>
	<description><![CDATA[(I asked this question 6 months ago but never got a reply, so here I amagain)I successfully used canna and kinput2 to input Japanese with Tk, but asI tried the new IIIMF (Internet/Intranet Input Method Framework) that isnow standard with Red Hat/Fedora, I can see the little input windowafter hit......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112855&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Adding Headers in ASP.NET on vista</title>
	<link>http://www.popasp.net/computers-programming/112854/</link>
	<comments>http://www.popasp.net/computers-programming/112854/</comments>
	<pubDate>Wed, 04 Jun 2008 16:46:00 GMT</pubDate>
	<dc:creator>anonymous</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112854/</guid>
	<description><![CDATA[Hi, I had the following code running fine on my xp box. Then, I got a vista box and now I get a &quot;PlatformNotSupportedException&quot; when I try to add the header. I do know that now in IIS7 there are different ways to do things, but I have the issue of deploying to IIS6 servers. //get a reference Nam......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112854&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>5</slash:comments>
	</item>
	<item>
	<title>distance between stream iterators</title>
	<link>http://www.popasp.net/computers-programming/112853/</link>
	<comments>http://www.popasp.net/computers-programming/112853/</comments>
	<pubDate>Tue, 06 May 2008 22:51:00 GMT</pubDate>
	<dc:creator>gary_dr</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112853/</guid>
	<description><![CDATA[Evidently per the C++ standard, it is not possible to measure thedistance between two stream iterators, because two non-end-of-streamiterators are equal when they are constructed from the same stream. Istill don&amp;#039;t quite understand why that fact is true. But...I wish to find the first occura......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112853&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>6</slash:comments>
	</item>
	<item>
	<title>Any 3D interfaces for Labview?</title>
	<link>http://www.popasp.net/computers-programming/112852/</link>
	<comments>http://www.popasp.net/computers-programming/112852/</comments>
	<pubDate>Tue, 29 Apr 2008 18:29:00 GMT</pubDate>
	<dc:creator>wiebe_carya</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112852/</guid>
	<description><![CDATA[Hi,I&amp;#039;m currently working on a OpenGL interface to LabVIEW. My objective is tomake OpenGL accessible in LabVIEW, and to make this as intuitive aspossible. At the moment I get all &quot;graphical&quot; events (mouse move, redraw,window close, etc.) through LabVIEW events.However, at the moment I did no......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112852&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>substract two time var</title>
	<link>http://www.popasp.net/computers-programming/112851/</link>
	<comments>http://www.popasp.net/computers-programming/112851/</comments>
	<pubDate>Wed, 30 Apr 2008 15:00:00 GMT</pubDate>
	<dc:creator>alexandre_jaquet</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112851/</guid>
	<description><![CDATA[Does something exist to substract two variables who contains time valuesor I&amp;#039;ve to write it ?Now I&amp;#039;ve my &quot;times&quot; valuessub getTime &amp;#123;return strftime &quot;%H:%M:%S&quot;,localtime;}wich return formated Hours : 10:10:31......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112851&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>2</slash:comments>
	</item>
	<item>
	<title>forward declaration of a class in another namespace</title>
	<link>http://www.popasp.net/computers-programming/112850/</link>
	<comments>http://www.popasp.net/computers-programming/112850/</comments>
	<pubDate>Thu, 03 Jan 2008 13:38:00 GMT</pubDate>
	<dc:creator>hbb</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112850/</guid>
	<description><![CDATA[How can I make a forward declaration of a class that is defined in someother namespace? E.g.:file1.h:namespace A {class A {...};}file2.h:class A::A; //error: A is not a namespaceclass B {A* a;};The only way I found is to include file1.h in file2.h. But in that caseI don&apos;t need a forward declara......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112850&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>ADF Faces and Acegi Security</title>
	<link>http://www.popasp.net/computers-programming/112849/</link>
	<comments>http://www.popasp.net/computers-programming/112849/</comments>
	<pubDate>Wed, 13 Feb 2008 02:33:00 GMT</pubDate>
	<dc:creator>user503438</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112849/</guid>
	<description><![CDATA[Hi,I have a problem with adf faces and acegi securityAfter authentication I see something like this:2006-06-24 12:09:39 oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImplWARNING: The agent type is unknown; creating an agent with null agent attributes.What does it mean?......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112849&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>2</slash:comments>
	</item>
	<item>
	<title>RC1 build failure</title>
	<link>http://www.popasp.net/computers-programming/112848/</link>
	<comments>http://www.popasp.net/computers-programming/112848/</comments>
	<pubDate>Tue, 06 May 2008 23:09:00 GMT</pubDate>
	<dc:creator>jarkkohietaniemi</dc:creator>
	<category><![CDATA[Programming]]></category>
	<guid isPermaLink="false">http://www.popasp.net/computers-programming/112848/</guid>
	<description><![CDATA[Then a few files later the compiler dumps core on regexp.c :-(`sh cflags &quot;optimize=&amp;#039; -h nofastmd&amp;#039;&quot; regcomp.o` regcomp.cCCCMD = cc -DPERL_CRE -c -DPERL_PATCHNUM=32443 -hmatherror=errno -I/usr/local/include -h nofastmdcc-808 cc: INTERNAL File = regcomp.c, Line = 2044 INTERNAL CMPILER ERR......]]></description>
	<wfw:commentRss>http://www.popasp.net/app/answers/?qid=112848&amp;cid=12&amp;c=computers-programming/</wfw:commentRss>
	<slash:comments>3</slash:comments>
	</item>
</channel>
</rss>
