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

DocuSign Signing Group in Demo Account?

We have a DocuSign REST API application which creates and sends Envelopes to users. Everything works fine except that we need to have any of a group of users Counter Sign documents after end users have signed. We have a fairly high priced Enterprise…
IrfanClemson
  • 1,699
  • 6
  • 33
  • 52
0
votes
1 answer

How to make github-hosted interactive demo app in HTML5+Javascript that works both online and offline

I'm trying to make small interactive physics demos and mini-games which should work offline - by simply opening the .html file in browser (preferably without any localhost web server) online - hosted on github and using http://rawgit.com/ But I…
Prokop Hapala
  • 2,424
  • 2
  • 30
  • 59
0
votes
3 answers

Silverlight demo for bioinformatics

I am a beginner Silverlight programmer preparing for the interview in medical research company. Job sounds damn interesting and I would like to get there. To show my skills and interest, I want to write a program related to the topic. What would you…
avj
  • 1,626
  • 1
  • 19
  • 23
0
votes
0 answers

How to install Angularjs Material demo examples in local computer?

How do I install AngularjS material online demo source package on local computer. The AngularJS Material Docs are generated from dgeni documentation generator the source code is on github.,these are the links. I just need to install angularjs…
0
votes
1 answer

How to set MySQL database to 'Starting state' every hour

I have a WordPress demo site to let visitors try out some live plugins. What I want is that the connected MySQL database refreshes every hour. Meaning: Going back to the clean starting state. So every hour the demo site will be clean and fresh again…
YooWoo
  • 11
  • 4
0
votes
0 answers

How to organize a collection of demo web application

I would like to create and archive a collection of demo ASP.NET web form applications that show projects with certain features in the sense "this feature can be implemented like this" -- to be presented to a potential customer. Before the…
pepr
  • 20,112
  • 15
  • 76
  • 139
0
votes
1 answer

Error when building the ANTLR4 C++ Demo (macOS Sierra)

When trying to compile and run the antlr4-cpp-demo with Xcode on macOS Sierra I get the following error: TLexer lexer(&input); (!) Variable type 'antlrcpptest::TLexer' is an abstract class As this is a demo I suppose it should work out of the…
0
votes
1 answer

What's the simplest HTML5 demo app that incorporates a broad sample of available features?

All I know about HTML5 is that it's some type of rebranding of DHTML/Ajax with some new features like local browser databases that apps can use. What I'm looking for is a demo app that gives a broad overview of the available features in an…
0
votes
4 answers

How do I protect my licensing file?

I have a licensing file for my application. The only way it can be broken right now and the user can have unlimited access is by deleting the licensing file every 30 days and reinstalling the program. How do I best protect this file? (or…
Tim
  • 1,549
  • 1
  • 20
  • 37
0
votes
1 answer

How to avoid demo scene the second time you run an app in Unity

we are making an app-game in Unity, with a demonstration scene that runs the first time you open the app. I would like to know how to go directly to the game main scene the second time you run the app and therefore avoid the demo scene. Thanks
0
votes
1 answer

how to create a theme demo page with differnet layout options?

i am developing a theme its almost complete now i am trying to make a demo as i have different homepage layouts like grid, fullwidth, masonry etc etc. I want to create a home page with all different layouts but what is the best way to effectively…
0
votes
0 answers

Get Install Date in C#.net

I Have developed C# windows Application .and I want to create a demo of this application .So I want To get Date of installation of this application to compare with current datetime to check if trial version is expired or not.so how can I get…
Javad
  • 17
  • 1
  • 5
0
votes
1 answer

Web screen wizard creation for training

Want to created Training wizard for the Web application pages. Have created web application. Users need Interactive training wizard. In the training user will give inputs. Based on the inputs the training wizard should move further. Example : In…
Ram
  • 1
  • 2
0
votes
1 answer

How to deploy your web site (client only) in one click?

The issue that I have encountered: As I Developed Web Client in Angular 2 for a customer, I have wanted to demonstrate it when i was in middle of development. but couldn’t found a really fast and temporary way to host my client so he will be able…
Leon K
  • 221
  • 2
  • 6
0
votes
0 answers

symfony demo "blog/index.html.twig" error in /var/cache/dev/classes.php

I set up the demo of symfony ('https://symfony.com/download'). I browse the app in my browser and I receive that error in the log: CRITICAL - Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a…
Skatt
  • 372
  • 3
  • 10