Small part of or a selection from something (code , logs , data and etc.), intended to show the structure, style, or nature of the whole.

learn more… | top users | synonyms

4
votes
2answers
68 views

Random sampling of non-overlapping substrings of length k

Given a string of length n, how would I (pseudo)randomly sample m substrings of size k such that none of the sampled substrings overlap? Most of my scripting experience is in Perl, but an easy-to-run ...
3
votes
2answers
46 views

Efficient way to sample from different probability vectors

I'm looking for a more efficient way to sample from a list of integers 1:n, multiple times, where the probability vector (also length n) is different each time. For 20 trials with n = 10, I know one ...
0
votes
1answer
6 views

i cannot find where the database is called in sdk notepad sample project

When I look at the notepad sample provided by the android SDK I see all of the database work is done in the notepaddataprovider class. I never see that class getting called so I don't understand how ...
0
votes
1answer
17 views

Where can I find Blue, the C# compiler written in C#?

I was searching for some time today today and yesterday, wherever I could on the internet, to find Blue, the open source C# compiler written in C#, written by Mike Stall. It is an old project, and the ...
1
vote
1answer
18 views

DirectX: Calculate Gradient in the shader code

I am using a pixel shader code that uses the Sample Function. I want to use SampleGrad and hence want to calculate the derivatives in my shader code. Is there a way to do the same? Thanks.
3
votes
1answer
60 views

Replace values in a sampled subset

I have a dataset of 2000 individuals. 330 of them have missing data for the vector that I have named y.n.17 (culture results). I would like to replace 17 of the 330 missing (NA) values with a "1", ...
0
votes
0answers
14 views

“sample” a mysql fulltext query with one criteria

