User contributions for Jwo
Jump to navigation
Jump to search
26 August 2024
- 03:1703:17, 26 August 2024 diff hist +18 C++ gems No edit summary
- 03:1703:17, 26 August 2024 diff hist +349 N C++ gems std::quote Tag: Visual edit
- 02:1302:13, 26 August 2024 diff hist +479 N 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..." current Tag: Visual edit
25 August 2024
- 20:1720:17, 25 August 2024 diff hist −1 Template:Link No edit summary
- 20:1620:16, 25 August 2024 diff hist −3 Links →MediaWiki
- 20:1620:16, 25 August 2024 diff hist −4 Links →Software development opinions
- 20:1620:16, 25 August 2024 diff hist 0 Links No edit summary Tag: Visual edit
- 20:1520:15, 25 August 2024 diff hist +405 Template:Link No edit summary
- 20:1120:11, 25 August 2024 diff hist −10 Template:Link No edit summary
- 20:1020:10, 25 August 2024 diff hist +100 N Template:Link Created page with "===== [{{{1}}} {{{title|{{{1}}}}}}] ===== URL: {{{1}}} {{#if: {{added|}}|Date added: {{{added}}}}}"
- 20:0920:09, 25 August 2024 diff hist +385 N 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:0619:06, 25 August 2024 diff hist 0 N Category:Programming languages Created blank page Tag: Visual edit: Switched
- 19:0619:06, 25 August 2024 diff hist 0 N Category:C++ Created blank page Tag: Visual edit: Switched
- 19:0519:05, 25 August 2024 diff hist +177 C++ operator precedence No edit summary Tag: Visual edit
- 19:0419:04, 25 August 2024 diff hist +18 C++ operator precedence No edit summary
- 19:0419:04, 25 August 2024 diff hist −23 C++ operator precedence No edit summary
- 19:0319:03, 25 August 2024 diff hist +2,783 N 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>..."
22 August 2024
- 05:4405:44, 22 August 2024 diff hist +1,794 N 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
20 August 2024
- 13:2313:23, 20 August 2024 diff hist −215 Přehled povinných předmětů na magisterském studiu na FIT VUT →Jak byly tabulky zpracovány
19 August 2024
- 16:4116:41, 19 August 2024 diff hist 0 N Category:Škola Created blank page current
- 16:4116:41, 19 August 2024 diff hist 0 N Category:Česky psané stránky Created blank page current
- 16:4116:41, 19 August 2024 diff hist +38 Přehled povinných předmětů na magisterském studiu na FIT VUT No edit summary Tag: Visual edit: Switched
- 16:4016:40, 19 August 2024 diff hist +21 Template:Lang category name No edit summary current
- 16:3916:39, 19 August 2024 diff hist +21 Template:Page lang No edit summary current
- 16:3916:39, 19 August 2024 diff hist +17 Line editing in Bash No edit summary current Tag: Visual edit
- 16:3916:39, 19 August 2024 diff hist 0 N Category:English pages Created blank page current
- 16:3816:38, 19 August 2024 diff hist +8 Template:Page lang No edit summary
- 16:3816:38, 19 August 2024 diff hist +269 Template:Page lang No edit summary
- 16:3716:37, 19 August 2024 diff hist −1 Template:Lang category name No edit summary
- 16:3616:36, 19 August 2024 diff hist +293 Template:Lang category name No edit summary
- 16:3616:36, 19 August 2024 diff hist +105 N Template:Lang category name Created page with "{{#switch: {{{1}}} | en = English pages | cs = Česky psané stránky | Pages in {{{1}}} language}}"
- 16:3516:35, 19 August 2024 diff hist +35 N Template:Page lang Created page with "[[Category:{{Lang category name}}]]"
- 16:3416:34, 19 August 2024 diff hist +17 HTTP code list No edit summary current
- 16:2716:27, 19 August 2024 diff hist +21 HTTP code list No edit summary
- 16:2716:27, 19 August 2024 diff hist −280 Bcrypt No edit summary
- 15:1215:12, 19 August 2024 diff hist −2 Template:RFC/text No edit summary current
- 15:1215:12, 19 August 2024 diff hist +1 Template:RFC/text No edit summary
- 15:1215:12, 19 August 2024 diff hist +9 Template:RFC/text No edit summary
- 15:1115:11, 19 August 2024 diff hist +2 Template:RFC/text No edit summary
- 15:1115:11, 19 August 2024 diff hist −1 Template:RFC/text No edit summary
- 15:1115:11, 19 August 2024 diff hist +472 Template:RFC/text No edit summary
- 15:0515:05, 19 August 2024 diff hist +67 Template:RFC/text No edit summary
- 15:0415:04, 19 August 2024 diff hist +120 Template:RFC/text No edit summary
- 15:0215:02, 19 August 2024 diff hist −71 Template:RFC Undo revision 75 by Jwo (talk) current Tag: Undo
- 15:0215:02, 19 August 2024 diff hist +71 Template:RFC No edit summary Tag: Reverted
- 14:5714:57, 19 August 2024 diff hist +40 Template:RFC No edit summary
- 14:5714:57, 19 August 2024 diff hist 0 Template:RFC link No edit summary current
- 14:5614:56, 19 August 2024 diff hist +17 Template:RFC URL/demo No edit summary current
- 14:5614:56, 19 August 2024 diff hist 0 m Template:RFC URL/demo Jwo moved page Template:RFC url/demo to Template:RFC URL/demo without leaving a redirect
- 14:5614:56, 19 August 2024 diff hist 0 m Template:RFC URL Jwo moved page Template:RFC url to Template:RFC URL without leaving a redirect current