Newest Questions

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

I Expect for the output to be: SKG 912 ok E9J 212 not ok STD 389 ok PTK 450 not ok FGH 76N ok But it just says not ok, meaning false. This code should go through these validations and see if the ...
Babak V's user avatar
0 votes
0 answers
5 views

I am writing a C program with canonical and echo modes disabled, using termios.h. I was wondering how could I listen to the CTRL keybind (in my case, CTRL + Q): I tried searching for the CTRL keybind ...
fastregister41's user avatar
Advice
0 votes
0 replies
10 views

I have just started to learn python recently and I am using chatgpt and other AI tool in this learning journey. Beside the chatgpt, i am following https://github.com/Asabeneh/30-Days-Of-Python python ...
Shubhankar Biswas's user avatar
0 votes
0 answers
10 views

I am using Fluent Bit in a Kubernetes environment (deployed as a DaemonSet) to collect container logs and forward them to a logging backend (e.g., OpenSearch/Elasticsearch). Currently, Fluent Bit is ...
Hrithik Hiranwar's user avatar
Advice
0 votes
0 replies
16 views

Im a beginner system developer, and I want to gather everything I need to start my journey. I previously had experience in backend development with Golang, but now my direction has changed and I want ...
Max Skold's user avatar
0 votes
1 answer
20 views

I am working on a form to allow the user to enter some input. Here is my code: import SwiftUI struct ContentView: View { @State private var searchString = "TEST" @State private var ...
koen's user avatar
  • 5,922
Best practices
0 votes
1 replies
24 views

I'm trying to understand the purpose of WeakMap and WeakSet in JavaScript. I know that they hold weak references and do not prevent garbage collection, but I'm having trouble understanding when they ...
King是太阳's user avatar
Best practices
1 vote
1 replies
36 views

I am just new in the web development industry. I learn all myself and feel very impressive. I want to earn some bucks for coffee. What you guys advise to me based on your unique experience? Thank by ...
Mammi's user avatar
  • 1
0 votes
0 answers
22 views

I’m trying to match a channel’s public Videos tab. So I want: archived livestreams: excluded premieres that appear in /videos: kept These two public videos reproduce the problem: IcZxVrRrzcM 6-...
FluidMechanics Potential Flows's user avatar
-1 votes
1 answer
55 views

I'm working on an ASP.NET Core Web API with JWT authentication. I generate a token that includes a custom claim EmployeeId, and I try to read it inside my controller, but it is always returned as null ...
Ameed Malhis's user avatar
0 votes
0 answers
42 views

I've been implementing custom flat hash map (aka SwissTable) in C using SIMDe library and Rapidhash algorithm for hash computation. Index is computed over modulo with additional shift by n elements in ...
Brain_driver_not_found's user avatar
Best practices
0 votes
0 replies
46 views

I’m working on a Django project running in Docker with multiple services (PostgreSQL, Redis, Celery). The codebase is fairly large and not strictly modularized. Currently, I use GitHub Copilot (ask ...
Abdullx200's user avatar
Tooling
0 votes
0 replies
16 views

I am building a basic 3D structure simulation app using **Three.js** and **OrbitControls**. Currently, I have a simple scene with a 3D pillar and a grid helper. The code works, but I have a few ...
mobile aji's user avatar
Tooling
1 vote
0 replies
17 views

Seems like Bayesian learning is the go to method now for reducing over fitting in ML models, I've read Manning's NLP in action, Deep Learning with python, O'Reilly Deep Learning foundations, Hands on ...
Gaming Music's user avatar
Tooling
0 votes
0 replies
19 views

I am building my first website that relies on a database for its functioning and I started using the tools my hosting service (Altervista) has provided me, which include phpMyAdmin. I find the ...
Zachiel's user avatar
  • 155

15 30 50 per page
1
2 3 4 5
1610658