The sample-data tag has no wiki summary.
0
votes
0answers
23 views
Why I can't see the sample data while I work in Blend?
I want to see the sample data when I design the page in blend, so I write a if block in the constructor of the Viewmodel class.
public class Viewmodel{
public ViewModel{
if ...
-3
votes
1answer
60 views
How to justify the sample size? [closed]
I'm wondering how can I justify my sample size! I have 45 observations and 6 independent variables from which one is control variable.
Many thanks,
0
votes
1answer
61 views
Web API Help Samples - C#
ASP.NET Web API has an easy install Nuget help page with sample generator. It's easy to get it to generate and display sample requests, but not so easy it seems to get it to display sample responses ...
1
vote
0answers
37 views
MVC 3, code-first, and sample data
I'm using code-first, and am trying to generate some sample data, but am stuck.
var ts = new List<VehicleType>
{ new VehicleType { TypeName = "Car" },
new ...
2
votes
1answer
487 views
C# Windows Store Grid App (xaml) template
I'm creating a C# Windows 8 Store Application using the Windows Store Grid App (xaml) templates which I edit. My first page, a GroupedItemsPage template, is the Drinks page. Here I've edited the ...
1
vote
1answer
86 views
Creating Sample Data in Blend Expressions
I been watching TechDays 2010 Understanding MVVM and at one point he talks about blend and creating sample data but instead of generating it in blend he makes the data in C# code.
I am wondering if ...
0
votes
1answer
83 views
Where can I get sample JSON data to use in MongoDB [closed]
What are some sources for sample data (preferably sanitized json)? The intended use is to import into MongoDB for evaluating and demo apps.
0
votes
1answer
81 views
Creating sample data for existing UI in Blend?
I'm trying to connect sample data for a WP8 app in Blend.
All tutorials seem to build their UI around sample data. I have a UI already and just want to populate with sample data.
If I drag my sample ...
0
votes
2answers
71 views
Sampling in oracle
I'm trying to take a sample from a insurance claims database.
For example 20% random, sample from 1 million claims data where provider type is '25' and year is '2012'. Data is in sqldeveloper. I am ...
0
votes
2answers
180 views
How to upload sample database to PostgreSQL
Help! I'm a beginner. I am trying to learn PostgreSQL and I am having a lot of trouble trying to get a sample database into my PostgreSQL server. I got the sample database from here at PgFoundry.org ...
0
votes
1answer
54 views
Sample data or corpora for testing text processing functions?
I'm wondering if there are online sample texts that can be used for testing algorithms. For example, I'm whipping up a simple tokenization function and want to make sure it works for special cases ...
2
votes
1answer
504 views
Magento Sample data Installation: Table already exists
I am trying to install Magento's sample data for a few days now and have tried numerous things but nothing seems to work.
I am using easyphp 5.3.3.1 on windows 7.
I downloaded the sample data ...
1
vote
1answer
293 views
AdventureWorksDW2008R2: is there a data lineage documentation available?
AFAICS the Microsoft Sample database AdventureWorksDW2008R2 is based on AdventureWorks2008R2. Is there an SSIS ETL package available which creates AdventureWorksDW2008R2 database schema and data? And ...
0
votes
1answer
480 views
AdventureWorks Sample DB
Could someone please help me with this. I would like to install the AWDB sample database to use with SharePoint 2010 on my Win7 dev system.
So SQL 2008 Express.
I have tried to download various ...
0
votes
1answer
62 views
Extracting grouped data in R
This may be a basic question, but I want to calculate the average bond wealth for seniors aged 65-74, and only for those with bonds (>0) and eliminate no replies (which is signaled by the 9999...).
...
0
votes
2answers
2k views
Sample of data within groups - Teradata
Found a similar question but without an answer that worked succuessfully.
I need to select a sample of 50 of each status type within a single table.
TABLE1
MEMBER STATUS
1234 A
1324 A
...
0
votes
1answer
293 views
Creating Sample Data in MySQL Rails Database with Faker
I've had "Fake" data loaded in my database for awhile. Now, I've made enough changes I need to re-fresh the data. I have 3 tables that I've populated...Users, Stores, & Gears.
My issue is ...
1
vote
1answer
243 views
WP7 - access to sample data from code
In expression blend I created a sample data source in visual editor. In case of using a listbox I simply drag the collection there and data is automatically shown.
Now, I am interested to retrieve ...
0
votes
1answer
37 views
Sample data for testing binary linear classificaion code
I am loking for some sample binary data for testing my linear classifiation code. I need a data set where the data is 2d and belongs to either one of two classes. If anyone has such data or any ...
0
votes
1answer
272 views
Preview a DataTemplate without x:Key using Expression Blend SampleData bound to a ListBox
I have the following constellation in my XAML:
<ListBox x:Uid="attributesListBox"
DataContext="{Binding Source={StaticResource EditFeatureWithForeignKeyAttributesViewModel}}" ...
4
votes
1answer
301 views
Sampling Permutations of [1,2,3,…,N] for large N
I have to solve the Travelling Salesman Problem using a genetic algorithm that I will have to write for homework.
The problem consists of 52 cities. Therefore, the search space is 52!. I need to ...
1
vote
1answer
474 views
How do I “pickle” instances of Django models in a database into sample python code I can use to load sample data?
How do I "pickle" instances of Django models in a database into sample python code I can use to load sample data?
I want to:
1) Take a snapshot of several hundred records that I have stored in a ...
0
votes
3answers
1k views
Need Sample data for Magento1.5
I need sample data for Magento ver-1.5.1.0. I didn't found in Magentocommerce site. Kindly let me know where we get this?
1
vote
2answers
815 views
PRISM DelegateCommand + Sample Data
I have a ViewModel that uses a DelegateCommand property to bind to a Button's Command property.
The problem is my sample data does not like the DelegateCommand object. It complains that: The type ...
5
votes
1answer
284 views
Reuse design data in Expression Blend?
I have the following sample data, which works out nicely...
<SampleData:DashboardViewModel xmlns:SampleData="clr-namespace:MyApp.ViewModels">
<SampleData:DashboardViewModel.Employees>
...
2
votes
1answer
330 views
How to find highest volume level of a WAV file using C++
I want to get the value of the highest volume level of a WAV-file by using C++ (library libsndfile)? Any suggestions on how to do it?
0
votes
1answer
489 views
AS3: Extracted sampledata loops last chunk forever
I'm working on a virtual piano keyboard that processes imported mp3 sound samples. I've come to a solution with this question, but as I run this test code below, the sound loops its last data chunk of ...
1
vote
1answer
63 views
Version control (SVN) and managing sample data?
We've developed a desktop application that collects measurements from a scientific instrument.
The measurements are stored in a single SQLite database file and some associated binary data files.
...
4
votes
2answers
375 views
Alternatives to CKAN
Are you aware of alternatives to CKAN? I am searching for a metadata managing portal software with a similar feature set like CKAN.
The implementation would preferably be either LAMP or Java.
1
vote
2answers
127 views
call javascript function for every nth user
I am collecting some sample data on my site and for now just want to collect data from say 10% of my visitors using a javascript function.
One way i can think of is to pick a number between 1 to 10 ...
2
votes
2answers
321 views
Sample data for IPv6?
Do any sample data sets exist for IPv6 traffic, e.g. Apache logs or traffic analysis logs? Alternatively does anyone have any ideas how to generate one or - optimistically - an existing tool to ...
0
votes
2answers
93 views
Test data for spatial search unit tests
I'm looking for a small database (e.g. 50 addresses) of US postal addresses with ZIP codes,
and if possible, a distance between each one for the spatial search engine unit tests.
Do you know where I ...
1
vote
0answers
73 views
No “Edit sample values” icon in Blend 4
I have a random problem that I can't seem to fix. I don't see the "Edit sample values" icon in my sample data in Blend. It's normally there, but for this project it's not.
I'm just wondering if ...
6
votes
6answers
596 views
Where can I get large sample TFS repositories?
I'm building a tool to integrate with TFS and it needs to properly parse TFS logs (from the tf.exe history command) and checkout different revisions (again using tf.exe). It works great on the test ...
1
vote
1answer
261 views
Representative sample test XML file
I'm looking for a somewhat representative sample test XML file for a typical application. It should contain all typical XML features, such as
Elements with and without attributes
Text (both ...
2
votes
2answers
108 views
How can I disable the sample data in trac
I just created my first trac project, but I don't want the sample data, how can I disable that.
I read the documentation and there is the wiki remove command. do I have to use this for all pages? Are ...
2
votes
3answers
1k views
Java unicode where to find example N-byte unicode characters
I'm looking for sample 1-byte, 2-byte, 3-byte, 4-byte, 5-byte, and 6-byte unicode characters. Any links to some sort of reference of all the different unicode characters out there and how big they are ...
1
vote
2answers
681 views
Market Basket analysis -Apriori Algorithm Database Sample (Ms Sql Server)
i'm looking a database sample for Apriori Algorithm. i need to find e-commerce site's database or a supermarket database. it's for my school homework. Can you advice me something?
note: sorry my bad ...
7
votes
3answers
4k views
Sample database for Postgresql
I am looking for a sample database (schema+data) for postgresql 9. Is there somewhere a repository for sample databases? Thank you
4
votes
1answer
545 views
need sample data for e-commerce master research
In my MSC research, I have to build an eCommerce app (like Amazon, eBay, etc) but a location based one . I need a freely available sample data for the store. So is there some freely available dataset ...
3
votes
3answers
864 views
Large Sample Database with Latitudes and Longitutes
I am looking for a large sample dataset (preferably in csv format) that has lat/lng coordinates.
PostgreSQL,PostGIS
0
votes
1answer
305 views
Free Social Graph Data
I am looking for Free social graph data. I tried to get LiveJournal's but most of the links through google are dead. Essentially, I have to test an application with six degrees of friendships. How and ...
1
vote
2answers
268 views
Sample Data Not Appearing During Runtime
I have a RadGrid with sample data being used. The problem i am facing is that, even after i changed the design time data context mode(that is, changed "d:DataContext" to "DataContext"), i am unable to ...
0
votes
1answer
1k views
Sample/Dummy Data Generation in Rails 3
Is there a standard gem for creating data for testing purposes for Rails 3?
I am interested in using Faker or Forgery but is there a better approach?
What is the best way to generate and use sample ...
1
vote
2answers
479 views
implicit DataTemplates vs. sample data vs. blendability
I have two simple ViewModels, NodeViewModel and LeafViewModel that can be items in a TreeView. Just like below. Templates are applied implictly because I don't want a custom template selector.
...
3
votes
5answers
2k views
where to get csv sample data?
As part of my development I need to process some .csv files.
For what it matters I am writing a super fast CSV parser in java
I would like to ask if somebody can name some websites where I can find ...
5
votes
2answers
652 views
How do I create collections of sample data in Blend?
Let's say I have a class Person:
public class Person
{
public string Name {get; set;}
public int Age {get; set;}
}
I would like to create some sample data in Blend to help me design my user ...
1
vote
2answers
2k views
Core Audio AudioFIleReadPackets… looking for raw audio
I'm trying to get raw audio data from a file (i'm used to seeing floating point values between -1 and 1).
I'm trying to pull this data out of the buffers in real time so that I can provide some type ...
2
votes
1answer
343 views
Sample Database for Full Text Searching
I am looking to do some benchmarking on Full Text Search indexes in PostgreSQL, SQLServer and Lucene.
Any ideas on where to find a good big sample database to perform queries against?
Thanks a lot ...
0
votes
1answer
2k views
need sample data for e-commerce class project
In my CS course project this fall, we have to build a little eCommerce app (like Amazon, eBay, etc). We are free to build any type of eCommerce/store app. Since I don't have a preference for what ...