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
2
votes
0 answers

Memory Leak Demo Issues

I'm trying to create a program that demonstrates how issues like heartbleed can occur. This is what I have so far: #include #include #include #include #include #include…
735Tesla
  • 3,162
  • 4
  • 34
  • 57
2
votes
3 answers

How to demo a REST API without a REST client

I need to build a way to demo a REST API that takes three or four inputs, makes a REST call to an external server, then displays the response. This demo needs to be performed by a rather limited technical audience to business so REST clients are…
nomadic_squirrel
  • 614
  • 7
  • 21
2
votes
2 answers

IPython demo mode

I'm trying to use the IPython demo mode. I created a file called test.py containing: print 1 print 2 print 3 and then launched IPython and did the following: In [1]: from IPython.demo import LineDemo In [2]: d = LineDemo('test.py') In [3]:…
astrofrog
  • 32,883
  • 32
  • 90
  • 131
2
votes
1 answer

R: How to tell which packages in a Task View have associated vignettes or demos

Without installing the packages, is there a quick way to find out which packages in a given Task View have vignettes or demos associated with them? I've figured out how to tell which packages are in a given Task View from R: library(ctv) # get all…
Jota
  • 17,281
  • 7
  • 63
  • 93
2
votes
1 answer

Oracle pro*c gives error PCC-F-NOERRFILE, unable to open error message file, facility PR2

I am trying to make oracle pro*c demo program work on fedora 64-bit OS with express edition of oracle 11.2. When make file of the demo program is run, oracle precompiler gives the following error and aborts: PCC-F-NOERRFILE, unable to open error…
mvsagar
  • 1,998
  • 2
  • 17
  • 19
2
votes
2 answers

Where can I download the source of Silverlight's OOB demo

There is an excellent demo of using Out Of Brower (OOB) disconnected Silverlight on the official home page of: http://www.microsoft.com/silverlight/silverlight/demos/oob/default.html Does anyone know where I could find / download the source of this…
dano
  • 5,640
  • 5
  • 27
  • 27
2
votes
1 answer

How to make a demo game in Unity3d?

I have developed a game in unity3d for pc and mac. I want to publish the game with 30 days trial period. How do I make it? How do I write into the system registry. What things that I should keep in mind while developing this trial version. Whenever…
dulton
  • 190
  • 2
  • 14
2
votes
9 answers

Create a "playable demo" version of a Rails site?

It's quite common in sites- you have a "demo" version with a guest account full of data/posts/comments that you can play with, and all the data is reset every few hours so users wont spam the demo site. I thought to have another rails environment,…
amitkaz
  • 2,732
  • 1
  • 20
  • 18
2
votes
1 answer

Tabris "Hello World" application not shown

I am trying to follow the hello world tutorial at http://developer.eclipsesource.com/tabris/docs/gettingstarted-hello-world. I setup everything as explained but when I try to launch the browser an Error 404 - Not Found is thrown. No context on this…
Stef
  • 33
  • 5
2
votes
2 answers

access code from an example demo PrimeFaces

I want to see the code of this demo of component PrimeFaces: https://www.primefaces.org/showcase/ui/panel/layout/mailbox.xhtml when I can find it?
begiPass
  • 2,124
  • 6
  • 36
  • 57
2
votes
1 answer

d3js column graph, change number of columns on click

I have a column graph which displays fuel usage over time. The initial view is total by year (up to 10 columns). When a year's column is clicked the view should switch to a monthly view (12 columns). When a month's column is clicked the view should…
2
votes
7 answers

Interpret text input as PHP

I want to let users test out a PHP class of mine, that among other things crops and resizes images. I want them to write PHP code in a text field, send the form, and then their code will be run. How can I do this? Or is it other safe ways to let…
rebellion
  • 6,628
  • 11
  • 48
  • 79
1
vote
3 answers

iPhone User Interface steps online demo

I've designed the User Interface of an iPhone app and I wish to show an online demo of that consisting for the moment of a series of static images representing the main steps of the app. According to you what is the best way to do this simulation?…
bobighorus
  • 1,152
  • 4
  • 17
  • 35
1
vote
1 answer

How to generate the "left-comments, right-code" site looks like backbone source demo?

Backbone has a great source demo: http://documentcloud.github.com/backbone/docs/backbone.html The left side is the comments, and right is code. Is there any tool to generate such a site or pages?
Freewind
  • 193,756
  • 157
  • 432
  • 708
1
vote
1 answer

Run continuous `demo( )` with timer for changes between events

Lets say I am running demo(graphics) and I want to control the speed with which consecutive plots are displayed. Normally when I run demo(graphics) I can control when the next plot will display by pressing enter (and this way triggering next…
Geek On Acid
  • 6,330
  • 4
  • 44
  • 64