Questions tagged [demo]

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

341 questions
10
votes
5 answers

Fantasy names database

I am building a demo dataset for my webapp. I would like thousands of "real looking" names. They should not be names of famous people or fiction heroes or names that will evoke associations. They should all have various and different sounding but…
flybywire
  • 261,858
  • 191
  • 397
  • 503
10
votes
3 answers

Are there any online demo's of AsciiDoc editors demonstrating live preview?

I have come across many demo's of Markdown editors demonstrating live preview eg: http://daringfireball.net/projects/markdown/dingus http://dillinger.io/ http://www.markitdown.net/markdown http://epiceditor.com/ http://hallojs.org/demo/markdown/ But…
user1063287
  • 10,265
  • 25
  • 122
  • 218
9
votes
1 answer

Why does Android allow an APK with an expired certificate to be installed?

I made an APK signed with a certificate which has a validity of 1 day. My aim is to give a trial app to some people, but preventing them copying the application after the expiration date. If they copy the application before the expiration date that…
Patrick
  • 3,578
  • 5
  • 31
  • 53
9
votes
5 answers

Default colour set on gnuplot website

Ok, I know this question might sound silly, but I cannot find out why the demo from the gnuplot official website (you can see an example on the left hand side in the picture below) looks different (and much nicer) than what I get from running the…
Atcold
  • 683
  • 2
  • 10
  • 31
8
votes
3 answers

Need a C# example of unintended consequences

I am putting together a presentation on the benefits of Unit Testing and I would like a simple example of unintended consequences: Changing code in one class that breaks functionality in another class. Can someone suggest a simple, easy to explain…
dgiard
  • 493
  • 3
  • 6
8
votes
3 answers

HTML injection into someone else's website?

I've got a product that embeds into websites similarly to Paypal (customers add my button to their website, users click on this button and once the service is complete I redirect them back to the original website). I'd like to demo my technology to…
Gili
  • 86,244
  • 97
  • 390
  • 689
7
votes
2 answers

Looking for an "Acid test" visual HTML page

I'm looking for an HTML page that has an instance of every possible visual element on it: li's with every bullet type, every text formatting option, background-images with various alignments, css drop-shadows, css gradients, etc, etc... Anyone know…
user578895
7
votes
4 answers

What is a good gravatar example email?

I just made a demo after seeing a similar one in the Ember.js documentation that gets your gravatar based on your email. I’m currently using tomster@emberjs.com as the default but that seems wrong as it’s a React app. Does anybody know of a good…
Hum4n01d
  • 1,312
  • 3
  • 15
  • 30
6
votes
2 answers

Where should I place a Python package's demo script?

I am coding a new python package to be used by others. To demonstrate how it should be used, I am writing a demo script that executes the main parts of the new package. What is the convention for doing this, so that other will find the script…
cyborg
  • 9,989
  • 4
  • 38
  • 56
6
votes
3 answers

Walkthrough / tooltip / demo for iPhone app

I've got an app that appeals to an older demographic. The interface is simple but with some custom controls where a simple graphic is not completely self explanatory (save to playlist, sort by genre for example). I've seen plenty of apps with great…
Michael Morrison
  • 1,323
  • 1
  • 18
  • 30
6
votes
2 answers

Are there any live Pinax demos out there?

Pinax package wraps some pretty fancy stuff. Are there any live demos out there that one could browse without installing/setting up Pinax?
user456584
  • 86,427
  • 15
  • 75
  • 107
6
votes
3 answers

how to install android api demo app into my phone

I'm learning android development.There is an apidemo app installed in the android emulator. I'd like have it installed in my real android phone so that I can use it without starting the emulator . How to do that ?
John Wang
  • 4,562
  • 9
  • 37
  • 54
6
votes
4 answers

How do I run gtk demos?

They are located under: share\gtk-2.0\demo But none of them contains a main function, how can I make the following textscroll.c actually work: /* Text Widget/Automatic scrolling * * This example demonstrates how to use the gravity of *…
Gtker
  • 2,237
  • 9
  • 29
  • 37
6
votes
1 answer

Latitude/Longitude Generation to be used as sample data

I am writing a demo web application that tracks multiple devices through my companies platform. I have the app working, but need a csv file that will simulate devices moving on a map as if they were a tracker attached to a car. The simulator works…
Alek Hurst
  • 4,527
  • 5
  • 19
  • 24
5
votes
1 answer

Demo for Displaying Multiple Google Directions (Google Maps API v3)

Hey all, is there a functioning demo out there for displaying multiple directions routes on a single Google map? The other question on stack links to a set of snippets…I feel like I'd be able to work better I just saw a functional script in…
joshdcomp
  • 1,618
  • 3
  • 19
  • 26
1
2
3
22 23