Start making $10k+ / month using ChatGPT4 to its best potential.
Spent this week curating a list of 80+ use cases of ChatGPT that you can build right now
Will DM it if you
1. Follow Me
2. Retweet this tweet
3. Reply "ChatGPT4"
📢 WireMock Spring Boot 1.0 has just been released to Maven Central!
Grab it while it's hot and don't forget to leave feedback 😉
👉 https://t.co/pvR5Bxi55v
@fenbf I’ll definitely plan to use range views more often, but for now C++23 is (unfortunately?) not an option.
For those who are interested, I made an overview of all range views with runnable examples:
https://t.co/sUOXzxKG0c
https://t.co/YpwjIJWLZ0
64-bit errors are a thing of the bygone days. Very few developers are porting code from a #32bit to a #64bit system these days. Those who needed it have already ported their programs. But sometimes such errors make us recall them.
#programming#cpp#win64
@BarryRevzin Unfortunately, you need one more bit to represent the correct answer. Consider `0u64 - max_value<u64>`. I have a library that handles this: https://t.co/NiX4FSUHsx. It does away with the concept of "signed" and "unsigned" integers, and instead has integers with arbitrary bounds.
Your free AI writing assistant:
1. Chat with superhuman
https://t.co/1rGuvyspJr
2. Write emails, blogs, summarise content
https://t.co/N2STNKkpbH
3. AI spelling, grammar checker
https://t.co/aHZBoc42C0
4. High-Quality Content with AI
https://t.co/XXBbL044sk
casdoor: An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS
⭐️ 5159
Author: @casbinHQ#golang
https://t.co/DWlMgQ7lol
In particular, I believe that my version is actually conforming portable C++, unlike @rigtorp's version (https://t.co/P1JFnWyfEz) which is undefined behaviour as it has concurrent non-atomic reads & writes which just happen to work