Top "Sample" questions

Small part of or a selection from something (code, logs, data etc.

How to split data into training/testing sets using sample function

I've just started using R and I'm not sure how to incorporate my dataset with the following sample code: sample(…

r sample
Android sample bluetooth code to send a simple string via bluetooth

I want to send a simple string data such as 'a' from an android device to other one via bluetooth. …

android string bluetooth send sample
Detecting IE11 using CSS Capability/Feature Detection

IE10+ no longer supports browser detection tags to identify a browser. For detecting IE10 I am using JavaScript and a …

internet-explorer-11 sample feature-detection
Where can I find sample databases with common formatted data that I can use in multiple database engines?

Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format …

database sample
Where can I find some good examples of Android UI?

I'm quite new to the Android world, and, due to work needs, I'm trying to get in. Whilst I'm not …

android android-layout open-source sample
How to generate a random list of fixed length of values from given range?

How to generate a random (but unique and sorted) list of a fixed given length out of numbers of a …

python random list sample
Random Sample of a subset of a dataframe in Pandas

Say i have a dataframe with 100,000 entries and want to split it into 100 sections of 1000 entries. How do i take …

python pandas sample random-sample
Is there an rtmp (protocol) URL anywhere on the internet I can test?

I'm building a video player in flash based on NetStream, and all I need to test it is a functioning …

rtmp sample
Dataframe sample in Apache spark | Scala

I'm trying to take out samples from two dataframes wherein I need the ratio of count maintained. eg df1.count() = 10 …

apache-spark dataframe sample
Sample http range request session

Is it possible to show me a sample http session with range requests. I mean what would be the request …

http session range sample