Questions tagged [identify]

196 questions
0
votes
0 answers

Does R-Programming language have this syntax?

I was given the following code to analyze and understand what it does. My challenge is that i don't even know what programming language was used to write the code. Here's a snippet of the code: **REGOPT** (PVCALC, PVPRINT, STARS); SET NN = 100; SET…
TIMI KING
  • 1
  • 2
0
votes
2 answers

Identify events within a time window in R

I need to identify a series (maximum 3 events) of events that occurred within 60 seconds. Here there is the IN data IN<-read.table(header = FALSE, text =…
stefano
  • 601
  • 1
  • 8
  • 14
0
votes
1 answer

.R identifying dots outside a circle (maps / gps)

I am new to the platform, my issue: I have a dataset of Amsterdam with 500 dots (gps coordinates - longitude, latitude). I would like to identify the dots, who are outside the centre of Amsterdam. The gps coordinates of centre of Amsterdam is…
0
votes
2 answers

PHP Mail Form, labeling the $_POST in the $message

This is the code I use right now, and it works fine.
0
votes
1 answer

Google Chrome Extension Identity API Authentication

I'm having issues with my authentication on a Chrome Extension that I am working on to learn. Currently, my extension works for my profiles if users are logged in. As soon as I test this (by giving another party access), the extension does not seem…
0
votes
2 answers

Azure Face API identify - Bad request 400

I am trying below snippet of code for face identify of azure samples with proper Subscription-Key. I get bad request 400 - can any one please help me how to send request body to work for this ajax call. …
SaKol
  • 99
  • 10
0
votes
1 answer

No identify button after launching application in application modeller - BluePrism

I am using BluePrism v5.0.12 and I am trying to identify elements from a launched application in Application Modeller. (I used the Windows application type in the modeler configuration) From some tutorials I saw, the launch button changes to…
AntsaR
  • 380
  • 1
  • 9
  • 28
0
votes
5 answers

identify button is not visible while spying objects in blue prism

While spying objects in blueprism using application modeller, i am not able to see identify button, instead just seeing only launch option.
sudhakar
  • 1
  • 1
  • 1
0
votes
1 answer

How do I fix an expected error on line 89 when using cases?

import java.util.Scanner; public class MethodTestingLab { public static void main(String[] args) { int menuChoice, num1; Scanner keyboardReader = new Scanner(System.in); // Display Menu System.out.println("Menu\n…
Ashley
  • 17
  • 5
0
votes
1 answer

Cakephp 3 - Auth Login Return False

What's the problem with this code? The Controller and Identify only return false! My database column is senha (password) and email. And I can not sign in. I am using hash, password with 255 characters and all right. But it's not…
0
votes
1 answer

Find the indexes of duplicate values and replace their indexes in Matlab

I have a matrix B 1631x5.Download matfile Columns 2 and 3 represent X and Y coordinates respectively. I want to identify the indexes where B(i+k,2)==B(i+j,2)&B(i+k,3)==B(i+j,3). Note that there can be more than one duplicate. Below is the script…
Yesbol
  • 1
  • 2
0
votes
0 answers

Identifying the clicker

So i want to create a website, where people can chose from 4 topic. The fastest one who clicks a topic gets it, and everyone can only chose 1 topic. (the topics are in a clickable div.) After someone chose a topic, by clicing on it that topic gets…
0
votes
0 answers

Finding the column in which a specified value appears

In a numeric data frame (say "data") with n columns, I use "apply" to calculate the max value by row, then I create a new column containing that max value: data[, n+1] <- apply(data[, 1:n], max) But how can I add another column containing the…
Andrew
  • 926
  • 2
  • 17
  • 24
0
votes
1 answer

r remove outliers from a list of data.frames and make a new list of data.frames?

I have a List of 6 in a data.frame It has 3 columns: id, T_C, Sales T_C is TEST or CONTROL Someone helped me here and I learned how to find the mean() and sd() by looping, instead of doing individual statements. Now my goal is to remove the outliers…
Ray Kodiak
  • 69
  • 1
  • 13
0
votes
1 answer

How can you identify a file without a filename or filepath?

If I were to give you a file. You can read the file but you can't change it or copy it. Then I take the file, rename it, move it to a new location. How could you identify that file? (Fairly reliably) I'm looking if I have a database of media files…
Greg
  • 133
  • 7