<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>platform agnostic - Latest Comments</title><link>http://platformagnostic.disqus.com/</link><description></description><atom:link href="https://platformagnostic.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 11 Mar 2016 19:22:58 -0000</lastBuildDate><item><title>Re: Emacs + org-mode = todo list nirvana</title><link>http://www.deepakg.com/prog/2011/11/emacs-org-mode-todo-list-nirvana/#comment-2564874052</link><description>&lt;p&gt;THank you for sharing. Many of your emacs org-mode tips were new to me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paco Zarate</dc:creator><pubDate>Fri, 11 Mar 2016 19:22:58 -0000</pubDate></item><item><title>Re: Emacs + org-mode = todo list nirvana</title><link>http://www.deepakg.com/prog/2011/11/emacs-org-mode-todo-list-nirvana/#comment-943565509</link><description>&lt;p&gt;Helpful post indeed! Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kayaalpg</dc:creator><pubDate>Wed, 26 Jun 2013 20:37:36 -0000</pubDate></item><item><title>Re: Ruby-like difference between two arrays in JavaScript</title><link>http://www.deepakg.com/prog/2009/01/ruby-like-difference-between-two-arrays-in-javascript/#comment-821535759</link><description>&lt;p&gt;Hello... you are the best... I propose a change to multidimensional arrays using JSON... maybe this is so amateur, but work. &lt;br&gt;(this require jQuery to work)&lt;br&gt;----------------------------------------&lt;br&gt;function diffArrays (A, B) {&lt;/p&gt;&lt;p&gt;	var strA = ":" + A.join("::") + ":";&lt;br&gt;	var strB = ":" +  B.join(":|:") + ":";&lt;/p&gt;&lt;p&gt;	var reg = new RegExp("(" + strB + ")","gi");&lt;/p&gt;&lt;p&gt;	var strDiff = "[[\"" + strA.replace(reg,"").replace(/^:/,"").replace(/:$/,"").replace(/,/ig,"\",\"").replace(/::/ig, "\"],[\"") + "\"]]";&lt;/p&gt;&lt;p&gt;	//var arrDiff = strDiff.split("::");&lt;br&gt;	var arrDiff = jQuery.parseJSON(strDiff);&lt;br&gt;	return arrDiff;&lt;br&gt;}&lt;br&gt;--------------------------&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gustavo Marano</dc:creator><pubDate>Wed, 06 Mar 2013 20:40:47 -0000</pubDate></item><item><title>Re: Install and enable Apache2::Request on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/install-and-enable-apache2request-on-ubuntu-server-810/#comment-742875490</link><description>&lt;p&gt;Thank you, thank you, THANK YOU!&lt;/p&gt;&lt;p&gt;4 years later it looks like you still need to link apreq.load manually. The worse is that you don't get _any_ error mesage. The handler just dies when you call APR::Request::Apache2-&amp;gt;handle, or any of a number of methods I tried. No message to the logs, nothing. That makes it really hard to figure out what's going on, and it's only when I added Ubuntu to my search that I finally got you post and solved the problem in 30s.So once again, THANK YOU.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mirod</dc:creator><pubDate>Wed, 19 Dec 2012 12:20:11 -0000</pubDate></item><item><title>Re: Deploying a Perl Dancer application on Amazon EC2</title><link>http://www.deepakg.com/prog/2011/01/deploying-a-perl-dancer-application-on-amazon-ec2/#comment-672718071</link><description>&lt;p&gt;On AWS, I had to install CPAN:&lt;/p&gt;&lt;p&gt;yum install perl-CPAN&lt;/p&gt;&lt;p&gt;sudo cpanm did not work, so used:&lt;br&gt;curl -L &lt;a href="http://cpanmin.us" rel="nofollow noopener" target="_blank" title="http://cpanmin.us"&gt;http://cpanmin.us&lt;/a&gt; | perl - --sudo Dancer&lt;/p&gt;&lt;p&gt;same problem with starman, discovered cpanm --sudo option:&lt;br&gt;cpanm --sudo starman&lt;/p&gt;&lt;p&gt;Thanks, man, for sharing!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Scott.</dc:creator><pubDate>Fri, 05 Oct 2012 17:38:26 -0000</pubDate></item><item><title>Re: Ruby-like difference between two arrays in JavaScript</title><link>http://www.deepakg.com/prog/2009/01/ruby-like-difference-between-two-arrays-in-javascript/#comment-662242781</link><description>&lt;p&gt;Thanks! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kyle Heneman</dc:creator><pubDate>Tue, 25 Sep 2012 13:17:23 -0000</pubDate></item><item><title>Re: CPAN modules on Ubuntu: apt-get vs. perl -MCPAN</title><link>http://www.deepakg.com/prog/2009/01/cpan-modules-on-ubuntu-apt-get-vs-perl-mcpan/#comment-646921667</link><description>&lt;p&gt;nice article &lt;br&gt;keep up the good work&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kinderkleding</dc:creator><pubDate>Tue, 11 Sep 2012 14:43:49 -0000</pubDate></item><item><title>Re: Visualising the men&amp;#8217;s 100m Olympic champions with D3.js</title><link>http://www.deepakg.com/prog/2012/07/visualising-the-mens-100m-olympic-champions-with-d3-js/#comment-612186267</link><description>&lt;p&gt;&lt;a href="http://www.nytimes.com/interactive/2012/08/05/sports/olympics/the-100-meter-dash-one-race-every-medalist-ever.html" rel="nofollow noopener" target="_blank" title="http://www.nytimes.com/interactive/2012/08/05/sports/olympics/the-100-meter-dash-one-race-every-medalist-ever.html"&gt;http://www.nytimes.com/inte...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swati</dc:creator><pubDate>Tue, 07 Aug 2012 05:32:32 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-259745760</link><description>&lt;p&gt;Thanks deepak, for one page solution to get started with mod_perl. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">praveen v</dc:creator><pubDate>Thu, 21 Jul 2011 12:50:27 -0000</pubDate></item><item><title>Re: Extracting audio from 3gp files using ffmpeg</title><link>http://www.deepakg.com/prog/2011/06/extracting-audio-from-3gp-files-using-ffmpeg/#comment-242604179</link><description>&lt;p&gt;This was awesome and worked perfectly on video from my Droid Incredible 2. Thanks for figuring this out. You can extract a 3gp to a wav file too, with the following command:&lt;/p&gt;&lt;p&gt;ffmpeg -i myvideo.3gp -vn -acodec pcm_s16le -ar 44100 -ac 2 mywave.wav&lt;/p&gt;&lt;p&gt;Anyone out there reading this, don't waste your time with AoA Audio Extraction. That thing is a piece of junk that will distort your audio. The above technique works perfectly. Of course, downloading an installing ffmpeg is a bit of an intimating process if you're not well versed in the world of open source development. But if you're heart is really set on editing together a silly movie that you shot on your Android phone, stick with it!  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Mac</dc:creator><pubDate>Tue, 05 Jul 2011 12:13:09 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-231901312</link><description>&lt;p&gt;Thanks ... got it working :) &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lmalahleha</dc:creator><pubDate>Wed, 22 Jun 2011 10:37:37 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-138091675</link><description>&lt;p&gt;thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amare</dc:creator><pubDate>Tue, 01 Feb 2011 05:32:05 -0000</pubDate></item><item><title>Re: Deploying a Perl Dancer application on Amazon EC2</title><link>http://www.deepakg.com/prog/2011/01/deploying-a-perl-dancer-application-on-amazon-ec2/#comment-126519375</link><description>&lt;p&gt;Looks interesting. If I were doing anything more than a single micro instance, I'd probably be interested. That said, Amazon's web-based console has become better over the last few months. It is daunting to get started but once you have some experience getting an instance up and running, it doesn't feel difficult.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deepakg</dc:creator><pubDate>Sun, 09 Jan 2011 12:38:34 -0000</pubDate></item><item><title>Re: Deploying a Perl Dancer application on Amazon EC2</title><link>http://www.deepakg.com/prog/2011/01/deploying-a-perl-dancer-application-on-amazon-ec2/#comment-126465766</link><description>&lt;p&gt;Just interesting - would you have considered a Cloud Management App to simplify the AWS deployment process (ie remove TLA's and make it one-click easy to deploy a server)? We've launched a platform to do this - aimed mainly at business users - but I'm really interested to know what the developer community sees as value-adds on top of AWS/IaaS services.&lt;/p&gt;&lt;p&gt;Thanks, Ed - &lt;a href="http://digitalmines.com" rel="nofollow noopener" target="_blank" title="digitalmines.com"&gt;digitalmines.com&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ed Byrne</dc:creator><pubDate>Sun, 09 Jan 2011 08:26:16 -0000</pubDate></item><item><title>Re: PerlAuthenHandler</title><link>http://www.deepakg.com/prog/2009/02/perlauthenhandler/#comment-78475747</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have this set up and the basic authentication pop up does not show when I go to that location, and I get the error:&lt;/p&gt;&lt;p&gt;Can't locate object method "get_basic_auth_pw" via package "Apache2::RequestRec"&lt;/p&gt;&lt;p&gt;my $cgi=new CGI;&lt;/p&gt;&lt;p&gt;  #get Password and login from request &lt;br&gt;  my $r =shift;&lt;br&gt;  my ($res,$sent_pw) = $r-&amp;gt;get_basic_auth_pw;&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;adrian&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">whiteadi</dc:creator><pubDate>Fri, 17 Sep 2010 02:26:29 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-48989672</link><description>&lt;p&gt;Just used your tutorial on 10.04 server and it's still working. Thanks - a great help!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pepijn</dc:creator><pubDate>Fri, 07 May 2010 15:16:19 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-44225415</link><description>&lt;p&gt;Look at ModPerl::Registry:&lt;br&gt;&lt;a href="http://perl.apache.org/docs/2.0/api/ModPerl/Registry.html" rel="nofollow noopener" target="_blank" title="http://perl.apache.org/docs/2.0/api/ModPerl/Registry.html"&gt;http://perl.apache.org/docs...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deepakg</dc:creator><pubDate>Sat, 10 Apr 2010 12:03:41 -0000</pubDate></item><item><title>Re: Ruby-like difference between two arrays in JavaScript</title><link>http://www.deepakg.com/prog/2009/01/ruby-like-difference-between-two-arrays-in-javascript/#comment-35824729</link><description>&lt;p&gt;If array B is empty. It will return concatenated array values&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kamaljoshi</dc:creator><pubDate>Mon, 22 Feb 2010 05:56:18 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-29443236</link><description>&lt;p&gt;so how do i make cgi-bin diretory to be excuted as mod_perl&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hamdi123</dc:creator><pubDate>Mon, 11 Jan 2010 20:16:29 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-25936481</link><description>&lt;p&gt;Indeed. Thanks for pointing it out. I've updated the snippet above.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">deepakg</dc:creator><pubDate>Wed, 16 Dec 2009 07:55:19 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-25935948</link><description>&lt;p&gt;print "Hello World, the time here is " . localtime() . "n";&lt;/p&gt;&lt;p&gt;That should be a "\n" at the end, no?&lt;/p&gt;&lt;p&gt;Great tutorial, however. Thanks so much!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick</dc:creator><pubDate>Wed, 16 Dec 2009 07:36:44 -0000</pubDate></item><item><title>Re: Installing mod_perl on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/installing-mod_perl-on-ubuntu-server/#comment-22475851</link><description>&lt;p&gt;Thanks, this was very helpful for me too. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fergus Murray</dc:creator><pubDate>Mon, 09 Nov 2009 16:50:45 -0000</pubDate></item><item><title>Re: Install and enable Apache2::Request on Ubuntu Server 8.10</title><link>http://www.deepakg.com/prog/2009/01/install-and-enable-apache2request-on-ubuntu-server-810/#comment-17420050</link><description>&lt;p&gt;I was thinking of taking some &lt;a href="http://www.donhost.co.uk/" rel="nofollow noopener" target="_blank" title="http://www.donhost.co.uk/"&gt;dedicated servers&lt;/a&gt; and make them run on Ubuntu. Looking at all the things you said here I get the impression that's not going to be an easy task. Still, thanks for all the info. I've bookmarked you because I get the feeling I'll need your help again.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">eddiepetosa</dc:creator><pubDate>Sat, 26 Sep 2009 08:27:02 -0000</pubDate></item><item><title>Re: TechEd India 2009 - jQuery Presentation</title><link>http://www.deepakg.com/prog/2009/05/teched-india-2009-jquery-presentation/#comment-11831071</link><description>&lt;p&gt;Hi deepak,&lt;br&gt;Presentation given by u was helpful to me to use it in projects.&lt;br&gt;thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anuj</dc:creator><pubDate>Sat, 27 Jun 2009 10:52:44 -0000</pubDate></item><item><title>Re: TechEd India 2009 - jQuery Presentation</title><link>http://www.deepakg.com/prog/2009/05/teched-india-2009-jquery-presentation/#comment-11758987</link><description>&lt;p&gt;Hi Deepak,&lt;/p&gt;&lt;p&gt;Presentation at tech-ed was awesome and thanks for sharing the example.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iyappan</dc:creator><pubDate>Fri, 26 Jun 2009 00:24:26 -0000</pubDate></item></channel></rss>