Newest Questions

Ask Question
77,883 questions
Filter by
Sorted by
Tagged with
4votes
2answers
92views

I have created a text-based program that finds the nearest school using your coordinates.The CSV DataFrame is available through LimeWire.I'd like to know how I can improve it....
Litcoder's user avatar
5votes
2answers
215views

I'm implementing aMinMaxStack<T> in C++20 that tracks minimum and maximum values. The class needsT to support ...
4votes
2answers
201views

I am trying to convert a dataset which has a Lambert Conformal Conic projection to the classic WGS 84 with Python. Unfortunately, the dataset does not have a defined EPSG code, but the general ...
5votes
3answers
661views

I have written a short bash (or POSIX-compliant) script to clean up the Traefik access log file and limit it to a maximum of 50 MB. I would like to know what you think of it. Any suggestions are ...
Tobias Grothe's user avatar
-1votes
0answers
35views

I have the following ArcPy code, which I need to run on very large datasets. Are there any suggestions for making it run faster? It's taking upwards of an hour and half to run the section I posted ...
bskaf's user avatar
5votes
3answers
577views

From my previous post, I tried to take into account all of the nice answers made by Kate, Chris, J_H, Booboo and mudskipperChanges madeIn short, I attempted to apply all of the following:API key ...
Chip01's user avatar
8votes
5answers
1kviews

Why I made itI’m building a voice assistant and thought it would be great if it could deliver news updates.What it doesIt cleans up the user’s query, determines whether it refers to a news category ...
Chip01's user avatar
-3votes
0answers
39views

I’m currently building a trading platform that requires streaming real-time price updates to the UI. I’ve implemented a WebSocket gateway and added handling for common issues such as:Ghost/...
0votes
0answers
36views

ExplainerProblemNo standardized Web Extension API to send or transferTypedArrays orArrayBuffers or...
4votes
2answers
258views

I developed two custom UI components with Pygame: a Button widget and a Frame widget. After placing the Button inside the Frame, I encountered an issue with the Button’s collision detection....
Hossein TwoK's user avatar
4votes
2answers
379views

From the previous post, I have incorporated the nice answers made by Chris and Chip01.Code...
coderodde's user avatar
4votes
2answers
443views

Intro(The previous version is here.)(The next version is here.)Now I have incorporated nice answers made by Chris and Chip01.What changed:Fixed the computation of median,...
coderodde's user avatar
4votes
1answer
160views

Why I made itI built a small news-style website in Secondary 3 to publish monthly recaps of everything happening in my friend group. My friend’s pen name was Salmon (Who is also the one who designed ...
Chip01's user avatar
4votes
3answers
432views

Intro(See the next iteration A tiny Java framework for gathering running time statistics - Take II.)I have this tiny Java framework that allows users to gather running time statistics of a piece of ...
coderodde's user avatar
5votes
4answers
475views

I was looking at a Stack Overflow question and got somewhat carried away with improving the solution, well beyond the scope of that question.In summary, we have a string such as...
Toby Speight's user avatar

153050per page
1
2345
5193