The scanning tag has no wiki summary.
-1
votes
0answers
4 views
Antivirus Database
I have a 70+ MB database of antivirus definitions, and I am wondering if the scanning will be slow, because loading a 75MB database is not very easy. Is there a 'smart' way to scan files faster?
-1
votes
0answers
13 views
iOS Check Scanning SDK [duplicate]
I am working on a Finance app (iOS platform) and I am wondering if there is any Check Scanning SDK available on iOS. My app will allow the user to scan a check to get the Routing Number and Bank ...
0
votes
1answer
46 views
Using TWAIN in .NET - Looking for resources
I'm trying to write some sort of code in .NET to acquire images from network scanner. I have tried WIA and can't even get to see the network scanner, so I am looking at TWAIN now.
Where the problem ...
0
votes
0answers
10 views
Scanning from Oce 2075 to Server 2008 R2 IIS7
Scanner: Oce 2075
Server: 2008 R2 IIS7
Prior to overhauling the server (same OS) the scanner scanned to the ftproot of the server.
Since the overhaul, I cannot seem to make that happen. Nothing ...
-3
votes
0answers
14 views
Is there some on-line security services which calls the third-party detection system [closed]
Is there some on-line security services(such as vulnerability scanning, intrusion detection and on-line antivirus) which calls the third-party detection system ?
0
votes
0answers
6 views
I'm Creating a simple program that search the inserted(in textfield) string unspecifically google type
I have a 'TextField' where user input a sentence (assume "Who are you") and presses a button then the program can lookup these strings in any way(described below) in a list and if matches 'found code' ...
0
votes
0answers
37 views
How to speed up scanning all txt files in sdcards?
I used recursive function to scan all the paths under /mnt/sdcard and find out all the file ends with .txt, but I found that it is very slow if I using it on my real android phone.
Is there anything ...
0
votes
1answer
81 views
How BarCode,QR Code are recognized without capturing the image?
I wonder how Bar Code and QR Code (even character) are recognized without capturing it.I have seen in many app, when we keep our device above any of these (QR/Bar Code), the app automatically ...
10
votes
1answer
77 views
Tracking Position when Scaning Tokens complicates Parser
I am writing a two pass parser where I first scan the text in to tokens (using Alex) then parse those tokens (using Parsec). All well and good until I tried to add position information to the tokens ...
1
vote
1answer
83 views
image scanning in a c# program running on Windows XP
Is there a direct windows based library that I can use to scan a document in c#?
Or my only option is to use a commercial vendor such as leadtools, dynamsoft etc.
I tried to use the wiaaut.dll and it ...
0
votes
3answers
121 views
Scanning feature in Alfresco community edition?
I am working on to the alfresco 4.2 community addition.now i have to use the some kind of Scanning feature to scan the hard copy of the document and upload.
I have googled but haven't found any ...
-2
votes
1answer
50 views
Manual port scanner in ruby [closed]
I am working on a program that scans ports of a website, but I'm getting an error. Could you help me debug this script? The code looks like this:
require 'socket'
require 'timeout'
print "IP/Address ...
0
votes
0answers
24 views
Is it possible to parse the hard copy of document into text format from scanner like OMR sheet reader
I want to develop an application that reads values from scanner that scans a paper sheet that contains some information, is it possible to read the exact values from the hard copy of document that is ...
1
vote
1answer
37 views
Spring context scanning behavior
I'm getting the following:
2013-03-27 18:51:54,944 ERROR pringframework.web.context.ContextLoader: 227 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: ...
2
votes
0answers
120 views
C++ Memory Scanning
I have a application that I need to scan for certain datatypes in the memory. To get some benchmarking tests, I whipped up this program :
long count = 0;
MEMORY_BASIC_INFORMATION meminfo;
unsigned ...
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 ...
0
votes
2answers
81 views
Scanning values into a matrix without using [ ] C language
I have a problem. I was asked to write a program that transposes a matrix, without using []...for example, i know that if it was a one dimensional array, i could say that array[3] is the same as ...
2
votes
2answers
484 views
JAVA My two-dimensional array scanned from a text file prints without the first column
I am working on a lab for school so any help would be appreciated, but I do not want this solved for me. I am working in NetBeans and my main goal is to create a "two-dimensional" array by scanning in ...
0
votes
1answer
40 views
Replacing all links in a offline file javascript
I have a offline html file, dynamically downloaded, that I display to the end user with
while (!feof($file_handle)) {
$line = fgets($file_handle);
echo $line;
}
fclose($file_handle);
Is is ...
0
votes
1answer
47 views
Remove artifacts/noise from a depth analyzer
Given two images and you can find the depth from scanning each row and differences, does anybody know how to remove noise?
for example, if the expected output is left and mine is right
...
1
vote
1answer
51 views
How to create a scanner using regular expressions?
Automated scanner construction refers to regular expressions being used to automatically create scanners, however, I am unsure on how this happens. I am reading 'Engineering a Compiler' to gain some ...
0
votes
1answer
64 views
Scanner issue, input information not working
the question, I look at the code millions of times, may be I just can't see the simple answer but why at the point of Author name and Author Surname, system print out like this:
Enter author Name: ...
3
votes
1answer
86 views
Automatic Semicolon Insertion in JavaScript without parsing
I'm writing a JavaScript preprocessor which automatically inserts semicolons in places where it's necessary. Don't ask why.
Now I know that the general way to tackle this problem is to write a ...
0
votes
1answer
280 views
How to merge Two data sets of point clouds or polygons into one? (Merging not Appending)
I am developing a real-time scanner, in which I would be able to scan the surface in real-time. Untill now I can scan one patch of the surface and can save it.
One patch means just 1 scan of the ...
0
votes
5answers
44 views
Odd Seg Fault error when scanning lines from a file in C
I've been working on a program where I need to use C to scan lines from a file and store them in a struct.
My .txt file is in the form:
NAME 0.2 0.3
NAME2 0.8 0.1
Or in general its a string ...
0
votes
1answer
176 views
Scanner program OutOfMemoryError & Java Heap dump analysis using Memory analyzer (MAT
I am trying to analyze a heap dump of my Java applet which runs out of heapspace even if i increase the heap size as shown in this post. Applet: Java heap space
Now i took some heap dumps today ...
0
votes
0answers
142 views
Loading file on network in c#
The Programm:
I have to load an file from the local Network.
It´s not an domain computer.
The file is on another Computer, where i placed an Network Share.
I don´t want to integrate a network drive on ...
0
votes
0answers
117 views
QR code scanning doesn't work on Bold 9780
I have implemented feature for scanning QR code in my Application.
But the problem, I am facing is, here is some problem with the same code in BlackBerry OS 6, especially Bold 9780. When I am running ...
0
votes
2answers
109 views
Stop Scaning for Barcodes by Zxing in Android
I'm developing an Android application using Zxing library to read QR codes. Now I'm almost done and only one question is left.
I need app to stop scanning for 10 seconds after certain event. I have ...
-1
votes
1answer
81 views
Retrieving data from scanner [closed]
I would like to learn how I can get data scanned from a scanner?
Usually when we scan anything, we can select the computer we want to receive the scanned data, right? I would like my application to ...
2
votes
1answer
165 views
Scanning Memory in 64 bit?
A while ago I created a memory scanner in C# that would read through a processes' memory and look for certain values (for example the locations of every occurrence of the integer 42). Since then, I ...
0
votes
2answers
109 views
Want to scanf a 2-d array in c++ using STL
I want to scan a 2-d array using c++ stl. This is how I am doing please tell me what is wrong with it.
int test;
scanf("%d\n",&test);
VVI all_integers;
while(test--)
{
...
0
votes
1answer
77 views
How can we scan a 100 bytes from STDIN in one go in C++
The scanner waits till we enter 100 bytes of data. So if we are redirecting a file into the
executable's input, if the file has > 100 bytes of data. I scan it at one go, rather than line by line with ...
0
votes
1answer
2k views
Opensource scanning software? [closed]
Can anyone recommend an opensource or a free scanning software where i can get the scanned images from a scanner and save it ?
0
votes
0answers
30 views
Library for scanning numbers [duplicate]
Possible Duplicate:
Android OCR Library
Is there any library for scanning numbers for android? I have an application in that you need to enter 14-length numbers from one ticket, and then ...
1
vote
1answer
277 views
Change directory using os.walk in python
I'm trying to write something that recursively searches a path and subdirectories for files that start with the hex value of "FFD8". I have gotten it to work with the location specified in argument ...
10
votes
1answer
512 views
Efficiently scanning memory of a process
Recently I've put together a C# class that can read and write bytes in another processes memory using API calls etc. as I'm sure you've all seen before.
My question however relates to how I can ...
1
vote
0answers
682 views
Automate scanning from multiple scanners on the same computer using WIA and VB
Hello Stack overflow !
I'm the ultimate beginner in programming. I have some experience in php and vba, doing my own scripts as I need them, especially in excel.
Recently, for a project at works, I ...
-1
votes
1answer
72 views
scanning numbers into string in c
I have a list of words lets say:
Hello
FAR
DC2012
I need to scan all of these as strings and put them into a binary tree. Except whenever I scan , my program fails at the third string "DC2012". ...
1
vote
2answers
249 views
Rubik's cube scanning algorithm
I'm working on an augmented reality rubik's cube solving project.
We want the user to be able to use an smartphone application for collecting hints on to solving a rubiks cube.
For this we need to ...
0
votes
3answers
1k views
How do I correctly capture data from a Symbol LS2208 barcode scanner with C#
I have been asked to develop a C# Winforms application that reads barcodes and processes data based on products with the relevant barcode.
The barcode scanner we're using is a Symbol LS2208 usb ...
0
votes
1answer
348 views
Making sense of plain bitmap structure BITMAPINFOHEADER
I'm working on scanning application at a low level where I'm not very comfortable already :)
Anyway, I'm trying to make sense out of numbers I'm getting.
Here we go:
Scanning Letter size document ...
0
votes
1answer
25 views
How to generate stream of custom symbols instead of ints in lexer?
I am asking for gplex, however it might be the case, the solution to the problem works for other lex-derived tools.
I wrote all rules, everything is fine with one exception. The type of the scan ...
0
votes
2answers
1k views
1D barcode Scanner IOS (Xcode)
I was wondering if there was a Xcode project out there that could scan 1D barcodes as I need a 1D barcode scanner in my app I am making and don't know how to do it
Any help will be much appreciated.
...
0
votes
0answers
90 views
Pixel by Pixel Scanning / Reading using Java
I have a scanned image pdf of a table with 4 columns, Like
|| No || Item No || Address|| Signature||
I need to slice the Item no and signature columns and if signature is present need to store both ...
0
votes
0answers
160 views
Detect type of scanned document and normalize it to given size
I'm trying to implement a program that will take a scanned (possibly rotated) document like an ID card, detect its type based on two or more image templates and normalize it (de-rotated it and resize ...
0
votes
3answers
108 views
mysql query scanning all rows
Guys trying to wrap my head around mysql query on why it is scanning all rows in table
I have 2 tables topic_entry and topic_user
CREATE TABLE `topic_entry` (
`entry_id` bigint(20) unsigned NOT ...
1
vote
1answer
102 views
Can Nmap service scan after each port found open in a large network scan?
I want to scan a large network, for example 10.10.0.0/16 and I'm looking for the port 22 open, but I'm only interested in those ports that run "OpenSSH 5.1".
What I've done until now is the ...
0
votes
0answers
88 views
Is there a cross-platform Python library for scanner access?
I'm undertaking a project where I'll need direct access to an attached scanner, and I was wondering if there are any cross-platform libraries out there that meet my needs. Specifically, I need to be ...
1
vote
1answer
41 views
Card Scanning Feature iOS
I came across this very cool feature of iOS from this video Any idea how is it possible? Hope they can exploit this wonderful feature

