Questions tagged [identify]

196 questions
-1
votes
1 answer

Identify and mark character duplicates

I have a large dataset, containing a couple million rows and several columns. Two columns should be unique ID's. However there are multiple duplicates. This is a small sample of my dataset (the first 10 rows, currently without any duplicates in N or…
RvS
  • 149
  • 8
-1
votes
1 answer

citizen:/scripting/lua/scheduler.lua:61: attempt to call a nil value (upvalue 'fn')

So the code error is this: Also, the lua code is used for FiveM-coding, using vRP as main framework. The error appeals a function that is on vRP, and the caller is a base-function from the artifacts. Even so, this is the code of the artifact that…
solo2k
  • 21
  • 3
-1
votes
1 answer

identify and keep duplicates with r

Identify and keep only rows with duplicate elements in r I have a large df with 20 plus columns and I need to identify and keep rows with duplicate elements from specified columns. My approach was going to be to create two new columns. The first…
rellis025
  • 1
  • 1
-1
votes
1 answer

Identify process that is creating a file

I sometimes get a file called tmp#####.tmp.bat in my user/appdata/local/temp folder I am suspecting its created by some Cannon printter utilities I thought I would put a FileSystemWatcher on the folder and catch the creator in the act I can catch…
Bill
  • 79
  • 5
-1
votes
2 answers

How do I get parameter from other parameters of same constructors (java)

So I was supposed to identify a parameter based on other parameters of same constructor, for example: public Student(String n, int sN, int hN){ this.name = n; this.streetNum = sN; this.houseNum = hN; } The main class will be provided…
-1
votes
2 answers

How to make a python program that lists the position/positions of a certain word in a sentence

I'm trying to figure out how to make a python program that highlights the position/positions of a certain inputed word in a sentence and lists what place that word is. For example if the sentence was: "The fat cat sat on the mat" then the position…
Tommy C
  • 3
  • 1
  • 3
-1
votes
1 answer

How to get a value of a cell in datagridview devexpress

I have a Datagridview which contains checkboxes in the first column, and text in the second. When a Checkbox is clicked, the "CellValueChanging"-method is getting the index of the specific row. How do I get the matching string-text? the…
Marcel
  • 917
  • 3
  • 19
  • 48
-1
votes
1 answer

Final Step Of Batch File Doesn't Work...Why?

I have a batch file that is supposed to identify the smallest directory and delete all other direcotires only leaving the smallest one. The identification works properly, but the removal of the other, larger folders doesn't work. Below is what I…
Manny90
  • 9
  • 3
-1
votes
3 answers

Is there a way to find the computer from which is released a desktop app (.exe)?

Starting from a .exe file is it possible to find the computer that compiled that application? In this particular case with Visual Studio 2013
-1
votes
2 answers

How to identify first class between others class with jQuery?

I have one link with some divs class: Link I need to call a function to the first class of this link, as I can get the name of this class in a variable? Remembering that the name of the first div will not be…
rafaelfndev
  • 679
  • 2
  • 9
  • 27
-1
votes
1 answer

Identify Architectural Patterns by Java Code

How can I identify architectural patterns by looking at the javadoc. I have downloaded the Source for Pokerapp v.100 (http://sourceforge.net/projects/pokerapp/files/PokerApp%20v1.00/Source%20Code/PokerApp_v1.00-src.tar.gz/download) and I would like…
-2
votes
1 answer

Identify most common combinations of values in 2 or more columns in a CSV file

How to find the most common combinations of values in 2 or more columns for rows in a CSV file.…
Sanjan
  • 81
  • 9
-2
votes
2 answers

Identify id of modal window

How to identify id of modal window in this JS $('.modal-Goalkeepers, .modal-Defenders, .modal-Midfielders, .modal-Forwards').on('show.bs.modal', function (data) { var id = {{here I want to know id of modal is now shown}} });
Igor Ostapiuk
  • 589
  • 3
  • 7
  • 23
-2
votes
3 answers

Identify dynamically added views for OnclickListener

I have a problem programming for Android: I am adding textviews to a layout dynamically by reading out data out of an ArrayList. So I got different textviews on my layout. Now I want to set an OnclickListener to each of them and start different…
Black Kite
  • 13
  • 3
-2
votes
2 answers

PHP finds database, but can'´t seem to find tables

I have a perfectly working small database, there is a table exactly named "Category" which in it´s turn has a row named exactly "Name". I've tried every version (Capitalized and not) of the names but my function doesn't return what I want it to…
Michael Scott
  • 99
  • 1
  • 1
  • 5
1 2 3
13
14