CINXE.COM

Forum - Learn CW Online

<!DOCTYPE html> <html> <head> <title>Forum - 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="fr" content="Grâce à LCWO, vous pouvez apprendre la télégraphie Morse (CW) en ligne directement depuis votre navigateur web préféré. Vous n'avez pas besoin d'installer un programme sur votre ordinateur, vos données personnelles sont accessibles depuis n'importe quel ordinateur connecté à Internet et vous pouvez facilement suivre votre progression par le biais de statistiques complètes."> <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 rel='canonical' href='https://lcwo.net/forum'> <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="/">Accueil</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Utilisateurs</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Meilleurs scores</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">Groupes d'utilisateurs</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">À propos</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">Connexion</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Nom d'utilisateur: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Mot de passe: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Connexion"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">Mot de passe oublié ?</a> - <strong><a href="/signup">S'enregistrer</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/forum" title="Bulgarian"> &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; </a></td><td><a href="/br/forum" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/forum" title="Bosnian"> Bosanski </a></td><td><a href="/ca/forum" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/forum" title="Traditional Chinese"> &#32321;&#39636;&#20013;&#25991; </a></td><td><a href="/cs/forum" title="Czech"> &#268;esky </a></td></tr><tr><td><a href="/da/forum" title="Danish"> Dansk </a></td><td><a href="/de/forum" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/forum" title="English"> English </a></td><td><a href="/es/forum" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/forum" title="Finnish"> Suomi </a></td><td><a href="/fr/forum" title="French"><strong> Français </strong></a></td></tr><tr><td><a href="/gr/forum" title="Greek"> &#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; </a></td><td><a href="/hr/forum" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/forum" title="Hungarian"> Magyar </a></td><td><a href="/it/forum" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/forum" title="Japanese"> &#x65e5;&#x672c;&#x8a9e; </a></td><td><a href="/ko/forum" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/forum" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/forum" title="Dutch"> Nederlands </a></td></tr><tr><td><a href="/no/forum" title="Norwegian"> Norsk </a></td><td><a href="/pl/forum" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/forum" title="Portuguese"> Português </a></td><td><a href="/ro/forum" title="Romanian"> Român&#259; </a></td></tr><tr><td><a href="/ru/forum" title="Russian"> &#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; </a></td><td><a href="/si/forum" title="Sinhala"> &#3523;&#3538;&#3458;&#3524;&#3517; </a></td></tr><tr><td><a href="/sk/forum" title="Slovak"> Slovenčina </a></td><td><a href="/sl/forum" title="Slovenian"> Sloven&#353;&#269;ina </a></td></tr><tr><td><a href="/sr/forum" title="Serbian"> Srpski </a></td><td><a href="/sv/forum" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/forum" title="Thai"> &#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; </a></td><td><a href="/tr/forum" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/forum" title="Ukrainian"> &#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; </a></td><td><a href="/zh/forum" title="Simplified Chinese"> &#31616;&#20307;&#20013;&#25991; </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Qui est en ligne ? (47)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/africoffee" title="africoffee">africoffee</a> <a href="/profile/barnaba" title="barnaba">barnaba</a> <a href="/profile/BI1WJY" title="BI1WJY">BI1WJY</a> <a href="/profile/chestercheng" title="BI4NZJ">chestercheng</a> <a href="/profile/cnmcn" title="Damian">cnmcn</a> <a href="/profile/DC5MHN" title="Matthias">DC5MHN</a> <a href="/profile/DEkstrom" title="Dale Ekstrom">DEkstrom</a> <a href="/profile/DG7LBB" title="Jens">DG7LBB</a> <a href="/profile/DM1GI" title="Matthias Gilsbach">DM1GI</a> <a href="/profile/DmitriyCW" title="Dmitriy">DmitriyCW</a> <a href="/profile/dreamfly" title="kou">dreamfly</a> <a href="/profile/EA4HUM" title="Lucas">EA4HUM</a> <a href="/profile/EI4KX" title="Darwin">EI4KX</a> <a href="/profile/F4LPJ" title="Albouy">F4LPJ</a> <a href="/profile/feetusbeetus" title="feetusbeetus">feetusbeetus</a> <a href="/profile/great97452" title="">great97452</a> <a href="/profile/HB9SWR" title="Werner">HB9SWR</a> <a href="/profile/IS0IYE" title="">IS0IYE</a> <a href="/profile/ja4dwx" title="真野 基">ja4dwx</a> <a href="/profile/jh9xgr" title="">jh9xgr</a> <a href="/profile/JK1NKG" title="Hiroshi Yamazaki">JK1NKG</a> <a href="/profile/KG6HZZ" title="Jason">KG6HZZ</a> <a href="/profile/logintm" title="">logintm</a> <a href="/profile/ma1" title="KANeJI">ma1</a> <a href="/profile/maiqingyuan" title="maiqingyuan">maiqingyuan</a> <a href="/profile/Medved" title="Mikhail">Medved</a> <a href="/profile/mitridat" title="vladimir">mitridat</a> <a href="/profile/mm911" title="">mm911</a> <a href="/profile/Named" title="">Named</a> <a href="/profile/Nirodha" title="Rev. Nirodha">Nirodha</a> <a href="/profile/OE4EXE" title="Erich OE4EXE --- . ....- . -..- .">OE4EXE</a> <a href="/profile/PA8E" title="Jim Nijkamp">PA8E</a> <a href="/profile/PBJelly" title="">PBJelly</a> <a href="/profile/PH9MV" title="Marc Veldman">PH9MV</a> <a href="/profile/rw6mpo" title="&#1054;&#1083;&#1077;&#1075;">rw6mpo</a> <a href="/profile/sidsed" title="">sidsed</a> <a href="/profile/teru81" title="takeuchi">teru81</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/Tnbzp" title="nobu">Tnbzp</a> <a href="/profile/tskaugis" title="Tiril ">tskaugis</a> <a href="/profile/UB0123" title="">UB0123</a> <a href="/profile/UB9OFH" title="Alexandr">UB9OFH</a> <a href="/profile/va7jc" title="Jon">va7jc</a> <a href="/profile/W8BMO" title="Brad">W8BMO</a> <a href="/profile/yo8ssh" title="Sebastian">yo8ssh</a> <a href="/profile/zjosua" title="Yoshi">zjosua</a> <a href="/profile/ZS1XOR" title="Andre">ZS1XOR</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <h1> Forum de discussion LCWO <a href="http://lcwo.net/forumatom.xml"><img src="/pics/feed.png" border="0" alt="[Atom LCWO Forum Feed]" title="LCWO Atom Forums Feed"></a> </h1> <table> <tr> <td width="50%" valign="top"> <p>Ce forum est dédié à toutes les discussions concernant LCWO. </p> </td> <td width="15%"> &nbsp; </td> <td width="35%" valign="top"> </td> </tr> </table> <h2>Sujets</h2> <table width="80%"> <tr><th width="50%"> Sujet</th><th width="10%"> Postes</th><th width="40%"> Dernier poste</th></tr> <tr> <td><a href="/forum/3239">教程里的忠告是对的</a></td> <td align="center">2</td> <td align="center">2025-03-24 01:27 by <a href="/profile/va7jc">va7jc</a></td></tr> <tr> <td><a href="/forum/3240/Counting-dits-and-dahs">Counting dits and dahs</a></td> <td align="center">4</td> <td align="center">2025-03-23 22:15 by <a href="/profile/Balvenie">Balvenie</a></td></tr> <tr> <td><a href="/forum/3022">有中国的吗?</a></td> <td align="center">74</td> <td align="center">2025-03-21 16:32 by <a href="/profile/HAMtongshun">HAMtongshun</a></td></tr> <tr> <td><a href="/forum/3238">脑子能反应过来,手反应不过来</a></td> <td align="center">1</td> <td align="center">2025-03-20 18:09 by <a href="/profile/awakenedsu">awakenedsu</a></td></tr> <tr> <td><a href="/forum/3228">听力测试</a></td> <td align="center">3</td> <td align="center">2025-03-19 18:09 by <a href="/profile/awakenedsu">awakenedsu</a></td></tr> <tr> <td><a href="/forum/3227/Augment-LCWO-with-Before-Sleep-Recording">Augment LCWO with Before Sleep Recording?</a></td> <td align="center">7</td> <td align="center">2025-03-19 16:05 by <a href="/profile/wa2nfn">wa2nfn</a></td></tr> <tr> <td><a href="/forum/3237/Best-speed-for-beginner">Best speed for beginner</a></td> <td align="center">5</td> <td align="center">2025-03-19 15:02 by <a href="/profile/EA3AGK">EA3AGK</a></td></tr> <tr> <td><a href="/forum/3236/MORSE-MACHINE">MORSE MACHINE</a></td> <td align="center">4</td> <td align="center">2025-03-18 08:46 by <a href="/profile/bakelite">bakelite</a></td></tr> <tr> <td><a href="/forum/3233/Will-Learning-at-30WpM-Make-Downshifting-Harder">Will Learning at 30WpM Make Downshifting Harder?</a></td> <td align="center">6</td> <td align="center">2025-03-16 19:55 by <a href="/profile/LadyOnline">LadyOnline</a></td></tr> <tr> <td><a href="/forum/3232/I-am-actually-getting-better">I am actually getting better</a></td> <td align="center">4</td> <td align="center">2025-03-13 20:54 by <a href="/profile/Balvenie">Balvenie</a></td></tr> <tr> <td><a href="/forum/3235/Message-before-and-after-each-lesson">Message before and after each lesson?</a></td> <td align="center">2</td> <td align="center">2025-03-13 20:46 by <a href="/profile/bakelite">bakelite</a></td></tr> <tr> <td><a href="/forum/3212/A-new-beginner-here">A new beginner here</a></td> <td align="center">27</td> <td align="center">2025-03-11 00:55 by <a href="/profile/Balvenie">Balvenie</a></td></tr> <tr> <td><a href="/forum/3182/Long-Island-CW-Club-Is-it-any-help">Long Island CW Club. Is it any help?</a></td> <td align="center">41</td> <td align="center">2025-03-05 15:53 by <a href="/profile/oc">oc</a></td></tr> <tr> <td><a href="/forum/3216/Which-should-be-practiced-first-sending-and-receiving">Which should be practiced first, sending and receiving?应该先练收还是发</a></td> <td align="center">7</td> <td align="center">2025-03-04 14:27 by <a href="/profile/greg7650">greg7650</a></td></tr> <tr> <td><a href="/forum/3220/TX-Training-and-this-Forum">TX Training and this Forum</a></td> <td align="center">3</td> <td align="center">2025-03-03 23:44 by <a href="/profile/KO6HUB">KO6HUB</a></td></tr> <tr> <td><a href="/forum/3218/The-most-difficult-to-hear-letters">The most difficult to hear letters</a></td> <td align="center">5</td> <td align="center">2025-03-03 21:22 by <a href="/profile/oh1nmx">oh1nmx</a></td></tr> <tr> <td><a href="/forum/3138/a">种一颗种子,我必定会考到我的a证!</a></td> <td align="center">16</td> <td align="center">2025-03-03 08:22 by <a href="/profile/jing114514">jing114514</a></td></tr> <tr> <td><a href="/forum/3222/Tough-problem-at-medium-level">Tough problem at medium level</a></td> <td align="center">9</td> <td align="center">2025-03-02 17:30 by <a href="/profile/Balvenie">Balvenie</a></td></tr> <tr> <td><a href="/forum/3223/Problems-with-R">Problems with R</a></td> <td align="center">9</td> <td align="center">2025-03-02 12:49 by <a href="/profile/cb">cb</a></td></tr> <tr> <td><a href="/forum/3225/How-to-progress-in-speed">How to progress in speed</a></td> <td align="center">6</td> <td align="center">2025-02-28 11:21 by <a href="/profile/G8GDS">G8GDS</a></td></tr> </table> <p><a href="/forum/showall">Tous les sujets.</a></p> <p>Vous devez vous connecter pour poster un message.</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