Results are the output of a function performed on a body of data.
0
votes
0answers
4 views
Getting cluster results from mahout in a human readable form using eclipse
I have googled this, and I see a lot of people explaining how to use something called ClusterDumper in the terminal, but I'm working in eclipse. How can I tell my clustering class (it's only a simple ...
0
votes
0answers
14 views
Using xml document to populate form options and results in a div with AJAX
I am using AJAX to read a xml file to populate a form select with options and then upon selecting an option and hitting the "Submit" button show the results in a div below the form.
I have tried ...
0
votes
0answers
5 views
parsing json via jquery does not read/pass all strings
I have this json file with callback
jsonHydro({
"categories": [
{
"producerName": "Canon",
"productName": [
{
"kamera": "EOS 5D Mark III",
...
1
vote
3answers
26 views
Accessing information in array
Ok Im getting a bit confused with arrays in php. This is the code
$search = "%" . $search ."%";
// Step 1: Establish a connection
$db = new PDO("mysql:host=localhost;dbname=########", ...
0
votes
1answer
29 views
who is kind enough to help ne to reduce the search results [duplicate]
Now we use Solr 4.0 for our search platform. When we input a keyword for searching, and there are too many results returned. We want use a threshold of document score to discard those results whose ...
1
vote
0answers
45 views
managing 2000+ resulting rows from a “select query” included in a DataService created in WSO2 DSS
I created a Data Service in WSO2 DSS 3.0.1, this DS invokes a select operation from the DB. The problem is that the resulting records are more than 2000 and the DS is just not able to handle that ...
0
votes
4answers
41 views
Store search results GridView
I have the following GridView:
asp:GridView ID="GridView1"
runat="server"
AutoGenerateColumns="False"
DataKeyNames="ID"
gridlines="None"
cellpadding="15"
width="980px"
...
0
votes
0answers
4 views
MountPoints monitoring scipt email not working
The following scipt works fine on ISE but cant send the output to an email. Please help.
powershell script for MontPoint Space Monitoring.
$servers = (Get-Content c:\scripts\computers.txt)
$TotalGB ...
1
vote
1answer
22 views
Two MySQL queries giving different results
I have these two queries that I'm running. The first one works, but for some reason the EXISTS() function seems to add about a minute of load time, which makes it unbearable to use. So I wrote a ...
0
votes
1answer
10 views
wordpress query similar meta_key withen userid
I'm using Wordpress for my site.
I store some data in wp_usermeta per user now i wanna query users similarity by their wp_usermeta keys.
Here is wordpress wp_usermeta scheme
umeta_id
userid
meta_key
...
0
votes
1answer
27 views
Ajax $_get search terms lost after user clicks on result
Ive got a member search form that searches users on my site. The form method is get.
The results are displayed using Ajax on the same page. The page is not reloaded.
If a user clicks on a search ...
-1
votes
0answers
5 views
VC++ testing RegSaveW results with Messagebox
Hi how does one test the output of RegSaveKeyW() with Messageboxes?
ScopedPriviledge takes the SE_BACKUP_NAME privilege, and applies it to the rest of the code, this has been tested and works fine.
...
0
votes
3answers
54 views
return “none” string where no results exist
I have a simple table, that echos results of a query, and a bit of php that alternates the colour of the rows in the table (could not use css3 as I need it to work with IE8) and what I have, works. ...
-3
votes
0answers
24 views
Is there any software to copy the specific output of a php page to excel? [closed]
There is a php webpage giving me some results. I want to copy one column of results, and repeat it for around 500 times for different inputs.
What is the best way to do that. The input is in excel ...
1
vote
1answer
13 views
WEKA: How to save clusterer results to arff?
I want to save the clusterer (Cobweb) results to an arff file, but I can't seem to figure it out. I know how to save the results from GUI, but I cant figure out how to do it from my java code, even ...
1
vote
1answer
41 views
Email SQL query results
I would like to send an email status of all the tables have been modified within a day. This is what I tried:
EXEC msdb.dbo.sp_send_dbmail
@profile_name='EmailProfile',
...
0
votes
2answers
54 views
How can I put featured results above non featured in my results list?
This code from loop-ad_listing.php is what makes all the post results appear in a list. But now I want to put featured posts above the non featured (order = featured, then non featured). What code do ...
0
votes
1answer
46 views
authentication before creation of database item
Hi i have this problem with some authentication and creation of database item.
In the documentation it says that authentication should be called before the creation. So here is the code i have done ...
0
votes
2answers
31 views
Windows App Store - use of “results” view for my own search
I have implemented a search mechanism in my app. The user fill a textbox and then click on a button. is there a way to use the nice results view of Microsoft? i'm talking about the view you can see in ...
0
votes
0answers
9 views
Google custom render search results
How do I force Googles custom search to render search results inside of a given page and not as popup?I use the following code to call results
<script>
(function() {
var cx = 'MY_CX';
...
1
vote
0answers
36 views
PHP not returning values [closed]
This code used to work but i can't find my typo can someone look through it and see if they can help? The only thing that displays is the last name in proper formatting by my css but nothing else ...
0
votes
2answers
48 views
MySQL results yesterday, last week, last month and last year
my datefield (artists.onlineDate) is yyy-mm-dd hh:mm:ss
right now I got:
-- Today
SELECT * FROM artists WHERE DATE(artists.onlineDate) = CURDATE()
-- Current Week
SELECT * FROM artists WHERE ...
0
votes
1answer
32 views
postgreSQL max select depending on groups
I am facing a particularly difficult (for my skill level) select query.
I have some data in a database which are as such:
4 columns (maleName/femaleName/size/id).
The column data are more or less ...
0
votes
1answer
73 views
Error in a Foreach loop ASP MVC view
In the view code that follows I need to replace the "foreach" loop at line 243 with something that will return only once the Shipment Date,Carrier and Tracking number. Currently the code returns the ...
0
votes
0answers
21 views
Limiting Search results
Does anyone know how I can limit the search results to around 10 per page rather than 25 per page. I'm not ver familiar with ssml and limiting the search results with help aid in the general layout of ...
0
votes
1answer
24 views
Reporting/visualizing scalability results from MPI code… which would be the best way?
As part of my research, I have computed the parallel solution to different banded systems using ScaLAPACK. I am interested in reporting the achieved speedup as a function of both the rank for the ...
-2
votes
3answers
57 views
c++. solution doesn't match my expectations [closed]
I wrote this code to a sudoku solver. I started with controlling one row.
bool checkrow(int sudoku[9][9], int indexcolumn, int indexrow)
{
for (int counter = 0; counter <= 8; ...
0
votes
0answers
55 views
Jquery Mobile Page SQL Query in Listview not updating after post
Re: Search Resuts page. I have a multi-page template file. Page 1 is the container. Page 2 is the form. Page 2 is the search results page. Once I submit the form, the search page does not display ...
0
votes
0answers
20 views
Creating % match between inputted sequence and sequence stored in database (questionnaire) PHP MySQL
I was wondering if anyone could help me.
A customer completes an assessment, each answer is a radio value between 1-5 and there are 10 questions. So therefore;
Assessment Table
assessmentid | ...
1
vote
1answer
131 views
php script to display directory listing results
i have limited newb php ability and ok html / css ability. im working on making a affiliate directory and im having trouble finding a script to use. i have done lots of searching everywhere here, ...
0
votes
2answers
43 views
Program doesn´t stop when asking for turning bluetooth on
I tried to use the dialog BluetoothAdapter.ACTION_REQUEST_ENABLE to ask the user for
turning bluetooth on, but when I used it, the Program didn´t wait for the dialog to end.
I have to know whether the ...
0
votes
1answer
119 views
Solr: how to get total number of results for grouped query using the Java API
I have the following:
43 documents indexed in Solr
If I use the Java API to do a query without any grouping, such as:
SolrQuery query = new SolrQuery("*:*");
query.setRows(10);
I can then obtain ...
0
votes
0answers
40 views
Get MouseListener results from one class to another Java
I have a class with panelC which contains a table populated with customer info, some textfields and buttons. Then I also have another class panelP which contains almost the same as panelC but with ...
0
votes
1answer
57 views
How to get a good result from scrapy
I am trying to scrape the details from a wikipedia using scrapy. I was able to scrape it but i get a very messy and poor result. since I am new to python and scrapy, I am having difficulty on fixing ...
0
votes
0answers
69 views
How Mix Queries Results in MySQL INNER, JOIN, Nested
Please help me!
We are studying and we have that,
CREATE TABLE ItemTbl (
IdItem VARCHAR(16) UNIQUE NOT NULL,
NameItem VARCHAR(32) NOT NULL
);
INSERT INTO ItemTbl (IdItem, NameItem) ...
0
votes
1answer
24 views
Doctrine query not returning the same result depending on the order of the join
I want to do one query, and I thought I could write it in the following two ways:
SELECT c, p
FROM MyBundle:Car c
JOIN c.person p
WHERE
p.name = :name
and
SELECT c, p
FROM ...
0
votes
0answers
43 views
How can I access the index.html TestNG results on NetBeans?
When running a test using TestNG on Eclipse, a "test-output" folder is automatically created which contains an "index.html" showing the results of my test. I can't find this file when I run my test on ...
0
votes
1answer
44 views
How to get a detailed results output from ElasticSearch
When I do a query like this:
curl 'http://localhost:9200/xenforo/_search?q=message:test'
I get the following result:
{
"took": 3,
"timed_out": false,
"_shards": {
"total": 5,
...
0
votes
0answers
50 views
Elasticsearch results not relevant
I'm new to elasticsearch and I have a problem using it...
Here is my configuration:
$nameQuery = new \Elastica_Query_Text();
$nameQuery->setFieldQuery('name', $term.'-blabla');
...
2
votes
2answers
91 views
Searchbar works correctly but doesn't show any results
I've added a search bar to my project and it works quite well. You can search for object (of a table view) and the relations also work. But the search display doesn't show the result names.
For ...
0
votes
5answers
71 views
Populate a List with counts from MySQL database PHP
I am trying to create a list based off of results selected with a wildcard from a column in a MySQL database. I am able to do it, however it seems very slow, and probably the wrong way. Here is the ...
-2
votes
1answer
58 views
CodeIgniter - multiple results with foreach?
I was trying to do simple news system with CodeIgniter, and I've done that. But I've problem with displaying the results. Actually, they're displaying right as I wanted to, but I can not display more ...
0
votes
0answers
34 views
,Google results showing sub domain associated with add on domain
My google search results for a domain "abc.com" is listed as "abc.xyz.com" .
Where xyz.com is a parent domain on my hosting and abc.com is my add on domain . While adding add on domain, hosting ...
2
votes
1answer
62 views
Excel - Finding the next result from a MATCH
I am trying to produce a sorted table in excel, which depend on the selected year and category.
My methodology has been to sequentially find largest values in order, within the selected year and ...
0
votes
1answer
22 views
limit foreach results
I am working on a facebook app and I try to get user's friend list by zodiacal sign. However some of users have 20 friends on the same sign.. others 50 etc. and I want to limit the result to 10. I ...
-4
votes
4answers
378 views
Javascript reload page real-time results
EDIT!
I know i can use javascript to refresh the page after a certain amount of time;
<html>
<head>
<script type="text/JavaScript">
<!--
function timedRefresh(timeoutPeriod) {
...
1
vote
2answers
252 views
iTextSharp PDF Reader Accuracy
Did any one of you guys have experience with the accuracy of iTextSharp when reading text from a multi-page scanned pdf?
the things is i have tried to read a pdf with both the basic search-function ...
0
votes
1answer
37 views
Getting output from a query with an implode function in it
I'm trying to determine whether a combination of topics related to a forum is unique. This is done while adding topics to a forum. The uniqueness is checked with this code and query:
$options = ...
0
votes
0answers
48 views
Perl: Saving Results, After Reading From a File, to an Output File?
For all those who helped me with my last problem, I appreciate it. Now, I'm curious as to how I would save my "results" (what I was asked to do with my program) to an output file for proof that the ...
1
vote
2answers
47 views
Print Batch results to a text file?
I created a batch file to lookup my external ip.
and it works well .
This is the code.
@echo off
>"%temp%\ip.vbs" echo Set objHTTP = CreateObject("MSXML2.XMLHTTP")
>>"%temp%\ip.vbs" ...


