by kigar64551
Why does FIDO2/WebAuthn need a separate key-pair for each site? [Lounge]
|
|
[4 replies] Last: However, I don't think that FIDO2/WebAuthn has any kind of "revocation... (by kigar64551)
|
by malibor
Which remote should I use for git submodule? [Lounge]
|
|
[6 replies] Last: If your local Git repo contains a sub-module, and provided that the su... (by kigar64551)
|
by JUANDENT
How to find the difference between time_point<utc_clock> and time_point<system_clock>? [General C++ Programming]
|
|
[1 reply] : https://stackoverflow.com/questions/35282308/convert-between-c11-clock... (by George P)
|
by Cplusc
reading binary file [General C++ Programming]
|
|
[3 replies] Last: It's because of that 2-byte chunk. Since you read out the 2-byte valu... (by mbozzi)
|
by Ch1156
Console game missues (1,2,3) [Beginners]
|
|
[40 replies] Last: L212. No. You have it reversed!
//Initialize and set oldY[/b] to the... (by seeplus)
|
by kigar64551
Any experts on Git sub-modules here? [Lounge]
|
|
[9 replies] Last: Yeah, but Git definitely has marked the sub-folders in question as sub... (by kigar64551)
|
by malibor
Potentially-evaluated expressions [General C++ Programming]
|
|
[19 replies] Last: [quote=malibor] static_assert[/code] is a good trick to see if it's ev... (by Peter87)
|
by colt
Zsnes's zlib detection code problem. [UNIX/Linux Programming]
|
|
[5 replies] Last: Ok, I did the modifications suggested and the results were not very ex... (by colt)
|
by zapshe
I got a weird email.. [Lounge]
|
|
[9 replies] Last: This is nothing new. Scammers are lazy, most of them, and by and larg... (by jonnin)
|
by JUANDENT
parsing durations using %q or %Q?? [General C++ Programming]
|
|
[5 replies] Last: Maybe something like:
#include <chrono>
#include <iostream>
#includ... (by seeplus)
|