Questions tagged [identify]

196 questions
0
votes
2 answers

Identifying a pdf file and upload it to folder

I´m using this php code to upload images to a folder but I would like to allow pdf files to be uploaded also, so I modified a little the code:
0
votes
1 answer

PHPExcel wrong identification of rows and columns in original file

I have a big problem with reading xls files in php. On this page you can download a xls file with some informations about this…
0
votes
1 answer

'View' (NOT DELETE) Duplicate Rows from a Postgresql table obtained from joins

So I have temp table I created by joining three tables : Trips Stops Stop_times The Stop_times table has a list of trip_ids, the corresponding stops and the scheduled arrival and departure times of buses at those stops. I searched online and…
dahvyah
  • 5
  • 2
0
votes
1 answer

Unity raycast collide object and print its name on GUI

using UnityEngine; using System.Collections; public class GuardSample : MonoBehaviour { FOV2DEyes eyes; FOV2DVisionCone visionCone; float speed = -5; RaycastHit hit; void Start() { eyes = GetComponentInChildren(); visionCone =…
0
votes
2 answers

WLST identify the Multi Datasource.

I have a script which needs to be updated. Currently it demands password for all the datasources but now we have some multi datasources as well along with the generic datasources. My requirement is that whenever the datasource is a multi datasource,…
user520740
  • 13
  • 4
0
votes
0 answers

Unable to identify exact xpath if there are more than 1 listed elements via Selenium

I have a html code as .. /div[2]/div[1]/ol/**li[1]**/header/div[2] ... /div[2]/div[1]/ol/**li[2]**/header/div[2] ... means two orderly listed items So if i try searching for /div[2]/div[1]/ol/**li**/header/div[2], my selenium code says…
Joshi
  • 573
  • 3
  • 11
  • 24
0
votes
1 answer

Access id of ajaxForm element

I need to access the id of the form element with class="ajax-upload-image". I have several of these forms, with the same class, which is why I need to access the id, but it seems like I cannot get the right values using $(this). I need this value in…
0
votes
1 answer

Adding a parameter to the page's current URL which is parsed inside another Javascript function to position it on the page

I am working on a website where I do not have direct access to all the source files, but can add extra functions using Javascript. What I am trying to do is create a button which adds "?action=delete" to the end of whatever the page's URL is,…
Imamadmad
  • 77
  • 1
  • 11
0
votes
2 answers

Recognize relevant string information by checking the first characters

I have a table with 2 columns. In column 1, I have a string information, in column 2, I have a logical index %% Tables and their use T={'A2P3';'A2P3';'A2P3';'A2P3 with (extra1)';'A2P3 with (extra1) and (extra 2)';'A2P3 with…
0
votes
1 answer

How to display selected features in ArcGIS Identify Dialog using Visual Studio 2010/ArcObjects?

I'm brand new to ArcObjects SDKs and am struggling. I have a Python Add-in performing a query to select records (works great)and now trying to call the identify dialog via an .NET addin button that displays the identify dialog box to show attributes…
0
votes
0 answers

Web client opens eight connections and doesn't send anything on seven. How to tell if they're from the same client?

So, I have an HTTP 1.1 web server-ish thing running. When a typical web client connects, I get a bunch of incoming connections, all at once. On a server, on a LAN, I can tell them apart, because they all share the same IP. On the WEB, I have a more…
0
votes
1 answer

Name of function where png group of icons is used but only one is displayed?

I'm trying to understand a problem I'm having with a slider but realized I don't know what this function is called so I can learn more. The slider has a PNG with Play, Pause and some dots in both light and dark (rollover) versions that are all in…
kylebellamy
  • 993
  • 3
  • 10
  • 19
0
votes
2 answers

Function to identify lines and writing in one file (csv)

I have a log file with a lot of lines. The log file is in csv Format. I am searching in that file for different Messages and I want to store them in a different file. How can I manage that? Currently I am doing it like this: with…
Tiger1982
  • 19
  • 4
0
votes
1 answer

Usage of value returned by 'identify' utility of ImageMagick in CMD

A start of the line identify -format %w input.jpg in Command Prompt leads to printing of the width of the image. I have to assign this value to some variable within a CMD-file in order to use this variable further in the script. How can I do…
Jordan
  • 585
  • 1
  • 7
  • 18
0
votes
3 answers

How can I pull hashtags out of a text column?

I have an Excel sheet in which there is a "description" column. The values in this column often contain anywhere from 0-3 tags, all starting with the # symbol. Is there a way to pull all of these tags out in to columns? Perhaps just have 3 blank…
Friloc
  • 43
  • 1
  • 8