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
1 answer

Karate - How to write to the same CSV file that is being used as an input to the feature file

Karate - How to write to the same CSV file that is being used as an input to the feature file I have created a java function which accepts key and value pair as arguments and then writes those values to the CSV file. But I am unable to understand…
Pooja Wadhwa
  • 37
  • 2
  • 5
1
vote
1 answer

ProvidedIn Root Services within a Demo App

I am developing an Angular6 library to be used as the basis of many internal websites. It will be providing mostly services, but also provide a few components. I want to create a Demo App for this library that can demonstrate various ways of using…
Pait
  • 31
  • 2
1
vote
3 answers

Internal Server Error- http://localhost:1080/webTours/home.html

Application: http://localhost:1080/webTours/home.html [I intend to use it for Jmeter testing] Below error is displayed when I am trying to click on "sign up now" link. Kindly help to fix it. Pls note, I have strawberry-perl-5.30.0.1-64bit.msi also…
1
vote
0 answers

ChardinJS walkthrough not working for MVC?

I have an MVC Page with a few functionalities and I'm using ChardinJS plugin to give a demo to the user. It works fine for just overlay text, but I wanted to give a walk through demo using the same. I just cannot make the refresh option work as I…
Siddharth Dinesh
  • 345
  • 4
  • 13
1
vote
0 answers

Java humble-video screen recorder issues

Hello I am attempting to record video of my screen using the humble-video library. I am running through the demo application RecordAndEncodeVideo.java I have imported the required jars through maven and then called the main function with…
1
vote
1 answer

Customer APP Demo Application Keycloak

I have been trying to run the customer app that comes under the \keycloak-master\examples\demo-template\customer-app after reading the readme file. My Keycloak is running from executable and I am using keycloak-4.1.0.Final.zip package to run it in…
gvarshney
  • 11
  • 1
1
vote
0 answers

How to create an interactive .net demo application

In an upcoming exhibition, I would like to have a splash screen with 5 buttons, each stating the key benefits of our .net application. Once the user click on a button, I would like our .net application to open, navigate to an area and then…
user627289
  • 11
  • 2
1
vote
1 answer

Demo for iron-scroll-target-behavior in Polymer 2.x

I need to direct the browser to scroll to the top of the page. I think iron-scroll-target-behavior might be a good choice. But I can't find any working demos. Can anyone locate or point me to a working demo of the iron-scroll-target-behavior…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
1
vote
1 answer

how to reply message from web demo on dialogflow via webhook

I'm currently trying to add chatbot to my website. I'm integrating web demo on the agent used for our lIne bot. which some responses are handled by lambda webhook. what I'm asking is can we send responses to web demo using lambda? if can, then…
caca
  • 13
  • 5
1
vote
5 answers

Inducing Java to do lengthy garbage collection

I would like to demonstrate to my students that using Java in real-time systems might be problematic since Java might do unexpected garbage collection. How can I write a Java program that will: likely cause Java to stop and do garbage collection in…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
1
vote
1 answer

Show demo code for React component?

I would like to make a demo page for my React component. And I want to make it like http://www.material-ui.com/#/components/flat-button, which has: some description of props. I would like to use markdown demo of component the code that shown demo…
Tan Dat
  • 2,888
  • 1
  • 17
  • 39
1
vote
1 answer

React/Redux pattern for demoable apps

I've been searching around for a while on this, but as of yet haven't found anyone else trying it. So I'm asking for feedback and critique - both on if this seems reasonable, and if there's a better established pattern for it. Basically, I want to…
Jim Thomason
  • 11
  • 2
  • 1
1
vote
0 answers

Windows: where can I store data secretly in order to implement a time-limited demo?

I'm writing a Windows app that has a time limited demo. There's not going to be a server that the app can phone home to, so I need to store data on the system in order to figure out if the demo has been started and how much time is remaining. The…
Bri Bri
  • 2,169
  • 3
  • 19
  • 44
1
vote
2 answers

Error encountered when running Heroku Node.js getting started example - database section

I have been faithfully following the excellent example on getting started with Heroku and Node.js. Up until the database section. I have : Created the Database. I can access the Database via Heroku Database Dashboard. I have created a table and…
RobZ
  • 31
  • 1
1
vote
0 answers

Dockex demo in Delphi

I found the demo Dockex.Dproj in Delphi under: ...Documents\RAD Studio\11.0\Samples\Delphi\VCL\Docking But there is no document on how to run the Demo and what to do to see all the features demonstrated there. I tried running but can't make sense of…
user173399
  • 464
  • 5
  • 21