Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
19answers
2k views

Where can I find free and open data?

Sooner or later, coders will feel the need to have access to "open data" in one of their projects, from knowing a city's zip to a more obscure information such as the axial tilt of Pluto. I know ...
8
votes
6answers
2k views

How to find thousands of company names?

How can I find or generate thousands of company names for testing and demo purposes? (Address, phone number, and related information would be nice too.) I've got a system I'm building which includes ...
5
votes
6answers
209 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 ...
4
votes
1answer
96 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 ...
4
votes
1answer
72 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> ...
4
votes
2answers
284 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 ...
4
votes
5answers
2k views

Sample database for exercise

I would like to play with a larger database to test my knowledge on SQL. Is there a huge .sql out there that I can use to play with SQL queries?
3
votes
1answer
233 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
402 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
3
votes
6answers
1k views

Sample Employee SQL Server database with data

Hi I need some sample SQL Server Employee database with data such as id, surname, name, age, adress etc. It must be quite big, I search with google, but I don't find any good sample. Can any body help ...
3
votes
4answers
1k views

Sample Data Creation Tool (mainly for Databases)

I’m thinking through some database design concepts and believe that creating sample data simulating real-world volume of my application will help solidify some design decisions. Does any anyone ...
2
votes
1answer
116 views

C++ - volume level of a wav-file

Anyone knows how to get the value of the highest volume level of a wav-file by using c++ (library libsndfile)? Thx!
2
votes
1answer
87 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 ...
2
votes
2answers
41 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
404 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 ...
2
votes
2answers
638 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
2
votes
2answers
598 views

Oracle sample data problems

So, I have this java based data trasformation / masking tool, which I wanted to test out on Oracle 10g. The good part with Oracle 10g is that you get a load of sample schemas with half a million ...
2
votes
5answers
240 views

Alternatives to Northwind

Well, what alternative sample databases exist that have: an un-restrictive license loads of sample data lots of data types a simple mechanism for adding the database to a db server are not Northwind ...
1
vote
1answer
72 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 ...
1
vote
1answer
104 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
180 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 ...
1
vote
1answer
44 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. ...
1
vote
2answers
60 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 ...
1
vote
0answers
48 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 ...
1
vote
1answer
63 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 ...
1
vote
1answer
378 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 ...
1
vote
1answer
131 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 ...
1
vote
2answers
311 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. ...
1
vote
2answers
1k 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 ...
1
vote
1answer
124 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 ...
1
vote
1answer
176 views

How do I bind to filtered or grouped Sketchflow sample data?

I've created some sample data as a StaticResource in a Sketchflow prototype (this is a Silverlight project). I want to filter or group-by the sample data before binding it to a gridview for display. ...
1
vote
2answers
2k views

WPF: How can I create sample data in design mode?

I would like to create sample data which are created only in design mode (When the WPF Window is shown in the Visual Studio WPF Designer or in Expression Blend). I tried this: public MainWindow() { ...
1
vote
3answers
190 views

Where to find free-to-use, complex test databases?

I need a database for testing a data masking solution. Any database would do (Oracle/MSSQL flavor). I just need the schema / db definition. I have tools to generate data records. The magnitude of ...
1
vote
2answers
163 views

What is largest free datababase for SQL Server engine available for testing purposes?

What is largest free datababase for SQL Server engine available for testing purposes?
1
vote
6answers
355 views

How would I get a subset of Wikipedia's pages?

How would I get a subset (say 100MB) of Wikipedia's pages? I've found you can get the whole dataset as XML but its more like 1 or 2 gigs; I don't need that much. I want to experiment with ...
0
votes
0answers
13 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}}" ...
0
votes
0answers
18 views

Submitting Change to Expression Blend Sampledata

I understand that the Sampledata functionality of Expression Blend is for prototyping uses only and should not be used as a database for the final application however, this is the case for my project. ...
0
votes
0answers
21 views

New Project In OmegaT

How will create a new project in OmegaT? I could not create one successfully after reading the manual. Please help me in simple steps. If possible please give sample source file, target file and ...
0
votes
1answer
145 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 ...
0
votes
2answers
36 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 ...
0
votes
0answers
60 views

Is there a way to get runtime-generated sample data as a data source that can be shared across multiple Blend projects?

I am storyboarding several different UI wizards in Expression Blend 4 with SketchFlow. I'm keeping each wizard in a separate project so that the output in the SketchFlow player is isolated to a ...
0
votes
0answers
51 views

Help to find sample internet usage historical data

I'm working on an intelligent system using Artificial Neural Networks for forecasting internet usage by an ISP customers. now I need sample historical data as learning input of Neural Network. The ...
0
votes
1answer
189 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 ...
0
votes
1answer
501 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 ...
0
votes
3answers
179 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 ...
0
votes
1answer
561 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 ...
0
votes
1answer
451 views

Sample Contacts on Android Emulator for Testing?

Short of a) using a real device, or b) exporting/importing contacts via SD card ... then creating the SD card 'file' for the emulator, and importing it after each emulator launch ... is there a more ...
0
votes
1answer
74 views

Can I use Contonso and Adventureworks in my own manuals and samples?

Does anybody know whether one is allowed to use these trademarks in our own examples or documentations? The wikipedia page does not mention this. Maybe someone already did this and already researched ...
0
votes
1answer
674 views

How do I use Sketchflow sample data for a ListBoxItem Template at design time?

I am using Expression Blend 4 and Visual Studio 2010 to create a Sketchflow prototype. I have a Sample Data collection and a ListBox that is bound to it. This displays as I would expect both at ...
0
votes
4answers
149 views

Need well formatted data for testing

Sometimes you need data for tests, like Adobe Thermo has prewritten "sets" of data, like 1-word strings, 3-word strings, etc for use in populating data controls. I need: Continuous text, no ...

1 2