Newest Questions

3 min read Original article ↗

0 votes

0 answers

18 views

My document is made up of several smaller "sections" compiled into one large document. Each section has its own page-number prefix and is numbered 1 through whatever. They look like MD-23 or ...

Kinyon Green's user avatar

  • 41

0 votes

0 answers

16 views

I am building an operating system for the x86_64 ISA. I am to the point in my development where I want to begin to display things graphically for the user, and therefore wish to retrieve the monitor/...

Sermir's user avatar

  • 1

0 votes

0 answers

21 views

I am developing a desktop application in C++ using Qt Creator. My app runs fine in release mode, but it started to quit after making (perfectly) one display cycle, in Debug mode, without issuing any ...

katang's user avatar

  • 2,854

0 votes

2 replies

23 views

<?php include "./db_functions.php"; $method = $_SERVER["REQUEST_METHOD"]; $uri = parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH); $uri = explode("/", $...

cheater Mr's user avatar

  • 1

0 votes

0 answers

11 views

I want to upload dataFrame records from DBX to SAP HANA and it fails with DBX 16.4 giving error Could not initialize class com.sap.db.jdbc.Driver . Any solution appreciated Connect to HANA (hdbcli ...

Raj R's user avatar

  • 1

0 votes

0 answers

14 views

How do I add a variable to my dataframe in R, that has lagged values based on previous treatment rows? I wish to set a variable "previous_treatment_stop_date_missing" as TRUE when there is ...

jacerl980's user avatar

  • 75

0 votes

2 replies

21 views

I’m trying to learn how to use INDEX and MATCH instead of VLOOKUP in Excel. I have a table where: Column A = Employee IDs Column B = Names Column C = Salaries I want to look up a salary based on an ...

Kaaliyah Gray's user avatar

  • 1

0 votes

0 replies

19 views

<?php // get data or modify data function getData($sql){ $db = new mysqli("localhost", "root", "", "database"); if($db->...

cheater Mr's user avatar

  • 1

0 votes

0 replies

25 views

I want to develop an mvp metadata-based deepfake detection tool under one month for my final year project and I am still a beginner in Python. Any advice on how I can accomplish this without failing ...

Ademu Abdullahi's user avatar

  • 1