Questions tagged [identify]
196 questions
0
votes
0 answers
Split pdf pages in two based on the content
I have to split multilingual PDFs to two different pdfs. I do have a function to split them but some of the files need to be split while others don't. How can identify based on their content does a pdf document needs to be split or not? It has to be…
0
votes
1 answer
How to uniquely identify devices connected to the GW in Thingsboard
I am using ThingsBoard (https://thingsboard.io/) version 3.4.1, OS: Ubuntu 20.04 LTS.
I know how to connect devices to the Thingsboard and send data and creating dashboard etc. Previously I had connected my GW to the Thingsboard with which only one…

Fakir
- 139
- 11
0
votes
2 answers
How to get mail nsf file name after user login in domino
I need to get user's nsf file name after he logins in the system, for opening that mail file. Name is required since I am getting 4269 & 4457 error on login then I have to give mail file name for login on non home server. Plz help??

Ratnesh
- 1
0
votes
0 answers
How to make a model that identify that it is something specific?
How to I make the model that identify that it is something specific? (Deep learning)
For example,
like if the input value is greater than 20, output will be [0, 1]
and value is less than 20, it will be [1, 0].
Can anyone help?

Jinsu Jang
- 11
- 4
0
votes
1 answer
Is there a way to programmatically detect type, manufacturer, name and/or description of i2c device on raspberry pi
I have a raspberry pi connected with multiple i2c devices and want to be able to programmatically work out the type, manufacturer name, device name and/or description for each device on the i2c bus.
Is there any way to do this? Can it be done in…

zenmaster43
- 21
- 3
0
votes
0 answers
Is it possible to uniquely identify a USB disk clone that boots on linux computer as NOT the original
The following is the case and question:
I have a linux installation on a 128GB sandisk.
When I clone the disk on another 128GB sandisk the UUID stays the same.
My first thoughts to detect a clone was to check the UUID but that clearly does not…

sifuray
- 1
0
votes
2 answers
Identify repeatd characters across columns in r
In RStudio, I have a df of different character strings across different groups in columns. there are about 600 in each column and I am not sure if certain characters are repeated across all the columns/groups or just 2 or 3 columns. I was wondering…

Jen1
- 1
- 1
0
votes
1 answer
Error in identify(x, y, labels = name, plot = TRUE)
I trying to use the function identify() on R, but it's not working.
Do you know if there is any package that I'm missing?
It doesn't work not even for a simple code:
x = 1:10
y = x^2
name = letters[1:10]
plot(x, y)
identify(x, y, labels = name,…
0
votes
1 answer
Identify and change decimal places of multiple values at once
I have a dataset like this, but much larger:
ds2
Event act me
1 Labour Costs YoY 2.33 0.0264
2 Unemployment Change (000's) -5.17 -0.449
3 Unemployment Rate …

Jurgen
- 51
- 5
0
votes
1 answer
How to get an unique ID from every user visiting my web page without the need of login in?
I want to have a Web page and identify every visitor somehow. Maybe using their MAC address. Is it possible to get the MAC address of visitors in my web page? or is there any other way to get what I want?
I don't want to make a login form because I…

Elz
- 21
- 3
0
votes
2 answers
Identifying values in R Plot
I have been trying to identify extreme values in a R ggplot2.
Is there any way to have a plot where besides the point (or instead of it) representing the values, it also shows the index? Or any other thing that allows you to quickly identify it?
The…

Bileobio
- 121
- 8
0
votes
0 answers
pythonocc identify holes (and it dimension) in surface
I have an object, and I am checking it's faces (for exmaple the attached object).
First I have checked if each of it's faces is a plane/cylinder or Bspline surface.
Now, I need to check if the face has holes in it (it can have cylindrical or square…

Zofit Allouche
- 1
- 1
0
votes
3 answers
How do I get characters that are non-letters and non-digits appended in a list?
This is about plain word counting, to collect which words appear in a document and how how often.
I try to write a function were the input is a list of text lines. I go through all lines, split them into words, accumulate the recognized words and…

Eric J
- 29
- 2
0
votes
3 answers
identify id players onclick unity
(Unity) I'm using the new Input System and MultiplayerEventSystem, with 4 active players. So far each player had their own Root (container) of objects to select, but I came across a scene in which the 4 players will have the same UI Buttons…
0
votes
0 answers
Identify individual Azure app service machines (especially behind a load balancer)
I want to identify individual Azure app service machines so that I can record info in a database. I was thinking I would use the local ip address of the machine using the function below but I get an empty string returned back. The code works for…

Brian Rice
- 3,107
- 1
- 35
- 53