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

"action_page.php" in form error leads to Error 404

I want to create a form in HTML and I am leading it to the demo page, "action_page.php". When I press "Submit" it shows Error 404. I tried changing the attribute up and down but it is still saying Error 404. Is this the right demo link? I…
user15317710
0
votes
1 answer

How to share only the demo in Codepen?

Whenever I open the Codepen links, I am shown this UI. I want to share this with someone but without the code being shown on the UI since that irrelevant to the target person. I want share only the demo part of this snippet. Is there a way to share…
SagarM
  • 311
  • 4
  • 14
0
votes
1 answer

Forge: Select a single part: cant switch between parts

I am trying to link part id's to PDF pages. At the moment I am test linking them by: const page = results[0].selection[0] % 100; Each part ID does now link to a page. However, it only works when I click on a part -> click off the part -> then click…
Poppy
  • 5
  • 2
0
votes
1 answer

Autodesk Forge: Industrial Construction Demo bucket not working

I have cloned the Industrial Construction Demo code https://github.com/petrbroz/forge-industrial-construction but I am having issues with the 'bucket-name'. In the launch file you need to specify "FORGE_BUCKET": "" instead of the usual URN. I have…
Poppy
  • 5
  • 2
0
votes
1 answer

Darknet OpenCV found but can't demo

-- Found OpenCV: C:/OpenCV/build (found version "3.4.12") ^^ when I run cmake . it shows found opencv but when i try to use darknet.exe detector demo ... it displays CUDA-version: 10020 (11020), cuDNN: 7.6.5, GPU count: 1 OpenCV isn't used - data…
Udders
  • 1
  • 2
0
votes
1 answer

CountdownLatch Demo program .Not waiting for coutdown latch to get over

In this program why All countdownlatch over message printed in between .Although it should wait for all the countdown latch to get over .As an extra Thread is started in the main method but that should be handled as cdl.countDown() method is called…
0
votes
1 answer

Docusign Signature Without Account

Is it possible for a user to sign his/her own signature even he/she doesn't have a DocuSign account? In the github code example (https://github.com/docusign/qs-csharp) I found that account id is passed in parameter. So please let me know how it is…
0
votes
0 answers

How to increase PHP Limits in phpMyAdmin using Xampp server?

I'm getting this error message when I import demo in Wordpress. Demo import failed.Please check for PHP limits in red on the System Status page. Change those to the recommended values and try again. post_max_size = 4096M upload_max_filesize =…
mairy
  • 1
  • 1
0
votes
1 answer

OracleXE install the SCOTT schema on Windows

I want to create the SCOTT demo schema on OracleXE 18.c I managed to install the HR demo following the instructions from the Oracle documentation here: https://docs.oracle.com/database/121/COMSC/installation.htm#COMSC00005 and I have also located…
George M.
  • 5
  • 2
0
votes
2 answers

Can I create a Web-based demo on an android device and deliver it offline?

I've created a Web-based demo that lives on my laptop PC so I can deliver it offline. Can I port that demo to an Android-based tablet? As my question probably makes all too clear, I've never owned a tablet of any kind, and I know nothing about…
0
votes
2 answers

Example projects for jQuery

I am looking for a very small web application built especially to demonstrate jQuery library. In Java world 'Appfuse' for example is built especially to demonstrate how various frameworks can be used and it uses some example use cases such as…
anonmys
  • 419
  • 1
  • 8
  • 18
0
votes
0 answers

I cannot load WebGL examples in XAMPP webserver except WebGL-experimental

I was using webgl-experimental code do display a webgl-demo on a custom webpage on an XAMPP webserver. After that I tried some non-experimental code: https://webglfundamentals.org/webgl/webgl-skybox.html Changing the code to exactly the same like…
0
votes
1 answer

How to properly generate vimeo token for glitch aframe starter app

Here we have vimeo aframe demo app https://glitch.com/edit/#!/join/33131776-fd15-4fb4-bf54-f46db97e5409 In .ENV file need to provide valid api key e.q: VIMEO_TOKEN=[TOKEN REDACTED] /*somewhy not valid api token*/ ENV=dev Could you please provide…
0
votes
1 answer

Laravel Demo vs Live Application Site---> Access Models from One to Other

I have a live application for my app,(say at mysite.com). As part of my customer on boarding, I have a demo site at (demo.mysite.com), this is where I show potential customer what the app can do, etc. (Different databases and url). In order manage…
eleven0
  • 263
  • 6
  • 13
0
votes
2 answers

Can you suggest me a module which allows to show user app's features in react-native?

Is there someone who knows the module which allows to show the user the use of our application? I knew it but i have not found it...!