A representation of something, typically showing a single aspect of a larger whole.
5
votes
1answer
1k views
Solr suggester tutorial/simple example for java
I see some question about how to do specific things with Suggester in Solr, but how about how to actually use it? I'm stuck in how to simply query the suggest api to get the results in Java, maybe ...
3
votes
1answer
63 views
How to GroupBy interest rates?
I have the following table that i want to consolidate the interest rates using group by.
Lower Limit, Upper Limit , Interest rates
0 to 5000 , 0.02
5001 to 10000 , 0.02
...
3
votes
1answer
2k views
Example for OCR with ANN in OpenCV
I'm new in OpenCV and I want to implement OCR with ANN. I try to search for example but not see any example that use ANN with Image Processing.
Then I see this example basicOCRwithANN but when I ...
2
votes
1answer
772 views
SQLite3 FTS3/FTS4 matchinfo example
I am using the FTS4 module of SQLite3 and have a problem with the Example of the matchinfo() auxiliary function.
At the moment I am just trying to run the matchinfo() example from ...
2
votes
1answer
1k views
Google spreadsheet API Javascript
I want to use javascript to access/edit my google spreadsheets. Google provides API here http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html. But I don't know how these code ...
2
votes
1answer
2k views
Win32 scrolling examples
Could anyone point me to (or provide?) some nice, clear examples of how to implement scrolling in Win32? Google brings up a lot of stuff, obviously, but most examples seem either too simple or too ...
2
votes
1answer
2k views
GWT simple form validation example
I'm looking for nice and fast way for validating forms in GWT, that can display errors one by one, focusing on the offending field. I've found gwt-validator and gwt-validation, but their documentation ...
4
votes
0answers
1k views
Delphi XE2 datasnap callback example
I am trying to create a small example of how to exchange objects using calbacks, but I am experiencing some problems.
When server creates and broadcasts objects, some clients callback ...
3
votes
0answers
2k views
AutoCompleteTextView backed by CursorLoader
So I am having trouble extending the MultiAutoCompleteTextView and backing it with a CursorLoader, while simultaneously using a custom Tokenizer. The issue rises specifically with the ...
3
votes
0answers
795 views
Query on simple C++ threadpool implementation
Stackoverflow has been a tremendous help to me and I'd to give something back to the community. I have been implementing a simple threadpool using the TinyThread++ website C++ portable thread library, ...
2
votes
0answers
97 views
Configuration + Code example of using Atmosphere with Wicket?
This question has an answer which points to a non-working example and the
conversation on the mailing list is very vague. Is there any working example of using Wicket 6.5.0 with Atmosphere?
Or is ...
2
votes
0answers
87 views
How to use Table control in Apache Click
I would like to know how to use the Table control in Apache Click. What I really need to know is how to populate a Table control. The examples I have seen so far involve the use of methods that are ...
2
votes
0answers
210 views
WCF Reliable session sample example
Is anyone know about good sample example for WCF Reliable session? How to implement WCF Reliable session?
It is best if example would include main funda like
How to get message acknowledgement at ...
1
vote
0answers
212 views
cucumber jvm selenium example
I am using standart exsample:
cucumber-jvm-selenium-example
When I run test:
-------------------------------------------------------
T E S T S
...
1
vote
0answers
196 views
OpenCV : Difficulty in working with cvBlobs Library
I am a beginner in OpenCV2.3 on Windows7 and Visual Studio2010 and finding a tough time(confused rather due to several version available in google) in installing the blob library. I am aware that ...
1
vote
0answers
89 views
AccelerometerPlayActivity source transform
Plz Answer to me.
I'd like to transform this activity.
Que 1. one Ball Image -> variety of Ball Image
Que 2. Rect Collision -> Round Collision
public void resolveCollisionWithBounds() {
...
1
vote
0answers
248 views
Python Flask - Problems with Minitwit on Internet Explorer 9
I have tested Minitwit.
I have just changed DATABASE = '/tmp/minitwit.db' to DATABASE = 'minitwit.db' in order to make it work (no tmp folder existed).
It works fine on Firefox.
Now it does not ...
1
vote
0answers
1k views
Info Window for Google Maps
I'm searching for a easy way to create Info-Windows for Google-Maps in Android.
For example: a function with longitude, latitude and text parrameters. These were show onclick a location on the map.
...
0
votes
0answers
14 views
css only conditional form works in firefox, but not chrome. Can you look over this codepen?
I was trying to be clever with this conditional hiding and showing of a text-field based on its adjacent radio being selected.
It works in firefox just fine, but not chrome. Can someone confirm that ...
0
votes
0answers
28 views
starting new activity from json listview
I am new to android and I'm trying to make an application to my website.
I have a webservice json that shows items in a list view in android.
This list shows only 3 items.
I need to implement this ...
0
votes
0answers
28 views
libpd with python2.7 and mac os x
I have installed pure data libpd in python 2.7 on mac osx 10.7. when I try to run the example provided in libpd for python, none of the example is giving sound. test.py is dumping some text, no sound ...
0
votes
0answers
24 views
Workflow Foundation - Advice on a simple process
I am starting on Workflow Foundation 4 and i've been asked to do a simple example to show to a client (unfortunatly in a tight timeframe) and i could use some help on how to start with it.
The ...
0
votes
0answers
28 views
Android - Help me with collision detect(with Paint Example xD)
I have problems with the collision detect, or rather, I can check whether the collision occurs, but can not prevent the images overlap. Because of my English maybe I can not explain well my problem, ...
0
votes
0answers
17 views
Android drag as possible, only away from the collision
hi all as the title I wanted to know how to make sure that once the collision occurred, the drag and drop function is applicable only in the opposite direction to the collision, to avoid that the two ...
0
votes
0answers
21 views
What examples are there for the “closest pair of points”?
I'm looking for a motivational example for the "closest pair of points problem"
http://en.wikipedia.org/wiki/Closest_pair_of_points_problem
In itself it's a pretty self explanatory problem, but I ...
0
votes
0answers
42 views
Unconditional branching (GOTO) - how decision coverage can be lower than branch coverage?
Often the branch coverage is referred as a decision coverage,however they are not the same.
Can anyone give me an example following the definition below and showing how decision coverage can be lesser ...
0
votes
0answers
31 views
How to use Boxy
I can't seem to find a comprehensive explanation on how to actually implement the Boxy files that I have uploaded to my website, to then create some sort of pop out message or form. How can I do this?
...
0
votes
0answers
41 views
What is happening in LocationResult?
I've been searching around on how to implement a way to get a user's location in Android and I came across this SO question:
What is the simplest and most robust way to get the user's current ...
0
votes
0answers
182 views
Cassandra with hadoop
I am new to hadoop i tried wordcount using cassandra database? i get this error.can u pls ....
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/mapred/InputFormat
at ...
0
votes
0answers
159 views
Kendo UI Bar charts to read from SQL Server
I was wondering if anyone has any examples or links for Kendo UI Bar Charts reading data from SQL Server? The sample that I downloaded from Kendo UI Demos website does not have this feature, and I ...
0
votes
0answers
89 views
gunicorn doesn't process simultaneous requests concurrently
I am trying to serve long running requests using gunicorn and its async workers but I can't find any examples that I can get to work. I used the example here but tweaked to add a fake delay (sleep for ...
0
votes
0answers
176 views
SimpleCursorTreeAdapter and CursorLoader for ExpandableListView with my layouts
I am trying to create SimpleCursorTreeAdapter and CursorLoader for ExpandableListView with my layouts.
Here is my Fragment class which implements the CursorLoader
public class ContactFragmentNew ...
0
votes
0answers
200 views
Java Annotation Processors Netbeans simple example
please i like to write a simple example of Java Annotation processor using NetBeans 7.2.1... a very very simple test :)
I follow this useful guide ...
0
votes
0answers
200 views
oejw.StandardDescriptorProcessor:NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
I'm trying to learn Solr and I'm getting stuck on the very first step. I'm following the standard procedure described on the Solr website. I'm doing this on Windows 7.
Downloaded ...
0
votes
0answers
94 views
How to create an example (anonymous) R script to provide a reproducible example?
This is related to:
How to create example data set from private data (replacing variable names and levels with uninformative place holders)?
Which stems from :
How to make a great R reproducible ...
0
votes
0answers
21 views
avoid errors with lovings stemmer(an example)
i have a question about lovins stemmer;
i need to identify a word from the results for the Lovins-stemmers, which can avoid errors in Porter Stemmer (understemming or overstemming).
i need a very ...
0
votes
0answers
25 views
Is the Stibitz-Code used?
I've just read something about the Stibitz-Code (German Wiki, see table). It is very similar to the BCD-Code (or the AIKEN-Code). According to the german wikipedia articles, the BCD-Code is used for ...
0
votes
0answers
35 views
How to execute Test Class from Example connector in Lucidworks Enterprise
I have copied all the source code of example connector given in app/examples directory of lucid works to see how the connector works,i was able to resolve most of the references by linking the jar ...
0
votes
0answers
94 views
please help wth deterministic quicksort example
just recently i started studying algorithms for a lesson. quicksort with a random
pivot I understand , but there is something I dont!
Here is the deal. There is a problem that wants us to show the ...
0
votes
0answers
49 views
I Want to create a layout like ics4 datepicker
Hello I want create an style(layout) like this
http://developer.android.com/images/ui/pickers.png
in my project i create it by RelativeLayout and LinearLayout but not optimize and i hear it created by ...
0
votes
0answers
162 views
Android communication between two services example
I have two services started by the same Activity.
My problem is that I can comunicate between activity and each service, but the purpose of my application is to comunicate directly between the two ...
0
votes
0answers
87 views
What are some example uses of the various DepthBuffer Compare modes in Stage3D?
There is 8 types of Context3DCompareMode that can be assigned to a Context3D object.
Here is the list of available compare modes:
ALWAYS: The comparison always evaluates as true.
EQUAL: Equal (==).
...
0
votes
0answers
253 views
Simple OpenSwing GridControl example
Suppose you create an OpenSwing UI in, for example, NetBeans, with a few numeric columns, say A, B, and C.
And suppose you have a simple array of object of class with fields A,B,C.
What do you add ...
0
votes
0answers
137 views
Multi-User server in perl?
I'm trying to figure out how to make a multi-user server in perl. I'd like to use IO::Socket::IP, but I'm not having any luck getting it to work. Everything I've tried causes the socket to close as ...
0
votes
0answers
228 views
camel-example-cxf-proxy throws exception
I downloaded camel 2.6.0 and tried to work with camel-example-cxf-proxy (under example folder). I followed the instruction and run (i haven't changed anything in the code and config):
mvn camel:run
...
0
votes
0answers
617 views
stack unwinding using unwind.h
I want to do stack unwinding using gcc. I can not find an example code that shows me how to do this.
I tried to follow the instructions from this site, but i realised that the unwind.h that my gcc is ...
0
votes
0answers
370 views
query “one-to-many” example android
Doing a task I faced with a problem connected with "one-to-many" query to the sqlite. The situation is described below.
I have two tables in my database. In the first table - the brand of cars and in ...
0
votes
0answers
96 views
Flex help doesn't work
Flex help doesn't work for me anymore.
For example this page: http://help.adobe.com/en_US/flex/using/WSC8DB0C28-F7A6-48ff-9899-7957415A0A49.html
If I click on the "View Running Example" button, I ...
0
votes
0answers
785 views
Android: How to use Progress bar on AppWidget?
I like to display a progress bar on my AppWidget as the Widget downloads data from a server.
Can someone please post an example or a hint how to implement that?
-1
votes
0answers
25 views
Test Conditions in a VB.net application
I have written an application in Visual Basic.NET and have been asked to "Set Test Conditions". Can I have a quick description of what actually a test condition is? I have had a look online, with no ...


