A representation of something, typically showing a single aspect of a larger whole.

learn more… | top users | synonyms

3
votes
5answers
2k views

Dearth of CUDA 5 Dynamic Parallelism Examples

I've been googling around and have only been able to find a trivial example of the new dynamic parallelism in Compute Capability 3.0 in one of their Tech Briefs linked from here. I'm aware that the ...
0
votes
2answers
384 views

hook to save action in eclipse plugin

I want to create a Google Closure Compiler plugin for eclipse. I already have a popup menu entry to compile a Javascript file to its minified version. But it would be more than helpful if every time ...
3
votes
0answers
127 views

Example of a non-trivial TDD grails project with an educational/informative commit history [closed]

I have made some pretty cool things with grails, but I am still unable to wrap my head around testing. Is there a public project with a commit history that I can follow which shows good TDD practice? ...
18
votes
2answers
3k views

Contact Bubble EditText

I am trying to create contact bubbles in the MultiAutoCompleteTextView similiar to how it is implemented in the Google+ app. Below is a screen shot: . I have tried to extend the ...
4
votes
1answer
600 views

Complete example for use of volatile key word in java?

I need a simple example of use of the volatile keyword in java, behaving inconsistently as a result of not using volatile. The theory part of volatile usage is already clear to me.
0
votes
3answers
215 views

Segmentation Fault with K&R C example 1.9

I am new to C and have hit a problem with an example form K&R C ( section 1.9) not working properly. Here is the code I have copied from the example, and gone over once looking for discrepancies: ...
1
vote
3answers
347 views

PHP, OOP practical example

i am learning about the difference between abstract classes and interfaces, but theoretical explanations are hard to understand when you don't have practical example. i have read that: By updating the ...
2
votes
4answers
597 views

Php session fixation example and fixes

My question is about this summary on session fixation: Alice has an account at the bank http://unsafe.com/. Unfortunately, Alice is not very security savvy. Mallory is out to get Alice's money from ...
-1
votes
1answer
429 views

PHP OOP Approach in this example [closed]

Im working with php for about 4 years now, but i still havent really used an OOP approach on any of my own scripts. I would really like to use it though, because for waht i heard and what i understand ...
3
votes
1answer
491 views

Giraph Shortest Paths Example ClassNotFoundException

I am trying to run the shortest paths example from the giraph incubator (https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example). However instead of executing the example from the ...
0
votes
0answers
31 views

Languages with large sets, and ongoing production of video resources [closed]

For the auditory learners among us, what are examples of languages with substantial video resources? While there are many questions requesting video resources for individual languages, someone with ...
1
vote
1answer
485 views

Maven error when importing jpetstore of Spring3.0 to Springsource Tool Suite

I downloaded the JPetstore from SVN and there are maven errors that I can't solve I have tried running maven-update dependency and maven-update project configuration and it doesn't help. The errors ...
3
votes
3answers
42 views

What kind of example url I can use that will immediately cause a request to fail?

What is the "official" url I should use if I want to indicate just a resource that fails as soon as possible? I don't want to use www.example.com since its an actual site that accepts and responds ...
8
votes
3answers
5k views

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView

I am trying to asynchronously query a provider by using a CursorLoader with a SimpleCursorTreeAdapter Here is my Fragment class which implements the CursorLoader public class ...
-3
votes
1answer
45 views

Computing Exam Example [closed]

A RAM is described as being a 1024 address by 4-bit RAM. For this RAM, calculate: How many bits are there in the RAM? How many lines are necessary on the data bus? How many address lines are ...
2
votes
2answers
3k views

How to move the DataContext definition from code-behind to XAML?

