Newest Questions

0 votes
1 answer
13 views

First C++ project: write a hash set for a specific scenario where I only need inserts and containment checks. This is not AI slop, everything except for the avalanche function is hand written. Please ...
Bananach's user avatar
  • 131
5 votes
3 answers
163 views

Is there a more direct way (loop-free) to compute this number than computing a level and then going back? ...
CPlus's user avatar
  • 1,445
5 votes
1 answer
391 views

I'm finishing my parsing tool split into three libraries, the first two being: https://github.com/pczarn/cfg https://github.com/pczarn/gearley I am working on PR https://github.com/pczarn/cfg/pull/...
Peter Blackson's user avatar
4 votes
3 answers
57 views

I have a custom object which stores dataframes in memory given a certain hierarchy, and I want to store this data in a file while maintaining the hierarchy. This hierarchy involved parents, children, ...
Marcus Carpenter's user avatar
4 votes
1 answer
175 views

The objective was to create a weight-balanced binary search tree with a well-defined interface. Any critiques or suggestions for improvement are welcome. ...
Chris's user avatar
  • 4,774
0 votes
0 answers
50 views
+50

I have made a Laravel 8 blogging application that supports themes. I had made a custom 404 template for every theme, the path to it being ...
Razvan Zamfir's user avatar
8 votes
3 answers
88 views

I am writing tests for legacy software which has a dependency on CGI scripts on a remote machine. Mocking the dependency would entail modifying the code under test, which is a thing I cannot do at the ...
Afelium's user avatar
  • 133
0 votes
0 answers
19 views

I've implemented a SvelteKit handleFetch hook that manages authentication for API requests with automatic token refresh. The API provides a 15-second grace period where a refresh token remains valid ...
tony's user avatar
  • 423
3 votes
0 answers
50 views

I originally titled my last question as a Unit Test and there was a comment that it was a integration test rather than a unit test. I will say this, indi that comment was an answer and you could have ...
pacmaninbw's user avatar
  • 26.1k
-1 votes
2 answers
123 views

Another second thought from the second thoughts series Object oriented programming deque implementation (after second thought) led to disposing if statements ...
user294861's user avatar
6 votes
2 answers
475 views

This code requires: tile map exported as .csv file tile set as .png knowing tile size knowing the rows and cols of the tile set .png For example, this tileset has 2 rows and 6 cols ...
Hossein TwoK's user avatar
2 votes
0 answers
41 views

I put together this Native Messaging performance test to determine based on evidence which programming language, JavaScript engine or runtime, and WebAssembly compiled code is fastest to round trip 1 ...
guest271314's user avatar
2 votes
2 answers
803 views

Intro In this post, I will present three (3) non-negative integer encoding techniques: Elias gamma coding Elias delta coding Golomb-Rice coding Code ...
coderodde's user avatar
  • 32.1k
8 votes
3 answers
1k views

I'm working on a replacement for make written in Python. Instead of a Makefile, you create a Wormfile.py. This file gets imported dynamically and a Context object ...
Daniel Walker's user avatar
-4 votes
0 answers
47 views

I would like to backup my C:\data folder into my D:\data folder, where D: is an external ...
robertspierre's user avatar

15 30 50 per page
1
2 3 4 5
5190