Newest Questions

Filter by
Sorted by
Tagged with
4 votes
4 answers
34 views

About This project attempts to rename a collection of .mp4 files using a wordlist from two different folders. The script reads filenames from a text file, gathers ...
0 votes
0 answers
17 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 ...
0 votes
0 answers
15 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 , ...
6 votes
2 answers
364 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 ...
7 votes
2 answers
680 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 ...
4 votes
1 answer
122 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
651 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 ...
5 votes
2 answers
366 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; ...
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
974 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, ...
0 votes
0 answers
32 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 ...
5 votes
4 answers
410 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 (...
5 votes
3 answers
550 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
134 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. ...
1 vote
1 answer
153 views

15 30 50 per page
1
2 3 4 5
...
5193