Newest Questions

1 vote
0 answers
10 views

I am building a Visual Studio extension which uses a 3rd-party library (MonoDevelop.Xml to be specific). The library contains some MEF components intended to be used together with my custom components....
Dark Daskin's user avatar
  • 1,582
Best practices
0 votes
4 replies
6 views

I have been reading the amd64 architecture manual available here, especially through integer vector instructions. I don't quite understand the (v)pshufd instruction, though I wonder if this could be ...
user31862328's user avatar
0 votes
0 answers
11 views

I’m working with an internal web application that exposes data only through a UI workflow (no public API). Current manual process Log in to the site Navigate through several UI steps Apply filters (...
Harsha Vardhan's user avatar
-3 votes
0 answers
25 views

I want to make a game on Unity connected to artificial intelligence, and every time the AI sends a different story. This is the general idea. Let's say I just want to do it—how do I make it? I've ...
Emad kamel's user avatar
0 votes
0 answers
14 views

I am trying to modify ICU tokenizer to not split text into tokens on certain characters, like hyphens. I got the custom rules up in SolrCloud and working, but it appears that as soon as I added "...
miran80's user avatar
  • 1,135
0 votes
0 answers
21 views

I have a quite simple Power Automate flow: When a Jotform flow is submitted a HTTP action is started with GET method. Compose action is coming (outputs('HTTP_Fájlnév_ellenőrző')?['headers']['Location'...
Dániel Zalkai's user avatar
-3 votes
0 answers
38 views

I'm developing a food delivery app which has the 3 apps with one Web dashboard, firebase is implemented to help the Web dashboard with state changes. distance calculation and order pricing. My ...
Joshua Annor's user avatar
0 votes
2 answers
24 views

I’m working on a Python console program that displays a restaurant-style menu with categories and prices, and allows users to select items by number. I want the menu to be easy to scan, similar to how ...
Ali Ashan's user avatar
1 vote
0 answers
24 views

I generate random numbers with below VBA code. Private Sub Rand_Num() Application.EnableEvents = False Dim total As Double Dim numCells As Integer Dim minValue As Double Dim maxValue ...
Prabhat Vishwas's user avatar
Advice
0 votes
0 replies
8 views

I have applied for GitHub Education Benefits. Can anyone tell me, How I can get the Copilot Pro coupon. If I click on the link, then it shows for subscription. Also, it shows 'Approved' but why I am ...
Masum Kazi's user avatar
0 votes
0 answers
6 views

I have below class, which is used to generate the metaData of the class public abstract class ServiceBase<T extends IFilterSortSupport> { private final Class<T> entityClass; protected ...
San Jaisy's user avatar
  • 17.5k
0 votes
0 answers
24 views

I am using my custom CSS for user flow layout and when uploaded, I start seeing weird behavior isnide the user flows. String interpolation is apparently failing for some reason neither the css gets ...
marek_lani's user avatar
  • 4,151
-5 votes
0 answers
29 views

import ccxt import pandas as pd import numpy as np # Exchange setup exchange = ccxt.binance({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_SECRET', }) symbol = 'XAU/USD' timeframe = '30m' ...
sthembiso Mtshali's user avatar
2 votes
0 answers
25 views

I am porting a vertical interpolation routine from Fortran 77 to NumPy. I am aiming for bit-for-bit parity (Mean Absolute Error (\approx 10^{-16})) with the gfortran output, which uses DOUBLE ...
gansub's user avatar
  • 1,204
0 votes
0 answers
19 views

I'm using ZPL with Zebra Browser print and Zebra ZD230T printer, everything is configured, I've got v10 drivers and I'm printing labels within a React application. Below is the function I'm calling to ...
Marko's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1611696