Newest Questions
4votes
2answers
92views
Find the nearest school to you
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....
5votes
2answers
215views
MinMaxStack - tracks minimum and maximum values
I'm implementing aMinMaxStack<T> in C++20 that tracks minimum and maximum values. The class needsT to support ...
4votes
2answers
201views
Transform dataset coordinates from Lambert Conformal Conic projection to WGS84
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
Bash script for manually cleaning up the Traefik access log file and limiting it to a maximum of 50 MB
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 ...
-1votes
0answers
35views
Optimize ArcPy Code [closed]
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 ...
5votes
3answers
577views
News API in Python - Take II
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 ...
8votes
5answers
1kviews
News API in Python
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 ...
-3votes
0answers
39views
Websocket integration for High frequency trading [closed]
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
Streaming messages for Chrome MV3 Web extensions
ExplainerProblemNo standardized Web Extension API to send or transferTypedArrays orArrayBuffers or...
4votes
2answers
258views
Create Frame Widget with Pygame
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....
4votes
2answers
379views
A tiny Java framework for gathering running time statistics - Take III
From the previous post, I have incorporated the nice answers made by Chris and Chip01.Code...
4votes
2answers
443views
A tiny Java framework for gathering running time statistics - Take II
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,...
4votes
1answer
160views
Unofficial School News Website between Friends
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 ...
4votes
3answers
432views
A tiny Java framework for gathering running time statistics
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 ...
5votes
4answers
475views
Substitute patterns with values from lists
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...



