Skip to main content
0 votes
0 answers
41 views

I am working on some simulation code in Fortran. Part of that are potential cells that induce velocity. Here is the definition for the cell type: type CELL doubleprecision :: xmin,ymin,...
byl's user avatar
  • 97
1 vote
1 answer
36 views

I was looking for a way to read, manipulate and save xlsx files. Since I have Microsoft Excel installed, a convenient way was to use VB scripts which convert xlsx to csv, process the data with C++ and ...
user1881713's user avatar
8 votes
4 answers
228 views

Here is a simplified example: using System; using System.Linq; class Program { static void Main() { var data = new[] { new { Name = "Alice", Age = 30 }, ...
zaher al chami's user avatar
1 vote
2 answers
68 views

I’ve built a small Amazon Price Tracker app in React Native. The app is fairly lightweight and not CPU-intensive: Uses React Navigation Screens: Home Screen → lists tracked products Item Edit ...
mlg's user avatar
  • 1,198
-1 votes
0 answers
48 views

I’m seeing a progressive rendering failure on iOS in a React Native app that does not reproduce on Android. Symptoms Certain screens stop rendering completely after multiple navigations react-native-...
mlg's user avatar
  • 1,198
1 vote
1 answer
157 views

I'm working on a tool to segment features from a grey scale image and as part of this I want to perform a gaussian blur. This is basically a way of learning more about C# and the underling image ...
jasonisme84's user avatar
0 votes
1 answer
60 views

While solving a question in LeetCode (Longest common prefix), I used the startsWith and slice operation of JavaScript both of which are o(N) operations. But LeetCode claims the solution I submitted is ...
Adithya Vijay's user avatar
2 votes
0 answers
76 views

I'm working with an AWT Canvas with a triple buffered BufferStrategy. The application runs a loop that renders the screen with a set maximum FPS. Specifically I'm drawing multiple characters on screen ...
Marlo Kuisma's user avatar
0 votes
0 answers
46 views

I've reinstalled my Ubuntu desktop environment and went from 22 LTS to 24 LTS. By reinstalling I mean: I wiped out the data and repartitioned the hard drive (and I used the same one for Ubuntu). As ...
socjopata's user avatar
  • 5,103
1 vote
1 answer
55 views

The following will sound very much a beginner's question. In terms of hardware i am trully a beginner.. I am running the same Timefold solver (single-threaded) on two ARM machines and am seeing a ...
panos's user avatar
  • 11
0 votes
2 answers
51 views

Even with this simple code, Selenium takes about 5-10 seconds to open the browser. I used another machine (window) to run the same code and it takes less than 1 second to open it. I've tried changing ...
chen5432's user avatar
Advice
1 vote
9 replies
60 views

We have been told that the difference between a junior/mid developer and a senior is the ability to solve the hardest problems like security concerns, performance issues or architectural questions. ...
Cihangir Yaman's user avatar
Advice
2 votes
9 replies
65 views

I updated this question to better explain the actual code linked to below, while trying to minimize the complication. Consider the X86 zmm register based sequence loop below. m[] is an array of n ...
rcgldr's user avatar
  • 29.5k
0 votes
0 answers
38 views

Why does Milvus insertion throughput drop significantly when using Woodpecker MQ with local storage in standalone mode? I’m running Milvus standalone (v2.6.1) and configured Woodpecker as the message ...
Derya Coşkun's user avatar
6 votes
1 answer
67 views

I'm working on a React table where each row has a dropdown with actions (Edit, Delete). I want to optimize performance using useMemo, but I'm stuck because each row needs a different path based on the ...
EmreLutfi's user avatar

15 30 50 per page
1
2 3 4 5
6850