Results are the output of a function performed on a body of data.

learn more… | top users | synonyms

0
votes
1answer
5 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
4 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
35 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
31 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
22 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
37 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
16 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
51 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
26 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
18 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
63 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, ...
-4
votes
0answers
24 views

php Code to display listings like ebay / directorys [closed]

what would the php code be to display listing like on ebay search results and listing results such as these on this affiliate directory ...
0
votes
2answers
36 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
66 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
33 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
47 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
45 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
19 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
32 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
35 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
42 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
64 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
57 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
44 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
30 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
41 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
21 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
221 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
221 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
30 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
42 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
37 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" ...
1
vote
2answers
55 views

Taxonomy page - replace 404 with “No results found” (wordpress)

I'd like to "fake" the taxonomy page to behave like a search. Right now if you land on localhost/search-images/deadendtag/page/2/ you get a 404 not found. I'd simply like to replace that with page ...
0
votes
3answers
120 views

Store or print results for 't.test' in for loop - R

I am new to R and having a problem with printing the results of 'for' loop in R. Here is my code: afile <- read.table(file = 'data.txt', head =T)##Has three columns Lab, Store and Batch lab1 <- ...
1
vote
1answer
35 views

Restricting duplicate results in grouped result set without using distinct

I am attempting to create a query that returns a list of specific entity records without returning any duplicated entries from the entityID field. The query cannot use DISTINCT because the list is ...
-1
votes
1answer
52 views

why am i getting different results in the test case?

i have a function that yields different results compared to what they are supposed to yield ...this is for a scrabble game in python...here's the method - the functions and their various types num = ...
-1
votes
1answer
145 views

Combining different table queries in db with php and displaying all results on one page

I have been trying to create a database for fun to get a better understanding of databases and using php to query them for a website im messing around with. Pretty much i have one database with 4 ...
0
votes
2answers
90 views

decrement value of a key list

i have a list of keys:values with integer values attached to particular keys... these integer values represent the number of letters in a particular hand... for example, here's a hand - hand = ...
0
votes
0answers
30 views

Autocomplete - Add color to specific match

Hi, I'm using Autocomplete. Var "availableTags" is getting filled from a products table. If a product stock is >= 1, "$haystock" value is "(Stock!)". $availableTags = $availableTags."{ label: ...
0
votes
2answers
55 views

Search shows all factories instead of the one i search. CodeIgniter

I have a search function in my codeigniter app but it does not quite work and i don't know what's the problem because i'm fairly new to codeigniter. My model function: function get_search() { ...
0
votes
2answers
45 views

Information contained in FFT bins

I am using the FFTW library for an analysis. Any advice is much appreciated. Let us assume that we have a function f[k] = A_k*sin(kwT) + B_k*cost(kwT) and I want to FFT this with a sampling rate of N ...
0
votes
0answers
62 views

How can I change the code assist suggestion depth in Aptana Studio 3?

I've got Car inheriting from Vehicle inheriting from DefaultModel inheriting from Model. When I start typing $objCar-> I get suggested methods from Car, Vehicle, DefaultModel, Model. Is it possible ...
1
vote
3answers
164 views

MySQL query pulling one row and displaying first letter of result

I think I need a basic PHP / MYSQL refresh, because nothing is working for me. My MYSQL Table has two rows of information. $results = mysql_query("SELECT Name, Description FROM products"); ...
0
votes
1answer
49 views

showing promotion codes on pages

I have a few php pages designed to search the database for promotion codes I created in the admin panel I am struggling to echo these codes out to the promotional pages my advert is simple ...
-3
votes
1answer
162 views

Actionscript 3 Displaying quiz results [duplicate]

I want to make a quiz that at the end shows a person the qualities he/she has for chosing a specific college course. The quiz will ask 10 questions which each have 2 answers, upon clicking an answer, ...
0
votes
1answer
37 views

In PHP and Mysql, how do you execute a Mysql statement and display the results before the loop is finished?

I have the following code below. The goal is to execute a select statement, display the results and then execute the statement again. I can't get it to work properly. When the code is executed ...
0
votes
2answers
97 views

Factorial does not work for all values

Hi everyone I edited my post because I have another problem with my code.I had a problem with the factorial function yesterday but I managed to solve it thanks to your answers , it was a ridiculous ...
0
votes
1answer
48 views

Unable to add test results to some testcases, in Rally

Recently, When I try to add results to some testcases (from rally web page), I see the following error. "The Test Case Result 2013-02-28 Pass could not be saved. Please correct the errors identified ...
1
vote
2answers
165 views

How to display modules only on search results in Joomla 2.5?

Hello please read the whole question, this isnt just solved by enabling the modules only for the search page: I have a few modules that are exclusivly shown on the search page in joomla. I created a ...

1 2 3 4 5 9