The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

ZBar SDK for QR code data type scanning

I am using Zbar SDK for QR code Scanning in my application. But I could not find the QR Data types from the SDK. Please help me to identify the QR data types (Email, Contact number, Link) from ZBar ...
0
votes
0answers
5 views

Acunetix WVS alerts

I am using Acunetix trial version, It provides a list of alerts during scanning for example: 1) Blind SQL injection 2) Application error message 3) etc I want to know where i can find a complete list ...
0
votes
0answers
9 views

'Import Pictures and Videos' window won't close after scanning

When I attached my scanner for the first time I was able to set some default settings for the 'Import Pictures and Videos' dialog which appears once the scan is done. I'd like to change them since ...
0
votes
0answers
63 views

ZXING scan from web page breaks php session

I have created a web application that utilizes the ZXING scanner from a web page (the one that is supposedly cross platform). The web application requires you to log in and then while executing ...
-2
votes
1answer
35 views

How to get the large data in paper book into computer? [closed]

Due to helping a friend, I need to get a lot of tables in his professional paper book into computer to look up. The book has hundreds of pages, and one page has one table. Of course, I don't think ...
1
vote
2answers
53 views

Scanning data from a Website

I was just wondering if it is possible to use a scanner to read data from a website. Its not necessarily a text webpage but there are pictures, clickable links, etc. So How can I only scan the text ...
-2
votes
0answers
14 views

Antivirus Database [closed]

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?
0
votes
1answer
80 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
16 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 ...
0
votes
0answers
8 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
43 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
101 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
78 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
109 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
216 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
65 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
29 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
50 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
137 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
49 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
86 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
516 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
42 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
49 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
53 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
69 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
95 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
289 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
45 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
186 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
155 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
127 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
121 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
84 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
179 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
111 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
81 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
337 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
583 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
810 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
76 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
255 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
383 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
26 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
2k 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
93 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
168 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 ...

1 2 3 4