Systems engineer and C++ programmer.
👉 github.com/tringi/KUSER...
👉 github.com/tringi/KUSER...
Amusing.
Amusing.
github.com/tringi/winver
It was supposed to fit into 4 kB at first, but many nice-to-have features keep popping up. What should I add next?
github.com/tringi/winver
It was supposed to fit into 4 kB at first, but many nice-to-have features keep popping up. What should I add next?
enum class color {
red,
green,
blue,
};
int function (color c);
int main () {
function (red); // color::red
color green = blue; // color::blue
function (green); // locals have priority
}
Using-enum-declaration doesn't quite cut it.
enum class color {
red,
green,
blue,
};
int function (color c);
int main () {
function (red); // color::red
color green = blue; // color::blue
function (green); // locals have priority
}
Using-enum-declaration doesn't quite cut it.
GetThemeSysFont (TMT_CAPTIONFONT) now returns "Segoe UI" no matter how hard the app is manifested, despite it actually using "Segoe UI Variable" and both fonts having different symbols and fallbacks.
GetThemeSysFont (TMT_CAPTIONFONT) now returns "Segoe UI" no matter how hard the app is manifested, despite it actually using "Segoe UI Variable" and both fonts having different symbols and fallbacks.
template <class C, class R, class… Args>
R (* GetFn (R (C::*m) (Args…))) (void *, Args…) {
typedef R (C::* MemFn) (Args…);
typedef R (* RegFn) (void *, Args…);
constexpr auto x = sizeof (MemFn) - sizeof (RegFn);
...
template <class C, class R, class… Args>
R (* GetFn (R (C::*m) (Args…))) (void *, Args…) {
typedef R (C::* MemFn) (Args…);
typedef R (* RegFn) (void *, Args…);
constexpr auto x = sizeof (MemFn) - sizeof (RegFn);
...
www.youtube.com/shorts/6quxP...
www.youtube.com/shorts/6quxP...
And the results are quite harrowing!
94 million calls per seconds vs. 355 M/s.
Must be a bug in the benchmark, right?
github.com/tringi/win64...
And the results are quite harrowing!
94 million calls per seconds vs. 355 M/s.
Must be a bug in the benchmark, right?
github.com/tringi/win64...
I tried: The latest version of WAC does exactly NOTHING more than than virtmgmt.msc. So why the fuck would I?
I tried: The latest version of WAC does exactly NOTHING more than than virtmgmt.msc. So why the fuck would I?
This fucking site LOL, LMAO even.
This fucking site LOL, LMAO even.
By using massgrave scripts.
On my completely legitimate installation.
By some magic and googling I found that HRESULT of c004f011 in FACILITY_ITF reported by CMIADAPTER (in CBS.log) means licensing data broke...
By using massgrave scripts.
On my completely legitimate installation.
By some magic and googling I found that HRESULT of c004f011 in FACILITY_ITF reported by CMIADAPTER (in CBS.log) means licensing data broke...