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

Looking for a demo project to present Maven

I'd like to introduce Maven to my fellow coworkers who mostly use Ant to build their projects. One of my goal would be to show them the benefit of building a corporate repository to easily share reusable components. But first of all, I need to show…
Damien
  • 2,254
  • 1
  • 22
  • 30
0
votes
0 answers

Start wildfly with jar file for demo

I want to be able via command line to start wildfly and then, deploy my war archive. Similar behaviour I could reach with having arquillian test + mvn wildfly plugins. I could start test, annotated with @Arquillian via mvn, wildly will be downloaded…
Alexandr
  • 9,213
  • 12
  • 62
  • 102
0
votes
1 answer

scala native running demo

After successful building scala native trying to run the demo using following command cd scala-native sbt demoNative/run which returns following error /home/rimashm/.scalanative/rtlib-0.1-SNAPSHOT/rt.cpp:1:10: fatal error: 'exception' file not…
Rimash Mohomed
  • 143
  • 1
  • 12
0
votes
0 answers

The best way to restrict access to demo sites?

A lot of our products get demoed to clients at certain development milestones, and to do this we generally set up a separate instance of the web app on a demo.product.com domain, or something similar. We like to restrict access to these so people…
James
  • 1,028
  • 9
  • 20
0
votes
1 answer

Angular page demo

I have an angular page that I want to use a plugin like intro.js to demo the different features of the page. However, the issue is that not the entire page is displayed on load. The user is presented with an input box at first that they have to…
Richard
  • 5,840
  • 36
  • 123
  • 208
0
votes
0 answers

Is Oracle's TextFieldDemo example catching the wrong Exception?

I tried Oracle's TextFieldDemo.java example. Initially I did not have file "content.txt" in the correct folder, and the Demo bombed with a StackTrace. Ugly. But the file read code does have try-catch for IOException: InputStream in =…
KeyLawson
  • 1
  • 4
0
votes
2 answers

Demo programs for BBC Micro

I have a dim and distant memory of a set of demo programs for the BBC Micro series of home computers which showed off its graphics with images of lissajous figures, planets (spheres rendered with varying densities of dots), and so on. I've searched…
donkey
  • 109
  • 3
0
votes
2 answers

has any more MVCObject demo ?(google maps v3)

i have a demo : http://code.google.com/intl/zh-CN/apis/maps/articles/mvcfun.html but , i can't understand clearly , so has any more demo about it , thanks
zjm1126
  • 34,604
  • 53
  • 121
  • 166
0
votes
1 answer

Setting delegate = self causes Thread 1: exc_bad_instruction (code=exc_i386_invop subcode=0x0)

I have been following the Apple tutorial to getting started with Swift here: https://developer.apple.com/library/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson3.html#//apple_ref/doc/uid/TP40015214-CH22-SW1 I'm doing almost the same…
0
votes
0 answers

Reaching a server from outside the network

I recently tried to run a nodejs chat demo and test it. It worked on the same computer as the program were running on, but the chat couldn't be reached from outside. This is the code for the server: var WebSocketServer = require('ws').Server …
0
votes
2 answers

Converting an Angular Web App to a Demo

This is not really a "code" question, more of a tools question. I have a Web App deployed to a single custom client. I own the code, and its gotten to the point where I want to build a demo web site in order to show the app to other potential…
Steve Wash
  • 986
  • 4
  • 23
  • 50
0
votes
1 answer

turtle module seems to lack turtle.demo()

When I try to do the following in python 2.7.8 shell: >>> import turtle >>> turtle.demo() I get the following error: Traceback (most recent call last): File "", line 1, in turtle.demo() AttributeError: 'module' object has…
0
votes
2 answers

Unable to find Presence insight sample store environment

I have signed up for the presence Insight demo mentioned in the below link but unable to see the sample store environment in my bluemix dashboard. I have followed the documentation to add the Presence Insight service in my space. Tour IBM Presence…
mobworks
  • 39
  • 5
0
votes
1 answer

DocuSign NO_DOCUMENT_RECEIVED

I am following the Docusign guide to upload PDF for signing. I get the error message NO_DOCUMENT_RECEIVED. Can you guide me on what could be causing this ? I am using JDK 8/Win 7/64bit and IDE is Netbeans 7.0.0.1 TIA ! Ruben. Here is a trace…
0
votes
1 answer

Software to create demo video of my android app

I am sure i am not searching with the right keywords. What i want is, when the user open my app for the first time, i want to show a small demo video (10-15 secs) of how to do something on our app. Since I want to embed the video within the app, the…
Sriram
  • 8,574
  • 4
  • 21
  • 30