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
5
votes
3 answers

Elasticsearch search frontend demo

i'm searching for working search ui demo or tutorial for building search UI/Frontend. At best for php or js. I never builded a elasticsearch application, but I already made projects with lucene, solr, epoq and google search. Already searched on inet…
Gerlando Caldara
  • 313
  • 1
  • 3
  • 10
5
votes
1 answer

There is no Sample ( demo ) data for Moodle?

I usually use wordpress, and i can at any time, download a demo data, to test a full functional website wordpress with demo data ( i import xml file with wordpress importer) . But in moodle, i searched for a demo data, to test a moodle website, but…
elarib
  • 674
  • 1
  • 8
  • 17
5
votes
4 answers

HTML 5 Structure tags demo

i can't find demo of structure tags
,
, ... http://brucelawson.co.uk/tests/html5-elements.html Here, something like this, but with highlighted of each elements Please, help
5
votes
2 answers

Am I crazy? Demos on jQuery's 'effects' page not working in any browser

I want to make sure I'm not crazy, because I can't get any of the effects demos to work on jQuery's demo pages. I thought it might be my new Firebug version (1.5.2) or Firefox in general, but they're not working in IE or Chrome either. Here are the…
Matt
  • 23,363
  • 39
  • 111
  • 152
5
votes
7 answers

How to prevent a Demo Java Program from my client's regular use?

I have made a demo small program that I want to deliver to my client so that he can run it for 5 times to check its functionality. It is not a big software for which I implement some serial-key functionality and make a trial software. I want a…
Amit
  • 33,847
  • 91
  • 226
  • 299
5
votes
10 answers

What is the best deffense when your application throws an exception in the middle of the demo?

What is the most useful strategy when your application throws an exception in the middle of the demo, in terms of keeping the client's mood still positive?
pencilCake
  • 51,323
  • 85
  • 226
  • 363
5
votes
5 answers

Show taps in iOS App Demo Video

I am making demo videos of my iOS apps, some of which I made with XCode and others of which I made in Unity3D. I plan to use the Elgato Game Capture HD to capture my demo videos but I am not sure how to show the "taps." I found Touchpose, but when…
Max von Hippel
  • 2,856
  • 3
  • 29
  • 46
4
votes
1 answer

How to start julia reinforcement experiments?

I'm new to Julia and JuliaReinforcementLearning and just want to start the Experiments provided on https://juliareinforcementlearning.org/docs/experiments/ So I made one file like this: using ReinforcementLearning using StableRNGs using Flux using…
Mike75
  • 504
  • 3
  • 18
4
votes
1 answer

Spring Boot API Mocking In Production

I know, we can mock our code in test scope easily in Spring-Boot. In here, I want to try create a demo-production scope/profile in Spring Boot. And in this profile, I want to work with mock sceneries. For example, In my code, there are third party…
Sha
  • 921
  • 17
  • 46
4
votes
2 answers

Install iOS App onto Multiple Devices with Free Developer Account

Fledgling iOS hobbyist here. I have a demo app I plan on presenting to a group of people in about a month. It is a simple app, and I am still on the free tier of the Apple Developer Program for now. For this presentation, I'm being provided loaner…
rtoken
  • 303
  • 6
  • 14
4
votes
0 answers

New Error Running CIFAR-10 Demo with TF 0.6.0

I just updated TF with pip and attempted to run the cifar demo for a single gpu system. I am getting the errors below when running the single-gpu version of the demo code. The multi-gpu version of the demo code runs fine. Also previously the…
RobR
  • 2,160
  • 2
  • 19
  • 32
4
votes
3 answers

Tool for making a video tutorial?

I'd like to make a video tutorial for my SDK--one of those videos that shows the screen while some dude talks about what he's doing. Can someone direct me to easy and preferably free tools for doing so? Desired features: - Cuts (recording several…
Qwertie
  • 16,354
  • 20
  • 105
  • 148
3
votes
1 answer

OpenSSL error 0200B009 Bad file descriptor

When I run the OpenSSL CMS encrypt and decrypt demo I receive the following error: Error Decrypting Data 2900476676:error:0200B009:system library:fread:Bad file descriptor:bss_file.c:245: 2900476676:error:20082002:BIO routines:FILE_READ:system…
Chris
  • 3,057
  • 5
  • 37
  • 63
3
votes
1 answer

How can I self-destruct a Kubernetes pod automatically after 20 days?

I need to set up a kubernetes pod to create demo environments for clients of my web application, with a 20 day trial duration. After these 20 days, the pod should be automatically deleted, how can I make the pod self-destruct after 20 days? I use…
3
votes
0 answers

Do you run demos in production or have a separate demo environment?

It's a pretty common query that I find comes up in SaaS applications. Do you run demos in production or in a separate demo environment? It's slightly different to testing in production, which again is a hotly debated and controversial topic, but it…
jpswade
  • 327
  • 2
  • 10
1 2
3
22 23