<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 16:44:47 +0000</lastBuildDate>
    <item>
      <title>(Bash) ffmpeg replace audio in mp4 with 3gp audio from phone - rowntreerob</title>
      <link>https://snipplr.com/view/63743/ffmpeg-replace-audio-in-mp4-with-3gp-audio-from-phone</link>
      <description>&lt;p&gt;2 steps using ffmpeg to drop the original audio track and replace it with new audio file from the phone&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 06:44:04 UTC</pubDate>
      <guid>https://snipplr.com/view/63743/ffmpeg-replace-audio-in-mp4-with-3gp-audio-from-phone</guid>
    </item>
    <item>
      <title>(Bash) java commons logging - httpclient - simpleLog - rowntreerob</title>
      <link>https://snipplr.com/view/62762/java-commons-logging--httpclient--simplelog</link>
      <description>&lt;p&gt;For impl of 'simpleLog', in eclipse, the default instructions did not work for me , providing LEVEL_ALL logs until i added one additional prop not mentioned in the link&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jan 2012 03:54:46 UTC</pubDate>
      <guid>https://snipplr.com/view/62762/java-commons-logging--httpclient--simplelog</guid>
    </item>
    <item>
      <title>(Bash) GData ver. 2 &amp; Curl - Partial update using Oauth version 2 . Add georss:where to photos - rowntreerob</title>
      <link>https://snipplr.com/view/62127/gdata-ver-2--curl--partial-update-using-oauth-version-2--add-georsswhere-to-photos</link>
      <description>&lt;p&gt;using Docs for gdata v 2 api&#13;
&#13;
per the docs, there are multiple requests required and there are ETAG dependencies&#13;
&#13;
in the partial update, the contents of the file 'add-geo' are added to the entity&lt;/p&gt;</description>
      <pubDate>Mon, 26 Dec 2011 13:40:11 UTC</pubDate>
      <guid>https://snipplr.com/view/62127/gdata-ver-2--curl--partial-update-using-oauth-version-2--add-georsswhere-to-photos</guid>
    </item>
    <item>
      <title>(Bash) gdata picasa client using oauth2 playground - rowntreerob</title>
      <link>https://snipplr.com/view/61834/gdata-picasa-client-using-oauth2-playground</link>
      <description>&lt;p&gt;auth2 playground at https://code.google.com/oauthplayground/&#13;
&#13;
series of http requests to get auth token and then to request a couple of api URL's&lt;/p&gt;</description>
      <pubDate>Tue, 13 Dec 2011 06:05:29 UTC</pubDate>
      <guid>https://snipplr.com/view/61834/gdata-picasa-client-using-oauth2-playground</guid>
    </item>
    <item>
      <title>(C++) RTP packet handler - rowntreerob</title>
      <link>https://snipplr.com/view/57979/rtp-packet-handler</link>
      <description>&lt;p&gt;cpp code to parse packet headers and find the actual audio frames in the packet&lt;/p&gt;</description>
      <pubDate>Thu, 18 Aug 2011 05:37:51 UTC</pubDate>
      <guid>https://snipplr.com/view/57979/rtp-packet-handler</guid>
    </item>
    <item>
      <title>(Java) RTP packet handler - rowntreerob</title>
      <link>https://snipplr.com/view/57978/rtp-packet-handler</link>
      <description>&lt;p&gt;java handler for RTP raw audio packet in:&#13;
com.biasedbit.com.efflux.packet.DataPacket&lt;/p&gt;</description>
      <pubDate>Thu, 18 Aug 2011 05:35:27 UTC</pubDate>
      <guid>https://snipplr.com/view/57978/rtp-packet-handler</guid>
    </item>
    <item>
      <title>(Bash) soundcloud load audio track and use client to get it - rowntreerob</title>
      <link>https://snipplr.com/view/57108/soundcloud-load-audio-track-and-use-client-to-get-it</link>
      <description>&lt;p&gt;get token&#13;
