Tagged Questions
The result tag has no wiki summary.
9
votes
2answers
3k views
Detecting no results on jQuery UI autocomplete
Before you point me to them, yes, I have reviewed the half dozen posts on this topic, but I am still stymied as to why this doesn't work.
My goal is to detect when the autocomplete yields 0 results. ...
5
votes
3answers
392 views
How to create a function directly from the output of Solve
If I evaluate Solve[f[x,y]==0,x], I get a bunch of solutions like:
{{x -> something g[y]}, {x -> something else}}, etc.
Now I want to convert each of those x->somethings into a function. ...
5
votes
2answers
211 views
Delphi: function Result not emptied during for loop
is this normal?
for a := 1 to 10 do
x.test;
x.test;
x.test;
x.test;
function test: string;
begin
{$IFDEF DEBUG} DebugMessage('result check = '+Result,3); {$ENDIF}
result := ...
5
votes
6answers
287 views
Getting object as a result from func/proc in Delphi
What is the best practice for returning simple objects from functions / procedures in delphi?
eg. 2 kinds of code:
pass created object as reference, populate object in Proc, destroy it afterwards
...
3
votes
2answers
44 views
How to retrieve array of objects as a result from KSOAP web service in Android?
**Here is the code of webservice calling**
public static Object getResponse(String methodName, String actionName, LinkedHashMap<String, String> valueStrings)
{
SoapObject soapObject = new ...
3
votes
1answer
114 views
MediaStore Intent doesn't return anything
I'm developing an android app for data collection. This app should have the possibility to take photos, videos, audio-content by using the usual intent-mechanisms.
To start the image-capture intent ...
3
votes
3answers
330 views
Insert line into a query result (sum)
I have a report that shows products that customers have ordered, along with their prices:
CompanyA Product 7 14.99
CompanyA Product 3 45.95
CompanyA Product 4 12.00
CompanyB ...
3
votes
2answers
149 views
Search result preview using Java
Lets say I have following text (from wiki):
Java is a programming language
originally developed by James Gosling
at Sun Microsystems (which is now a
subsidiary of Oracle Corporation) and
...
3
votes
2answers
252 views
Using JQuery $.get to determine return value?
I am trying to determine the return value of a function based on the result of a JQuery $.get request:
function checkResults(value) {
$.get("checkDuplicates.php", {
value: value
...
3
votes
4answers
1k views
What does “java result” means?
after execution of my program written in java I see this output: java result: 2147483647 . what does this number means anyway?
this is the code. it should actually run random test cases on an acm ...
3
votes
3answers
715 views
Joining 2 SQL SELECT result sets into one
I've got 2 select statements, returning data like this:
Select 1
col_a col_b
Select 2
col_a col_c
If I do union, I get something like
col_a col_b
And rows joined. What i need is getting it ...
3
votes
1answer
2k views
Result consisted of more than one row Error 1172 mysql
Hello im having a hard time with this stored procedure. im getting the error:
Result consisted of more than one row.
here is my stored procedure:
DELIMITER $$
DROP PROCEDURE IF EXISTS ...
2
votes
2answers
41 views
Reversing MySQL result in php
I need to reverse result from mysql query, but i cannot use ORDER BY xxx ASC/DESC, and I dont want to create new array from fetch_assoc and run through it second time.
Is there any way to do it ...
2
votes
1answer
31 views
SQL: get rank of a data set after sorting data
I have a simple table that contains unique identifiers and a counter value for each of them. What I need to get as result is the position of a specific identifier after the table was sorted by the ...
2
votes
1answer
34 views
Different result types for @-parameters between MySQL 5.0 and 5.1
I use the following statement as an example:
<?php
$link = mysql_connect( '127.0.0.1', 'user', 'pass' );
mysql_query('SET @a = "test";', $link);
$r = mysql_query('SELECT @a;', $link);
echo ...
2
votes
1answer
74 views
how repeat a row in mysql resultset for specified times?
I've a mysql table like this :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| id (int primary key) | count (int) |
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Assume that this table is filled with these ...
2
votes
2answers
237 views
jQuery each() results to array to php to database
Basically what I am doing is making a sort of invitation system, the user clicks on users and they go into a list, that all works, I can get the ids of them using each() but I need to pass it through ...
2
votes
1answer
156 views
make location fields made visible in solr
I have the following field defined in solr (schema.xml)
<field name="store" type="location" indexed="true" stored="true"/>
If I search for say this-
&fq={!geofilt pt=45.15,-93.85 ...
2
votes
2answers
143 views
Passing messages from multiple activities to main activity
It's quite hard to get my problem across but here goes.
I have one activity Activity 1 which from this I can open one of three activities Activity 2, Activity 3 and Activity 4, of which I want a ...
2
votes
4answers
3k views
How to get SQL result saved into a C# variable?
I have troubles finding out how to save a SQL result into a String or whatever type the result returns.
my SQL query is
SELECT SUM(Length) FROM tbl_test WHERE TITLE LIKE 't%'
here I need a function ...
2
votes
2answers
929 views
Android onActivityResult is always 0
This has been killing me for two days now. I have a main Activity A which calls a second Activity B. Activity B simply presents the user with a listview. When I press an item on the list view I want a ...
2
votes
4answers
4k views
How to get Frequency from FFT result
I have FFT result, this is 2 double array, real part array and imaginary part array. How to get frequency at each element in this arrays? I would like have frequency array from this result.
And I ...
2
votes
1answer
530 views
how can i configure my custom result type using convetions plugin in result
I have created custom result class to serialize json data to xml. I want to configure this result class as a result type for some specific actions via conventions plug ins.
But it is giving errors at ...
2
votes
1answer
109 views
XML Viewer with diagram,
i am looking for an applet/application/code which reads XML. I know there are many 'Viewers' but i would like to list fields. Sort or search or group as GUI. So For example i have many books in XML ...
2
votes
2answers
244 views
JavaScript/jQuery could do with some improvement
I am in the process of stripping down some code I've written for a Time Frame selector function that filters search results based on a selected Time Frame (Last Month, Last Quarter & Last Year) by ...
2
votes
3answers
104 views
Create a copy of a result row
How can I copy an array that has other associative arrays in it?
I am talking about a result set returned from a mysql_fetch_assoc.
So say I have a structure like this...
connect
$result = query;
...
1
vote
3answers
71 views
Create dynamic table from function in postgresql
I have table data
select * from tbltaxamount ;
id | taxname | taxinfoid | taxvalue | taxamt | zoneid | invoiceid | transid
...
1
vote
1answer
51 views
jQuery - How to have a response with different steps?
I want to have an ajaxed form and when a user clicks submit it will submit the form values to a php file nothing fancy here and to that point anything is clear to me.
Now I want to have several ...
1
vote
2answers
78 views
Add blank line after every result in grep
my grep command looks like this
zgrep -B bb -A aa "pattern" *
I would lke to have output as:
file1:line1
file1:line2
file1:line3
file1:pattern
file1:line4
file1:line5
file1:line6
...
1
vote
3answers
98 views
How to export solr result into a text file?
I needs to export doc_id, all fields, socr, rank of one search result to evaluate the results. How can I do this in solr?
1
vote
1answer
58 views
After executing a command by Python Paramiko how could I save result?
As you see below, is it possible to save the result? Cause, at second and third stdout.read() I couldn't reach the result.
import paramiko
import os
dssh = paramiko.SSHClient()
...
1
vote
10answers
136 views
Java methods - what RETURN actually means?
I'm pretty certain I'm missing something really obvious here but this seems quite bizarre.
I'm developing for Android using Eclipse - and I have a method similar to which I'm debugging and it's doing ...
1
vote
1answer
151 views
struts2 validation framework requires result input
In my project with struts2, I don't use validation framework, and no action methods return "input" in my Action class. Here is my configuration snippet,
<action name="searchTracker" ...
1
vote
1answer
27 views
Check it is the last result for an ID
I have a forum-like site, which allows users to post. I want users to be able to delete their post ONLY if it is the last for this topic:
Posts Table
+--+-------+------+------+------+--------+
...
1
vote
1answer
77 views
Android activity lifecycle
Quick question - what is called first when activity is restored? onRestoreInstanceState or onActivityResult?
1
vote
1answer
170 views
struts2 submit form and show result in a new window
struts.xml
<action name="run" class="editTrackerAction" method="run">
<result name="input">/jsp/editTracker.jsp</result>
</action>
editTracker.jsp
<s:form ...
1
vote
1answer
76 views
Codeigniter pass db result object from model to controller
I am still quite new to Codeigniter and have a noob problem I need some help with.
I am trying to set the auto incremented id number for each user to the session data as user_id.
eg:
Controller:
...
1
vote
2answers
124 views
How to make ASP.NET MVC Action return different formats?
I don't know if this is the right way to approach something, but I'm hoping it is. The example below is a heavy controller and is absolutely the wrong approach, but it get's the idea of what I'm ...
1
vote
1answer
322 views
How to call javascript from Android?
How do we call javascript from Android? I have this javascript library which I would like to use, I want to call the javascript function and pass the result value to the android java code. Haven't ...
1
vote
1answer
82 views
How do I fill in a website form and retrieve the result in C#?
I would like my program to be able to access a website that processes string input and returns some information about it. I want to input two sequences, submit them and read the result through the ...
1
vote
3answers
365 views
Finishing an activity / Intent
I am making a that program is going into another activity to get some data, and then returning the data through intent to my main activity. The code I have at the moment does open a new activity, it ...
1
vote
1answer
32 views
Search ALL instances of ##anything##
I have this regular expression in my Javascript code:
/##+[A-z]+##/
When using it on the following text:
<a href="EditUsers.aspx?UserName=##UserName##">##Address##</a>
it only ...
1
vote
2answers
77 views
MySQL Stored Procedure returns Incorrect Value
When I query:
SELECT COUNT(*) FROM train WHERE agree<=0;
It returns 128.
However in my stored procedure:
DELIMITER $$
CREATE PROCEDURE sample(IN _cla VARCHAR(15))
BEGIN
DECLARE _a ...
1
vote
4answers
71 views
(solved) PHP MySQL unable to use variable in query
EDIT: after looking through all the suggestions here and still coming up with no result I changed the database (to a standard osCommerce one) and got a result. Switch back to the downloaded database - ...
1
vote
1answer
139 views
Get other columns that correspond with MAX value of one column?
Ok, this is my query:
$sql="SELECT video_category, video_url, video_date, video_title, short_description, MAX(video_id) FROM videos GROUP BY video_category";
When it pulls the data, I get the ...
1
vote
3answers
66 views
How do i change the column names in a result set and create a new result set in PHP with modified column names
Example: my current result set:
array(7) {[0]=>array(2)
{ ["class_id"]=>string(1) "1"["class"]=>string(3)"1st"}
{ ["class_id"]=>string(1) "2"["class"]=>string(3)"2nd"}
{ ...
1
vote
1answer
268 views
Wrong result from IsNumeric() in VB.NET
I have a function in VB.NET that loops through values and attempts to convert it to a decimal if IsNumeric is True,
Dim Value As String
If IsNumeric(Value) = True Then
Rate = CType(Value, ...
1
vote
1answer
68 views
What happens when an activity closes before it's result activity?
I'm playing around with the voice recognition API and wanted to know what I should do if the activity that started it gets closed before the Google Voice Recognition activity is done receiving a ...
1
vote
2answers
243 views
How to signal sync-complete to the Android SyncManager?
I was using cancelRequest() from within my SyncAdapter, just before it exits its thread, but I then decided that was only intended to be used by another entity (UI) that wants to cancel a sync in ...
1
vote
0answers
442 views
Return String result type from Struts2. Problem with encoding
I've written an action that returns a string. The returned string is an xml-string.
E.g. I'd like to return this xml, but I receive this UTF-8 format: ...