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

Creating a website Flash demo: what should the technical requirements be?

My boss has asked me to create the technical requirements for a design consultancy who are going to be tasked with creating a demo of our website. To be honest I don't any more about Flash than your typical Youtube user, so I'm floundering a…
0
votes
0 answers

error coming while running demo program of downloaded smarty folder

I downloaded the smarty folder from http://www.smarty.net/download version 3.0.7 and put on my server and while accessing demo folder in browser . I am getting this errro . Warning:…
XMen
  • 29,384
  • 41
  • 99
  • 151
0
votes
1 answer

How to showcase the work of MVCC with several parallel sessions in PostgreSQL?

I need to demonstrate the work of MVCC in PostgreSQL with the help of parallel sessions that will access the same table at the same time. I have no idea how to do it. Tell me, please.
greenmapc
  • 3
  • 1
  • 1
0
votes
2 answers

Any good Demo Recording tool?

Looking for a tool that allows to record a user session to be used to create a video demo. Functionalities needed: - zoom-in / zoom-out - field highlights - spotlights - narrative voice recording - video editing (cut, insert titles or slides,…
Paolo Bozzola
  • 1,153
  • 2
  • 10
  • 14
0
votes
1 answer

BYFN.sh failed with error when setting up MSP of type bccsp

I am trying the first-network demo on OS X and am getting the following error. I have tried searching for an answer. I did found one here but it appears that is for Ubuntu. All the commands didn't work on OS X. Can anyone suggest a solution on…
Bill
  • 512
  • 4
  • 14
0
votes
1 answer

Recognize an object of the feed of the camera of my phone with Unity and SDK Watson

I would like to recognize an object of the feed of the camera of my phone with Unity and SDK Watson. Do you know any demo or tutorial to learn?
0
votes
1 answer

Randomly generated 3D points on sphere surface

I am generating 3D points and process them 3D rotation: var Points = [] ; for (var i=0 ; i < 20 ; i++) { Points[i] = [ Math.floor(Math.random()*256), Math.floor(Math.random()*256), Math.floor(Math.random()*256) ]…
Digerkam
  • 1,826
  • 4
  • 24
  • 39
0
votes
3 answers

Demoing android app screenshots

I need a way to show off concept designs of an android application on an android phone to simulate that it is running. Basically just being able to tap to advance to the next photo/screen would be sufficient with a tap ANYWHERE on the screen. Any…
anton2g
  • 923
  • 6
  • 12
  • 29
0
votes
1 answer

Telemetry works on demo not on own server

I just started with thingsboard and have already a problem.. I'm pushing data from a database to thingsboard, which was working fine with the demo version, everything worked like a charm. Now I've set upped my own linux thingsboard server and just…
O_Tiby
  • 1
  • 1
0
votes
0 answers

Refreshing demo website data for different timezone?

I have a demo site which is open for public access to login, view, and try out our website. The data is editable for public so I am refreshing the database of this demo site every midnight local time. Refreshing here means dropping the entire…
avn
  • 113
  • 1
  • 14
0
votes
1 answer

How to demo your react-native app continuously during development

As the title suggest I need to be able to showcase a react native app continuously during development every other day with a client which is not technical orientated. The alternativs I see is, * Sharing a git/github repo for them to download and…
Adam Lagevik
  • 673
  • 1
  • 7
  • 15
0
votes
1 answer

How to manage production branch with compressed files + demo branch

I have a commercial plugin hosted on a private gitlab repository. The repository has the following branches: - master branch: where I work on the plugin - production branch: same as master, but the js files are compressed because I had problems with…
mike.void
  • 172
  • 1
  • 2
  • 11
0
votes
1 answer

Vaadin/Wildfly Swarm Demo not working

I'm trying to recreate the Vaadin Wildfly Swarm demo with the version 8 from Vaadin, but it doesn't work! I'm following the demo as we can find here: https://github.com/wildfly-swarm/wildfly-swarm-examples/tree/master/vaadin If we download the…
Victor
  • 8,309
  • 14
  • 80
  • 129
0
votes
1 answer

wordpress theme customization does not reflect on new domain

I've installed already built theme of "Shuffle Ground" "jevelin" and then installed demo content then created child theme and then started building pages through page builder , So not much coding required in child theme . But on deploying this site…
0
votes
1 answer

Demo and paid application - how to implement?

I have nearly completed my application and about to upload it into Android Appstore. I need to divide demo and paid versions - one is free with limited capabilities, another one - paid with full functionality. The question is: how to implement it -…
Barmaley
  • 16,638
  • 18
  • 73
  • 146