User contributions for Yba

A user with 22 edits. Account created on 30 July 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

17 October 2024

  • 16:3116:31, 17 October 2024 diff hist +568 N Table TennisCreated page with "== Equipment == === Shoes === ==== Owned ==== * Mizuno Wave Medal 7 (43) - Comfortable and good quality. Ok look. * Butterfly Lezoline (US10) - Ok quality * Asics Gel Rocket 11 ==== Want to try ==== * Mizono Wave Medal Neo === Blades === ==== Owned ==== * DHS Long 5 X * Butterfly Viscaria ==== Want to try ==== * Zhangjike Super ZLC * Fangzhengdong ALC * DHS 968 === Rubbers === ==== Owned ==== * DHS Hurricane 3 - good for forehand * Butterfly Rozena - less gr..." current Tag: Visual edit

10 October 2024

28 August 2024

  • 11:5611:56, 28 August 2024 diff hist +34 m Route→‎Windows Show Route current Tag: Visual edit
  • 11:5511:55, 28 August 2024 diff hist +660 N CppCreated page with "== Move == <syntaxhighlight lang="c++"> // Online C++ compiler to run C++ program online #include <iostream> #include <optional> using namespace std; class A { public: A() { cout << "A's constructor: " << this << endl; } A(const A& a) { cout << "A's copy constructor: " <<this << " form " << &a << endl; } A(A&& a) { cout << "A's move constructor: " <<this << " form " << &a << endl; } A& operator=(const A& a) { cout << "A's assignment" <<this << " for..." current Tag: 2017 source edit

13 August 2024

  • 15:0715:07, 13 August 2024 diff hist +227 N RouteCreated page with "==== Windows Show Route ==== <syntaxhighlight lang="powershell"> route print </syntaxhighlight> ==== Add Route ==== <syntaxhighlight lang="powershell"> route add 1.1.1.1 mask 255.255.255.255 10.1.0.2 if 76 </syntaxhighlight>" Tag: 2017 source edit

9 August 2024

7 August 2024

  • 11:3811:38, 7 August 2024 diff hist +212 N BazelCreated page with "== Run test with environment variable == <syntaxhighlight lang="bash"> bzl test //hello:hello --test_output=all --test_arg=TEST_NAME --test_env=GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcp-cred.json </syntaxhighlight>" current Tag: Visual edit

5 August 2024

1 August 2024

30 July 2024