The common tag has no wiki summary.
0
votes
0answers
13 views
What to import to use IOUtils.toString()?
I am trying to use IOUtils.toString() to read from a file.
However, I am getting an error saying "IOUtils cannot be resolved."
What am I supposed to be importing to allow me to use this function?
...
1
vote
2answers
69 views
Common substring of length k
I'm trying to write a function that gets 2 strings and an integer 'k' and returns a common substring of both the strings of length k. (If there is more than 1, it returns one at random).
There are ...
0
votes
1answer
27 views
Returning the most common guide name in a trip array
I am new to java, and a new student of Computer Science.
I have a question: How can I find the most common name in an array that contains objects
with information about trips?
The array has objects ...
0
votes
4answers
67 views
How to show single quotes in string in javascript code?
I am generation dynamic content using javascript and inside that content a part will be like
onfocus="if(this.value=='Enter Email Address'){this.value='';}" onblur="if(this.value=='') ...
0
votes
0answers
50 views
Strange behavior of com.ibm.commons.util.io.json.*
I created a litte app that uses
1) the REST service from ExtLib and
2) a REST service based on Jeff Byrd's code (http://mardou.dyndns.org/Privat/osnippets.nsf/id/OBUE-96FKXA)
I experienced that ...
1
vote
2answers
30 views
how to share resources between trunks in SVN?
We have two projects which share the same common files.
E.g.
parentproj/subproj1/trunk/common/a.js
parentproj/subproj2/trunk/common/a.js
We will either modify a.js in subproj1 and then need to ...
-1
votes
1answer
25 views
Encrypting data with AES - two or more encryption keys, any of the keys can be used to decrypt the data?
Is it possible to utilize two (or more) previously generated (and mutually independent) keys/initialization vectors, so that a single block of data can be encrypted in a way that lets the resulting ...
0
votes
1answer
61 views
DEBUG - ConfigurationUtils.locate(): base is null
i am using apache common PropertiesConfiguration to load properties file and currently i am using something like this
public class PropertiesConfig {
private Configuration config;
private Logs ...
1
vote
2answers
76 views
How to find common objects in multiple lists?
I have a list of User objects (List<User>). Every object in this list has a list of events (List<Event>). I need to create a new collection of Events with the common objects in all lists ...
0
votes
2answers
37 views
Get rows that have common value from the same table with different id
I just reviewed this question but what i need is something quite different.
However, I have this table
team_players_order
(team_id,
player_id,
ordering,
captain
)
The table ...
0
votes
0answers
25 views
Using Apache Commons out.flush() versus println() for mongo
I am trying to flush files from server using Springdata and Mongo DB in Tomcat6 ,
However my files can be large .
my question is which download technology is standard and using less memory for
...
1
vote
2answers
70 views
Python: Print the common letter from user input
Is there a better way the write this code. While there are no errors it seems that its printing all the letters I typed sorted into a list.
I want to print the common letters in a string, even if ...
3
votes
3answers
161 views
Text Mining - most common words, normalized
first question on stackoverflow, appreciate any help.
I am a researcher and have about 17,000 free-text documents of which around 30-40% are associated with my outcome. Is there an open-source tool I ...
0
votes
1answer
44 views
ssrs count error getting 1's instead of total
Rookie mistake,
here it is:
I got Regions and MembersID, I grouped the regions and want to count the members. When I add the count(MembersID) instead of geeting the total members, I get a bunch of 1:
...
0
votes
0answers
40 views
How to make and save eventlog log file anywhere in your machine with NuGet Common Logging versiion 2.0 application?
I searched practically everywhere in the web and read many forums and Official NetCommon-reference of NuGet common.logging, but don't understand how to make and save eventlog file in my computer. I'm ...
0
votes
1answer
40 views
is it possible to use same oracle connector jar to all versions of oracle db?
I am developing an generic java application for oracle db.my application should be connect with all versions of oracle db. in oracle site they have mentioned different connector jar files for ...
0
votes
1answer
35 views
extra line coming in mail body when sending email attachment using apache HTMLEmail
I am using following java code to send email ticket which is Html code in a mail body and also sending same ticket as attachment a html file. but some extra lines coming in the body for email ...
0
votes
1answer
37 views
Where to handle CAB actions of a list item that are common with detail?
lets say I have master/detail pattern using fragments, so as usual, the detail fragment would be inside new activity on a phone and on a tablet it would be inside the previous activity that list ...
1
vote
0answers
110 views
extracting multipart/form-data using apache common file upload
I am trying to extract the multipart content from the httprequest using apache common file upload library. Is there a reason why the parsing on the same request doesn't work for the second time?
here ...
3
votes
5answers
90 views
python - Common lists among lists in a list
I need to be able to find the first common list (which is a list of coordinates in this case) between a variable amount of lists.
i.e. this list
>>> ...
2
votes
1answer
110 views
Why would common block variables not preserve their values?
First, I know that using common blocks is a bad idea in fortran (and programming in general). However, I'm updating someone else's code and I don't want to mess up things that are known to work.
...
0
votes
0answers
54 views
Building Dojo 1.8 application - including multiple projects
I'm still in the learning phase of Dojo development, but am interested in finding out whether it's possible to build a project that will include other 'built' Dojo projects.
We're going down the ...
-2
votes
1answer
75 views
Writing a perl module of the most used util rutines. Are you sitting with a gem function?
Problem:
I am using a lot of CPAN modules and hard-coded perl functions in many different scripts (a lot of which is duplicated), and I want to make my code base DRY (don't repeat yourself) by ...
0
votes
0answers
21 views
apache common configuration getting the node name
I am using the XML configuration from apache configuration.
My xml look like this
<conf>
<field name="exampl" age=20/>
<field name="exampl1" age="30"/>
<field ...
0
votes
0answers
96 views
How to generate class file from multiple xsd
My problem is that i have wcf service client side . In that service there are two folders component and service. Both these folders contain multiple XSD file but XSDs in service folder are dependent ...
0
votes
1answer
60 views
Scanning all files in a directory ending with .wor
I am trying to write a c code to scan an entire directory for files ending with .wor, open each file and extract certain info from them.
So far my code successfully opens ALL files with in that ...
-1
votes
1answer
108 views
How to calculate the percentage similarity of two users?
I have some details about two users that are common in both. I want to know how can I get the percentage similarity of both users:
UserA and UserB have:
`
5 mutual friends
8 common products ...
1
vote
0answers
152 views
zedgraph common majortick for all y axis
I'm using Zedgraph to display multiple y axis (both YAxis and Y2Axis).
When having multple yaxis it becomes rather hard to compare curves with all the major ticks. On the picture below each curve has ...
0
votes
3answers
102 views
compare two files with long lists to get common elements and adjoining information
I have two large files. File A looks like:
SNP_A-1780270 rs987435 7 78599583 - C G
SNP_A-1780271 rs345783 15 33395779 - C G
SNP_A-1780272 rs955894 1 189807684 - G T
SNP_A-1780274 rs6088791 20 ...
0
votes
5answers
134 views
How do I count the most common entry in a table using sql?
I've got a race entry table with loads of different members in it. I want to find out the member that has been in the most races so far. How do I go about doing this please? I am using Oracle through ...
0
votes
1answer
275 views
Merge multiple files by common field - Unix
I have hundreds of files, each with two columns :
For example :
file1.txt
ID Value1
1 40
2 30
3 70
file2.txt
ID Value2
1 50
2 70
3 20
And so on, till
file150.txt
ID Value150
...
0
votes
0answers
409 views
Common Logging and Log4Net DLL versions not working
I'm using the latest version of Spring.NET, which has a dependency on Common.Logging 2.1.1.0. I'd like to use Log4Net with the Commons logging adapter, however every version I try of ...
0
votes
1answer
41 views
Standard terms other than foo and bar [closed]
When providing example code, "foo" and "bar" are commonly used to represent "arbitrary values", to the point they are almost standard notation.
Are there more "standard" terms for when you want to ...
1
vote
2answers
157 views
Biztalk Removing Schemas and orchestration from Deployed project
I have 2 projects that reference the X12_00401_214.xsd. I was getting the message about duplicate schemas in the send pipeline.
Following advice I found online I create a common project and changed ...
0
votes
1answer
44 views
Coffeescript Common files module
I have a few common files like logger, stopwatch, metrics, etc. Now, I would like to add all of them in 1 common.coffee and place this files in a common folder under lib.
lib/common/logger.coffee
...
2
votes
1answer
159 views
MATLAB Common denominator
I have this MATLAB function which receives the following input:
A=[0 1; 0 -1];
B=[0; 1]
C=[-1 1];
Here is the code:
function [ T ] = transferMAtrix( A, B, C )
s=sym('s');
[n n] = size(A);
...
5
votes
2answers
390 views
Matlab: Find row indexes with common elements
I have a Matrix:
1 2 3
4 5 6
7 8 1
How may I use matlab to find this:
for 1st row: row3
for 2nd row: ---
for 3rd row: row1
I want to have row indices for each row witch have common ...
0
votes
0answers
34 views
Regarding the height of a recursion tree on dynamic programming
I am trying to understand dynamic programming and I am watching this mit video. If you guys could take some time out , can you refer to the slide on 41:36 . Why is the height m+n. I just don't get it ...
0
votes
3answers
528 views
Java many arraylists - find common element
I have an application that generates many arraylists, stored in a collection. All the arraylists will always have a common element.
I need to work out which is the common element. I managed this with ...
0
votes
2answers
85 views
How to found in java common part of many Maps?
I have many maps like Map(String, Object).
map1
map2
....
mapN
I need to receive map that contains only these key-value pairs where first parameter is equal in all maps.
Could it be done by using ...
0
votes
3answers
123 views
MySql - IN operator (with exact values)
Table "argument_user"
+-------------+----------+
| argument | user_id |
+-------------+----------+
| bike | 1 |
| flower | 2 |
| web | 1 |
| web | ...
0
votes
1answer
112 views
Common folder in linux [closed]
I have two users on my Ubuntu machine. I want to share some media files between these users, so I created a directory in /home/ called 'media'. I made the group 'media' and I added my user 'rks171' ...
0
votes
1answer
56 views
Comparing a particular column in 2 files and return common (UNIX)
I have two files :
File A :
apple 123 jfglkfdg
banana 567 kxflkjfkg
orange 431 dkfgd
strawberry 756 kfljxkg
File B :
banana 8712 sjflgkj
strawberry 812 mdflkgm
I just want to compare column 1 ...
0
votes
1answer
76 views
Dictionary for listing short names of common names?
Can anyone suggest me if there is any dictionary available that will list the set of short names of common names which I need to use in my PHP code.
For ex.
Bill = William
Dick = Ricard
0
votes
2answers
71 views
Common project for all customers
I have developed a PHP webshop project which works independently for each customer. Meaning each customer installs own webshop source files, php.
I found out that this is a killer to maintain many ...
0
votes
0answers
70 views
Merge payroll items on quickbooks
Can someone point me to a quickbooks forum. I checked the intuit and quickbookuser forums. My problem is i have more than two or more payrollitems on my paycheck. All are connected to different ...
2
votes
1answer
59 views
Content between angular brackets is thrown away silently by Erlang's common_test framework
When I use io:format/2 to print some information, I find content between angular brackets is thrown away silently.
Please see the following example:
1) The test suite
-module(ioformat_SUITE).
...
0
votes
0answers
51 views
algorithm for finding two Bytes in an array of bytes with most common 1 in them [duplicate]
Possible Duplicate:
Find the pair of bitstrings with the largest number of common set bits
I want to find an algorithm to find two bytes in an array of bytes that have most common 1 in them ...
1
vote
2answers
209 views
Find the pair of bitstrings with the largest number of common set bits
I want to find an algorithm to find the pair of bitstrings in an array that have the largest number of common set bits (among all pairs in the array). I know it is possible to do this by comparing all ...
0
votes
1answer
96 views
Size of array when mapping 2d array to 1d array
If I have a 2d array the way to represent each element in 1 dimension is to use row_num * row_width + column if i want the element at row_num, column. But what I'm struggling with is how big should ...
