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="si" content="LCWO වෙතින් ඔබේ වෙබ් බ්‍රවුසරයෙන් ඔන්ලයින් විදියට මෝස් සංඥා ඉගෙන ගැනීමට හැකිය. ඔබට අමුතුවෙන් මෘදුකාංග ඔබේ පරිගනකයේ ස්ථාපනය කිරීමට අවශ්‍ය නැත. අන්තර්ජාලයට සම්බන්ද ලොව කොතැනක වුව තිබෙන පරිගනකයකින් ඔබේ තනි පෞද්ගලික සැකසීම් සමඟ වැඩ කළ හැකිය. තවද, පහසුවෙන්ම විවිධ සංඛ්‍යා දත්ත නිරූපණ ක්‍රම ඔස්සේ ඔබේ පුහුණු ප්‍රගතියද බලා ගත හැකිය."> <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%"> </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="/">මුල්පිටුව</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">පරිශීලක ලැයිස්තුව</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">ඉහලම ලකුණු</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/forum">මණ්ඩපය </a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/usergroups">පරිශීලක කණ්ඩායම්</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">ඇතුලුවීම් අවසරය</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>පරිශීලක නාමය: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>මුරපදය: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="ඇතුලුවෙනු"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">මුරපදය අමතකද?</a> - <strong><a href="/signup">ලියාපදිංචි වනු</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/lostpassword" title="Bulgarian"> Български </a></td><td><a href="/br/lostpassword" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/lostpassword" title="Bosnian"> Bosanski </a></td><td><a href="/ca/lostpassword" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/lostpassword" title="Traditional Chinese"> 繁體中文 </a></td><td><a href="/cs/lostpassword" title="Czech"> Česky </a></td></tr><tr><td><a href="/da/lostpassword" title="Danish"> Dansk </a></td><td><a href="/de/lostpassword" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/lostpassword" title="English"> English </a></td><td><a href="/es/lostpassword" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/lostpassword" title="Finnish"> Suomi </a></td><td><a href="/fr/lostpassword" title="French"> Français </a></td></tr><tr><td><a href="/gr/lostpassword" title="Greek"> Ελληνικά </a></td><td><a href="/hr/lostpassword" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/lostpassword" title="Hungarian"> Magyar </a></td><td><a href="/it/lostpassword" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/lostpassword" title="Japanese"> 日本語 </a></td><td><a href="/ko/lostpassword" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/lostpassword" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/lostpassword" title="Dutch"> Nederlands </a></td></tr><tr><td><a href="/no/lostpassword" title="Norwegian"> Norsk </a></td><td><a href="/pl/lostpassword" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/lostpassword" title="Portuguese"> Português </a></td><td><a href="/ro/lostpassword" title="Romanian"> Română </a></td></tr><tr><td><a href="/ru/lostpassword" title="Russian"> Русский </a></td><td><a href="/si/lostpassword" title="Sinhala"><strong> සිංහල </strong></a></td></tr><tr><td><a href="/sk/lostpassword" title="Slovak"> Slovenčina </a></td><td><a href="/sl/lostpassword" title="Slovenian"> Slovenščina </a></td></tr><tr><td><a href="/sr/lostpassword" title="Serbian"> Srpski </a></td><td><a href="/sv/lostpassword" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/lostpassword" title="Thai"> ภาษาไทย </a></td><td><a href="/tr/lostpassword" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/lostpassword" title="Ukrainian"> Українська </a></td><td><a href="/zh/lostpassword" title="Simplified Chinese"> 简体中文 </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">දැන් ඔන්ලයින් ඉන්නේ කවුද? (36)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/AJ7KW" title="Alex">AJ7KW</a> <a href="/profile/arasaki" title="">arasaki</a> <a href="/profile/BA6BK" title="yin">BA6BK</a> <a href="/profile/BH6RKN" title="huchunbo">BH6RKN</a> <a href="/profile/BI1WJY" title="BI1WJY">BI1WJY</a> <a href="/profile/Cake24" title="Josh">Cake24</a> <a href="/profile/densmq" title="kazu">densmq</a> <a href="/profile/DF2JF" title="Johannes">DF2JF</a> <a href="/profile/dl4dcw" title="Dietmar">dl4dcw</a> <a href="/profile/do7ced" title="uschi">do7ced</a> <a href="/profile/f4hdg" title="">f4hdg</a> <a href="/profile/F4LEC" title="tony">F4LEC</a> <a href="/profile/iclou" title="hb9hgx">iclou</a> <a href="/profile/jeroenpee" title="Jeroen">jeroenpee</a> <a href="/profile/jreytinat" title="Jerome REYTINAT-HARDOUIN">jreytinat</a> <a href="/profile/Konemas" title="Gian Luca">Konemas</a> <a href="/profile/lcse" title="">lcse</a> <a href="/profile/ludwigerhard" title="Ludwig Erhard">ludwigerhard</a> <a href="/profile/maenishi" title="前西 政則">maenishi</a> <a href="/profile/MFred" title="Manfred Löher">MFred</a> <a href="/profile/Mistral" title="">Mistral</a> <a href="/profile/miwuc" title="">miwuc</a> <a href="/profile/mwelding" title="Matiss">mwelding</a> <a href="/profile/PA0AZN" title="Ali">PA0AZN</a> <a href="/profile/PA3HLE" title="Rob">PA3HLE</a> <a href="/profile/paulusgermanus" title="Pawel SP6MU">paulusgermanus</a> <a href="/profile/Pepe62" title="">Pepe62</a> <a href="/profile/phkl" title="Philipp">phkl</a> <a href="/profile/RD3AT" title="Andrey Tsiryuk">RD3AT</a> <a href="/profile/RW4CUS" title="Константин">RW4CUS</a> <a href="/profile/sa6bxs" title="">sa6bxs</a> <a href="/profile/steffenmodellbau69" title="">steffenmodellbau69</a> <a href="/profile/VivaCalman" title="Alexander">VivaCalman</a> <a href="/profile/VVAD" title="Vadim">VVAD</a> <a href="/profile/Waldemar1" title="Waldemar">Waldemar1</a> <a href="/profile/WH6EDX80" title="TETSU">WH6EDX80</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1>මුරපදය අමතකද?</h1> <p> ඔබේ මුරපදය අමතක නම් හා LCWO හි ලියාපදිංචි වන විට ඔබේ ක්‍රියාකාරි ඊමේල් ලිපිනයක් ඇතුලු කළේ නම්, ඔබේ පරිශීලක නාමය පහත පෙට්ටියේ ඇතුලු කර, මුරපදය නැවත සකසා ගත හැකිය. එවිට වැඩි විස්තර සමඟ ඊමේලයක් ඔබට ලැබෙනු ඇත.</p> <form action="/lostpassword" method="POST"> පරිශීලක නාමය: <input type="text" name="username" size="12"> <input type="submit" value="හරි"> </form> <p> ලියාපදිංචි වීමේදී වලංගු ඊමේල් ලිපිනයක් ඇතුලු නොකළේ නම්, පද්ධති පාලකට ඊමේලයක් එවමින් අලුත් මුරපදයක් සකසා දෙන ලෙස පවසන්න.<a href="mailto:help@lcwo.net?subject=Request for LCWO password reset&body=Hello LCWO, please send me password reset instructions. My username is ">help@lcwo.net</a></p> </td> <td width="20"> </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>