A lightweight data serialization & deserialization toolkit
written in modern c++ is opensourced on https://t.co/zMIoFQAV7v.
it can be easily integrated and used in scenarios such as data persistent in windows kernel driver and communication between kernel and user mode app
It me. Trying to learn new programming environment (such as Android studio) and getting stuck every step. Sometimes there is no answer on the internets and I am stuck forever. Lmao.
Me: What's the wifi password?
Barman: You need to buy a drink first.
Me: Okay, I'll have a coke.
Barman: Is Pepsi okay?
Me: Sure. How much is that?
Barman: £3.
Me: There you go. So what's the wifi password?
Barman: You need to buy a drink first. No spaces, all lowercase.
Ctrl+S: Stop all output to the screen. This is particularly useful when running commands with a lot of long, verbose output, but you don’t want to stop the command itself with Ctrl+C.
Ctrl+Q: Resume output to the screen after stopping it with Ctrl+S.
@nixcraft#unix