Tagged Questions
The retrieve tag has no wiki summary.
7
votes
4answers
824 views
3
votes
4answers
69 views
Java: How to store and retrieve memory address like in C++
I come from a C++ background. In C++ I can store a memory adress which I just new'd in a global array and re-use it later. For example, say I have two classes X, Y and I create two objects x, y. The ...
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
2answers
140 views
If localstorage key exists, append <li>
I have a small offline app which you can create boxes dynamically and the boxes are stored in localstorage. The boxes are <li>'s.
The HTML Looks like this:
<ul id="bxs" class="tabs">
...
3
votes
2answers
371 views
Google Analytics retrieve custom variables statistics
Edit refurbished the question that was not clear
New to GA, I'm looking at the way to retrieve automatically custom variables data statistics
The query would have
a start and an end dates ...
3
votes
1answer
1k views
Retrieve a list of all tables in the database
I have this database file under the usual databases folder and a bunch of tables inside it.
Please note that I don't want to retrieve under the command line. I know I can use the ".tables" command.
...
3
votes
4answers
2k views
How to recover deleted rows from SQL server table?
I accidentaly ran a DELETE command against a table with a wrong WHERE
clause.
I am using SQL Server 2005.
Is there a way, or any utility software that could help me recover the
lost data?
3
votes
3answers
280 views
How to Get id's of all inputs inside the form?
How to get all id's of input elements inside a form in an array?
3
votes
2answers
503 views
How to avoid copying dependencies with Ivy
I'm looking into using Ivy to manage dependencies but wow - that thing really likes to make multiple copies of jars! It spreads like the ivy in my back yard and is just as undesirable!
Is it ...
3
votes
2answers
1k views
PHP SPL RecursiveDirectoryIterator RecursiveIteratorIterator retrieving the full tree
how can i retrieve the full directory tree using SPL ?
2
votes
2answers
178 views
Populate the table view sections with rows of table in sqlite database in an order
I have 2 view controller pages.Add Reminder page which contains save button as right bar button of navigation bar
I have earlier got issues regarding number of sections in table view for view ...
2
votes
1answer
247 views
Windows phone 7: post some values, retrieve the response
How can I post a value to an online page, and then retrieve the response to put it in a string?
It's a PHP page that take the $_POST value and then echo a response that I want to grab.
2
votes
1answer
231 views
Random characters when retrieving private/public KEY (OpenSSL) from file
I am trying to make a program that after it generates a public/private key pair using OppenSSL EC function EC_KEY_generate_key store them in separate files and retrieve them to generate an ECDH KEY.
...
2
votes
2answers
51 views
Retrieving Java list from ruby
My service(written in Java) returns me an output in the format:
"serviceMetricList":
[
{"MetricDataList":
{"metricDataList":
[
{"metricDate": ...
2
votes
1answer
550 views
how to retrieve data from my database (formview) and multiply it, visual studio
I am using Visual Studio 2010, and I created a site (.aspx).
I have an sql database (.mdf file) and I want to retrieve ONLY one value of the table and multiply it with a specific number.
I have used ...
2
votes
3answers
193 views
Retrieving a web page including embedded objects
I'd like to fetch a web page including images, flash animations and other embedded objects. What's a straightforward way of achieving this?
2
votes
1answer
436 views
C# Wholesale Order form - textboxes in Gridviews in Repeater
I'm building a wholesale order form on a website.
The current plan is to...
-get an ArrayList of DepartmentUnits
-a DepartmentUnit has various attributes like "deptId", "description" and its own ...
2
votes
3answers
653 views
Storing and retrieving images with MVC and Sql Server
I am designing an prototyping an app the needs to store images, similar to facebook. This will be a public facing site and I am not sure how many users I will end up with but what I am looking for is ...
2
votes
5answers
875 views
UniVerse RetreiVe how do I query a file for all of its columns' values?
Kind of a follow up to my self-answered question about finding the column names.
In UniVerse you can't query a file for all of its columns unless the @ phrase in your file's dictionary is set to all ...
1
vote
1answer
31 views
Android EditText: How to process data
I have created an application which is a simple form. Users will enter username data and password into each editText pair provided.
My problem comes with extracting this data. Normally, I would ...
1
vote
1answer
33 views
retrieve text from the HTML source page using selenium with python
My HTML page looks like this :
<div id="s-resultlist-header" class="s-resultlist-header" style="width: 607px;">
<div class="s-resultlist-hits">
<span>Total hits: ...
1
vote
1answer
22 views
retrieving info from mysql tables
I have such a situation. I have two mysql tables. One "data" table and second table "mirror_data". "data" table consists columns "local" (in this column is stored just a numbers). and this is ...
1
vote
1answer
35 views
Using a sublist to retrieve data from a larger list
This is similar to this question with the answer:
search = 'a'
[item[1] for item in data if item[0] == search]
['x']
I modified it to extract all information associated with the search item:
...
1
vote
1answer
72 views
Android Mediastore: How to efficiently retrieve all songs of a certain genre?
I know how to retrieve the genre of a particular song, (see getting the genres), but I want to retrieve all songs of a particular genre. Since "genre" does not seem to be one of the columns for a ...
1
vote
2answers
88 views
Login to another website and parse data
There is php page, let's call it http://www.aaaa.org/login.php which has two textboxes (name="username" and name="password") and a button.
And there is my .aspx page from which I want to login to that ...
1
vote
3answers
207 views
Storing and retrieving data from sqlite database
I am building an app which contains a form in one view,in which the user fills all the fields and when he clicks the save button the data must be saved in to database and after navigating back,there's ...
1
vote
4answers
104 views
Retrieving Variable Declaration
How can I find how did I first declare a certain variable when I am a few hundred
lines down from where I first declared it. For example, I have declared the following:
a <- ...
1
vote
1answer
44 views
Is it possible to retrieve the object instance performing a method call with AspectJ?
Let's imagine the following aspect:
aspect FaultHandler {
pointcut services(Server s): target(s) && call(public * *(..));
before(Server s): services(s) {
// How to retrieve the ...
1
vote
1answer
106 views
I cannot retrieve my groups using Facebook SDK 5.1 using C#
I am using the Facebook SDK and I am trying with C# to get the groups the user is subscribed to. The code is as follows
JsonObject Groups = (JsonObject)client.Get("me/groups");
After this code ...
1
vote
2answers
557 views
Taking picture with EDSDK and retrieving it immediately
For few days I've tried to retrieve the taken picture from camera. Today I found
EdsSetPropertyData(cRef, PropID_SaveTo, 0, 4, 2);
which doesn't save the picture to camera. But my problem is ...
1
vote
1answer
63 views
Retrieve facebook posts more than its default limit
Is there a method to retrieve more posts from facebook? I am developing a site which needs to retrieve at least 200 posts from facebook. Right now I am getting 24 posts only. Is it possible to get 200 ...
1
vote
1answer
57 views
How to read content from the browser from android app?
I have scenario in which I have to launch the android browser from my sample application. And the browser will load a login page. Once the user enters the credentials in login page, it will redirect ...
1
vote
1answer
192 views
How to retrieve SharePoint user data using LINQ?
I am trying to retrieve data from list using LINQ, and have SPMETAl ran for the latest list version. All data from the list is successfully retrieved besides created by, created, modified by, ...
1
vote
1answer
65 views
Retrieving records within a PHP function
The following code is taken from a perfect working drop down list, and then when I put it into a function it breaks it! Am I doing something wrong here?
<?php
require "connect.php";
//create ...
1
vote
1answer
215 views
Retrieving uploaded files from server hard disk
(I am using netbeans 6.8, running a Java Web Application, Glassfish server)
Assume i am storing the uploaded files in C:\temp folder...
and my Netbeans project path is C:\NetBeans\WebApplication3...
...
1
vote
0answers
84 views
Automated web search to find email addresses
I have a contact list of companies for which we no longer have up to date details - e.g. email addresses bouncing. I'm looking for the quickest way
Is there a way of automating a web search that ...
1
vote
1answer
4k views
Retrieve UnRead Emails from Gmail - JavaMail API + IMAP
Now I have created a code to retrieve unread email and read its body and then we can store or do whatever we want to do.
It is completely working but the problem is that it giving me only the body ...
1
vote
1answer
285 views
Retrieving content of a txt file from URL to Android
I would like to be able to retrieve contents of a .txt file from the internet, and load it in an EditText. I tried using the code on this page: Reading Text File From Server on Android
It didn't ...
1
vote
2answers
617 views
Google Calendar - get events from a SPECIFIC calendar
I'm hoping this will be relatively easy to someone who is familiar with the Google Calendar API, have done some searching but the API isn't giving me the answer!
Imagine that a Google Account has 3 ...
1
vote
1answer
1k views
Is it possible to get information about all apps installed on iPhone?
Is it possible to get the information (app icon, app name, app location) about all apps that have been installed on iPhone/iPod?
1
vote
1answer
65 views
Getting the URI used to load a div on a page?
I have a div on a PHP-generated page loaded through jQuery's .load() function. This div contains a long list which has been paginated (links for page 1, 2, 3... 25, etc.). I'd like to write a ...
1
vote
1answer
315 views
retrieving Google search results
i read your post on
http://stackoverflow.com/questions/1784114/simple-php-script-to-retrieve-google-keyword-search-completion
and i was wondering how would you go 'echo' the next page?
here's my ...
1
vote
1answer
321 views
Handling Email Bouncebacks in Rails
I've built a very basic CRM system for my rails app that allows me to send weekly user activity digests with custom text and create multi-part marketing messages which I can configure and send through ...
1
vote
1answer
178 views
How to develop for iphone application about “retrieving database file on web”?
I'm a newbie to iphone developer.
Well, currently, I'm developing iphone for Location Based Service.
That application need to have these functions.
1. hierarchical tree-view on navigation bar.
2. ...
1
vote
4answers
6k views
How to find out the username and password for mysql database
I ve forgot what i set as username and password for mysql database. How could I be able to find it out.I am using wamp server. I am a newbie in mysql and its time to get started for my first ...
1
vote
3answers
791 views
Retrieve blob field from mySQL database with MATLAB
I'm accessing public mySQL database using JDBC and mySQL java connector. exonCount is int(10), exonStarts and exonEnds are longblob fields.
javaaddpath('mysql-connector-java-5.1.12-bin.jar')
host = ...
1
vote
3answers
446 views
Search and get a line in Python
Is there a way to search, from a string, a line containing another string and retrieve the entire line?
For example:
string =
qwertyuiop
asdfghjkl
zxcvbnm
token qwerty
...
1
vote
1answer
137 views
How do I use curl to display a table on a page?
I want to use curl to retrieve a table from an external page. So far my code retrieves all data from the page. I have read that using preg_match or preg_replace is the way to go about it.
This is my ...
1
vote
1answer
4k views
display/retrieve image from sql database in vb.net
should be pretty simple for a pro. i have images in sql server database and i want to retrieve them in my aspx (vb.net) file.
i have in aspx this image control -
in vb.net i have started this code -
...
1
vote
4answers
514 views
How do I find the column listing in UniVerse with RetrieVe or SQL?
I've got an issue where a table (file) is set up to return column foo on LIST table and SELECT * FROM table. I need to know the other possible columns in table. I'm pretty sure this was achieved by ...