A representation of something, typically showing a single aspect of a larger whole.
1
vote
1answer
300 views
Example / Demo application using Carrierwave and ffmpeg gems
I've seen a lot of good example applications using the carrierwave gem for image uploading. I've not seen any for video uploading.
Can anyone share an example / demo Rails application using ...
0
votes
0answers
92 views
What is this code in a logical programming language? [closed]
For an essay, I am explaining the differences between procedural, functional and logicalprogramming. I am doing this with some examples, however I am currently stuck.
The code below (C#) is my ...
-7
votes
1answer
203 views
Java Programs for Beginners [closed]
I'm looking for some Java Programs that layout on how to build the application. Basically a step-by-step guide on how a application is built, and what the syntax would look like, and gives you the ...
0
votes
1answer
224 views
Error-free AndEngine examples crashing
I am getting started with AndEngine, and I'd like to use some of the AndEngineExamples included on GitHub as a basis to work from. Now, I've downloaded everything on GitHub and Eclipse gives no errors ...
0
votes
1answer
39 views
Is it possible attach a widget to the Android background?
I was wondering if is it possible attach a widget to the main Android background/wallpaper/desktop?
I want develop something like a clock, actually It's a very simple widget that have three buttons. ...
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
1answer
48 views
Java RCP Plug-in and Product project
A company (here in my town) opened for students "free Java training". We are working with eclipse and today the project manager gives me a new project (tables, data and operation with them), because I ...
0
votes
2answers
171 views
Simple examples/applications of Bayesian Networks
Thanks for reading.
I want to implement a Baysian Network using the Matlab's BNT toolbox.The thing is, I can't find "easy" examples, since it's the first time I have to deal with BN.
Can you propose ...
0
votes
0answers
67 views
Need help on OpenID implementation for Android app [closed]
I am developing an Android app in which I would like users to login through their Gmail, FB, Yahoo etc. accounts. I believe OpenID is the solution. Is there any demo app that implements this? Or any ...
0
votes
1answer
295 views
Motorola ICS R2 Basis Connection Example needed for TI 2540
This post is a follow up on
Android 4.0.4 BLE API, BroadCom - Motorola
I have decided to give Motorola ICS R2 API a chance, Because I have seen alot of postes here that it should work with TI BLE ...
4
votes
9answers
386 views
In Need of the Most Simple Haskell Program
Can anyone provide me with less than five lines of code that I can save as .hs and run as a haskell program and see the magic happen? The internet is so complicated sometimes.
0
votes
0answers
16 views
What is tac good for? [closed]
I've recently read through gnu coreutils and found tac.
Are there any (perhaps historical) reasons for the existence of tac?
What would be an use case?
1
vote
1answer
169 views
Build a specific leftist tree?
I was practicing leftist trees and saw an example of min height-biased leftist tree on the textbook:
2
/ \
7 50
/ /
11 80
/
13
The question is, can I use only ...
2
votes
1answer
274 views
Getting Started with GlassFish
This is a question for all you GlassFish users out there, in hopes that this can be a reference for future searches. I'm new to GlassFish, and am looking for a good place to get nice introduction. Can ...
0
votes
1answer
499 views
ZK Framework with Mysql application example [closed]
being new to Java and the ZK framework I have some doubts about using ZK with mysql. Have any of you guys found a CRUD with Mysql around? will you point to some link with a good example? I'm a little ...
0
votes
1answer
94 views
working with file system through python
I want to write a program in python which detects the type of file system and then makes some changes to master file table (in NTFS) or File allocation table (in FAT).
Is there an explicit way to do ...
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 ...
33
votes
4answers
884 views
Concrete example showing that monads are not closed under composition (with proof)?
It is well-known that applicative functors are closed under composition but monads are not. However, I have been having trouble finding a concrete counterexample showing that monads do not always ...
1
vote
0answers
120 views
Need an example for android bluetooth phone to phone [closed]
I am developing an app for Android, but I am relatively new to that. Now I want to send a single number from one device to another (both the same version, if that helps).
I already found some help ...
0
votes
1answer
104 views
Feed Dialog Garbling My Passed Referral Link Only When Post Image is Clicked?
I run a site that allows registered site members to refer people back to my site using their referral link
(EX: http://www.mygreatsite.com/home?ref=MaxP)
Recently I coded into my site an ...
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 ...
0
votes
1answer
235 views
How to use Crystalize or Pointilize filter of jhlabs image library in Android?
Can you reply example of Crystalize or Pointilize filter of jhlabs image library in Android? I did write code as my style, but it didn't work. :P
Following code is that I've written. it doesn't work. ...
3
votes
1answer
1k views
Candlestick multiple Y values
I am on a mission to make a candlestick graph using MSChart in a windows form. I already succeeded to make a 3D bar chart with no problems. But after a long search on the internet, Microsoft's source ...
1
vote
1answer
88 views
Assign values to a struct and use the struct in a function in Objective C? [closed]
Is it possible to assign values in a struct like:
typedef struct {
float playerHealth = 100;
int playerFood = 10;
}
player;
And, is it possible to call that data in a function? If someone could ...
0
votes
1answer
509 views
Calculation of cross correlation of time shifted signal [closed]
There are 2 signals A(t), B(t) representing output power. A is a time delayed output. How to implement this formula
Cross_cor(delay)=[A(t + delay) − <A(t)>]*[B(t) − <B(t)>] / ...
0
votes
1answer
150 views
Good source code with multiple classes and good design, JAVA [closed]
So, I asked a few questions here and realize that I lack some fundamentals in JAVA programming. Especially considering a code design. Is there a page where I can download a full application and import ...
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 ...
0
votes
0answers
89 views
How can I create a basic Fragments project? [closed]
I'm trying to understand Fragments but I can't find a tutorial simple enough. All I want to do is create 2 panels on my tablet, one smaller on the left and a larger one on the right.
Imagine a ...
0
votes
2answers
197 views
Poltergeist antipattern example
I'm trying to understand what is Poltergeist antipattern, and how does it differ from Command or Delegate patterns.
I've read:
http://en.wikipedia.org/wiki/Poltergeist_(computer_science)
...
3
votes
4answers
2k views
Programmatically center TextView text
I beg some leniency here, I'm just starting with the Android SDK tutorials and I'm attempting something out of interest that's not in the tutorial itself, but I would hope would be easy.
I am trying ...
0
votes
0answers
103 views
LinkedIn Groups API - Any good examples of its use around the web? [closed]
Has anyone seen any good implementations of the LinkedIn Groups API.
This picture shows what I'm looking for, but the website it was implemented in has removed it.
...
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 ...
1
vote
2answers
2k views
SPP profile bluetooth iOS
does anyone got a sample code of SPP communication ( serial over bluetooth ) for iOS ?
I'd need to communicate between my microchip pic and an iphone or iPod.
I know I need a approved apple bluetooth ...
2
votes
1answer
208 views
how to find longest match of a string including a focus word in python
new to python/programming, so not quite sure how to phrase this....
What I want to do is this: input a sentence, find all matches of the input sentence and a set of stored sentences/strings, and ...
0
votes
1answer
133 views
How to “multithread” single table items that require long time to calculate, using QtConcurrent with PyQt?
I'm a real beginner in multithreading. This question is about high-level multithreading in PyQt.
Suppose that a table widget requires much time to be populated because of some single items, making ...
-7
votes
2answers
104 views
Any way to load contents from wikipedia to my site? [duplicate]
Possible Duplicate:
Is there a Wikipedia API?
Is there any API or any particular way to load pages to my site. For example if am viewing www.mysite.com/php , its should display a block ...
1
vote
1answer
143 views
gwteventservice using maven example
I need help with gwteventservice library... Currently, I need to implement push notification for my gwt application. I have found a good library to use, but I got problem when using it with maven ...
8
votes
2answers
15k views
Android Bluetooth Example
Can anybody give me android bluetooth communication tutorial link or hint?
Plz dont tell me to refer BluetoothChat example I can only understand how to discover and connect to devices but dont know ...
0
votes
0answers
93 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 ...
4
votes
1answer
534 views
Libzip example contains uninitialised values when checked with Valgrind
I've been using libzip to handle zip files, and have based my code on the example found in rodrigo's answer to this question. Here's his code, for quick reference:
#include <zip.h>
int main()
...
0
votes
1answer
142 views
WF4 State machine + bookmarks
Ive been searching a good simple sample for WF4 (or higher) state machine with resume (possibly BookMarks from the docs Ive read).
I would like to see how can I implement a state machine that is able ...
0
votes
3answers
110 views
Why doesn't this code exit? [duplicate]
Possible Duplicate:
EndOfFile in C - EOF
I was trying examples from K&R. I am not able to understand why this code does not exit unless ctrl+c is pressed.
int main ( )
{
int c;
...
0
votes
1answer
128 views
SSL Step Wise Beginners Implementation Guide
I have a fair idea of SSL after a reading from a few places. But from where can a self learned PHP developer learn how to implememnt SSL - IS THERE A STEP WISE GUIDE ?
Specific doubt - The SSL ...
0
votes
1answer
265 views
Qt example notepad program not displaying any controls
I am following the Qt example listed in the QtSDK titled: "Getting Started Programming with Qt". My problem is that the program doesn't display any of the objects.
My main.cpp looks like so:
...
0
votes
1answer
180 views
Init text to speech in all activities?
Let us say the android app have more than one activity and services.
Each of them uses Text to speech. I understand all these activities and services
run in the same process unless we explicitly ...
6
votes
4answers
7k views
Good Map/Reduce examples for explanation [closed]
few days back I had to explain Map/Reduce to one of my colleagues and of course I couldn't think of any good examples rather than the "how to count words in a long text with map/reduce" -task. I ...
0
votes
1answer
80 views
Trouble with textures in three.js examples
I'm experiencing some trouble with the Three.js examples. You can see in the image below, it seems to be working fine online, but it's not working on my desktop. I change the code trying to figure out ...
1
vote
1answer
753 views
What sites use jqMobi?
I am looking at using jqMobi to write a mobile version of a website for a client. I really want to see more examples of it in use, as just the Kitchen Sink demo isn't enough. I want to see actual ...
