CINXE.COM

LCWO.net - Learn CW Online

<!DOCTYPE html> <html> <head> <title>LCWO.net - Learn CW Online</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" lang="en" content="Learn CW Online - At LCWO you can learn Morse Code (CW) online, in your web browser!"> <meta name="description" lang="zh" content="&#22312;LCWO&#65292;&#20320;&#23558;&#22312;&#27983;&#35272;&#22120;&#20013;&#23398;&#20064;&#33707;&#23572;&#26031;&#30005;&#30721;&#12290;&#30005;&#33041;&#19978;&#26080;&#38656;&#23433;&#35013;&#31243;&#24207;&#65292;&#36890;&#36807;&#22240;&#29305;&#32593;&#36830;&#25509;&#20320;&#30340;&#20010;&#20154;&#35774;&#32622;&#65292;&#36824;&#21487;&#20197;&#20351;&#29992;&#21508;&#31181;&#32479;&#35745;&#25163;&#27573;&#36319;&#36394;&#20320;&#30340;&#23398;&#20064;&#36827;&#24230;&#12290;"> <meta name="keywords" content="learn cw, cw, morse code practice, telegraphy, learn morse code, morse code, koch method, morsen lernen, impare il cw, high speed cw, hst, qrq, ham radio, dj1yfk, rufzxp, fabian kurz"> <meta name="author" content="Fabian Kurz"> <meta property="og:title" content="Learn CW Online" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://lcwo.net/" /> <meta property="og:image" content="https://lcwo.net/pics/lcwo.png" /> <meta property="og:description" content="Learn CW Online - a free web app for learning Morse code!" /> <link rel="icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico"> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="LCWO News Feed"> <link href="/forumatom.xml" type="application/atom+xml" rel="alternate" title="LCWO Forum Feed"> <link id="lcwocss" href="/style.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/js/leaflet.css"> <script type="text/javascript" src="/js/jscwlib.js?cachebreak=1711272842"></script> <!-- User activity heatmap dependencies curl -L 'https://d3js.org/d3.v7.min.js' > js/d3.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.min.js' > js/cal-heatmap.js curl -L 'https://unpkg.com/cal-heatmap/dist/cal-heatmap.css' > cal-heatmap.css curl -L 'https://unpkg.com/@popperjs/core@2' > js/popperjs-core.js curl -L 'https://unpkg.com/cal-heatmap/dist/plugins/Tooltip.min.js' > js/cal-heatmap-Tooltip.js --> <script src="/js/d3.js"></script> <script src="/js/cal-heatmap.js"></script> <link rel="stylesheet" href="/cal-heatmap.css"> <script src="/js/popperjs-core.js"></script> <script src="/js/cal-heatmap-Tooltip.js"></script> </head> <body bgcolor="#ffffff"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr class="headerline"> <td style="background-image:url(/pics/lcwo-bg2.png);" width="41%"> <a href="/"><img style="border-style:none;" src="/pics/lcwo.png" height="75" width="214" title="LCWO - Home" alt="[LCWO LOGO]"></a> </td> <td style="background-image:url(/pics/lcwo-bg2.png);" width="59%"> &nbsp; </td> </tr> </tbody></table> <script> function agree_policy () { var i = document.getElementById("consent"); i.innerHTML = "Thanks!"; var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/consent.php", true); request.send(); } </script> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td class="menuText" width="100%"> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="16" alt=":"> <a class="mLink" href="/">&#39318;&#39029;</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">&#29992;&#25143;&#21015;&#34920;</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">&#25490;&#34892;&#27036;</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/forum">&#35770;&#22363; </a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/usergroups">&#29992;&#25143;&#32452;</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">关于</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> </td> </tr> </tbody></table> <br> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="220" valign="top"> <script> function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) { endstr = document.cookie.length; } return unescape(document.cookie.substring(offset, endstr)); } function getCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) { return getCookieVal (j); } i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } if (getCookie('lcwo_username') && getCookie('lcwo_hash')) { console.log("found cookies, attempting to log in!"); var u = getCookie('lcwo_username'); var h = getCookie('lcwo_hash'); var request = new XMLHttpRequest(); request.open("POST", '/dologin', true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { if (request.responseText) { if (request.responseText.indexOf("LOGIN_SUCCESS") != -1) { // login succeeded... forwarding window.setTimeout( function () { window.location.href = 'https://lcwo.net'; }, 1000); } } } } request.send("username="+u); } </script> <table width="90%"> <tr><th class="tborder">&#30331;&#38470;</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>&#29992;&#25143;&#21517;: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>&#23494;&#30721;: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="&#30331;&#38470;"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">&#24536;&#35760;&#23494;&#30721;&#65311;</a> - <strong><a href="/signup">&#27880;&#20876;</a></strong> </div> <br> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Language</th></tr> <tr> <td class="tborder"> <table width="100%"> <tr><td><a href="/bg/impressum" title="Bulgarian"> &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; </a></td><td><a href="/br/impressum" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/impressum" title="Bosnian"> Bosanski </a></td><td><a href="/ca/impressum" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/impressum" title="Traditional Chinese"> &#32321;&#39636;&#20013;&#25991; </a></td><td><a href="/cs/impressum" title="Czech"> &#268;esky </a></td></tr><tr><td><a href="/da/impressum" title="Danish"> Dansk </a></td><td><a href="/de/impressum" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/impressum" title="English"> English </a></td><td><a href="/es/impressum" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/impressum" title="Finnish"> Suomi </a></td><td><a href="/fr/impressum" title="French"> Français </a></td></tr><tr><td><a href="/gr/impressum" title="Greek"> &#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; </a></td><td><a href="/hr/impressum" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/impressum" title="Hungarian"> Magyar </a></td><td><a href="/it/impressum" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/impressum" title="Japanese"> &#x65e5;&#x672c;&#x8a9e; </a></td><td><a href="/ko/impressum" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/impressum" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/impressum" title="Dutch"> Nederlands </a></td></tr><tr><td><a href="/no/impressum" title="Norwegian"> Norsk </a></td><td><a href="/pl/impressum" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/impressum" title="Portuguese"> Português </a></td><td><a href="/ro/impressum" title="Romanian"> Român&#259; </a></td></tr><tr><td><a href="/ru/impressum" title="Russian"> &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; </a></td><td><a href="/si/impressum" title="Sinhala"> &#3523;&#3538;&#3458;&#3524;&#3517; </a></td></tr><tr><td><a href="/sk/impressum" title="Slovak"> Slovenčina </a></td><td><a href="/sl/impressum" title="Slovenian"> Sloven&#353;&#269;ina </a></td></tr><tr><td><a href="/sr/impressum" title="Serbian"> Srpski </a></td><td><a href="/sv/impressum" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/impressum" title="Thai"> &#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; </a></td><td><a href="/tr/impressum" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/impressum" title="Ukrainian"> &#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; </a></td><td><a href="/zh/impressum" title="Simplified Chinese"><strong> &#31616;&#20307;&#20013;&#25991; </strong></a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">&#26377;&#35841;&#22312;&#32447;&#19978;&#65311; (53)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/109HA547" title="Norbert">109HA547</a> <a href="/profile/AG5WO" title="Don Peoples">AG5WO</a> <a href="/profile/Bambi0351" title="Elaine">Bambi0351</a> <a href="/profile/Brynna" title="Hunter">Brynna</a> <a href="/profile/chromedome" title="">chromedome</a> <a href="/profile/de16335" title="Michael">de16335</a> <a href="/profile/djregan" title="DJ Regan">djregan</a> <a href="/profile/dk5vh" title="Volker Hehl">dk5vh</a> <a href="/profile/dl1rs" title="Ralf Schauff">dl1rs</a> <a href="/profile/DL7TCW" title="Tobias">DL7TCW</a> <a href="/profile/do4tx" title="Manfred">do4tx</a> <a href="/profile/doc4153" title="Mike">doc4153</a> <a href="/profile/Dockmasteralf" title="Alf Fischer">Dockmasteralf</a> <a href="/profile/EA3AGK" title="Joan Pere">EA3AGK</a> <a href="/profile/ES4AW" title="Andrei">ES4AW</a> <a href="/profile/F4LEC" title="tony">F4LEC</a> <a href="/profile/falsefruit" title="">falsefruit</a> <a href="/profile/flieger44" title="">flieger44</a> <a href="/profile/ik1xpe" title="Massimo">ik1xpe</a> <a href="/profile/ik3umz" title="Italo">ik3umz</a> <a href="/profile/ipaq82" title="">ipaq82</a> <a href="/profile/IU2RKO" title="Andrea Pozzoni">IU2RKO</a> <a href="/profile/iu4fls" title="fausto">iu4fls</a> <a href="/profile/IU7QCI" title="Fabio">IU7QCI</a> <a href="/profile/IZ5CFN" title="Alessandro">IZ5CFN</a> <a href="/profile/Jaume8" title="Jaume">Jaume8</a> <a href="/profile/jeroenpee" title="Jeroen">jeroenpee</a> <a href="/profile/ke8ttq" title="Dan Pelzel">ke8ttq</a> <a href="/profile/KO4WJU" title="Wes">KO4WJU</a> <a href="/profile/Luckyone12345" title="neal goldstein">Luckyone12345</a> <a href="/profile/Maxpil" title="Max">Maxpil</a> <a href="/profile/momentodiveleno" title="momentodiveleno">momentodiveleno</a> <a href="/profile/nikii" title="Niklas">nikii</a> <a href="/profile/OE4EXE" title="Erich OE4EXE --- . ....- . -..- .">OE4EXE</a> <a href="/profile/Outdoorsman" title="Josh">Outdoorsman</a> <a href="/profile/pa1apw" title="Arie">pa1apw</a> <a href="/profile/PA1FER" title="Ferry Reichart">PA1FER</a> <a href="/profile/pa3gxn" title="Frans">pa3gxn</a> <a href="/profile/paulusgermanus" title="Pawel SP6MU">paulusgermanus</a> <a href="/profile/pentodik" title="Андрей">pentodik</a> <a href="/profile/Peta" title="adrian">Peta</a> <a href="/profile/SP4GJ" title="Grzegorz">SP4GJ</a> <a href="/profile/Stellaferox" title="Marc">Stellaferox</a> <a href="/profile/sully139" title="Keeley">sully139</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/Tim997" title="">Tim997</a> <a href="/profile/tobias5" title="Tobias">tobias5</a> <a href="/profile/ub6lgs" title="Александр">ub6lgs</a> <a href="/profile/UB8CKY" title="UB8CKY">UB8CKY</a> <a href="/profile/us7is1" title="елагин анатолий владимирович">us7is1</a> <a href="/profile/wgyang" title="Bill Yang">wgyang</a> <a href="/profile/yeheng" title="Heng Ye">yeheng</a> <a href="/profile/zjosua" title="Yoshi">zjosua</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1>Impressum / &#27861;&#24459;&#22768;&#26126;</h1> <p>Diese Webseite wird betrieben von / &#26412;&#31449;&#32500;&#25252;&#65306;</p> <p>Fabian Kurz, DJ5CW<br> Frohschammerstr. 8<br> D-80807 M&uuml;nchen<br> Germany </p> <p>phone: +49 89 54578182</p> <p>mail: <a href="mailto:fabian&#64;fkurz.net">fabian&#64;fkurz.net</a> (<a href="https://fkurz.net/pgp.txt">PGP B77621F7</a>); <a href="mailto:help&#64;lcwo.net">help&#64;lcwo.net</a> (<a href="https://lcwo.net/misc/pgp.txt">PGP 277C98AF</a>) </p> <p>web: <a href="https://fkurz.net/">http://fkurz.net/</a> - profile: <a href="https://lcwo.net/profile/dj1yfk">http://lcwo.net/profile/dj1yfk</a></p> <p><a href="/privacy">Informationen zum Datenschutz / Privacy Policy</a></p> <p>LCWO is copyright &copy; <a href="https://fkurz.net/">Fabian Kurz</a>, 2008-2025. Source code: <a href="https://git.fkurz.net/dj1yfk/lcwo">https://git.fkurz.net/dj1yfk/lcwo</a>.</p> </td> <td width="20"> &nbsp; </td> </tr> </table> <br><br><br> <div align="center" class="footer">lcwo.net - <strong>Learn Morse Code (CW) Online</strong> by <a class="sLink" href="http://fkurz.net/">Fabian Kurz, DJ5CW</a> (<a href="/impressum">Impressum</a>) - <a href="/privacy">Privacy Policy / Datenschutzinformationen</a></div> <script> // keep the session cookie alife as long as user is on the page, refresh every // 5 minutes function session_keepalive () { var request = new XMLHttpRequest(); request.open("GET", "//lcwo.net/api/index.php?action=keepalive", true); request.onreadystatechange = function() { var done = 4, ok = 200; if (request.readyState == done && request.status == ok) { var r = JSON.parse(request.responseText); if (r["result"] == false) { // no session if (document.getElementById("logoutlink")) { // but we think we're logged in! document.location.href = "//lcwo.net"; } } } } request.send(); } window.setInterval('session_keepalive()', 300000); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10