Questions tagged [identification]

211 questions
2
votes
1 answer

What Visual Basic syntax is this (Begin/End, no class)?

I was recently given some old source code from my employer and asked to determine if it was salvageable enough to port to newer technology or if we should just start from scratch. From what I can tell it is a Visual Basic, Universal Windows project…
WillRoss1
  • 123
  • 4
2
votes
1 answer

How to identify the app or website which calls an API endpoint?

We are making an API in PHP. We want the API endpoints to be called only by some specified apps and websites(Not via Postman or any similar software). We have tried to send some authentication key with the call but there are tools which can be used…
Arnab Banerjee
  • 165
  • 1
  • 15
2
votes
2 answers

R language: Converting images with regular dots to data frame

I have many ultraviolet images (*.png) each with 96 "wells" that appear as circles. These wells are arranged in a 8 by 12 fashion. Please see example below. In each image, some of the 96 circles are lighted up (reacting to UV), and some of them…
Subaru
  • 23
  • 4
2
votes
2 answers

Is it possible to determine of a Java Class object is the same across VMs

I have many instances of a particular programs running on different machines. Except for downtime to install a new version, the program is running all the time, and during installations, different versions of the program can be running on different…
Allan Wax
  • 141
  • 7
2
votes
3 answers

Get SOST database ID of sent emails

I have an ABAP program that sends emails. A sent email is stored in SOOD table. After sending an email I would like to get some ID of the email to be able to check its status later (in SOST table). I have seen more functions/methods to send email…
jcjr
  • 1,503
  • 24
  • 40
2
votes
4 answers

Extract departure and arrival from a list

I'm trying to extract some parameters from a list whose the structure and the length are variable. Basically, these parameters are the departure and the arrival addresses for a route. This list is built from a sentence in natural language so it does…
2
votes
0 answers

Structural Equation Model with Linear Dependency (Lavaan)

I want to estimate a structural equation model using lavaan in R with a categorical mediator. A wrinkle is that three of the exogenous variables are linearly dependent. However, this shouldn't be a problem since I'm using the categorical mediator to…
2
votes
1 answer

iFrame not identifying by Selenium Webdriver

This is my first time posting a question. I have spent over 3 days trying to figure out how to identify iFrame by webdriver. Here is my html code: