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
1
vote
0 answers

How can I fill a PHP dropdownbox with all the elements of a (part of) WSDL data?

When you download SoapUI there is a nice example for a WSDL on currency.... this one: http://www.webservicex.com/currencyconvertor.asmx?WSDL
tijnn
  • 406
  • 1
  • 8
  • 24
1
vote
1 answer

Product demo using Canvas Animation

I love the way Sublime text shows it's product demo on it's home page: http://www.sublimetext.com/ How can I create a similar demo? All I note is that it is a Canvas element. Sorry if it's sounds as a basic question. I see it's made on Canvas. Any…
Santosh Achari
  • 2,936
  • 7
  • 30
  • 52
1
vote
2 answers

dygraph gallery doesn't run

I tried to have some examples for the dygraph library, but when I go to http://dygraphs.com/gallery/, there's nothing on the screen. I work with Chrome, and in the javascript console, I see those messages: dygraph-dev.js:48 Uncaught TypeError:…
1
vote
2 answers

A Good demo app for Intellitrace

I want to demo intellitrace. But all of my simple apps end up not having the methods instrumented (despite me setting the most complete "tracing" I can). Does anyone know of a good demo app for intellitrace? (or a good idea of one?)
Vaccano
  • 78,325
  • 149
  • 468
  • 850
1
vote
0 answers

Can't get shared filters in home view to work in spree demo

In the spree demo (latest version), I tried to use shared/filters instead of shared/taxonomies in views/spree/home/index.html.erb: <% content_for :sidebar do %>
<%#= render :partial =>…
Arwed
  • 1,755
  • 3
  • 16
  • 26
1
vote
2 answers

How should I handle demo accounts?

I have a SaaS app with models such as Company User Project Task To demo the app for prospective customers I want to create demo accounts with sample data, e.g. 1 company, 25 users, 10 projects, 200 tasks. I will create perhaps 5 demo accounts…
Fellow Stranger
  • 32,129
  • 35
  • 168
  • 232
1
vote
0 answers

Why am I getting errors when I try to run the "Normalized cuts" demo?

I am trying to use the normalized cuts package from [http://www.cis.upenn.edu/~jshi/software/Ncut_9.zip][1] (on Windows 7 - MATLAB R2010a 32 bits), but it's not working. I'm trying to run the demo called "Ncut Clustering demo" and I got the…
1
vote
2 answers

requirejs angular doesn't seem to register controller / services / etc

I have a very simple requirejs and angular demo app. When I run the code, it's as if angular doesn't register the homeController (even tho the file does run and outputs "Hello from home controller"). It's frustrating to get little to no debug info…
Henry Zou
  • 1,809
  • 1
  • 14
  • 19
1
vote
1 answer

Is there a showcase for richfaces 5?

http://showcase5-richfaces.rhcloud.com/ mentioned on http://www.bleathem.ca/blog/2013/06/richfaces-500alpha1-release-announcement.html is down, so I've been wondering whether this temporary or on purpose and whether there is an alternative which I…
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
1
vote
1 answer

How to automatically insert code for an Xcode video demo

I've been watching some of the WWDC 2009 videos which include some video demos in Xcode. The presenters are using some sort of macro or script bound to a keyboard shortcut to automatically insert some pre-prepared code at the current caret location.…
Mike Weller
  • 45,401
  • 15
  • 131
  • 151
1
vote
1 answer

WHERE to find Android "Fingerpaint" demo? (Android Studio era)

Many, many Android discussions focus on the (apparently, famous) Fingerpaint sample: https://stackoverflow.com/a/16650524/294884 Where do I get it, to use with Android Studio? .. 2014 http://developer.android.com/samples/index.html Or is it now just…
Fattie
  • 27,874
  • 70
  • 431
  • 719
1
vote
3 answers

How to implement a prototype caching system in PHP?

The problem is how to do it efficiently when checking whether the cache has expired? Can you explain with some really basic demo?
user198729
  • 61,774
  • 108
  • 250
  • 348
1
vote
1 answer

Pushing to a non-origin non-bare git repository

I have a central, bare, git repository which all of our developers push to. This is our origin. I use origin to push to a separate, non-bare, repository and overwrite all changes. This is intended to be a demonstration area, so we can immediately…
gnew
  • 43
  • 3
1
vote
1 answer

build demo version .exe

the time has come and i start think about how to build demo version of my software to show it to my clints. i make buildings via pyinstaller. i need to create programm that will be stop working after 1 or 2 days of using. it should be easy i hope ?)…
Alice Polansky
  • 3,231
  • 3
  • 18
  • 25
1
vote
2 answers

One click virtual machine demo?

I want to give a demo for my customers use virtual machine, but I don't want the customer to install the virtual machine software, can I make a demo which bundle the virtual machine software and my virtual machine, then just a click to run the…
zhongshu
  • 7,748
  • 8
  • 41
  • 54