Newest Questions

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

I've been trying to create a system where the same data can be pointed to by several directory entries. I have an original file, original.mp3, then create several pointers like so: original (1) (P)....
milkchunks's user avatar
0 votes
0 answers
3 views

Can anyone explain me why do we use the KV Cache in Transformers, i heard about this from a team member talking about it during Hackathon.
Kapil's user avatar
  • 1
0 votes
0 answers
10 views

what is the safe and correct way to atomically write unsigned variables using the Interlocked* functions or TInterlocked? In the function below, are (A) and (B) fully atomic and threadsafe? Or is (C) ...
vincent's user avatar
  • 78
Advice
1 vote
1 replies
22 views

How do I remember the order of a SQL query when writing them? I know the basic order 1. SELECT, 2. FROM, 3. WHERE, but how do I know when to use other clauses when creating a query (i.e. ORDER BY, ...
GodsFavorite's user avatar
-5 votes
0 answers
37 views

num = random.randint(1,5) user_number = int(input("Enter the Number: ")) if user_number == num: print("Correct !") else: print("Incorrect !") print(f"The ...
Rai Ujwal's user avatar
0 votes
0 answers
22 views

I've been questioning the scenario when __exit is called while any of my kernel module's code would have been running. I learned that any execution in kernel space has a context. A process, kthread, ...
Programmer_2147483647's user avatar
Tooling
0 votes
0 replies
20 views

This is a library for Android game and used with Game Maker. I've tried dumping it with radare2 and readelf, but I couldn't identify the strings clearly and it lacked the functionality of the older ...
Công danh Lương's user avatar
0 votes
0 answers
31 views

I have a problem with nops_fix(). I installed the R packages as suggested (clipr, magick, qpdf). But when I run: nops_fix("nops_scan_20260604161954.zip") I see the first window to correct ...
user301818's user avatar
0 votes
0 answers
28 views

I have the issue that, while any locally run tests give the same results as before, since June 1st (last passing tests were on April 17th) some GitLab CI tests are now failing consistently. I have ...
ProodjePindakaas's user avatar
0 votes
0 answers
24 views

I have a sequence with a schema name which does work manually in a SQL tool such as SqlDeveloper: select CRI_API."ISEQ$$_159767".nextval from dual; => 22 The Java application connects to ...
gene b.'s user avatar
  • 12.9k
0 votes
0 answers
16 views

My Google Cloud project hyginiee (project ID: hyginiee-4d445) was suspended for “abusive activity consistent with hijacking” after unauthorized Gemini API usage; I discovered the suspension from ...
Ayush Rawat's user avatar
Advice
0 votes
0 replies
31 views

How can I obtain the jackhenry IP ranges so that I can whitelist them within my application? My use case is that I only want to accept incoming requests from jackhenry IPs and nothing else. I am ...
Justin Martin's user avatar
Best practices
0 votes
0 replies
25 views

I'm learning Scala. As part of this learning, I decided to build a type system for events. An object (any class via a trait or a typeclass) can have multiple subscribers to events (events are strings ...
art-solopov's user avatar
  • 4,856
0 votes
0 answers
15 views

I'm using vue-html2pdf v1.8.0 to generate PDF files in a Vue.js application. I'm encountering a page-break issue when the generated PDF contains multiple pages. Problem The last line of text near the ...
Hiếu Lê Trung's user avatar
Advice
0 votes
8 replies
100 views

My teacher gave us a task that requires training and improving a machine learning model to achieve the best possible prediction results. He even organized an in-class competition, so if my model ...
Glenn's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
…
1610122