<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.w9cr.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kd7lxl</id>
	<title>W9CR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.w9cr.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kd7lxl"/>
	<link rel="alternate" type="text/html" href="https://wiki.w9cr.net/index.php/Special:Contributions/Kd7lxl"/>
	<updated>2026-04-19T10:02:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.4</generator>
	<entry>
		<id>https://wiki.w9cr.net/index.php?title=File:Waris_CDM_flash_cable.png&amp;diff=3653</id>
		<title>File:Waris CDM flash cable.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.w9cr.net/index.php?title=File:Waris_CDM_flash_cable.png&amp;diff=3653"/>
		<updated>2017-07-21T16:19:03Z</updated>

		<summary type="html">&lt;p&gt;Kd7lxl: Kd7lxl uploaded a new version of File:Waris CDM flash cable.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Flash adapter for CDM1250 radio}}&lt;br /&gt;
|date=2016-12-13&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Bryan|Bryan]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Waris]]&lt;/div&gt;</summary>
		<author><name>Kd7lxl</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.w9cr.net/index.php?title=Telewave&amp;diff=3182</id>
		<title>Telewave</title>
		<link rel="alternate" type="text/html" href="https://wiki.w9cr.net/index.php?title=Telewave&amp;diff=3182"/>
		<updated>2016-01-31T00:24:41Z</updated>

		<summary type="html">&lt;p&gt;Kd7lxl: Pretty print PHP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Telewave [http://www.telewave.com/technical.html gives out] their patterns in a few formats.  I've convert the Planet formatted .pat files to radio mobile format using this php code.  It will produce a output of exactly 720 lines matching the [http://radiomobile.pe1mew.nl/?The_program:File_formats:Antenna_.ant_format_%28V3%29 V3 .ant file format] radio mobile uses.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;?&lt;br /&gt;
if (!isset($argv[1])) {&lt;br /&gt;
    echo &amp;quot;usage: php convert.php patfile\n&amp;quot;;&lt;br /&gt;
    return;&lt;br /&gt;
} else {&lt;br /&gt;
    $pat = $argv[1];&lt;br /&gt;
}&lt;br /&gt;
$s = file_get_contents($pat);&lt;br /&gt;
$r = preg_split('/\R/', $s);&lt;br /&gt;
if (count($r) &amp;lt; 1)&lt;br /&gt;
    echo &amp;quot;Invalid file type\n&amp;quot;;&lt;br /&gt;
$p = 1;&lt;br /&gt;
foreach ($r as $l =&amp;gt; $k) {&lt;br /&gt;
    $ln = $l + 1;&lt;br /&gt;
    if ($ln == 547 || $ln == 727) {&lt;br /&gt;
        continue;&lt;br /&gt;
    }&lt;br /&gt;
    if (preg_match(&amp;quot;/((?:-){0,1}\d{1,3},((?:-){0,1}\d{1,3}\.\d{2}))/s&amp;quot;, $k, $mt)) {&lt;br /&gt;
        $p = 0;&lt;br /&gt;
        echo $mt[2] . &amp;quot;\r\n&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
if ($p == 1)&lt;br /&gt;
    echo (&amp;quot;Invalid file type\n&amp;quot;);&lt;br /&gt;
?&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a [[media:Telewave RM.zip|Zip]] of all the converted files, please place the .ant files into the directory of radio mobile and restart the program.&lt;/div&gt;</summary>
		<author><name>Kd7lxl</name></author>
		
	</entry>
</feed>