Small part of or a selection from something (code , logs , data and etc.), intended to show the structure, style, or nature of the whole.
3
votes
2answers
405 views
Ignoring values or NAs in the sample function
I have a matrix in R that I would like to take a single random sample from each row. Some of my data is in NA, but when taking the random sample I do not want the NA to be an option for the sampling. ...
0
votes
1answer
110 views
Why is the program showing a 404 error.. The HTML page when clicked
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
0
votes
1answer
87 views
How many samples should be taken to capture the mean and variance of the original set with given error? [closed]
I have a set S of N real numbers. I wanna calculate the mean m variance v of S. But since N is too large, I do not want to use all of the numbers. Instead, I would like to sample n numbers uniformly ...
1
vote
2answers
501 views
How to create a loop for generate a list of random samples in R?
I'm trying to create a loop that creates a series of objects that contains a random sample, like this:
sample <- ceiling(runif(9, min=0, max=20))
(This is an example for a rounded uniform, but ...
0
votes
1answer
85 views
How do I split/sample from a cursor in MongoDB?
I have a database with millions of documents. I want to perform a relatively time-consuming operation on each document and then update it. I have two (related) questions:
If I want a random sample ...
2
votes
2answers
953 views
c++: Select a subset of a std::vector, based predefined element indices
I am looking for an efficient way of either trimming or copying a subset of an existing std::vector. The criteria for elements to be eligible for the subset / remain is that their index is contained ...
4
votes
3answers
5k views
Random sample of rows from subset of an R dataframe
Is there a good way of getting a sample of rows from part of a dataframe?
If I just have data such as
gender <- c("F", "M", "M", "F", "F", "M", "F", "F")
age <- c(23, 25, 27, 29, 31, 33, ...
0
votes
2answers
2k views
C++: Efficiently extracting a subset of elements from a datatype that only has access via an iterator
I have another persons user defined data structure (for working on meshes). The only public access to the underlying elements is via an iterator (no direct access to "element" x is possible).
I also ...
1
vote
4answers
1k views
Sample XML databases?
Are there any notable (large) sample XML databases?
For SQL there are the world and Sakila sample MySQL databases, for example. However a similar Google search for a good XML sample database doesn't ...
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.
4
votes
2answers
11k views
Sample project plugin jquery File Upload plugin implemented in ASP .NET MVC3
I need to implement in my project ASP .NET MVC3 the jQuery file upload plugin:
http://blueimp.github.com/jQuery-File-Upload/
I have been Googling and I haven't found a whole project, only pieces of ...
0
votes
6answers
1k views
learn android by examples
I wish to learn Android, but I can't find good resources. I'm looking for some simple applictions with simple descriptions.
I've found this for iphone, but I need for some simple samples writen for ...
0
votes
2answers
118 views
R: Is it possible to turn combinations of vectors into data sets?
I am a beginner in R.
After watching a number of tutorials on regression analysis (on youtube), I decided to make up my own data set and apply what I learnt to it. This is what I did!
I wanted to ...
-1
votes
3answers
243 views
How to code a decryption method for the encryption method here in c#
I was able to put together a encryption sample like below but during decryption i get invalid data(Exception). How am i supposed to decrypt
Encryption Method
public static string ...
1
vote
1answer
940 views
Is there any Eclipse virgo simple project?
I'm trying to check out osgi on web applications. I googled and found out the best way to go would be using spring osgi and virgo. I can't find an easy to setup sample project. Can anyone help me?
...
0
votes
1answer
568 views
Using OpenSSL's CMS_encrypt() in Objective-c
I would like to use OpenSSL's cms library to encrypt a file with a certain certificate using the CMS_encrypt() method. (I guess this should be the right one)
Does anyone has a small sample about using ...
2
votes
0answers
195 views
WCF - Sample Chat PeerChannel - peers on different networks get different mesh?
I have implemented the WCF ChatApp sample (Samples\WCFWFCardSpace\WCF\Scenario\PeerChannel\Chat), I got it working fine on my machine.
I put the CustomResolverService onto a real server and, again, ...
1
vote
1answer
647 views
How does Tomcat7 security sample calls login.jsp?
If I open a sample URL http://localhost:8080/examples/jsp/security/protected/index.jsp first time, I will see login form with username and password fields. Html code of this form is located in ...
0
votes
1answer
148 views
Movie player sample and probblem with execute
I am new in Android. I want to lunch example from this page: http://androidsamples.blogspot.com/2009/06/displaying-list-of-video-files-stored.html
I copy code from there to my classes, create avd ...
0
votes
1answer
270 views
Recording raw audio from audio input in C++/Ubuntu
What is the easiest way to simply record the raw audio values from, say, the built in microphone on a laptop, to a text file in real time. I'd like to work in C++, but any language/method that ...
0
votes
1answer
213 views
TVanimationsGestures Sample code Bug/Weird Behavior Overlapping Cells
Im trying to implement a nice accordion effect on my app. My goal is to "open up" a cell when the user tap on it, diplaying additionnal content (such as text) as the cell height increase.
The perfect ...
1
vote
3answers
838 views
random sample in python
I wanna speed this up:
import random
ndim = 50000
for i in xrange(ndim):
random.sample([j for j in xrange(ndim) if j != i], 30000)
I'm thinking about using NumPy but don't know how.
0
votes
1answer
203 views
Sitecore Calendar Module 5.2 sample
I am using Sitecore Calendar Module 5.2 for Sitecore 6.5. I have been able to get it up and running. I am looking for some programmatic samples on how to read and display calendar events on a page. I ...
0
votes
1answer
430 views
What does sample rate mean in audio [closed]
see i have one audio track whose sample rate is 44100 then what does it mean ?
what is the duration of one frame of audio? How can i get it in c?
Does frame and sample both are different term for ...
0
votes
1answer
205 views
SampleSyncAdapter Breakpoints Not Working
I'm using Eclipse to learn how the SampleSyncAdapter example works. I can't get my breakpoints to work. I set a breakpoint in multiple locations but none get hit. For example, ...
1
vote
1answer
2k views
GridView click listener type problems
I'm trying to develop Apps for Android with ECLIPSE, but I have too many errors.
I mean, while trying a code written on GOOGLE's developing site - For Example
I recieve many errors.
for example:
...
0
votes
2answers
218 views
OpenOffice ODM (OpenDocument Master Document) format
In development of a text editor application, I came across a need to test an .ODM format (OpenDocument Master Document) support. I tried searching OpenOffice documentation for samples, but failed to ...
2
votes
2answers
256 views
opa: can't compile hello chat demo (another error)
I know that there's another post about this but, I've a different error than Opa won't compile hello_web.opa.
When trying to compile the hello_chat.opa sample 3. Hello, chat, I get the following ...
1
vote
2answers
500 views
Sitecore poll module sample code
I installed and configured the Poll Module to work fine. The website I am working on will have a Poll instance on a page either as a left rail or a right rail item. The Polls would be setup in a ...
1
vote
1answer
3k views
How to do one-way ANOVA in R with unequal sample sizes?
Trying to learn R. A question from an old stats text want's to know if there is a difference in break times at different construction sites. Trouble is, the text decided that each site employs a ...
0
votes
1answer
589 views
Android SDK Samples Error
I'm trying to build any of the Android SDK samples on my windows machine in Eclipse. I've created a new project, selected Android Sample Project and then tried to run them. They compile fine ...
0
votes
1answer
225 views
.Net 4 office automation without Visual Studio 2010
I am trying to learn the new dynamic keyword from .Net 4. After some basic examples I thought of trying the much touted easy office automation using .Net 4. But most of the links I could reach via ...
1
vote
3answers
247 views
Sampling loop from vector
I am playing around to develop a sampling function to do randomization to make days easier:
Question:
pln <- 1:80
bcap <- cumsum(c(20, 12, 16, 16, 16))
bcap
[1] 20 32 48 64 80
...
0
votes
1answer
140 views
Cannot connect Cubes using MDX Sample Application
I have SQL Server 2000 and Analysis Services installed on one VMWare Image. The "MDX Sample Application" can connect to the AS and see all the cubes defined. I clone the VMWare Image to another copy ...
0
votes
1answer
384 views
Return rows of data frame that meet multiple criteria in R (panel data random sample)
I am hoping to create a random sample from panel data based on the unique id.
For instance if you start with:
e = data.frame(id=c(1,1,1,2,2,3,3,3,4,4,4,4), data=c(23,34,45,1,23,45,6,2,9,39,21,1))
...
0
votes
2answers
2k views
Windows Application Sample by using NHibernate
I need a ready sample Windows Application by NHibernate Implementation. Can anyone help me to do? I'm using a Sql server database.
0
votes
2answers
218 views
How to playback piano chords with an android?
I am looking for a way to play chords (4 notes together), threw audiotrack.
What is the best way to do this?
I consider about starting from a single sampled note, applying pitch filters to it. Is ...
-1
votes
3answers
1k views
C++: Quick code to resize DIB image and maintain good img quality
There is many algorithms to do image resizing - lancorz, bicubic, bilinear, e.g. But most of them are pretty complex and therefore consume too much CPU.
What I need is fast relatively simple C++ code ...
0
votes
1answer
1k views
two charts in one image using pchart
I'm struggling to generate two charts in same image. The problem that I have at this moment is that when I'm using my approach, i get some bad results. As you can see from the output picture, I get ...
4
votes
2answers
3k views
Native OpenCV Samples for Android throws UnsatisfiedLinkError
I try to run the opencv android samples on the emulator. The samples with native code e.g. sample "Tutorial 2 Advanced - 1. Add Native OpenCV" fails. I have a Win7 x86 System. I can build the native ...
1
vote
2answers
505 views
Problems sampling color from image-pixel drawn on off-screen canvas
I need to sample the pixel-color from an image, but it seems like I can't get it right. I load the image and draw it to an off-screen canvas, then I try to sample the pixel-color but I always get ...
1
vote
1answer
502 views
How can I read info from .wave file using JavaSound (Java, Java Sound)
Hi I need to read SampleRate, SignalFrequency and Amplitude from .wave file. How can I do that using JavaSound?
2
votes
0answers
187 views
Where to download a sample XMF file? [closed]
i need a sample XMF file for testing purposes, i've tried the tutorial on EHow but that requires a fully paid version of a a piece of software. Does anyone know of FREE converters or any sample xmf ...
3
votes
1answer
177 views
Subtracting from random values in a weighted matrix in R
and thanks in advance for your help!
This question is related to one I posted before, but I think it deserves its own post because it is a separate challenge.
Last time I asked about randomly ...
1
vote
1answer
305 views
Expression Blend doesn't find namespace/class to create sample data
I have a WP7 app that calls a WP7 client library. I added a new class to the client library then I go over to Blend to create sample data for the class. The dialog box to select the class to generate ...
0
votes
1answer
1k views
Upsample by an integral factor in matlab without applying any filter [duplicate]
Duplicate:
Element-wise array replication in Matlab
How do I upsample a vector by an integral factor without applying any filtering to the upsampled data?
Basically I e.g. want to upsample ...
0
votes
3answers
202 views
Short code samples, solving interesting problems (in multiple languages) [closed]
recently I've found an interesting sample "spell checker in 21 lines of code" by head of Google research department - Peter Norvig http://www.norvig.com/spell-correct.html
Although it's an very ...
0
votes
2answers
651 views
iphone - Check if an app is installed
I want to bring the list of what apps are installed in my iPhone.
I hear this code sample is in this website but I can't find it.
Code Sample: Check if an app is installed - iDevKit:
...
0
votes
1answer
1k views
making android gotosleep work!
Just like the "Invisible Lock Widget" and "Screen Off and Lock" I want to make my android app gotosleep.
Does anyone have any sample code or guide for doing this?
Thank you.
2
votes
1answer
720 views
Simultaneously generate multiple sine waves into sample buffer for audio unit (iOS)
Given an array (of changing length) of frequencies and amplitudes, can I generate a single audio buffer on a sample by sample basis that includes all the tones in the array? If not, what is the best ...

