Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
2 views

I am trying to connect a Raspberry Pi to a Midas MCOB21605G1V-EYP display with a soldered HW-61 board using I²C. The VCC pin of the HW-61 board is connected to a Wago splice connector. This connector ...
F1nix's user avatar
  • 1
Advice
0 votes
0 replies
4 views

I'm building a cost estimation tool for Azure deployments and want to ensure accuracy against actual invoices. The Azure Retail Prices API returns UK South prices in GBP natively (endpoint: `prices....
Codeathon's user avatar
Best practices
0 votes
0 replies
10 views

I am trying to do a PCA analysis with Kmeans but different types of examples are confusing me: https://www.geeksforgeeks.org/data-analysis/principal-component-analysis-with-python/ https://plotly.com/...
Dragoran21's user avatar
Advice
0 votes
0 replies
6 views

I am finally updating my Android Java application to run in Android Studio. I have seen that the current recommendation is to use a Navigation Rail instead of a Drawer. However, I have not seen (or ...
Simon's user avatar
  • 2,256
Advice
0 votes
0 replies
12 views

If I wanted to go about creating an app to be deployed on laptops/desktops (Windows mostly) - either as localhost:800X in the browser or maybe even as a desktop app (using Electron ?) to accomplish ...
Digi Vrat's user avatar
Advice
0 votes
0 replies
13 views

I'm using AWS SES v2 and trying to retrieve message data via the API. I found the GetMessageInsights endpoint (/v2/email/insights/{MessageId}), but it requires a MessageId. The issue is that I don't ...
Marcelo Raineri's user avatar
0 votes
0 answers
13 views

I am working on OroCommerce and unable to create a product using admin API. For testing purpose I've setup this API in postman with the following data, URL -> {{Endpoint}}/admin/api/products ...
Nehal Ayub's user avatar
Advice
0 votes
0 replies
20 views

The Goal: I am building a CRUD system for a project called ebooks-accounts (part of my Adiuvo CRM work). I need to create a secure login form and an authentication system that allows different user ...
MUHAMMAD Ayaz's user avatar
-1 votes
1 answer
28 views

The only way that libao offers to detect errors is to check the global 'errno' value.  I could wish for better - but that's how it is. After going through the steps to initialize libao - I get errno==...
Steve's user avatar
  • 25
0 votes
0 answers
39 views

I have a problem: this website has an image gallery. When I select a button (for example kaplica), the images are filtered (images are shown under all green buttons), and the selected images appear ...
Hermas's user avatar
  • 41
0 votes
1 answer
20 views

I have a grid with two columns. The first column contains a vertically resizable element. The second contains a scrollable list. The grid needs to be as high as the resizable element is high. JSFiddle ...
Player Possum's user avatar
Best practices
0 votes
1 replies
25 views

Can i able to pass the entire User to map the payment Info is this a good practice or is there anyother better way to do it. public class User { private Long userID; private String name; //...
Cola Eater's user avatar
Tooling
0 votes
2 replies
29 views

I am stuck on a performance issue with a .NET background service. It continuously processes thousands of images. The pipeline is straightforward: read a image (300~400kb), scale it down by half (or ...
unkreativimweb's user avatar
-2 votes
0 answers
34 views

As I'm not sure about which trace method should I use track down Java Application from OneAgent-SDK-for-C of Dynatrace , I wanted to ask my process Here is the process shown below The app written by ...
Sercan Noyan Germiyanoğlu's user avatar
Best practices
0 votes
1 replies
21 views

A nice generic function I use to call python functions in another process, using Json.... inline fun<reified Tin0, reified Tin1, reified Tout> callPy2( methodName:String, input0: Tin0, ...
Daniel's user avatar
  • 157

15 30 50 per page
1
2 3 4 5
1610848