Mageia Bugzilla – Attachment 13889 Details for
Bug 32044
html2text, core dumped: ominous backtrace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
HSAHEC6K2 - html page from dpaste as downloaded by curl/wget
HSAHEC6K2 (text/html), 12.87 KB, created by
Elmar Stellnberger
on 2023-06-23 13:22:18 CEST
(
hide
)
Description:
HSAHEC6K2 - html page from dpaste as downloaded by curl/wget
Filename:
MIME Type:
Creator:
Elmar Stellnberger
Created:
2023-06-23 13:22:18 CEST
Size:
12.87 KB
patch
obsolete
> > ><!DOCTYPE html> ><html lang="en"> > <head> > <meta charset="utf-8"> > <meta http-equiv="x-ua-compatible" content="ie=edge"> > <meta name="google-site-verification" > content="m41-YA2o4kXb32RmyuClA1zAXZCyaGaDEUj1QIc5bmc" /> > <title> > dpaste: HSAHEC6K2 > </title> > <meta name="viewport" content="width=device-width, initial-scale=1"> > <link rel="apple-touch-icon" > sizes="180x180" > href="https://dpaste.b-cdn.net/static/pastebin/apple-touch-icon.png"> > <link rel="icon" > type="image/png" > sizes="16x16" > href="https://dpaste.b-cdn.net/static/pastebin/favicon-16x16.png"> > <link rel="icon" > type="image/png" > sizes="32x32" > href="https://dpaste.b-cdn.net/static/pastebin/favicon-32x32.png"> > <link rel="icon" > type="image/x-icon" > href="https://dpaste.b-cdn.net/static/pastebin/favicon.ico"> > <link rel="manifest" href="https://dpaste.b-cdn.net/static/pastebin/site.webmanifest"> > <link rel="me" href="https://fosstodon.org/@dpaste"> > <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> > <script defer > src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script> > > <script src="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.iife.js" > type="text/javascript" > defer > init></script> > <link href="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.min.css" > rel="stylesheet"> > <script> > function key(event, letter) { > return (event.charCode == letter.charCodeAt() || event.charCode == letter.charCodeAt() + 32) > } > function subview_redirect(path_end) { > > location.href = location.pathname.split('#')[0].split('.')[0].toUpperCase() + path_end; > } > function indicate_wrap() { $("#softwrap_toggle").text("UNWRAP"); location.hash = "wrap"; } > function indicate_unwrap() { $("#softwrap_toggle").text("SOFT WRAP"); location.hash = ""; } > function softwrap_toggle() { > $("pre").toggleClass("softwrap"); > $(".linenodiv").toggle(); > if ($("#softwrap_toggle").text() == "SOFT WRAP") { indicate_wrap(); } > else { indicate_unwrap(); } > } > function toggle_star() { > $.ajax({type:"POST", url:"/api/v2/star/HSAHEC6K2"}); > if ($("#toggle_star").html() == "â") { $("#toggle_star").html("★") } > else { $("#toggle_star").html("☆") } > } > function mark_linked_line() { > $('.linemark').remove(); > $('a[href="'+location.hash+'"]').after('<svg height="10" width="16" class="linemark"> <polygon points="3,0 15,4 3,9" style="fill:#99f"></svg>'); > } > function copy_to_clipboard() { > if (!navigator.clipboard) { > console.log("Clipboard API not available") > return > } > try { > // Decode-entities hack (from https://stackoverflow.com/a/3700369) > var tmp = document.createElement('textarea'); > tmp.innerHTML = $('#raw-content').html(); > navigator.clipboard.writeText(tmp.value) > $('#copy-success').show() > } catch (err) { > console.error('Copying raw content failed: ', err) > } > > } > $(document).ready(function() { > window.onhashchange = mark_linked_line > if (location.hash == "#wrap") { softwrap_toggle(); indicate_wrap(); } > if (location.hash.indexOf("#line-") === 0) { mark_linked_line(); } > $("#softwrap_toggle").click(softwrap_toggle); > $("#toggle_star").click(toggle_star); > $('#copy-button').click(copy_to_clipboard) > }); > $(document).keypress(function(event){ > if (key(event, 'W')) { softwrap_toggle(); } > // For pastes only, not diffs > if (key(event, 'C')) { copy_to_clipboard() } > if (key(event, 'D')) { subview_redirect('/duplicate/') } > if (key(event, 'R')) { subview_redirect('.txt') } > if (key(event, '*')) { toggle_star() } > > > // For owner only > if (key(event, 'E')) { subview_redirect('/properties/'); } > > }); > > $(document).keyup(function(event){ > if (event.keyCode == 8 || event.keyCode == 46) { subview_redirect('/delete/'); } > }); > </script> > > <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/normalize.css"> > <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/skeleton.css"> > <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/main.css"> > <link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap" > rel="stylesheet"> > <link href="https://fonts.googleapis.com/css?family=Fira+Mono" > rel="stylesheet"> > <style> > pre { line-height: 125%; } >td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } >span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } >td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } >span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } >.highlight .hll { background-color: #ffffcc } >.highlight { background: #f8f8f8; } >.highlight .c { color: #408080; font-style: italic } /* Comment */ >.highlight .err { border: 1px solid #FF0000 } /* Error */ >.highlight .k { color: #008000; font-weight: bold } /* Keyword */ >.highlight .o { color: #666666 } /* Operator */ >.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ >.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ >.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ >.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ >.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ >.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ >.highlight .gd { color: #A00000 } /* Generic.Deleted */ >.highlight .ge { font-style: italic } /* Generic.Emph */ >.highlight .gr { color: #FF0000 } /* Generic.Error */ >.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ >.highlight .gi { color: #00A000 } /* Generic.Inserted */ >.highlight .go { color: #888888 } /* Generic.Output */ >.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ >.highlight .gs { font-weight: bold } /* Generic.Strong */ >.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ >.highlight .gt { color: #0044DD } /* Generic.Traceback */ >.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ >.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ >.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ >.highlight .kp { color: #008000 } /* Keyword.Pseudo */ >.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ >.highlight .kt { color: #B00040 } /* Keyword.Type */ >.highlight .m { color: #666666 } /* Literal.Number */ >.highlight .s { color: #BA2121 } /* Literal.String */ >.highlight .na { color: #7D9029 } /* Name.Attribute */ >.highlight .nb { color: #008000 } /* Name.Builtin */ >.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ >.highlight .no { color: #880000 } /* Name.Constant */ >.highlight .nd { color: #AA22FF } /* Name.Decorator */ >.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ >.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ >.highlight .nf { color: #0000FF } /* Name.Function */ >.highlight .nl { color: #A0A000 } /* Name.Label */ >.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ >.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ >.highlight .nv { color: #19177C } /* Name.Variable */ >.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ >.highlight .w { color: #bbbbbb } /* Text.Whitespace */ >.highlight .mb { color: #666666 } /* Literal.Number.Bin */ >.highlight .mf { color: #666666 } /* Literal.Number.Float */ >.highlight .mh { color: #666666 } /* Literal.Number.Hex */ >.highlight .mi { color: #666666 } /* Literal.Number.Integer */ >.highlight .mo { color: #666666 } /* Literal.Number.Oct */ >.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ >.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ >.highlight .sc { color: #BA2121 } /* Literal.String.Char */ >.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ >.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ >.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ >.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ >.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ >.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ >.highlight .sx { color: #008000 } /* Literal.String.Other */ >.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ >.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ >.highlight .ss { color: #19177C } /* Literal.String.Symbol */ >.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ >.highlight .fm { color: #0000FF } /* Name.Function.Magic */ >.highlight .vc { color: #19177C } /* Name.Variable.Class */ >.highlight .vg { color: #19177C } /* Name.Variable.Global */ >.highlight .vi { color: #19177C } /* Name.Variable.Instance */ >.highlight .vm { color: #19177C } /* Name.Variable.Magic */ >.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ > .linenos { padding-right: 0 } > .softwrap { white-space: pre-wrap; } > h1 i { color: #888;} > td.code { padding-left: 0 } > #copy-success { color: #fff; font-weight: bold } ></style> > </head> > <body> > <div id='container'> > <div class="topbuttons"> > > <a href="/accounts/login/" > title="Personal dashboard, preferences, API token" > class="button"><b>Sign in</b></a> > > <a href="/" title="Create a new paste" class=" button">New</a> > <a href="/api/v2/" > title="Paste creation API, with code samples" > class=" button">API</a> > <a href="/help" > title="Usage tips, shortcuts" > class=" button">Help</a> > <a href="/about" > title="Updates, stats, backstory" > class=" button">About</a> > </div> > > > > <h1></h1> > <div class="row"> > > > >114Â bytes of <strong>Plain text</strong> > > <br> > >Created 1Â day, 9Â hours ago > > > â expires in <strong>6 days</strong> > > > > > <br> > > Viewed > > 4 times > > ><span style="display:none"> > > <br> > >https://dpaste.com/HSAHEC6K2</span> > > </div> > <div class="row actionbuttons"> > > <a id="copy-button" title="Copy raw content (shortcut: 'C'">COPY TO CLIPBOARD<span id="copy-success" hidden> ✔</span></a> > <a id="softwrap_toggle" > title="Toggle visual wrap of long lines (shortcut: 'W')">SOFT WRAP</a> > <a href="/HSAHEC6K2.txt" > title="Plaintext version (shortcut: 'R')">RAW TEXT</a> > > <a href="/HSAHEC6K2/duplicate/" > title="Make a new paste based on this one (shortcut: 'D')">DUPLICATE</a> > <a href="/HSAHEC6K2/diff" > title="Diff this paste against another one">DIFF</a> > > </div> > <table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"><a href="#line-1">1</a></span></pre></div></td><td class="code"><div class="highlight"><pre><span></span><a id="line-1" name="line-1"></a>https://www.derstandard.at/story/2000132770775/1-200-transistoren-in-handarbeit-student-baut-eigene-prozessoren-in ></pre></div> ></td></tr></table> > <div id="raw-content" hidden>https://www.derstandard.at/story/2000132770775/1-200-transistoren-in-handarbeit-student-baut-eigene-prozessoren-in</div> > <hr> > <div class="shareon"> > <p>Share:</p> > <button class="mastodon"></button> > <button class="reddit"></button> > <button class="twitter"></button> > </div> > <hr> > ><div style="right: 0px; position: absolute"> > <div data-ea-publisher="dpaste" > data-ea-type="text" > data-ea-keywords="programming|Plain text"></div> ></div> > > > </div> > > > <script> > window.fwSettings={'widget_id':22000000180 }; > !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}(); > </script> > <script defer src='https://widget.freshworks.com/widgets/22000000180.js'></script> > </body> ></html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="google-site-verification" content="m41-YA2o4kXb32RmyuClA1zAXZCyaGaDEUj1QIc5bmc" /> <title> dpaste: HSAHEC6K2 </title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="https://dpaste.b-cdn.net/static/pastebin/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://dpaste.b-cdn.net/static/pastebin/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://dpaste.b-cdn.net/static/pastebin/favicon-32x32.png"> <link rel="icon" type="image/x-icon" href="https://dpaste.b-cdn.net/static/pastebin/favicon.ico"> <link rel="manifest" href="https://dpaste.b-cdn.net/static/pastebin/site.webmanifest"> <link rel="me" href="https://fosstodon.org/@dpaste"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script defer src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.iife.js" type="text/javascript" defer init></script> <link href="https://cdn.jsdelivr.net/npm/shareon@2/dist/shareon.min.css" rel="stylesheet"> <script> function key(event, letter) { return (event.charCode == letter.charCodeAt() || event.charCode == letter.charCodeAt() + 32) } function subview_redirect(path_end) { location.href = location.pathname.split('#')[0].split('.')[0].toUpperCase() + path_end; } function indicate_wrap() { $("#softwrap_toggle").text("UNWRAP"); location.hash = "wrap"; } function indicate_unwrap() { $("#softwrap_toggle").text("SOFT WRAP"); location.hash = ""; } function softwrap_toggle() { $("pre").toggleClass("softwrap"); $(".linenodiv").toggle(); if ($("#softwrap_toggle").text() == "SOFT WRAP") { indicate_wrap(); } else { indicate_unwrap(); } } function toggle_star() { $.ajax({type:"POST", url:"/api/v2/star/HSAHEC6K2"}); if ($("#toggle_star").html() == "â") { $("#toggle_star").html("★") } else { $("#toggle_star").html("☆") } } function mark_linked_line() { $('.linemark').remove(); $('a[href="'+location.hash+'"]').after('<svg height="10" width="16" class="linemark"> <polygon points="3,0 15,4 3,9" style="fill:#99f"></svg>'); } function copy_to_clipboard() { if (!navigator.clipboard) { console.log("Clipboard API not available") return } try { // Decode-entities hack (from https://stackoverflow.com/a/3700369) var tmp = document.createElement('textarea'); tmp.innerHTML = $('#raw-content').html(); navigator.clipboard.writeText(tmp.value) $('#copy-success').show() } catch (err) { console.error('Copying raw content failed: ', err) } } $(document).ready(function() { window.onhashchange = mark_linked_line if (location.hash == "#wrap") { softwrap_toggle(); indicate_wrap(); } if (location.hash.indexOf("#line-") === 0) { mark_linked_line(); } $("#softwrap_toggle").click(softwrap_toggle); $("#toggle_star").click(toggle_star); $('#copy-button').click(copy_to_clipboard) }); $(document).keypress(function(event){ if (key(event, 'W')) { softwrap_toggle(); } // For pastes only, not diffs if (key(event, 'C')) { copy_to_clipboard() } if (key(event, 'D')) { subview_redirect('/duplicate/') } if (key(event, 'R')) { subview_redirect('.txt') } if (key(event, '*')) { toggle_star() } // For owner only if (key(event, 'E')) { subview_redirect('/properties/'); } }); $(document).keyup(function(event){ if (event.keyCode == 8 || event.keyCode == 46) { subview_redirect('/delete/'); } }); </script> <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/normalize.css"> <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/skeleton.css"> <link rel="stylesheet" href="https://dpaste.b-cdn.net/static/pastebin/css/main.css"> <link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet"> <style> pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ .highlight .o { color: #666666 } /* Operator */ .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0044DD } /* Generic.Traceback */ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008000 } /* Keyword.Pseudo */ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #B00040 } /* Keyword.Type */ .highlight .m { color: #666666 } /* Literal.Number */ .highlight .s { color: #BA2121 } /* Literal.String */ .highlight .na { color: #7D9029 } /* Name.Attribute */ .highlight .nb { color: #008000 } /* Name.Builtin */ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight .no { color: #880000 } /* Name.Constant */ .highlight .nd { color: #AA22FF } /* Name.Decorator */ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0000FF } /* Name.Function */ .highlight .nl { color: #A0A000 } /* Name.Label */ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #19177C } /* Name.Variable */ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #666666 } /* Literal.Number.Bin */ .highlight .mf { color: #666666 } /* Literal.Number.Float */ .highlight .mh { color: #666666 } /* Literal.Number.Hex */ .highlight .mi { color: #666666 } /* Literal.Number.Integer */ .highlight .mo { color: #666666 } /* Literal.Number.Oct */ .highlight .sa { color: #BA2121 } /* Literal.String.Affix */ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight .sc { color: #BA2121 } /* Literal.String.Char */ .highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight .sx { color: #008000 } /* Literal.String.Other */ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight .ss { color: #19177C } /* Literal.String.Symbol */ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0000FF } /* Name.Function.Magic */ .highlight .vc { color: #19177C } /* Name.Variable.Class */ .highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .vm { color: #19177C } /* Name.Variable.Magic */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ .linenos { padding-right: 0 } .softwrap { white-space: pre-wrap; } h1 i { color: #888;} td.code { padding-left: 0 } #copy-success { color: #fff; font-weight: bold } </style> </head> <body> <div id='container'> <div class="topbuttons"> <a href="/accounts/login/" title="Personal dashboard, preferences, API token" class="button"><b>Sign in</b></a> <a href="/" title="Create a new paste" class=" button">New</a> <a href="/api/v2/" title="Paste creation API, with code samples" class=" button">API</a> <a href="/help" title="Usage tips, shortcuts" class=" button">Help</a> <a href="/about" title="Updates, stats, backstory" class=" button">About</a> </div> <h1></h1> <div class="row"> 114Â bytes of <strong>Plain text</strong> <br> Created 1Â day, 9Â hours ago â expires in <strong>6 days</strong> <br> Viewed 4 times <span style="display:none"> <br> https://dpaste.com/HSAHEC6K2</span> </div> <div class="row actionbuttons"> <a id="copy-button" title="Copy raw content (shortcut: 'C'">COPY TO CLIPBOARD<span id="copy-success" hidden> ✔</span></a> <a id="softwrap_toggle" title="Toggle visual wrap of long lines (shortcut: 'W')">SOFT WRAP</a> <a href="/HSAHEC6K2.txt" title="Plaintext version (shortcut: 'R')">RAW TEXT</a> <a href="/HSAHEC6K2/duplicate/" title="Make a new paste based on this one (shortcut: 'D')">DUPLICATE</a> <a href="/HSAHEC6K2/diff" title="Diff this paste against another one">DIFF</a> </div> <table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"><a href="#line-1">1</a></span></pre></div></td><td class="code"><div class="highlight"><pre><span></span><a id="line-1" name="line-1"></a>https://www.derstandard.at/story/2000132770775/1-200-transistoren-in-handarbeit-student-baut-eigene-prozessoren-in </pre></div> </td></tr></table> <div id="raw-content" hidden>https://www.derstandard.at/story/2000132770775/1-200-transistoren-in-handarbeit-student-baut-eigene-prozessoren-in</div> <hr> <div class="shareon"> <p>Share:</p> <button class="mastodon"></button> <button class="reddit"></button> <button class="twitter"></button> </div> <hr> <div style="right: 0px; position: absolute"> <div data-ea-publisher="dpaste" data-ea-type="text" data-ea-keywords="programming|Plain text"></div> </div> </div> <script> window.fwSettings={'widget_id':22000000180 }; !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}(); </script> <script defer src='https://widget.freshworks.com/widgets/22000000180.js'></script> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 32044
: 13889 |
13890
|
13891
|
13892
|
13893