Newest Questions
24,175,437 questions
0
votes
0
answers
1
view
Using a common library which contains MEF exports in multiple Visual Studio extensions
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....
Best practices
0
votes
0
replies
4
views
What is the fastest way to multiply even-indexed integers of a ymmword with odd-indexed integers of a ymmword
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 ...
0
votes
0
answers
9
views
Reliable way to keep a single Excel file auto-updated from a slow, session-based web application
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 (...
-2
votes
0
answers
18
views
My game with connection with gemini or Chatgpt [closed]
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 ...
0
votes
0
answers
12
views
Custom RBBI rules for ICU tokenizer that don't override all defaults
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
"...
0
votes
0
answers
18
views
Power Automate HTTP GET method issues file format is pdf or jpg, source file contains special characters encoding is OK
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'...
-3
votes
0
answers
30
views
Food delivery system with react native [closed]
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 ...
0
votes
1
answer
19
views
How to structure and print a categorized restaurant-style menu with aligned prices in Python?
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 ...
1
vote
0
answers
18
views
Generate random numbers between two limits and fixed value in vba
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 ...
Advice
0
votes
0
replies
8
views
How I can get the Copilot Pro coupon by GitHub Education Benefits
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 ...
0
votes
0
answers
6
views
It's not possible to automatically add a synthetic no-args constructor to an unproxyable bean class
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 ...
0
votes
0
answers
24
views
Entra external ID string interpolation failure when using custom CSS
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 ...
-4
votes
0
answers
25
views
How can I make this really execute trades for me? [closed]
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'
...
2
votes
0
answers
22
views
Silencing NumPy Divide-by-Zero Warning while maintaining bit-for-bit parity with F77 Double Precision
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 ...
0
votes
0
answers
18
views
ZPL with Zebra Browser Print printing multiple labels instead of 1
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 ...