Tagged Questions

0
votes
3answers
84 views

Looping Forever

I'm trying to loop an exception, but for some reason its not giving me the option to re write my scanner file: I don't know how to use BufferedReader so that's why I'm using this. …
0
votes
1answer
13 views

Does this program grammar only recognize variables with the name ‘ID’?

I need to make a scanner in lex/flex to find tokens and a parser in yacc/bison to process those tokens based on the following grammar. When I was in the middle of making the scann …
2
votes
1answer
406 views

DFA based regular expression matching - how to get all matches!

Hi! I have a given DFA that represent a regular expression. I want to match the DFA against an input stream and get all possible matches back, not only the lestmost-longest match. …
1
vote
3answers
82 views

What’s the difference between a parser and a scanner?

I already made a scanner, now I'm supposed to make a parser. What's the difference?
1
vote
2answers
47 views

how to catch blank input with scanner class in java

I am using the scanner class to capture user input from the command line (strings only), as an alternative to my previous question. The following seems to work fine, except the bl …
2
votes
5answers
392 views

Using Scanner.next() to get text input

Hi, I am trying to get text input from the keyboard in Java 6. I am new to the language and whenever i run the following code, I get this error: package test1; import java.util.S …
1
vote
3answers
142 views

Simulating a TWAIN Device

Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner). The problem is that we are receiving our files digitally, s …
0
votes
1answer
26 views

Need help with scanner class for creating tokens

Errors im getting: cannot find symbol constructor method Token. but i do have a constructor in Token class cannot find symbol variable tokenCode. i clearly use it all …
0
votes
3answers
80 views

Importing from Text File Java question

Hi all, I decided to create a currency converter in Java, and have it so that it would pull the conversion values out of a text file (to allow for easy editability since these val …
1
vote
6answers
46 views

InputMissMatchException

I want to read data about MMORPG characters from a .txt file and then filter on experience (minimum experience). But I'm getting this exception, which I know the meaning of but I r …
3
votes
7answers
220 views

Interfacing with the end-user’s scanner from a webapp (web/scanner integration)

Consider the following scanning procedure in a typical document handling webapp: The user scans a document using a scanner connected to his/her computer The scanned image is save …
1
vote
3answers
94 views

Java file read problem

Hi - I have a java problem. I am trying to read a txt file which has a variable number of integers per line, and for each line I need to sum every second integer! I am using scann …
1
vote
4answers
1k views

Java image library to deskew and crop images

Does anybody have a suggestion for a java library that performs automatic cropping and deskewing of images (like those retrieved from a flatbed scanner)?
0
votes
1answer
6 views

Site Security Audit

Can anyone recommend a site security audit service? One thats simple to sign up to online and audit sites for xss, sqlinjection, buffer overflow, etc etc. Thanks
0
votes
3answers
124 views

Image acquisition hardware scanning from Java

Hi. How can I implement image acquisition from hardware scanner in Windows? I found JTwain library, but it's commercial. Is there any free frameworks? Any information about this?

1 2 3 4 5 next
15 30 50 per page