Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

Simple image captcha test in Java and JS (2)

Based on my previous question and Jannik's review, I have revised it and would like to have another review from you. Java server code: ...
Tobias Grothe's user avatar
2 votes
1 answer
32 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 ...
zziccardi's user avatar
2 votes
1 answer
42 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 ...
Tobias Grothe's user avatar
6 votes
0 answers
49 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....
Quanta's user avatar
  • 161
-1 votes
0 answers
48 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. ...
Lion King's user avatar
  • 145
0 votes
0 answers
31 views

Runtime agnostic WebSocket server

A runtime agnostic WebSocket server. Tested with node, deno, bun, ...
guest271314's user avatar
5 votes
2 answers
845 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). ...
nikx0918's user avatar
8 votes
1 answer
527 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, ...
Yukun Jiang's user avatar
4 votes
2 answers
135 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 ...
Sindik's user avatar
  • 41
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 ...
K_T's user avatar
  • 163
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 (...
Krish Vij's user avatar
0 votes
0 answers
61 views

F# - Recursively find the first available item in a range definition

I have the following EF Core table: ...
Parsa99's user avatar
  • 235
6 votes
3 answers
102 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 ...
Lenny Cunningham's user avatar
8 votes
5 answers
2k views

Console-based Casino Game in C++

I made a casino game that runs in the console for my grade 10 final project, and I received a 93% as my grade. I'm looking for feedback in areas such as syntax, user experience and efficiency. I would ...
ineedaham's user avatar
4 votes
1 answer
61 views

Style taking applying control's DataContext property as converter input

In my Avalonia app using the MVVM Community Toolkit, I want to have a number of buttons in multiple user controls in my application to have as their content a ...
Eric Eggers's user avatar

15 30 50 per page
1
2 3 4 5
5182