Tagged Questions
The scan tag has no wiki summary.
9
votes
2answers
269 views
An algorithm for filtering text files
Imagine you have a .txt file of the following structure:
>>> header
>>> header
>>> header
K L M
200 0.1 1
201 0.8 1
202 0.01 3
...
800 0.4 2
>>> end of file
50 0.1 ...
6
votes
3answers
112 views
How do I read a text file into R when each record is a paragraph and some records have 4 fields and others have 6
How can one read in a text file in which each record is a paragraph and each newline denotes separate field. The complication is that some records have 4 lines and some have 6. @DWin nailed my ...
4
votes
3answers
232 views
How to load big csv file with mixed-type columns using the bigmemory package
Is there a way to combine the use of scan() and read.big.matrix() from the bigmemory package to read in a 200 MB .csv file with mixed-type columns so that the result is a dataframe with integer, ...
4
votes
3answers
178 views
C# Scanning an image for a certain block
I have a picture :
size of 1000x1000 white with random black dots. (It may contain a black square (size 50x50))
Is there an easy way to know if the picture contains a black square (size 50x50)? I ...
4
votes
3answers
148 views
How can I scan a maven repository?
I'm developing a code-sharing plugin for eclipse (for a bachelor thesis project).
Currently I'm trying to scan a maven repository and generate a package list.
I can download and parse a pom.xml ...
4
votes
2answers
449 views
Java - scan screen for color
I would like java to scan screen for particular color.
Any ideas if how to do that?
Thanks
3
votes
1answer
86 views
How do I read a text file into R when the data is not in a table
I got a very long telephone log as a text file and I have tried to read it into R but it is not really working out. The text has a structure but it is most certainly not a table. Its structure is as ...
3
votes
2answers
359 views
What is the correct way to ask for user input in an R program?
The my program below(which is in two parts) works if I run them separately – that is, if I paste the first part into the R Console, run it and then paste the second and run it. However, that is not ...
3
votes
2answers
211 views
Scan through directories c++
What would be the best way to recursively scan through a directory in c++? This is supposed to run on all operating systems so which api would work best?
3
votes
2answers
2k views
Why doesn't JSF 2.0 RI (Mojarra) scan my class' annotations?
I have a War and Jar project in my Eclipse-based JSF project. I have decided to use annotations to declare my FacesConverter, (among a myriad other things), rather than declare it using my ...
3
votes
1answer
1k views
Android - How to scan Access Points and select strongest signal?
I am currently trying to write a class in Android that will Scan for access points, calculate which access point has the best signal and then connect to that access point.
So the application will be ...
3
votes
3answers
624 views
Is there a Perl equivalent for String.scan found in Ruby?
I want to do this in Perl:
>> "foo bar baz".scan /(\w+)/
=> [["foo"], ["bar"], ["baz"]]
Any suggestions?
3
votes
2answers
927 views
Calling the McAfee virus scan engine
I have a request from a client to integrate virus scanning into an application using the McAfee Virus Scan which they have on their server. I have done a bit of investigation and found that ...
3
votes
4answers
3k views
sql statistics io scan count explanation
Simple question, but I haven't found a good explanation on google. When using Set Statistics IO ON, the logical reads and scan count is provided in the message window of management studio. If I have:
...
2
votes
1answer
66 views
How to scan music library for BPM?
I am planning to create my first small but hopefully useful app that can scan your entire music library and recommend songs for your certain mood. For example, if you wanted to find songs with 120bpm ...
2
votes
3answers
77 views
is there any option to run and remove virus (spyware trojan malware ) in linux? [closed]
By title,This question may be crazy..
Still I am using linux (fedora 16) at my laptop and another my friend using windows 7.
We use share files using USB. so would like to check with you guys ...
2
votes
2answers
138 views
Reading a Tag with the NFC-enabled Androidphone
I just registered here, in order to ask this question. I find StackOverflow awesome. It helped me very often in the past. But with this, there was no post I could understand. Of course I seared this ...
2
votes
1answer
103 views
Scanning a directory and modify file in c
I'm trying to create a function that scans a folder on my Windows PC and every time it does, a file called "Filter.txt" is appended with the string "Test Script".
Now the problems are 2, the first is ...
2
votes
1answer
194 views
Scanning for WiFi with Java
How would one go about scanning for WiFi networks with Java? I have been looking on google but the only snippets I could find were for the Android OS.
Thanks in advance!
2
votes
1answer
241 views
How do I use the scanCrop property of a ZBar reader?
I am using the ZBar SDK for iPhone in order to scan a barcode. I want the reader to scan only a specific rectangle instead of the whole view, for doing that it is needed to set the scanCrop property ...
2
votes
1answer
76 views
Integrating a scan-to-file app with the browser
We have an intranet-based application, and users have desktop scanners (which are TWIAN but not WIA compatible). Users need to 'click to scan' from the browser window (IE 8) and save the scanned ...
2
votes
2answers
1k views
How can I read a file word by word using stdio.h in C?
I'm new to C and I can't quite get it without a segmentation fault.
Here's my idea so far:
#include<stdio.h>
#include<string.h>
char *nextWord(FILE *stream) {
char *word;
char c;
while ...
2
votes
1answer
439 views
How to scan mutiple pages using WIA automation
I'm playing around with WIA Automation and I`m struggling to scan more than page at a time. Can anyone give me some hints on how to achieve this? Below is a sample of code I use to scan a ...
2
votes
0answers
446 views
Java: How to scan WiFi addresses of mobile phones that are in range with my laptop? [closed]
Possible Duplicate:
Scan WiFi MAC addresses of mobile phones from java application
My application (not mobile application) needs to scan WiFi MAC addresses of mobile phones that are in my ...
2
votes
3answers
191 views
C: Each child process reads alternate lines
I'm training a typical map-reduce architecture (in O.S. classes) and I'm free to decide how the master process will tell its N child processes to parse a log. So, I'm kind of stuck in these two ...
2
votes
1answer
130 views
StructureMap 2.6.1.0 Assembly scanning problem
I am trying to use StructureMap to scan at runtime for assemblies that contain an implementation of the Registry class, but I'm running into a problem.
If a dll contains a Registry class, but also ...
1
vote
1answer
50 views
WIA scanning in a WPF application
I'm using WIA 2.0 to scan images from a HP scanner. The problem is that saved TIFFs are around 9MBs big (A4 page at 300dpi, grayscale). I convert WIA's ImageFile that contains scan in TIFF format to ...
1
vote
1answer
50 views
WIA. Scan colorful image in Windows XP c#
I try to scan documents with WIA lib on Windows XP and on Windows 7. Here is code:
Device _scannerDevice;
CommonDialog _scannDialog;
if (_scannerDevice != null)
{
WIA.Item Item = ...
1
vote
2answers
53 views
Parsing a Matrix from a File in Go
I'm having a file with the following contents:
1 2 3 4 5
6 0 0 0 7
8 0 0 0 9
10 0 0 0 11
12 13 14 15 16
What I want is an multidimensional array (or slice) of [][]int. I tried to ...
1
vote
2answers
119 views
Virus Scan API Suggestions
I'm looking to do a virus scan of user uploaded files for a ASP.net web app. What is a proper approach to do this? Is there a good Antivirus that interfaces well w/ .NET? Or any API's that exist for ...
1
vote
1answer
68 views
How to scan an image straight onto a cloud database through web browser interface
I have a MySQL cloud database with a browser-based front-end.
Backend code is written using Perl/Dancer
The employee logs on to www.xyz.com and enters the data into fields, hits ' save ' to create a ...
1
vote
2answers
142 views
Strings java null character with nextLine()
System.out.println("-----------------------------------------------------------");
System.out.println("Please select a task");
System.out.println("1: List employees with details");
...
1
vote
2answers
382 views
How to move image up and down continuously using translate animation in andorid?
I have successfully done one side animation using Translate Animation means the image goes from top to the bottom. Here is the code:
private ImageView mScanner;
private Animation mAnimation;
...
1
vote
2answers
273 views
How to store data in HBase for efficient fetching with Partial Key scanning?
My key has three components:
num, type, name
The 'type' is only of two kinds A and B
while num can have more values e.g. 0,1,2..,30
I have to fetch data with respect to num and type i.e. fetch all ...
1
vote
1answer
100 views
to create a header file to scan integer without using stdio.h(scanf)
I need to create a header file for function int read_int(), which scans an integer and returns it, without using scanf.
I have some knowledge on extended asm. I dont exactly know how to scan elements ...
1
vote
0answers
113 views
Android bluetooth continously search not working?
I have written the following code and want my bluetooth continously working, and is there any proper way so that my startdiscovery should be scan until my program in running?
...
1
vote
2answers
301 views
How do I get a product's name online from a barcode?
This is kind of a general question about barcodes. I've figured out how to get barcode content from a scanned barcode using the Zxing API. But I want to know how I can use that data to search for a ...
1
vote
1answer
83 views
Talking to a scanner from a PHP script
I run a small business but I need to be somewhat more organised in terms of those letters and invoices i receive. This is what I want to accomplish:
When I receive a invoice or some other ...
1
vote
2answers
150 views
web based scanning solution
Are you guys aware of any web based scanning software? I prefer open source, if not commercial. You should be able to scan documents and upload directly onto a web server? perhaps based on ActiveX...
...
1
vote
1answer
538 views
Android: How can I scan all visible base stations logging their RSSI and cell id?
I was working on a research which requires me to record GSM/CDMA base stations (all visible at a particular time). I read some work in which people reported that they can scan 5-6 base stations ...
1
vote
1answer
185 views
How to analyze iphone address book such “Skebby” or “Viber”
Does anybody knows how it's possible to perform an analysis on the iphone address book such as "Skebby" or "Viber" apps??? just to notify the user the contacts that are using the app.
1
vote
2answers
730 views
Import multiple text files in R and assign them names from a predetermined list
I just started using R and I am having trouble performing the following task: I have approximately 130 language samples in separate plain text files sitting in my working directory. What I would like ...
1
vote
2answers
459 views
Why does PostgreSQL perform sequential scan on indexed column?
Very simple example - one table, one index, one query:
CREATE TABLE book
(
id bigserial NOT NULL,
"year" integer,
-- other columns...
);
CREATE INDEX book_year_idx ON book (year)
EXPLAIN
...
1
vote
0answers
256 views
How to scan the nearby mobile operators?
I am developing an application with utilities in Android. I have developed a wireless network scanner and I would also have to scan the available mobile operators. I managed to get my mobile operator ...
1
vote
4answers
228 views
How to find out how many clients are on a certain address range?
I tried googling for this but i didnt find anything... I am building a port scanner and i would like to make it so, that i can scan a network range e.g 192.168.2.* and find out how many computers are ...
1
vote
3answers
466 views
TCP Null Scan using Scapy
Can someone guide me on how to send packets in Scapy to an ip address, with all flags in the TCP header set to null ? I have so far tried sending packets without specifying which flags to set, but it ...
1
vote
2answers
75 views
What programming language to use for a form application?
I am planing on developing a software to fill out forms. The user will scan any form and then he or she will enter data in the form. Now I don't need OCR, just the ability to save the overlaying text ...
1
vote
3answers
525 views
Get index of string scan results in ruby
I want to get the index as well as the results of a scan
"abab".scan(/a/)
I would like to have not only
=> ["a", "a"]
but also the index of those matches
[1, 3]
any suggestion?
1
vote
1answer
52 views
Consistent labeling of physical keyboard keys… is it possible?
I have found that the Windows VK_OEM_X values have a tendency to refer to different physical keys, which makes them useless for localization-agnostic game controls.
I am thinking about using scan ...
1
vote
3answers
160 views
Constantly checking a port without a while loop
In a program (Java) I'm making I need to check for a specific pin in the parallel port. Whenever that pin goes from logical 0 to 1 (a positive edge clock) I have to read the data on the port and save ...