CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 01:44:41 GMT
content-type: text/html; charset=utf-8
cf-ray: 96712c16f845a9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=98aa2331-11b1-492e-aed8-e0593b952a14; expires=Thu, 30 Jul 2026 01:44:40 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 5e584045-1d01-4daa-bb2a-212e623f3006
x-worker-origin-response-time: 320000000
x-dns-prefetch-control: off
set-cookie: prov=98aa2331-11b1-492e-aed8-e0593b952a14; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=Inhox.myK67x8Sc9Vvj6c9kwLMtKhK0NkYGqBBCWzTU-1753839881-1.0.1.1-tXJugVPkuP93num0otvoxHiCI68QG1aU6MYEqi7xC_3SR_YtlUQDznnXXx3bOlQIiFmFNBfraVOFoQ92MeZNzoVDFEFb1feHt5klk2C3uVs; path=/; expires=Wed, 30-Jul-25 02:14:41 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Wb8n6UvJfqkVQxPNuO.04ihnm9I2BKChTiEvsJxdd7E-1753839881139-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsNewest Questions
77,718 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
14
views
Simple image captcha test in Java and JS (revised version)
Following on from my previous question, I would like to know what could be improved here and whether it is now secure.
I had to use Java 8 because the Blade lib was built with it, and I want to extend ...
6
votes
3
answers
120
views
Golden-section optimization with complication
I'm trying to implement the so-called golden-section optimization in C++.
This is a simple algorithm to find an extremum of a univariate function \$f\$ within an interval \$[a,b]\$.
The crux is to ...
2
votes
1
answer
38
views
Encapsulating status codes and messages à la absl::Status
I'm new to Lua and thought a decent way of familiarizing myself with the language would be to implement some basic utility functionality around status codes. In particular I've reimplemented a subset ...
2
votes
1
answer
62
views
Implement a simple image captcha test yourself in Java and JS
First of all: I was looking for a simple image captcha solution for a website, but all I found were "Over-the-top" solutions for me. So I decided to write something to self.
I mainly use two ...
6
votes
0
answers
52
views
Markdown parser library in C
For a side project, I needed a markdown parser and I decided to roll my own.
It is a SAX-style parser, i.o.w. you can hook into parser events on consumer side and do whatever you want with the content....
-1
votes
0
answers
50
views
A simple properties system [closed]
I tried to create a simple properties system to use in my projects. I aim to make that system simple to be good at performance and have fewer problems, if any.
...
1
vote
1
answer
38
views
Runtime agnostic WebSocket server
A runtime agnostic WebSocket server. Tested with node, deno, bun, ...
5
votes
2
answers
859
views
rock paper scissors game with randomized system choices. NOT using rnd()
Here is the question I was trying to answer:
[11] Write a program that plays the game “Rock, Paper, Scissors.” If you are
not familiar with the game do some research (e.g., on the Web using
Google). ...
8
votes
1
answer
534
views
Shared-Memory Queue Implementation in C
Recently I am working on implementing a shared-memory based IPC message queue in C programming language on Linux system. A few design choices I've made include
The queue will have only 1 producer, ...
4
votes
2
answers
140
views
Class for validating code in different Conda environments with PyTorch
I wrote the Validator class. In the project, the presented code is located at the path ".../validator/init.py". It is needed for testing code in different virtual Conda environments, in the ...
3
votes
1
answer
117
views
SystemVerilog: LED blinker control logic
I built this simple blinker in SystemVerilog and would very much like some help to make it better:
control.sv
...
0
votes
0
answers
64
views
Video to ASCII Generation (Low Contrast Output) [closed]
I am developing a application that lets u convert short videos to ascii my problem is that the ascii is looking washed, greyed and not much color grading and contrast i want a crisp and sharp output (...
0
votes
0
answers
61
views
F# - Recursively find the first available item in a range definition
I have the following EF Core table:
...
6
votes
3
answers
104
views
Function to reduce dead band when reading a pressure transducer that has calibration device under test information
When reading a pressure transducer, I'm currently using the following code to apply the "device under test data" from the calibration report.
How can I determine which range segment of ...
8
votes
5
answers
2k
views
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
python × 15564
java × 10869
c# × 9966
c++ × 9741
javascript × 9410
performance × 8806
beginner × 7574
python-3.x × 5349
algorithm × 5101
php × 4267
c × 4087
object-oriented × 3793
programming-challenge × 3385
strings × 2964
jquery × 2320
array × 2124
game × 2025
html × 1796
c++11 × 1713
multithreading × 1619
ruby × 1613
sql × 1442
design-patterns × 1425
parsing × 1355
vba × 1292
more related tags
Hot Network Questions
- Does Christianity recognize different types of knowledge of God?
- Why do C compilers still prefer push over mov for saving registers, even when mov appears faster in llvm-mca?
- Can I combine 2 car reservations on adjacent dates with Hertz?
- How would the wind patterns of a Disc-like-world work?
- Film or TV series about powerful man who is banished, fishes beings he creates from ponds
- Why f[x___] := {x==="To be", x=!="not to be"} is both True for f[]?
- How to format an epigraph from a film
- Reason why golems do not run on wheels
- Is a normality test always performed on errors and not on raw data?
- char2path not loadable?
- VMWare, SAN, SSD, Influence of the fill level on the performance of a virtual hard disk
- Unable to recognize kanji / kana from typed document circa 1902
- Can Trump sue South Park?
- Rate of Difference of Gaussian Error
- How to test whether a secondary inet address exists on an eth interface?
- How to intentionally cause a taskbar app to flash?
- LTSpice op-amp non-inverting input acts like pull-up
- Effect of strong static magnetic field on logic integrated circuit
- An SF novel where a very young child escapes being murdered by hiding in the water tank of a toilet
- Are all Universities this internally cut-throat?
- How many possible MD5 hashes are there, 16³²? Or do MD5 checksums have error correction (in which case <16³² possible hashes)?
- What did Chava say to Adam?
- Would saying I want to go into industry on a statement of purpose negatively affect PhD admissions?
- Does the concept of information presuppose sentience?