upload track&#13;
download track to client ( request --&gt; REDIRECT --&gt; follow it to get download&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:26:45 UTC</pubDate>
      <guid>https://snipplr.com/view/57108/soundcloud-load-audio-track-and-use-client-to-get-it</guid>
    </item>
    <item>
      <title>(Bash) youtube rtsp CLI request - AUDIO TRACK only - rowntreerob</title>
      <link>https://snipplr.com/view/56509/youtube-rtsp-cli-request--audio-track-only</link>
      <description>&lt;p&gt;youtube cloud to store a video clip where client app wants only amr-nb audio. &#13;
tactic to make good use of bandwidth over 3G...&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jul 2011 12:20:14 UTC</pubDate>
      <guid>https://snipplr.com/view/56509/youtube-rtsp-cli-request--audio-track-only</guid>
    </item>
    <item>
      <title>(Bash) merge slides &amp; audio for youtube upload with ffmpeg - rowntreerob</title>
      <link>https://snipplr.com/view/56022/merge-slides--audio-for-youtube-upload-with-ffmpeg</link>
      <description>&lt;p&gt;ffmpeg to create video that will upload OK to youtube&#13;
2 pass libx264 encoder followed by 1-pass .wmv output example&lt;/p&gt;</description>
      <pubDate>Sat, 02 Jul 2011 02:03:10 UTC</pubDate>
      <guid>https://snipplr.com/view/56022/merge-slides--audio-for-youtube-upload-with-ffmpeg</guid>
    </item>
    <item>
      <title>(Bash) audio conversion 3gpp to mp3 - rowntreerob</title>
      <link>https://snipplr.com/view/55864/audio-conversion-3gpp-to-mp3</link>
      <description>&lt;p&gt;example for 3gpp file aaptured on phone coverting to more generic format/codec by using 'ffmpeg'&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2011 04:37:25 UTC</pubDate>
      <guid>https://snipplr.com/view/55864/audio-conversion-3gpp-to-mp3</guid>
    </item>
    <item>
      <title>(Bash) merge one slide , audio using ffmpeg - output is AUDIO ONLY  in video container ( one slide in vid track) - rowntreerob</title>
      <link>https://snipplr.com/view/55804/merge-one-slide--audio-using-ffmpeg--output-is-audio-only--in-video-container--one-slide-in-vid-track</link>
      <description>&lt;p&gt;podcast to youtube .  the output will upload ok using mpeg container for audio only&#13;
2 examples:&#13;
   2 pass libx264 &#13;
   output .wmv file&lt;/p&gt;</description>
      <pubDate>Tue, 28 Jun 2011 04:16:32 UTC</pubDate>
      <guid>https://snipplr.com/view/55804/merge-one-slide--audio-using-ffmpeg--output-is-audio-only--in-video-container--one-slide-in-vid-track</guid>
    </item>
    <item>
      <title>(Bash) android emulator - replace system app - rowntreerob</title>
      <link>https://snipplr.com/view/51901/android-emulator--replace-system-app</link>
      <description>&lt;p&gt;system apps privilege does not permit normal uninstall. File mgrs 'Astro' with root may be used in lieu of this . &#13;
get the mount privs that u need then chmod dirs as needed and rm all the data ... rm the apk. check devices with a 'mount' prior the specific mounts in the thread&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 04:51:48 UTC</pubDate>
      <guid>https://snipplr.com/view/51901/android-emulator--replace-system-app</guid>
    </item>
    <item>
      <title>(Bash) chrome bookmarks linkcheck - rowntreerob</title>
      <link>https://snipplr.com/view/48654/chrome-bookmarks-linkcheck</link>
      <description>&lt;p&gt;get urls from bookmarks, run wget against the list of urls, then parse the log looking for bad return codes&lt;/p&gt;</description>
      <pubDate>Wed, 09 Feb 2011 13:34:01 UTC</pubDate>
      <guid>https://snipplr.com/view/48654/chrome-bookmarks-linkcheck</guid>
    </item>
    <item>
      <title>(HTML) Http request response protocol - Deliver Banner Ad - rowntreerob</title>
      <link>https://snipplr.com/view/29890/http-request-response-protocol--deliver-banner-ad</link>
      <description>&lt;p&gt;Live Header trace of request and response for a banner ad from an OpenX publisher zone.  The series of http redirects eventually results in the delivery of a banner ad ie the .jpg at the bottom of the trace.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Mar 2010 10:20:55 UTC</pubDate>
      <guid>https://snipplr.com/view/29890/http-request-response-protocol--deliver-banner-ad</guid>
    </item>
    <item>
      <title>(HTML) Sample OpenX Invocation code for Flash frame - rowntreerob</title>
      <link>https://snipplr.com/view/29849/sample-openx-invocation-code-for-flash-frame</link>
      <description>&lt;p&gt;Ad goes in the iframe . This is standard invocation code&lt;/p&gt;</description>
      <pubDate>Tue, 16 Mar 2010 18:06:25 UTC</pubDate>
      <guid>https://snipplr.com/view/29849/sample-openx-invocation-code-for-flash-frame</guid>
    </item>
    <item>
      <title>(Bash) looping over file paths that contain spaces - rowntreerob</title>
      <link>https://snipplr.com/view/27197/looping-over-file-paths-that-contain-spaces</link>
      <description>&lt;p&gt;spaces in filenames breaks for loops on 'find' results&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:44:31 UTC</pubDate>
      <guid>https://snipplr.com/view/27197/looping-over-file-paths-that-contain-spaces</guid>
    </item>
    <item>
      <title>(Perl) run 'linkcheck' on bookmarks 2 of 2 - rowntreerob</title>
      <link>https://snipplr.com/view/22427/run-linkcheck-on-bookmarks-2-of-2</link>
      <description>&lt;p&gt;source for perl file that is step 2&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:09:47 UTC</pubDate>
      <guid>https://snipplr.com/view/22427/run-linkcheck-on-bookmarks-2-of-2</guid>
    </item>
    <item>
      <title>(Bash) run 'linkcheck' on bookmarks 1 of 2 - rowntreerob</title>
      <link>https://snipplr.com/view/22426/run-linkcheck-on-bookmarks-1-of-2</link>
      <description>&lt;p&gt;export bookmarks.html file, extract links from that file to a list , using the list as INPUT to linkchecker that reports dead links&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:07:05 UTC</pubDate>
      <guid>https://snipplr.com/view/22426/run-linkcheck-on-bookmarks-1-of-2</guid>
    </item>
    <item>
      <title>(Bash) yahoo media - simple ads call#2 - rowntreerob</title>
      <link>https://snipplr.com/view/22056/yahoo-media--simple-ads-call2</link>
      <description>&lt;p&gt;call 2 of 2 in simple scenario for media content&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 16:50:59 UTC</pubDate>
      <guid>https://snipplr.com/view/22056/yahoo-media--simple-ads-call2</guid>
    </item>
    <item>
      <title>(HTML) yahoo media - simple ads call#1 - rowntreerob</title>
      <link>https://snipplr.com/view/21999/yahoo-media--simple-ads-call1</link>
      <description>&lt;p&gt;call 1 of  2 gets content from getPlaylistFOP using a node_id&lt;/p&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:20:38 UTC</pubDate>
      <guid>https://snipplr.com/view/21999/yahoo-media--simple-ads-call1</guid>
    </item>
    <item>
      <title>(HTML) reckitt telemetry test - call #3 - rowntreerob</title>
      <link>https://snipplr.com/view/21072/reckitt-telemetry-test--call-3</link>
      <description>&lt;p&gt;3rd call in sequence ( call &amp; response )&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 21:52:51 UTC</pubDate>
      <guid>https://snipplr.com/view/21072/reckitt-telemetry-test--call-3</guid>
    </item>
    <item>
      <title>(HTML) reckitt telemetry test - call #2 - rowntreerob</title>
      <link>https://snipplr.com/view/21071/reckitt-telemetry-test--call-2</link>
      <description>&lt;p&gt;2nd call in sequence ( call &amp; response )&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 21:50:54 UTC</pubDate>
      <guid>https://snipplr.com/view/21071/reckitt-telemetry-test--call-2</guid>
    </item>
    <item>
      <title>(HTML) reckitt telemetry test - call #1 - rowntreerob</title>
      <link>https://snipplr.com/view/21069/reckitt-telemetry-test--call-1</link>
      <description>&lt;p&gt;first call to the test page for telemetry ( Call &amp; Response )&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 21:48:59 UTC</pubDate>
      <guid>https://snipplr.com/view/21069/reckitt-telemetry-test--call-1</guid>
    </item>
    <item>
      <title>(Perl) CPAN module to install Perl - rowntreerob</title>
      <link>https://snipplr.com/view/20224/cpan-module-to-install-perl</link>
      <description>&lt;p&gt;on cygwin, run 'CPAN' to manage module installs&lt;/p&gt;</description>
      <pubDate>Thu, 24 Sep 2009 14:54:30 UTC</pubDate>
      <guid>https://snipplr.com/view/20224/cpan-module-to-install-perl</guid>
    </item>
    <item>
      <title>(Bash) output test file for wget entries - rowntreerob</title>
      <link>https://snipplr.com/view/19928/output-test-file-for-wget-entries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Sep 2009 18:07:42 UTC</pubDate>
      <guid>https://snipplr.com/view/19928/output-test-file-for-wget-entries</guid>
    </item>
    <item>
      <title>(HTML) call #2 TMP ad on zone w/ SWF's - rowntreerob</title>
      <link>https://snipplr.com/view/19743/call-2-tmp-ad-on-zone-w-swfs</link>
      <description>&lt;p&gt;this response results from a GET on line #1 of the first response.  See line #98 for the &lt;embed tag containing the SWF&lt;/p&gt;</description>
      <pubDate>Tue, 15 Sep 2009 02:42:10 UTC</pubDate>
      <guid>https://snipplr.com/view/19743/call-2-tmp-ad-on-zone-w-swfs</guid>
    </item>
    <item>
      <title>(HTML) call #1 TMP ad on zone w/ SWF's - rowntreerob</title>
      <link>https://snipplr.com/view/19742/call-1-tmp-ad-on-zone-w-swfs</link>
      <description>&lt;p&gt;first call by browser to zone using the invocation code for an IFRAME returns this response that has a frame in line 1. the browser responds by issuing a get for the frame  ( see call #2 )&lt;/p&gt;</description>
      <pubDate>Tue, 15 Sep 2009 02:39:11 UTC</pubDate>
      <guid>https://snipplr.com/view/19742/call-1-tmp-ad-on-zone-w-swfs</guid>
    </item>
    <item>
      <title>(Bash) using phpdocumentor - rowntreerob</title>
      <link>https://snipplr.com/view/18030/using-phpdocumentor</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 07 Aug 2009 13:00:32 UTC</pubDate>
      <guid>https://snipplr.com/view/18030/using-phpdocumentor</guid>
    </item>
    <item>
      <title>(Bash) youtube call 5 - Get videoFeed(video_id) - rowntreerob</title>
      <link>https://snipplr.com/view/17979/youtube-call-5--get-videofeedvideoid</link>
      <description>&lt;p&gt;call for the feed using the video_id and get the xml response. see "yt:status"&lt;/p&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:04:41 UTC</pubDate>
      <guid>https://snipplr.com/view/17979/youtube-call-5--get-videofeedvideoid</guid>
    </item>
    <item>
      <title>(Bash) config file list TMP placement ids - rowntreerob</title>
      <link>https://snipplr.com/view/17641/config-file-list-tmp-placement-ids</link>
      <description>&lt;p&gt;parse the list of config files for all clients and get the ad net's placement ids&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jul 2009 16:44:52 UTC</pubDate>
      <guid>https://snipplr.com/view/17641/config-file-list-tmp-placement-ids</guid>
    </item>
    <item>
      <title>(Bash) apache error log - profile php errors  by type - rowntreerob</title>
      <link>https://snipplr.com/view/16030/apache-error-log--profile-php-errors--by-type</link>
      <description>&lt;p&gt;drop the prefix fields and sort , profile by type&lt;/p&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:01:07 UTC</pubDate>
      <guid>https://snipplr.com/view/16030/apache-error-log--profile-php-errors--by-type</guid>
    </item>
    <item>
      <title>(Bash) php util log access rept - youtube video - rowntreerob</title>
      <link>https://snipplr.com/view/15079/php-util-log-access-rept--youtube-video</link>
      <description>&lt;p&gt;daily hits on the youtube.video helper methods in 'utility' cls only on //ads&lt;/p&gt;</description>
      <pubDate>Fri, 15 May 2009 14:52:18 UTC</pubDate>
      <guid>https://snipplr.com/view/15079/php-util-log-access-rept--youtube-video</guid>
    </item>
    <item>
      <title>(Bash) youtube call 4 - spider version of call 2. get Location without a download of media - rowntreerob</title>
      <link>https://snipplr.com/view/14742/youtube-call-4--spider-version-of-call-2-get-location-without-a-download-of-media</link>
      <description>&lt;p&gt;java httpurlconnection or apache.commons..GetMethod will have to simulate a 'spider' where you process the GET but NO DOWNLOAD of media happens&lt;/p&gt;</description>
      <pubDate>Tue, 05 May 2009 15:19:23 UTC</pubDate>
      <guid>https://snipplr.com/view/14742/youtube-call-4--spider-version-of-call-2-get-location-without-a-download-of-media</guid>
    </item>
    <item>
      <title>(Bash) youtube call 3 - get the actual video steam/file directly from the cache - rowntreerob</title>
      <link>https://snipplr.com/view/14638/youtube-call-3--get-the-actual-video-steamfile-directly-from-the-cache</link>
      <description>&lt;p&gt;response from call #2 has "Location:" in the headers . See the '303' response, the direct location in cache that could be requested by client ( no token req'd ). This request does not need a token . It calls the cache.&lt;/p&gt;</description>
      <pubDate>Fri, 01 May 2009 19:03:26 UTC</pubDate>
      <guid>https://snipplr.com/view/14638/youtube-call-3--get-the-actual-video-steamfile-directly-from-the-cache</guid>
    </item>
    <item>
      <title>(Bash) youtube call 2 - get the actual video steam/file - rowntreerob</title>
      <link>https://snipplr.com/view/14636/youtube-call-2--get-the-actual-video-steamfile</link>
      <description>&lt;p&gt;using the token value from the first call for video information, get the video&lt;/p&gt;</description>
      <pubDate>Fri, 01 May 2009 18:37:18 UTC</pubDate>
      <guid>https://snipplr.com/view/14636/youtube-call-2--get-the-actual-video-steamfile</guid>
    </item>
    <item>
      <title>(Bash) youtube - call 1 get token for video - rowntreerob</title>
      <link>https://snipplr.com/view/14635/youtube--call-1-get-token-for-video</link>
      <description>&lt;p&gt;first call gets token, second call uses token for the actual media&lt;/p&gt;</description>
      <pubDate>Fri, 01 May 2009 18:34:36 UTC</pubDate>
      <guid>https://snipplr.com/view/14635/youtube--call-1-get-token-for-video</guid>
    </item>
    <item>
      <title>(Bash) upd file permissions w/ scripts - rowntreerob</title>
      <link>https://snipplr.com/view/14631/upd-file-permissions-w-scripts</link>
      <description>&lt;p&gt;get the list of dirs&#13;
process that list to cmd expressions&#13;
run the file with cmd exprssns&lt;/p&gt;</description>
      <pubDate>Fri, 01 May 2009 15:10:22 UTC</pubDate>
      <guid>https://snipplr.com/view/14631/upd-file-permissions-w-scripts</guid>
    </item>
    <item>
      <title>(SQL) BIRT repts - vortex monthly uniques - rowntreerob</title>
      <link>https://snipplr.com/view/14126/birt-repts--vortex-monthly-uniques</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Apr 2009 14:32:24 UTC</pubDate>
      <guid>https://snipplr.com/view/14126/birt-repts--vortex-monthly-uniques</guid>
    </item>
    <item>
      <title>(Bash) lvhdr segment 7 - rowntreerob</title>
      <link>https://snipplr.com/view/13888/lvhdr-segment-7</link>
      <description>&lt;p&gt;what was formerly in-lined to current DOM context now appears in the NEW Doc inside additional iframe&lt;/p&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:33:38 UTC</pubDate>
      <guid>https://snipplr.com/view/13888/lvhdr-segment-7</guid>
    </item>
    <item>
      <title>(Bash) lvhdr segment 6 - rowntreerob</title>
      <link>https://snipplr.com/view/13887/lvhdr-segment-6</link>
      <description>&lt;p&gt;change in DOM returned by network caused bug - another "iframe" inlined instead of the plain "document.write of the anchor and the img tags&lt;/p&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:30:12 UTC</pubDate>
      <guid>https://snipplr.com/view/13887/lvhdr-segment-6</guid>
    </item>
    <item>
      <title>(Bash) directory names , get base dir removing fileName from string - rowntreerob</title>
      <link>https://snipplr.com/view/13065/directory-names--get-base-dir-removing-filename-from-string</link>
      <description>&lt;p&gt;you have to collect the filenames from 'find' in an input file then open the input in this script&lt;/p&gt;</description>
      <pubDate>Thu, 12 Mar 2009 17:32:00 UTC</pubDate>
      <guid>https://snipplr.com/view/13065/directory-names--get-base-dir-removing-filename-from-string</guid>
    </item>
    <item>
      <title>(Bash) wget segment 5 - Ad network ( yieldmanager ) - rowntreerob</title>
      <link>https://snipplr.com/view/12840/wget-segment-5--ad-network--yieldmanager-</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2009 21:37:13 UTC</pubDate>
      <guid>https://snipplr.com/view/12840/wget-segment-5--ad-network--yieldmanager-</guid>
    </item>
    <item>
      <title>(Bash) curl on Ad network with redirect - rowntreerob</title>
      <link>https://snipplr.com/view/12832/curl-on-ad-network-with-redirect</link>
      <description>&lt;p&gt;the call to the url for the ad results in redirect to the 'banner' or image file&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:31:40 UTC</pubDate>
      <guid>https://snipplr.com/view/12832/curl-on-ad-network-with-redirect</guid>
    </item>
    <item>
      <title>(Bash) lvhdr segment 4 - rowntreerob</title>
      <link>https://snipplr.com/view/12579/lvhdr-segment-4</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 19:25:30 UTC</pubDate>
      <guid>https://snipplr.com/view/12579/lvhdr-segment-4</guid>
    </item>
    <item>
      <title>(Bash) lvhdr segment 3 - rowntreerob</title>
      <link>https://snipplr.com/view/12578/lvhdr-segment-3</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 19:24:35 UTC</pubDate>
      <guid>https://snipplr.com/view/12578/lvhdr-segment-3</guid>
    </item>
    <item>
      <title>(Bash) lvhdr segment 2 - rowntreerob</title>
      <link>https://snipplr.com/view/12577/lvhdr-segment-2</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 25 Feb 2009 19:23:30 UTC</pubDate>
      <guid>https://snipplr.com/view/12577/lvhdr-segment-2</guid>
    </item>
    <item>
      <title>(Bash) convert mysql engine to innodb - rowntreerob</title>
      <link>https://snipplr.com/view/11177/convert-mysql-engine-to-innodb</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:42:27 UTC</pubDate>
      <guid>https://snipplr.com/view/11177/convert-mysql-engine-to-innodb</guid>
    </item>
    <item>
      <title>(Bash) create archive file for video using playlists, file ages - rowntreerob</title>
      <link>https://snipplr.com/view/10642/create-archive-file-for-video-using-playlists-file-ages</link>
      <description>&lt;p&gt;list of vids played in the last 3 weeks...&#13;
list over 2 months old from active video section of the nas...&#13;
set compare from 1 and 2 above&lt;/p&gt;</description>
      <pubDate>Mon, 22 Dec 2008 20:18:50 UTC</pubDate>
      <guid>https://snipplr.com/view/10642/create-archive-file-for-video-using-playlists-file-ages</guid>
    </item>
    <item>
      <title>(Bash) video play list from list of xml config files - rowntreerob</title>
      <link>https://snipplr.com/view/10051/video-play-list-from-list-of-xml-config-files</link>
      <description>&lt;p&gt;get a list of all the video files played in all the vortexes&lt;/p&gt;</description>
      <pubDate>Tue, 25 Nov 2008 20:25:27 UTC</pubDate>
      <guid>https://snipplr.com/view/10051/video-play-list-from-list-of-xml-config-files</guid>
    </item>
    <item>
      <title>(HTML) html launches .swf without setting required args - rowntreerob</title>
      <link>https://snipplr.com/view/9349/html-launches-swf-without-setting-required-args</link>
      <description>&lt;p&gt;When a swf launches like this , without setters for the required args ( referer, IpAddress ) the reports will show 'unknown' domain.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Oct 2008 21:05:58 UTC</pubDate>
      <guid>https://snipplr.com/view/9349/html-launches-swf-without-setting-required-args</guid>
    </item>
  </channel>
</rss>
