Newest Questions

0 votes
0 answers
5 views

I’m working on an open-source Express + React framework, and while running GitHub CodeQL on the project, a CSRF-related issue was raised. That prompted me to review my CSRF protection strategy more ...
rocambille's user avatar
0 votes
0 answers
12 views

I am not an expert in flutter / clean architecture as a whole and I am trying my best to learn through the community , lets go straight to detail : I am using clean architecture to structure my app , ...
Lemon juice's user avatar
1 vote
2 answers
37 views

Intro This time, I have a C17 rewrite of A Java program for compressing/decompressing files via Huffman algorithms (version 1.1.1). The following software compiles both on Windows 11 and Ubuntu, so it ...
coderodde's user avatar
  • 32.3k
6 votes
2 answers
278 views

The task is taken from LeetCode. I would appreciate an assessment of whether my coding style follows good practices, and if there are any habits or patterns you would find concerning when working ...
-2 votes
0 answers
30 views

I have the following code using the C++ ASIO library that's intended to ensure messages are not interleaved on the socket being written to (as discussed here): ...
jezza's user avatar
  • 221
4 votes
1 answer
119 views

Note: The below is similar to this question (i.e. same motivation & general idea), but tries to be more careful: My version should never touch the repository state (to preserve staged files etc), ...
Lukas Lang's user avatar
9 votes
3 answers
547 views

Why I made it I watched this video by veritasium about Micro-Mouse maze-solving competitions, and found the logic to get to the center fascinating. Hence, despite not having a maze or a mouse, I spent ...
Chip01's user avatar
  • 828
5 votes
2 answers
361 views

This is a follow-up question for Image Stitching using SIFT Keypoint Descriptor in C++ and SIFT Keypoint Detection for Image in C++. In the previous post, the image stitching algorithm is implemented; ...
JimmyHu's user avatar
  • 7,625
5 votes
5 answers
2k views

The code below I've made is supposed to act as a chess clock when uploaded to a compatible Arduino. I've written everything, but I just want another set of eyes to look over the code in case I've ...
Beans's user avatar
  • 61
5 votes
5 answers
966 views

I'm new on Python, so I'm looking at these YouTube videos of Python projects to practice, and I saw this one of a Password Manager with encryption, but the encryption part couldn't use password, ...
Unknown's user avatar
  • 53
0 votes
0 answers
31 views

This is an alternative approach and follow up dealing with this issue Extension messaging uses base::Value (JSON) serialization but could use WebSerializedScriptValue (structured cloning), closely ...
guest271314's user avatar
5 votes
4 answers
407 views

I'm currently still in the early stages of learning Python and Jupyter notebooks, and I wanted to ask if the following code for returning absolute paths relative to the directory of a script (...
Frances's user avatar
  • 153
5 votes
3 answers
546 views

I made a ping sweep for the first time, and I want to do better. What do you think that I might be missing? ...
ToBi's user avatar
  • 61
5 votes
1 answer
129 views

Why I made it I wanted to experiment with javascript: bookmarklets and see how far a small injected script could go on any site by making a simple injectable game. ...
Chip01's user avatar
  • 828
-4 votes
0 answers
26 views

Trying to write code in C++ to connect with an API to pull data from a site. The issue I am having is that the site uses SSL and the relevant version of the command to work with SSL in httplib is not ...
Andrew's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
5193