I defined an object which contains properties in code-behind and, want to set the object to datacontext in xaml. namespace WpfApplication4 { public partial class MainWindow : Window { ...
2
votes
2answers
1k views

Amazon Product Advertising API C#

Can somebody tell me C# excample of using Amazon Product Advertising API, for example to lookup item. All i found is not working now because of changes. Thanks! edit: the most popular error is ...
16
votes
3answers
542 views

How to create example data set from private data (replacing variable names and levels with uninformative place holders)?

To provide a reproducible example of an approach, a data set must often be provided. Instead of building an example data set, I wish to use some of my own data. However this data can not be ...
2
votes
1answer
2k views

Simple RMI Callback Example

Can someone give a simple RMI Callback Example of Hello World? I have been trying to research it but I cant seem to find one that I understand. I don't understand what a callback is/does. This is my ...
1
vote
2answers
2k views

Android - Barcode scanner

I need to create an app that one of the feature will have an barcode scanner. I was searching for some code examples to make an barcode scanner but i haven't found any full example code. Only thing ...
0
votes
2answers
660 views

Where can I find some examples about using Berkeley DB with Python [closed]

I search some results by google, like http://docs.python.org/library/bsddb.html, http://pybsddb.sourceforge.net/ and so on. But I cannot find any example from those pages. I think maybe someone ...
0
votes
1answer
358 views

Performance comparison between hadoop Pseudo-Distributed Operation and Standalone Operation

I'm a very beginner of hadoop. But I had this interesting observation. Using the example in hadoop documentation, By running the same example in Standalone Operation and Pseudo-Distributed ...
8
votes
6answers
8k views

Number of occurrences of a character in a string

I am trying to get the number of occurrences of a certain character such as & in the following string. string test = "key1=value1&key2=value2&key3=value3"; How do I determine that there ...
3
votes
1answer
3k views

C# Vlc.DotNet Libraries - Null reference exception

Recently stumbled upon this post whilst trying to decide on the best way of getting a VLC player into C#. Does VLC media player have a C# interface? I downloaded the dll files and imported them ...
1
vote
4answers
412 views

Simple HTML as blog [closed]

I've fooled with many blogging platforms, and develop in Ruby right now...I'm tired of dealing with databases and upgrading applications--so for my personal blog, I'd like to stick with pure html. ...
0
votes
5answers
724 views

Example of a deterministic algorithm? [closed]

Good evening I was wondering if someone could please provide me with a simple pseudocode example of a deterministic algorithm... I will greatly appreciate it and surely give you points!!. thanks
0
votes
1answer
599 views

How to create a .tmx file “data”?

I am currently trying to create a random map using tileD but I couldn't manage to decode the "data" in the .tmx file. I read that the data is base64 encode and gzip compressed but none (of what I've ...
0
votes
1answer
379 views

CLojure sax parser examples

I've been using xml-seq for XML Parsing in a project and wondered if it's possible to use a sax parser instead. I've found there is a function called startparse-sax, but I can't find any examples for ...
0
votes
3answers
1k views

Are there some existing impressive ExtJS examples online?

I'm trying to convince my boss to use EXTJS for our client side scripting, are there any eye poppers out there? I've already found some old examples but none are very impressive. The closest to ...
3
votes
1answer
8k views

MySQL Sample for Visual Basic 6.0 - read/write

I'd like to find a simple example of working with remote MySQL base. I know, there are some tutorial over the internet, explaining how to set up ADODB.Connection and connectionstrings, but I couldnt ...
1
vote
1answer
1k views

ios - iphone notes application

I am studying how to make iPhone apps - and I learn best by dissecting the source code and see why something works the way it does. I was wondering if anyone new if there is a clone app of the ...
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 ...
6
votes
2answers
6k views

Where to find practical well-designed database schema examples to learn from?

I am new to database schema design and I want to learn more about how a well-designed database scheme is implemented in the real world? Is there any places to find those schemes? Or is there any book ...
0
votes
2answers
219 views

Projects using Protobuf

I'm looking for some projects using Protobuf to use as a reference for implementing complex protocols. Netty examples are preferred but not required.
0
votes
1answer
235 views

How to generate code samples into javadoc?

Recently I have collected lots of api examples for java api(jdk,log4j,etc.), but I've got a problem about inserting the code example into the project's javadoc. People usually use the javadoc and ...
1
vote
2answers
336 views

java swing -Create a button like carousel in java swing

I would like to ask your help to get me started in creating a carousel like button list in java swing. Is there any tutorial/ example or links you can provide me to get me started. I would like to ...
7
votes
2answers
789 views

C# 5 and async timers

Is there a new Timer API somewhere that allows me to do this? await timer.wait(500); Basically, to sleep for X ms and then resume execution of the rest of a function
1
vote
1answer
361 views

Example of the grails cucumber plugin?

I want to start using cucumber with my grails project, and this plugin seems like it's still healthily vibrant: http://grails.org/plugin/cucumber However, I am completely lost as to how to start. ...
0
votes
1answer
366 views

how to make camel-example-cxf-proxy work in serviceMix 4.3.0

I downloaded camel 2.6.0 and used example camel-example-cxf-proxy (under example folder) to deploy into serviceMix. what i would like to do is packaging it to become a jar file and then goto ...
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
3answers
1k views

Android: Own Font in ListView

I'm trying to have my own font in a listview using Java in Android OS 2.3.x After reading the following links, i'm stuck: http://developer.android.com/guide/topics/ui/themes.html ...
0
votes
1answer
131 views

File descriptors in C

Let's suppose that in my OS exists N file descriptors. How many file descriptors will OS have after executing the code below: int fd = dup(oldfd); How about : int fd = dup2(oldfd,newfd); ...
2
votes
1answer
768 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 ...
0
votes
1answer
303 views

Corona sdk chains example app

I am working on a Corona sdk lua app for Android devices that does something similar to the example corona chains app. I would like to make a pivot joint to join two of the chains together at the last ...
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 ...
3
votes
1answer
233 views

Is this a clean BDD/MSpec test?

I have a static class Cryptographic that can Encypt and Decrypt a string. I have written the following specs for this: [Subject(typeof(Cryptographic))] class When_encrypting_and_decrypting_a_string { ...
2
votes
1answer
2k views

need a simple example for libxml2 DOM way parsing on iOS

I'm learning how to use libxml2 from Apple's sample XMLPerformance project but it's for the SAX model of parsing. Can anyone provide a sample of libxml2 DOM parsing? Many thanks.
2
votes
3answers
2k views

Multiple Inheritance: What's a good example?

I'm trying to find a good example for the use of multiple inheritance what cannot be done with normal interfaces. I think it's pretty hard to find such an example which cannot be modeled in another ...
2
votes
1answer
845 views

Caliburn Micro reference implementations

Can you suggest some good real live and not too simplistic implementations based on Caliburn Micro where the source code is available to study approaches to common problems and "best practises"?
0
votes
1answer
137 views

How do you make a function that will create a .jar file in Java?

I've made some code in Java that will change some files in another .jar file, and I know that the unpacking/changing works, but the repacking doesn't. It does succeed, but when I compare the new one ...

1 3 4 5 6 7 11