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="ro" content="Pe LCWO.net pute&#355;i înv&#259;&#355;a telegrafie (CW) cu programul dumneavoastr&#259; de navigare preferat. Nu ave&#355;i nevoie s&#259; instala&#355;i un program în calculator, iar set&#259;rile dumneavoastr&#259; personale v&#259; vor fi accesibile de pe orice calculator din lume conectat la internet. Cu ajutorul diferitelor facilit&#259;&#355;i statistice v&#259; ve&#355;i putea urm&#259;ri cu u&#351;urin&#355;&#259; progresele realizate."> <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="/">Acas&#259;</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Lista utilizatorilor</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Cele mai mari scoruri</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/forum">Forum </a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/usergroups">User groups</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">Despre LCWO</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">Conexiune</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Nume de utilizator: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Parol&#259;: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Conectare"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">V-a&#355;i uitat parola?</a> - <strong><a href="/signup">Conecta&#355;i-v&#259;</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"> &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; </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"> &#32321;&#39636;&#20013;&#25991; </a></td><td><a href="/cs/lostpassword" title="Czech"> &#268;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"> &#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; </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"> &#x65e5;&#x672c;&#x8a9e; </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"><strong> Român&#259; </strong></a></td></tr><tr><td><a href="/ru/lostpassword" title="Russian"> &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; </a></td><td><a href="/si/lostpassword" title="Sinhala"> &#3523;&#3538;&#3458;&#3524;&#3517; </a></td></tr><tr><td><a href="/sk/lostpassword" title="Slovak"> Slovenčina </a></td><td><a href="/sl/lostpassword" title="Slovenian"> Sloven&#353;&#269;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"> &#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; </a></td><td><a href="/tr/lostpassword" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/lostpassword" title="Ukrainian"> &#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; </a></td><td><a href="/zh/lostpassword" title="Simplified Chinese"> &#31616;&#20307;&#20013;&#25991; </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Cine este online? (57)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/AA7QQ" title="Douglas Ellett">AA7QQ</a> <a href="/profile/anahj0" title="Ana">anahj0</a> <a href="/profile/beepboopmaggot" title="">beepboopmaggot</a> <a href="/profile/BG5ACF" title="BG5ACF">BG5ACF</a> <a href="/profile/Bitty" title="Valter ">Bitty</a> <a href="/profile/Daviz1" title="Ddddd">Daviz1</a> <a href="/profile/DC5MHN" title="Matthias">DC5MHN</a> <a href="/profile/df9tm" title="Gaby Dreyer">df9tm</a> <a href="/profile/DH6HF" title="Helmut">DH6HF</a> <a href="/profile/DJ4MG" title="Torsten">DJ4MG</a> <a href="/profile/DL8CQ" title="Martin">DL8CQ</a> <a href="/profile/DL9PST" title="Peter Stoye">DL9PST</a> <a href="/profile/dlappen" title="David Lappen">dlappen</a> <a href="/profile/DocJR" title="Vladimir">DocJR</a> <a href="/profile/drewt" title="Drew">drewt</a> <a href="/profile/EA30" title="Santiago Sanyé González">EA30</a> <a href="/profile/engnr83" title="Rob">engnr83</a> <a href="/profile/Erisipilloid" title="">Erisipilloid</a> <a href="/profile/F4JHH" title="REDON ">F4JHH</a> <a href="/profile/Fabriziop" title="Fabrizio">Fabriziop</a> <a href="/profile/Fali" title="Fali">Fali</a> <a href="/profile/fitzowl" title="Felix">fitzowl</a> <a href="/profile/G4IYT" title="Matt">G4IYT</a> <a href="/profile/ICE1435" title="Uwe Rammler">ICE1435</a> <a href="/profile/ikorin" title="Igor">ikorin</a> <a href="/profile/J21B" title="Jon">J21B</a> <a href="/profile/jdpursel" title="">jdpursel</a> <a href="/profile/K0VU" title="Greg Linden">K0VU</a> <a href="/profile/K15QZE" title="Chuck Russell">K15QZE</a> <a href="/profile/KG6HZZ" title="Jason">KG6HZZ</a> <a href="/profile/KZ4LN" title="Stu Gott">KZ4LN</a> <a href="/profile/lucassena" title="Lucas">lucassena</a> <a href="/profile/mikeinme" title="">mikeinme</a> <a href="/profile/mrimmer" title="Michal Uhlíř">mrimmer</a> <a href="/profile/N1qae" title="Claude Cousins sr">N1qae</a> <a href="/profile/n7ccd" title="Michael">n7ccd</a> <a href="/profile/N9YK" title="Steve ">N9YK</a> <a href="/profile/Nik7388" title="">Nik7388</a> <a href="/profile/Nirodha" title="Rev. Nirodha">Nirodha</a> <a href="/profile/nocte" title="Foo">nocte</a> <a href="/profile/nssven" title="NS">nssven</a> <a href="/profile/OK1BDR" title="KAMIL">OK1BDR</a> <a href="/profile/Onmyo" title="Ethan">Onmyo</a> <a href="/profile/oz30eu" title="Svend Erik">oz30eu</a> <a href="/profile/pa3gxn" title="Frans">pa3gxn</a> <a href="/profile/PB7X" title="Pieter Pluijmaekers">PB7X</a> <a href="/profile/pentodik" title="Андрей">pentodik</a> <a href="/profile/rhetoric101" title="Robert Siebens">rhetoric101</a> <a href="/profile/ry4had" title="&#1057;&#1077;&#1088;&#1075;&#1077;&#1081;">ry4had</a> <a href="/profile/SERG1" title="">SERG1</a> <a href="/profile/sign" title="">sign</a> <a href="/profile/step" title="Andrey">step</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/trice500" title="Alex">trice500</a> <a href="/profile/TurbidPL" title="">TurbidPL</a> <a href="/profile/xavinson" title="Xavier">xavinson</a> <a href="/profile/yo8ssh" title="Sebastian">yo8ssh</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1>V-a&#355;i uitat parola?</h1> <p> Dac&#259; v-a&#355;i uitat parola &#351;i v-a&#355;i înregistrat ini&#355;ial cu o adres&#259; de e-mail valabil&#259;, pute&#355;i solicita o nou&#259; parol&#259; înscriindu-v&#259; numele de utilizator (user name) în formularul de mai jos. Ve&#355;i primi un e-mail cu instruc&#355;iuni suplimentare.</p> <form action="/lostpassword" method="POST"> Nume de utilizator: <input type="text" name="username" size="12"> <input type="submit" value="Trimite&#355;i"> </form> <p> Dac&#259; nu v-a&#355;i înregistrat ini&#355;ial cu o adres&#259; de e-mail valabil&#259;, solicita&#355;i o nou&#259; parol&#259; trimi&#355;ând un e-mail administratorului la adresa:<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"> &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