All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Thought dump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:12, 31 August 2024 Jwo talk contribs created page VDV (Created page with "== Přepravní podmínky == https://www.cd.cz/assets/typy-jizdenek/regionalni-jizdenky-ids/smluvni-prepravni-podminky-vdv.pdf == Počítání jízdného == https://tim.abirun.eu/KrajVysocina/TarifniPocitadlo") Tag: Visual edit
- 00:53, 30 August 2024 Jwo talk contribs created page Generating SSL key pair (Created page with "You can generate a public-private keypair with the <code>genrsa</code> context (the last number is the keylength in bits): openssl genrsa -out keypair.pem 2048 To extract the public part, use the rsa context: openssl rsa -in keypair.pem -pubout -out publickey.crt Finally, convert the original keypair to PKCS#8 format with the pkcs8 context: openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in keypair.pem -out pkcs8.key '''Source:''' http://stackoverflow.com/ques...") Tag: Visual edit
- 03:17, 26 August 2024 Jwo talk contribs created page C++ gems (std::quote) Tag: Visual edit
- 02:13, 26 August 2024 Jwo talk contribs created page Yucky code dump (Created page with "== Mildly yucky == === Unnecessary <code>str::string</code> instantiations === ==== Getting substrings ==== Don't do this: https://stackoverflow.com/a/55210196 (applies to the last revision from 2019) <code>auto str = std::string(input.begin() + input.find(' '), input.end());</code> Do this: <code>auto str = std::string_view(input.begin() + input.find(' '), input.end());</code> That neatly avoids allocating space for the substring and then copying the substring th...") Tag: Visual edit
- 20:10, 25 August 2024 Jwo talk contribs created page Template:Link (Created page with "===== [{{{1}}} {{{title|{{{1}}}}}}] ===== URL: {{{1}}} {{#if: {{added|}}|Date added: {{{added}}}}}")
- 20:09, 25 August 2024 Jwo talk contribs created page Links (Created page with "== Software development opinions == Place for impressions, as well as objective articles. {{Link|https://taint.org/2011/02/18/001527a.html | added=2024-08-25 | title=Against The Use Of Programming Languages in Configuration Files }} == MediaWiki == {{Link|https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions | added=2024-08-25 | title=WikiText parser functions }}")
- 19:06, 25 August 2024 Jwo talk contribs created page Category:Programming languages (Created blank page) Tag: Visual edit: Switched
- 19:06, 25 August 2024 Jwo talk contribs created page Category:C++ (Created blank page) Tag: Visual edit: Switched
- 19:03, 25 August 2024 Jwo talk contribs created page C++ operator precedence (Created page with "{| class="wikitable" |- ! Precedence ! Operator(s) ! Description |- | 1 | <code>::</code> | Scope resolution | → |- | 2 | <code>a++</code> <code>a--</code> | Suffix/postfix increment and decrement | → |- | 2 | <code>type()</code> <code>type{}</code> | Functional cast | → |- | 2 | <code>a()</code> | Function call | → |- | 2 | <code>a[]</code> | Subscript | → |- | 2 | <code>.</code> <code>-></code> | Member access | → |- | 3 | <code>++a</code> <code>--a</code>...")
- 05:44, 22 August 2024 Jwo talk contribs created page Bug in XML::SAX::PurePerl (Created page with "Hello, I've just found a bug in XML::SAX. When the “--” of “-->” is exactly at the end of the input buffer, it is treated as normal comment content. In the following diff, I explicitly set up reading at least four characters and also check for this special case when “-” is at the end of the buffer. In this case, I move it to the start of the buffer and process it in the next iteration. The bug has caused spurious misbehaving of my program. It was not pleasa...") Tag: Visual edit: Switched
- 16:41, 19 August 2024 Jwo talk contribs created page Category:Škola (Created blank page)
- 16:41, 19 August 2024 Jwo talk contribs created page Category:Česky psané stránky (Created blank page)
- 16:39, 19 August 2024 Jwo talk contribs created page Category:English pages (Created blank page)
- 16:36, 19 August 2024 Jwo talk contribs created page Template:Lang category name (Created page with "{{#switch: {{{1}}} | en = English pages | cs = Česky psané stránky | Pages in {{{1}}} language}}")
- 16:35, 19 August 2024 Jwo talk contribs created page Template:Page lang (Created page with "[[Category:{{Lang category name}}]]")
- 14:56, 19 August 2024 Jwo talk contribs moved page Template:RFC url/demo to Template:RFC URL/demo without leaving a redirect
- 14:56, 19 August 2024 Jwo talk contribs moved page Template:RFC url to Template:RFC URL without leaving a redirect
- 14:53, 19 August 2024 Jwo talk contribs created page Template:RFC root path (Created page with "https://www.rfc-editor.org/rfc/rfc")
- 14:48, 19 August 2024 Jwo talk contribs created page Template:RFC link/demo (Created page with "{{RFC link|123|page=42}} {{RFC link|123|section=6.2.1}}")
- 14:44, 19 August 2024 Jwo talk contribs created page Template:RFC url/demo (Created page with "{{RFC url|123|page=42}} {{RFC url|123|section=6.2.1}}")
- 14:38, 19 August 2024 Jwo talk contribs created page Template:RFC/text (Created page with "RFC {{{1}}}")
- 14:37, 19 August 2024 Jwo talk contribs created page Template:RFC url (Created page with "https://www.rfc-editor.org/rfc/rfc{{{1}}}{{#if: {{{section|}}} | #section-{{{section}}} | {{#if: {{{page|}}} | #page-{{{page}}}|}} }}")
- 14:36, 19 August 2024 Jwo talk contribs created page Template:RFC link (Created page with "<a href="{{RFC url|{{{1}}}|page={{{page|}}}|section={{{section|}}}}}">{{{2}}}</a>")
- 14:34, 19 August 2024 Jwo talk contribs created page Template:RFC (Created page with "{{RFC link|{{{1}}}|{{{2|{{RFC/text|page={{{page|}}}|section={{{section|}}}}}}")
- 14:32, 19 August 2024 Jwo talk contribs created page Template:HTTP status name link (Created page with "{{HTTP status code link|{{{1}}}|{{HTTP status name|{{{1}}}}}}}")
- 14:31, 19 August 2024 Jwo talk contribs created page HTTP code list (Created page with "== Overview == Table from {{RFC|7231|page=49}}. {{Table of HTTP status codes}}") Tag: Visual edit: Switched
- 14:28, 19 August 2024 Jwo talk contribs created page Template:Error (Created page with "<span class="error">{{{1}}}</span>")
- 14:28, 19 August 2024 Jwo talk contribs created page Template:HTTP status name/demo (Created page with "{{HTTP status name|200}}")
- 14:27, 19 August 2024 Jwo talk contribs created page Template:HTTP status name (Created page with "{{#switch: {{{1}}} | 100 = Continue | 101 = Switching Protocols | 200 = OK | 201 = Created | 202 = Accepted | 203 = Non-Authoritative Information | 204 = No Content | 205 = Reset Content | 206 = Partial Content | 300 = Multiple Choices | 301 = Moved Permanently | 302 = Found | 303 = See Other | 304 = Not Modified | 305 = Use Proxy | 307 = Temporary Redirect | 400 = Bad Request | 401 = Unauthorized | 402 = Payment Required | 403 = F...")
- 14:24, 19 August 2024 Jwo talk contribs created page Template:HTTP status code link (Created page with "{{{1}}}}}|{{{2}}}")
- 14:23, 19 August 2024 Jwo talk contribs created page Template:HTTP status code (Created page with "{{HTTP status code link|{{{1}}}|{{{1}}}}}")
- 14:20, 19 August 2024 Jwo talk contribs created page Template:Table of HTTP status codes (Created page with "{| class="wikitable" |+ HTTP status codes |- ! Code !! Reason phrase !! Defined in |- | {{HTTP status code|100}} || {{HTTP status name|100}} || {{RFC|7231|section=6.2.1|with name=1}} |- | {{HTTP status code|101}} || {{HTTP status name|101}} || {{RFC|7231|section=6.2.2|with name=1}} |- | {{HTTP status code|200}} || {{HTTP status name|200}} || {{RFC|7231|section=6.3.1|with name=1}} |- | {{HTTP status code|201}} || {{HTTP status name|201}} || {{RFC|7231|section=6.3.2|wi...")
- 21:47, 18 August 2024 Jwo talk contribs created page File:Přehled povinných předmětů na magisterském studiu – původní soubor.odt
- 21:47, 18 August 2024 Jwo talk contribs uploaded File:Přehled povinných předmětů na magisterském studiu – původní soubor.odt
- 21:36, 18 August 2024 Jwo talk contribs created page Přehled povinných předmětů na magisterském studiu na FIT VUT/O stránce (Created page with "Použité nástroje: * LibreOffice Calc – vytvoření přehledu * Emacs – převod do Wikitextu == Převod do WikiTextu == Do Emacsu se pastne tabulka z LOCalcu. Jsou to hodnoty oddělené tabulátory. Převod proveden makrem. === Kód makra === (kmacro "C-<home> <delete> <delete> <delete> <delete> <delete> S p e c i a l i z a c e C-x h M-% <tab> <return> | | <return> ! C-/ C-x h M-% <tab> <return> SPC | | SPC <return> ! C-x h M-% C-q C-j <return> | - <retur...") Tag: Visual edit
- 21:29, 18 August 2024 Jwo talk contribs moved page Přehled povinných předmětů na magisterském studiu to Přehled povinných předmětů na magisterském studiu na FIT VUT
- 21:29, 18 August 2024 Jwo talk contribs created page Přehled povinných předmětů na magisterském studiu na FIT VUT/Celé tabulky pro celé studium/Letní semestr (Created page with " {| class="wikitable" ! Specializace !! <abbr title='Analýza systémů založená na modelech>MBA</abbr> !! <abbr title='Automatizované testování a dynamická analýza>ATA</abbr> !! <abbr title='Bezpečná zařízení>BZA</abbr> !! <abbr title='Bioinformatika>BIF</abbr> !! <abbr title='Biologií inspirované počítače>BIN</abbr> !! <abbr title='Diplomová práce>DIP</abbr> !! <abbr title='Funkcionální a logické programování>FLP</abbr> !! <abbr title='Fyzikáln...")
- 21:28, 18 August 2024 Jwo talk contribs created page Přehled povinných předmětů na magisterském studiu na FIT VUT/Celé tabulky pro celé studium/Zimní semestr (Created page with " {| class="wikitable" ! Specializace !! <abbr title='Agentní a multiagentní systémy>AGS</abbr> !! <abbr title='Analýza a návrh informačních systémů>AIS</abbr> !! <abbr title='Architektury výpočetních systémů>AVS</abbr> !! <abbr title='Bayesovské modely pro strojové učení (v angličtině)>BAYa</abbr> !! <abbr title='Bezdrátové a mobilní sítě>BMS</abbr> !! <abbr title='Bezpečnost informačních systémů>BIS</abbr> !! <abbr title='Biometrické syst...")
- 21:19, 18 August 2024 Jwo talk contribs created page Přehled povinných předmětů na magisterském studiu (Created page with "== Celé studium == === Zimní semestr === {| class="wikitable" ! Specializace !! <abbr title='Agentní a multiagentní systémy>AGS</abbr> !! <abbr title='Analýza a návrh informačních systémů>AIS</abbr> !! <abbr title='Architektury výpočetních systémů>AVS</abbr> !! <abbr title='Bayesovské modely pro strojové učení (v angličtině)>BAYa</abbr> !! <abbr title='Bezdrátové a mobilní sítě>BMS</abbr> !! <abbr title='Bezpečnost informačních systémů>B...") Tag: Visual edit: Switched
- 14:22, 18 August 2024 Jwo talk contribs created page Category:Notes (Created page with "Random notes and thoughts.") Tag: Visual edit
- 14:21, 18 August 2024 Jwo talk contribs created page Bcrypt (Created page with "<blockquote>From Wikipedia: https://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=1232137191#Description</blockquote>The input to the bcrypt function is the password string (up to 72 bytes), a numeric cost, and a 16-byte (128-bit) salt value. The salt is typically a random value. The bcrypt function uses these inputs to compute a 24-byte (192-bit) hash. The final output of the bcrypt function is a string of the form: $2<a/b/x/y>$[cost]$[22 character salt]...") Tag: Visual edit
- 13:59, 18 August 2024 Jwo talk contribs created page Main Page (Created page with "See Blog.")
- 13:54, 18 August 2024 Jwo talk contribs created page Template:Font (Created page with "<span class="color: {{{fg|{{{2|inherit}}}}}}">{{{1}}}</span>")
- 13:24, 18 August 2024 Jwo talk contribs created page Line editing in Bash (Created page with "You probably know the [https://www.gnu.org/software/bash/ GNU Bash]. Many people would say that it does not have many features or it is even user-'''un'''friendly. I've already tried other POSIX-like shells, but I still stick with my favourite GNU Bash. (I think that [https://fishshell.com/ fish] is quite a good shell, but lacks flexibility of configuration that Bash does have.) Bash uses the [https://www.gnu.org/software/readline/ readline] library to provide the line-...") Tag: Visual edit
- 13:01, 18 August 2024 Jwo talk contribs created page Blog (Created page with "== August 2024 == * {{Blog link|Line editing in Bash}}") Tag: Visual edit
- 13:00, 18 August 2024 Jwo talk contribs created page Template:Blog link (Created page with "{{{1}}}")
- 12:57, 18 August 2024 Jwo talk contribs deleted page Hlavní strana (content was: "<strong>MediaWiki byla úspěšně nainstalována.</strong> [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents Uživatelská příručka] vám napoví, jak používat MediaWiki. == Začínáme == * [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Nastavení konfigurace] * [https://www.mediawiki.org/w...", and the only contributor was "MediaWiki default" (talk))
- 12:54, 18 August 2024 Jwo talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: .ca-talk { display: none; }")
- 12:43, 18 August 2024 Jwo talk contribs created page Private:aaa (Created page with "test")
- 12:35, 18 August 2024 MediaWiki default talk contribs created page Hlavní strana