CINXE.COM
Publiek profiel - Learn CW Online
<!DOCTYPE html> <html> <head> <title>Publiek profiel - 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="nl" content="Bij LCWO kan je Morse telegrafie (CW) leren, online in je browser. Je hoeft geen enkel programma op je computer te installeren en je hebt altijd je persoonlijke instellingen beschikbaar, op elke computer ter wereld met een internetaansluiting. Je kan ook gemakkelijk je vooruitgang opvolgen door middel van de verschillende statistiekfuncties."> <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/profile/'> <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="/">Home</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/users">Lijst gebruikers</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/highscores">Hoge 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">Gebruikersgroepen</a> <img style="vertical-align:middle" src="/pics/menusep2.png" height="19" width="15" alt=":"> <a class="mLink" href="/about">Over</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">Inmelden</th></tr> <tr><td class="tborder"> <br> <div align="center"> <form action="/dologin" method="POST"> <table> <tr> <td>Gebruikersnaam: </td> <td> <input type="text" size="8" name="username"> </td> </tr> <tr> <td>Paswoord: </td> <td> <input type="password" size="8" name="password"> </td> </tr> </table> <input type="submit" value="Inmelden"> </form> </div> </td></tr> <tr> <td class="tborder"> <br> <div align="center"> <a href="/lostpassword">Paswoord vergeten?</a> - <strong><a href="/signup">Aanmelden</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/profile" title="Bulgarian"> Български </a></td><td><a href="/br/profile" title="Brazilian Portuguese"> Português brasileiro </a></td></tr><tr><td><a href="/bs/profile" title="Bosnian"> Bosanski </a></td><td><a href="/ca/profile" title="Catalan"> Català </a></td></tr><tr><td><a href="/cn/profile" title="Traditional Chinese"> 繁體中文 </a></td><td><a href="/cs/profile" title="Czech"> Česky </a></td></tr><tr><td><a href="/da/profile" title="Danish"> Dansk </a></td><td><a href="/de/profile" title="German"> Deutsch </a></td></tr><tr><td><a href="/en/profile" title="English"> English </a></td><td><a href="/es/profile" title="Spanish"> Español </a></td></tr><tr><td><a href="/fi/profile" title="Finnish"> Suomi </a></td><td><a href="/fr/profile" title="French"> Français </a></td></tr><tr><td><a href="/gr/profile" title="Greek"> Ελληνικά </a></td><td><a href="/hr/profile" title="Croatian"> Hrvatski </a></td></tr><tr><td><a href="/hu/profile" title="Hungarian"> Magyar </a></td><td><a href="/it/profile" title="Italian"> Italiano </a></td></tr><tr><td><a href="/ja/profile" title="Japanese"> 日本語 </a></td><td><a href="/ko/profile" title="Korean"> 한국어 </a></td></tr><tr><td><a href="/ms/profile" title="Malay"> Bahasa Melayu </a></td><td><a href="/nl/profile" title="Dutch"><strong> Nederlands </strong></a></td></tr><tr><td><a href="/no/profile" title="Norwegian"> Norsk </a></td><td><a href="/pl/profile" title="Polish"> Polski </a></td></tr><tr><td><a href="/pt/profile" title="Portuguese"> Português </a></td><td><a href="/ro/profile" title="Romanian"> Română </a></td></tr><tr><td><a href="/ru/profile" title="Russian"> Русский </a></td><td><a href="/si/profile" title="Sinhala"> සිංහල </a></td></tr><tr><td><a href="/sk/profile" title="Slovak"> Slovenčina </a></td><td><a href="/sl/profile" title="Slovenian"> Slovenščina </a></td></tr><tr><td><a href="/sr/profile" title="Serbian"> Srpski </a></td><td><a href="/sv/profile" title="Swedish"> Svenska </a></td></tr><tr><td><a href="/th/profile" title="Thai"> ภาษาไทย </a></td><td><a href="/tr/profile" title="Turkish"> Türkçe </a></td></tr><tr><td><a href="/uk/profile" title="Ukrainian"> Українська </a></td><td><a href="/zh/profile" title="Simplified Chinese"> 简体中文 </a></td></tr> </table> </td> </tr> </table> <table width="90%"> <tr><th class="tborder">Wie is aangemeld? (46)</th></tr> <tr><td class="tborder"> <br> <div align="center"> <a href="/profile/ABgreen" title="">ABgreen</a> <a href="/profile/bakelite" title="">bakelite</a> <a href="/profile/cagliostro" title="">cagliostro</a> <a href="/profile/cefiro666" title="Vit">cefiro666</a> <a href="/profile/cwtc" title="T">cwtc</a> <a href="/profile/de0phantom0kid" title="Karim">de0phantom0kid</a> <a href="/profile/DL2HIR" title="Hans-Ingolf Rausch">DL2HIR</a> <a href="/profile/EA3AGK" title="Joan Pere">EA3AGK</a> <a href="/profile/edwinlee" title="">edwinlee</a> <a href="/profile/F4MGQ" title="F4MGQ">F4MGQ</a> <a href="/profile/f5efk" title="KERNEUR Hervé ">f5efk</a> <a href="/profile/feetusbeetus" title="feetusbeetus">feetusbeetus</a> <a href="/profile/g6jny" title="Ionut Eliade">g6jny</a> <a href="/profile/G6WQN" title="Wilson Convery">G6WQN</a> <a href="/profile/Grand" title="Oleg">Grand</a> <a href="/profile/Hallenbeck" title="Leo">Hallenbeck</a> <a href="/profile/HB9CUZ" title="roland">HB9CUZ</a> <a href="/profile/HolmanGT" title="George T Holman">HolmanGT</a> <a href="/profile/Ian24" title="">Ian24</a> <a href="/profile/IK4REB" title="Simon">IK4REB</a> <a href="/profile/IU0PVM" title="Roberto Biagiotti">IU0PVM</a> <a href="/profile/iu1jrn" title="Pirluigi ">iu1jrn</a> <a href="/profile/JayDee1964" title="Jürgen">JayDee1964</a> <a href="/profile/kg5tni" title="">kg5tni</a> <a href="/profile/maruf" title="maruf Islam">maruf</a> <a href="/profile/Maxpil" title="Max">Maxpil</a> <a href="/profile/mm7bfl" title="Laura K Robertson">mm7bfl</a> <a href="/profile/Nik7388" title="">Nik7388</a> <a href="/profile/NN4KW" title="Todd Eversmeyer">NN4KW</a> <a href="/profile/nutndoing" title="Bill">nutndoing</a> <a href="/profile/OE4EXE" title="Erich OE4EXE --- . ....- . -..- .">OE4EXE</a> <a href="/profile/OH2CRB" title="">OH2CRB</a> <a href="/profile/PA3HLE" title="Rob">PA3HLE</a> <a href="/profile/Ploz" title="Pawel">Ploz</a> <a href="/profile/RD3AT" title="Andrey Tsiryuk">RD3AT</a> <a href="/profile/ryuboku" title="">ryuboku</a> <a href="/profile/sa7cmz" title="Johan">sa7cmz</a> <a href="/profile/SERG1" title="">SERG1</a> <a href="/profile/SheroTG" title="">SheroTG</a> <a href="/profile/starcev" title="A">starcev</a> <a href="/profile/taba" title="Aleksandr">taba</a> <a href="/profile/test" title="Test user.">test</a> <a href="/profile/TomHam" title="Thomas Saunders">TomHam</a> <a href="/profile/ub6lgs" title="Александр">ub6lgs</a> <a href="/profile/VE7ZAX" title="">VE7ZAX</a> <a href="/profile/W7TOG" title="">W7TOG</a> </div> <br> </td></tr> </table> </td> <td valign="top"> <meta http-equiv="refresh" content="0;url=/"/> </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>