Newest Questions
24,149,581 questions
0
votes
0
answers
6
views
Emmc Flash Register Verification
I have some experience working with the EOL and Health. Where EOL is a register that has it's value based on actual failure of the Flash and Health is basically a counter that keeps track of writes (...
0
votes
1
answer
26
views
Function, If Else, Array Includes, Input...?
I'm trying to write it to that if the input includes a term within the "maraQuery" array, it'll open that page, otherwise, it'll say "No Results" under the input. All with ...
Tooling
0
votes
2
replies
31
views
Could you please let me know which database programming language gives most efficieny with less data consumption?
This is my question regarding several databases used for storing large amount of data. As I have used many of the databases programming languages but I need your opinions and experience of using ...
Advice
0
votes
2
replies
37
views
Online Banking Login Embed code for website
I am looking to get the online banking login embed code so that a customer can embed it on the website we are building. How do we go about getting that code? We were directed to jackhenry.dev but that ...
0
votes
0
answers
14
views
Vectorizing jax inner loop to enable reverse automatic differentiation while eliding unnecessary computations
I have nested loops in jax, and two different implementations for the inner loop. The first implementation uses a fori_loop to perform the inner loop. The second implementation uses parallelized ...
1
vote
1
answer
18
views
What do I need to change in gradle.build in order to implement Snackbar
I am trying to implement Snackbar messages. (This is for an app which I have for personal use which has always worked satisfactorily with Toast messages on old phones, but I now need to implement ...
0
votes
0
answers
24
views
How to correctly compare two encoded jwt refresh tokens
I using jwt in fastpai app, and when I create access and refresh tokens on user login I also create user session for specific user id in database, so as I understood I need to encrypt refresh token ...
Advice
0
votes
2
replies
25
views
Python Libraries Issue
I remember back in the days of only being able to pull in libs in a certain order, otherwise the code would not link. This was due to brainless Linkers. Today, libs for Python (under Win11) reminds ...
0
votes
0
answers
19
views
Why do I get IndexError when updating a tracking matrix inside a recursive DFS function?
I am trying to implement a Depth-First Search (DFS) algorithm to find paths in a grid graph and update a tracking matrix. However, I keep encountering an IndexError: list assignment index out of range ...
Advice
0
votes
2
replies
23
views
How to edit database on systemctl enable/disable?
I am converting a set of legacy startup scripts to systemd to allow for compatibility with future versions of Debian. Historically, these scripts started or didn't start on boot based on a value ...
1
vote
1
answer
47
views
Is there a way to perform calculations in log10 scale, and show the results on a linear scale with a seaborn boxplot?
My data represents the number of items/km2, and is split between different regions. My dataframe looks like this :
n_items
region
28741
region_1
192
region_1
3856
region_2
12345
region_2
0
region_3
...
-1
votes
0
answers
21
views
How to handle warped or tilted images in JSON coordinate-based OMR grading?
I am currently developing an OMR (Optical Mark Recognition) sheet grading system.
My Current Approach
I set up a template system that maps fixed coordinates stored in a JSON file to detect and crop ...
-1
votes
0
answers
22
views
Getting the numbers for a plot [closed]
I want to get by approximation the numbers from chart 12 in this link
I tried some packages like library(magick) but with no success; see below. Is there any better way in R of doing that?
library(...
0
votes
1
answer
38
views
If product code does not exist in first part of query pull a declared value from another table for that product code
So the first table I have stores fixed prices on product codes SellPriceRule and below is the query i have to get the list I want. The problem is for certain customers "using 1 as an example ...
1
vote
0
answers
32
views
The Y-point values on my line chart using Chart.js and jsreport are incorrect
In the screenshot you can see that the y-values are all suppressed to the x-axis. There is a correct curvature though so the values are doing something right. Why are they all so low though?
Here is ...