The scan tag has no wiki summary.
0
votes
0answers
11 views
nmap to check battery installed or not
im working on a project which scan the LAN and display reslut in html/PHP/mysql using NMAP Commands.similar application to spiceworks.
in spiceworks they said they categorized their nmap output ...
0
votes
0answers
33 views
At what resolution I should take a picture of my vinyl record to be able to play it? [closed]
Is it feasible to optically scan a vinyl record into an image, and then process that image into a audio waveform to play.
What resolution you reckon would be sufficient for a decent sound quality?
0
votes
2answers
128 views
+100
Missing parameter type for generic scan
I can't seem to understand why my program needs explicit parameter types for this case. Using the following method:
trait DistTraversableLike[+T, +Repr]
extends DistTraversable[T] {
self: Repr ...
0
votes
1answer
28 views
How to read NFC tags to prevent system dialogs NFC starter list and Tags being displayed
I am working on NFC RFID Tag reading application that needs just to read NFC ID number and write it to EditText in some NOT MAIN activity. NFC reading is just one of hundred functions in that app.
...
-8
votes
0answers
42 views
Anti virus for php uploads [closed]
I want to scan the uploads that people upload to my website, and if the file is treated he will be deleted and will be returned a value that i could know the file deleted.
0
votes
0answers
17 views
Android Bluetooth Connection without Scan
I'm currently working an appliction where i have.
A server : my Computer.
And a Client : my Android Device
I've already built a version of my program using http connection, but now, I want to ...
0
votes
0answers
47 views
How to detect port scan?
my question is how to detect a port scanning?And This is my graduated design.I find little meterials and papers about how to implement this. Maybe some papers point Single-Source port scan detection ...
0
votes
1answer
38 views
Android - Scan MSI/Plessey barcode
I would like to scan MSI/Plessey barcodes in my app. I currently use Zxing SDK but it seems it can't read this barcode format.
Can somebody tell me how I can do that? Do you know a library that can ...
0
votes
1answer
49 views
uk.co.mmscomputing.device.twain.TwainIOException : Cannot load Twain Source Manager
hi every one i was using uk.co.mmscomputing.device lib to scan images on my computer 32 bit but when i switched the project to another computer using 64bit system
i got this error =(
...
0
votes
1answer
29 views
Is it possible in Geomagic Studio to compute volume via Python macro?
I'm using Python scripts to realize macros in Geomagic Studio 2012.
I need to calculate, on a set of scanned objects, the volume of several of them respect to the total.
Currently, I:
write down ...
0
votes
0answers
29 views
How to scan a grid from closest to furthest?
I'm creating a simple game in "C" (not C++) that has a grid. on this grid the "unit" has a attack range.
I'm looking for a better way to scan the grid spaces with-in the range of the unit closest to ...
-2
votes
0answers
26 views
How to scan a document and save it as pdf in android? [closed]
I'm working on an app that I need to take a photo of it with the camera and convert it to PDF file.
Something like camScanner app, I don't need OCR, just a high quality document so I can print it ...
1
vote
0answers
56 views
Scanning with scanimage from php from a linux host
Here's what the situation is: I am trying to use PHP to call scanimage on a Linux host, then save the resulting file to a web directory for future use.
The below code produces no errors, but when I ...
0
votes
1answer
27 views
Scanning the output of a program at shell
Hello I am currently trying to make a script file in Linux that has as input the output of o prgram and scans it to find how many occurences of some words are existed. To be clearer I want to scan the ...
1
vote
6answers
45 views
How to terminate Scanner when input is complete?
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
try {
while (scan.hasNextLine()){
String line = ...
-3
votes
1answer
68 views
Network scanning with PHP and display result in html page [closed]
I want to find all the IPs connected to my LAN and see the list of known PCs and devices using PHP (I want to run a simple network scan and list the IPs in a HTML page).
I want to get the results as ...
0
votes
0answers
39 views
Recursively scan a Windows FTP server using PHP hangs midway… why?
I needed to map a FTP server (running on Windows) using PHP, so I made a function that essentially navigates through the FTP's folder structure, listing everything inside it and calls itself ...
0
votes
2answers
130 views
C++ Getting RGB from hBitmap
Working with bitmaps is very new to me so I've been really struggling with the online tutorials and strategies that I've read through. Basically my goal is to scan the screen for a particular RGB ...
-4
votes
1answer
70 views
How to check if file is corrupt or not in C++ [closed]
I have done code to scan the folder and detect normal file and directory in that folder.Now i want to check if normal file is corrupt or not.How to proceed i don't know please give me ...
1
vote
1answer
172 views
android scanning all .mp3 files in SD Card
I'm trying to scan all .mp3 files in my SD card and save its name.
here is a fragment of code which is responsible for that.
1.What i'm doing wrong?
1. Which is correct path for SD Card /mnt/sdcard ...
0
votes
1answer
45 views
Scan String with Ruby Regular Expression
I am attempting to scan the following string with the following regular expression:
text = %q{akdce ALASKA DISTRICT COURT CM/ECFalmdce
ALABAMA MIDDLE DISTRICT COURTalndce
}
p ...
0
votes
4answers
53 views
ruby regex scan vs .split method
I was trying to build a method that you take the first letter of every word and would capitalize it. I wrote it as
def titleize(name)
name.scan(/\w+/) { |x| x.capitalize! }
end
and it just ...
0
votes
0answers
34 views
iPhone - Network Searching
I am trying to scan a local network for a hardware device. I want my app to have a search feature, but I have no idea how to get started on this. I have used Reachability before, but can't see how ...
0
votes
1answer
25 views
Java applet on website does not scan other websites
Hello I have just finished my very first applet in Java :
http://st.fri.uniza.sk/~mudrak3/index2
What it does is basicaly it goes through websites source code and finds any links and appends them ...
2
votes
1answer
104 views
scanr1 in Scala?
In Scala, is there a scanr1, similar to Haskell's scanr1 which takes no zero-element and produces the intermediate results that would otherwise be created by an in-order reduce operation?
0
votes
0answers
18 views
Skipping a line when scanning
When using fscanf, how do i skip a line. For example, i have to read binary a pgm file, and you have the '#' that indicates a comment and that looks like
*program*
# comment
*rest of the program*
0
votes
2answers
23 views
How to scan multi-line input with lex
A standard way of saving long lines in a file is to split them into shorter sub-lines and end each sub-line except the last with a backslash character.
I want to create lex/flex rules to scan such ...
0
votes
1answer
94 views
Ruby Regex: Scan for string if line doesn't start with >
I need to scan a text file for an occurrence of "attach" on a line that doesn't begin with a >. If I find attach, I exit with a 1, otherwise, a 0
Here's an example:
>hello!
>foo
>bag
...
0
votes
0answers
32 views
Index Scan How to do it?
Simple question I think. I want to do an index scan on a table but it's not doing it. So I have a table with a unique clustered index on ID column and have 2 other columns, first_name and last_name. ...
0
votes
0answers
35 views
what is the proper way to scan a website
Typically I scan my computer with any number of desktop AV scanners (such as AVG or Avast, etc).
These are designed to scan executable files on my computer, my registry, and whatever else.
But what ...
1
vote
1answer
66 views
Error code when trying to connect to a scanner using wpf
I am using WIA to connect to a scanner. I enumerate the device Infos and then try connecting to the device. I keep getting the exception.
Exception from HRESULT: 0x80210006
I am calling the code in ...
0
votes
1answer
60 views
Ruby hash.update / map values only contained within brackets
I have the following array of hashes:
[
{"type"=>"paragaph", "class"=>"red", "content"=>"[class:intro|body:This is the introduction paragraph.][body:This is the second paragraph.]"},
...
2
votes
4answers
130 views
Ruby scan Regular Expression
I'm trying to split the string:
"[test| blah] \n [foo |bar bar bar]\n[test| abc |123 | 456 789]"
into the following array:
[
["test","blah"]
["foo","bar bar bar"]
["test","abc","123","456 ...
1
vote
0answers
42 views
Determine scanner architecture, flatbad or feeder, WIA
I am trying to write a function (in VBA) that will scan a single page if the scanner has a flatbad architecture, or multiple if it has a feeder. I am using Windows Image Acquisition 2.0 on Windows XP. ...
1
vote
1answer
157 views
Getting client information in C#
I have an application that scans the local network for connected PC's.
I want to get the client information (IP address, MAC address, Host name...) and the connection state (download rate, upload ...
0
votes
1answer
40 views
how to save bluetooth scan results in array of string?
i know i can grab results of b.t scan to an arraylist like this code:
// Create a BroadcastReceiver for ACTION_FOUND
private final BroadcastReceiver mReceiver = new BroadcastReceiver() {
public ...
2
votes
1answer
183 views
SDK for fingerprint scan as image and count ridges
I tried looking at some posts already posted but it did not help me
What I want to do
Use an SDK (preferably in java) to use in my own application
Scan fingerprints and save them as an image ...
1
vote
3answers
123 views
Ruby scan to match multiple words
I have a code that parses through text files in a folder, and saves text around a certain search word.
However, I'm having trouble editing the code so that it works for multiple words at the same ...
0
votes
1answer
56 views
Is there a predictable order when scanning/scrolling an elastic search index?
When scanning an ElasticSearch index it is not possible to apply any sorting according to the documentation.
But is there any definition at all about the order of the results during this process? If ...
0
votes
0answers
65 views
Barcode standards [closed]
Maybe this is not the best forum for this, but in one of our projects we need to scan the following barcde. Does anyone know what kind of standard this barcode based on?
This is a mobile project ...
0
votes
1answer
98 views
How to find product name or info from image ios
How can I find a product name or info by using image. just like RedLaser app is doing, you just snap the product and it will analyze and give you name and also give related products.
Is there any web ...
0
votes
0answers
75 views
WIA. scan an image windows7 c++ Builder
Please, just give me an easy example of a code which can be compiled in C++ Builder XE3 .
3
votes
1answer
113 views
Parallel scan in shared memory in CUDA
I have a problem, where each thread block (1 dimension) have to run a scan on an array inside the shared memory with several other tasks. (The array have at most 1024 element.)
Is there any good ...
1
vote
1answer
63 views
How to throw InputMismatchException if the next token doesn't match any of the specified strings?
I know that Scanner.next("A") will return string "A" if the next token matches "A", otherwise it will throw and InputMismatchException. But my code needs to be in a way such that it would throw ...
0
votes
0answers
39 views
IKScannerDeviceView throws exception when scanning
When setting an IKScannerDeviceView to scan to memory (rather than to file) I get an exception once the scan is complete. Here is the exception log:
*** -[NSConcreteData subdataWithRange:]: range ...
0
votes
1answer
74 views
How to scan by ColumnPrefixFilter with SingleColumnValueFilter and get all columns?
We have hbase table and I need to scan through it. I have to find all rows where one particular column has exact value and exists other column with exact prefix.
Something like:
...
-2
votes
2answers
73 views
How to execute scan32 of mcafee antivirus [closed]
Need help, One of the application requirements is to have antivirus scan for the files to be uploaded in the application. So with this, how can I trigger/execute scan32.exe of mcAfee (or other exe of ...
0
votes
1answer
163 views
how to scan VIN barcode in Visual studio 2010
Iv been looking all over the internet for an add-on or program to add to visual studio nothing.
My Question is is there any way at all to have a VIN barcode scanner in Visual studio 2010. Any sample ...
-1
votes
1answer
58 views
I want to scan PDF417 by android phone, is there any library for this? [closed]
I've tried ZXing and ZBar, but neither of them works...
0
votes
0answers
24 views
structuremap explicit declaration does not override scan
I have a registry that scans a couple assemblies. However, for some of those interfaces found it needs to use a specific class, not the one that implements the convention IMyObject -> MyObject.
so ...