I run frequently a fulltext query which succeeds, it sends me the result I need, but I realize i need a new feature... For few queries, some store are overestimated ( example: if I search for ...
1
vote
1answer
57 views

Caused by: com.google.gson.stream.MalformedJsonException: Expected EOF at line 1 column 21

I am trying to run the sample java program to retrieve the top 5 defects from rally. I am getting the following error: Querying for top 5 highest priority unfixed defects... Exception in thread ...
2
votes
0answers
39 views

Why does MATLAB change the sample rate while trying to acquire data?

I am using a DataQ acquisition device in Matlab 32-bit with the Data Acquisition toolbox. On occasion, when I have my sample rate set to 300, it tells me: Warning: This hardware could not ...
-1
votes
1answer
30 views

Are there any good grails 2.2.1 samples to learn from? [closed]

I'm trying to understand more about grails and it would come in handy to have a proyect to learn from Thanks in advance
0
votes
0answers
25 views

Is there any way to set the sample size for getBitmap?

Recently it came to my attention that when decoding a drawable using BitmapFactory.decodeResource it is possible to use BitmapFactory.Options to set inSampleSize, effectively lowering the resolution ...
0
votes
0answers
10 views

Android Licensing LVL Sample Project Setup References Fails

I've been fighting now for two days for a simple thing; try the sample project play_licensing_sample. I can't get reference for com.google.vending.wathever it's staying as unknow refrence. I have ...
-2
votes
0answers
49 views

Code Sample WWDC 2012 session 510 [closed]

I'm looking for the code sample of one specific app that was shown in the WWDC 2012 It is the session 510 'Getting started with Core Image' In the session they said it will be in the code sample ...
2
votes
2answers
91 views

Need reference to open source play framework based scala apps [closed]

I'm about to start small project using play2 and curious if there are any other sample applications available except ones which are coming together with play distribution.
0
votes
0answers
22 views

Sample XML AutoGeneration using JAXB

I am developing a testing tool, which needs to autogenerate all possible XMLs out of a given xml schema(XSD). I am using JAXB to generate JAVA objects for the xsd. And then using java combinations ...
-1
votes
0answers
33 views

Looking for examples for mongoDB [closed]

I'm looking for mongoDB datasets for research purposes. I've looked for examples on the web, but I've not found anything useful (just small examples or a list of companies using mongoDB). Do you know ...
1
vote
2answers
144 views

HelloFacebookSample not working as expected, making facebook app to crash

First of All, Facebook you have done terrible job. I cant imagine someone like fb has such a pathetic SDK. Now back to issue. Im using sample codes (HelloFacebookSample) from ...
3
votes
1answer
66 views

Urban Airship - Push Sample => APID is everytime null

I'm new to android and want to use the push service of urban airship. I downladed the sample projects and tested the Push Sample Project, I just changed the developmentAppKey and the ...
2
votes
3answers
60 views

Mutually exclusive random sampling from a list. Python

input = ['beleriand','mordor','hithlum','eol','morgoth','melian','thingol'] i'm having trouble creating X number of lists of size Y without repeating any elements what i have been doing is using: ...
0
votes
0answers
81 views

How do I make a sample payment with Paypal's REST API?

I'm trying to follow the instructions here: https://developer.paypal.com/webapps/developer/docs/api/#create-a-payment I am replacing the authentication token with a fresh one I am requesting each ...
3
votes
2answers
68 views

Sampling from Oracle, Need exact number of results (Sample Clause)

I am trying to pull a random sample of a population from a Peoplesoft Database. The searches online have lead me to think that the Sample Clause of the select statement may be a viable option for us ...
3
votes
2answers
107 views

How to NOT select observations from data in R

I am doing Bagging, and I figure out the code for selecting the learning set (training). The data set has 683 observations. # data set named cancer learningset <- ...
0
votes
1answer
39 views

How to set I/O sampling rate to more than 65535 ms (FFFF)

I'm using an XBee module series 2 with firmware ZNET2.5 ROUTER/END DEVICE API. I would send an ADC sample, but I saw that the IR parameter can be at the maximum 65535 milliseconds; I read about the ...
0
votes
2answers
77 views

Repeated Sampling Without Replacement [closed]

I want to generate 10 random numbers from a population 1:1000, and the code that generate this number is repeated 10 times. I want the sampling to be without replacement such that the intersection ...
0
votes
2answers
213 views

Eclipse ADT - Andriod 4.2.2 sample project contain hundreds of errors

I'm a beginner in Android programming and trying to look at the sample projects, from the Eclipse ADT (v21.1.0) i'm choosing New Android Sample -> 4.2.2 -> and have 3 sample choices ...
0
votes
0answers
21 views

Editing TabPlus4Demo sample from OpenSense SDK

I've just intsalled the HTC OpenSense SDK so I can theme my app Sense 4 style, and I want to rebuild the whole thing using the TabPlus4Demo sample. But, when I run the app it always shows the exact ...
0
votes
0answers
44 views

Sample project from MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend [closed]

Does anyone have the sample project from the session at MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend? ...
0
votes
1answer
59 views

Shuffle the columns of a matrix indepently using apply or plyr

I have a matrix in R, and without the need of doing a for loop I'd like to randomly shuffle the rows, but for each column independently. I.e., A=cbind(c(1,2,3),c(4,5,6)) and I'd like to have a ...
0
votes
2answers
61 views

R - random numbers in a similar distribution to real numbers

This is a very simplified example but hopefully it gives everyone an idea what I'm talking about: real.length = c(10,11,12,13,13,13,13,14,15,50) random.length = vector() for (i in ...
0
votes
1answer
45 views

Spring-mvc-showcase Errors

I ran the spring-mvc-showcase from Netbeans 7.3 and got the following error, I haven't changed any code from the downloaded samples, what should I do to fix it ?
0
votes
0answers
16 views

How to get SAMPLE standard deviation with boost library?

Here is what I did : accumulator_set<double, stats<tag::variance> > accumulator; accumulator = for_each(x.begin(), x.end(), accumulator); double sDeviation = sqrt(variance(accumulator)); ...
-4
votes
1answer
35 views

How can i make a thread which gets my current location every 5 minutes in my ios app? [closed]

If anyone has any similar project and could share it i would appreciate it very much.
2
votes
1answer
144 views

Storing a wav file in an array

I need a fast method to store all samples of a wav file in an array. I am currently working around this problem by playing the music and storing the values from the Sample Provider, but this is not ...
1
vote
2answers
80 views

Sampling in stages in R

I am running some sampling simulations from census data and I would like to sample in 2 stages. First I want to sample 25 households within each village. Second I want to sample 1 person from ...
0
votes
2answers
75 views

How to efficiently bootstrap groups (multilevel) using R

I am analyzing a study which contains 40 individuals, each rating 10 vignettes. indiv vign score score2 gender 1 1 5 3 1 1 2 2 ...
2
votes
6answers
97 views

Subsample data frame by time, keep top of the second value

I have a data frame containing timestamps with fractional seconds. There is more than one row per second, and I want to filter down to a single row. I want to extract the values at or immediately ...
0
votes
0answers
44 views

video-js sample from file

Is there a way to modify the video.js file to play only a small sample of the video? Instead of me making a smaple.mp4 file, I would like to be able to "preview" my videos using the Video-js html5 ...
3
votes
1answer
80 views

`sample()` gives different values with same `set.seed()`

I was creating some random samples and plotting them and noticed a strange behavior. Sampled values were different after loading ggplot2: set.seed(111) library(ggplot2) sample(1:10, 10) # [1] 8 ...
0
votes
0answers
50 views

how to increase volume of sound sample

i would like to know if there is a way to manipulate the decibels in a sound sample (PCM), i have two 16bit channels (stereo) and need different volumes in each of them so i can't use the volume ...
0
votes
1answer
434 views

No such operation: HTTP GET PATH_INFO: /services/EchoUMO

i download echo sample mule from internet but i donot any thing about this i have 1 java class package org.mule.example.echo; public class Echo { public Echo() { } public String echo(String ...
0
votes
0answers
705 views

MS Access Sample database with `.accdb` extension

I am trying out different ADO.Net connections in VS 2010 (for different databases : Sql Server, MS Access). I do have SQL Server installed. But I don't have MS Access 2007, only 2003. So I tried to ...
2
votes
3answers
134 views

Why do I need to include rownum field in this Oracle SQL query while using dbms_random.value function?

I am pulling a random sample from some tables and noticed that depending on how I write the query it doesn't work. Obviously, I wasn't using all_tab_columns, I was just providing an example that would ...
0
votes
0answers
32 views

Repeated array sampling yields duplicates. Why? (Ruby)

In Ruby: I sample element from array. I see duplicate (same element) every 30 samples or so. Sometimes as close as 5-6 samples apart. Why? This is my code: some_array = IO.readlines("file with ...
1
vote
3answers
541 views

How to convert sample rate from AV_SAMPLE_FMT_FLTP to AV_SAMPLE_FMT_S16?

I am decoding aac to pcm with ffmpeg with avcodec_decode_audio3. However it decodes into AV_SAMPLE_FMT_FLTP sample format (PCM 32bit Float Planar) and i need AV_SAMPLE_FMT_S16 (PCM 16 bit signed - ...
0
votes
1answer
122 views

Showing sample data in WPF

I have created xml sample data for one of my classes using Blend tools and now successfuly showing it within the designer by setting the following property of my main Grid: DataContext="{d:DesignData ...
0
votes
1answer
111 views

Strange FragmentTransaction in the FragmentLayout class from the ApiDemos sample

I am sorry, this question is for those of you working on Eclipse with access to the ApiDemo sample codes. Specifically, I am trying to base a fragment activity on the sample called FragmentLayout The ...
0
votes
1answer
70 views

trying to build the push source filter, errors appear

I'm trying to build the push source filter sample (directshow) as release (Win32) with VS2008 Express and getting the following errors (replaced orginal filename with ...): 1>------ Rebuild All ...
0
votes
0answers
64 views

WSO2 JAX-RS security

I want to secure the RESTful service that I am building using the Carbon Authenticator. Please can you provide any samples if possible? I see a bug open on the same lines but not sure if it was ...
1
vote
3answers
184 views

Sampling in Matlab

So let me start off by saying that I do not have the statistics toolbox for Matlab so I am trying to find a way to work around this. In any case, what I am trying to do is to replicate the R sample ...
0
votes
2answers
512 views

Need to make Bluetooth chat sample application work on my Galaxy S3 or HTC EVO 4G

When I create a new BlueToothChat project on Eclipse, it compiles perfectly fine and I can then download it into my Galaxy S3 (running Android 4.1.1). If the BT is disabled, it asks for it to be ...

1 2 3 4 5 7