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

Microsoft demo database copyright, open source demo databases?

In my open source project which is licensed under LGPLv3 I need a small demo database. Project targets multiple databases so for consistency of tests it would be great to have some simple SQL script with same demo data for all databases. There is a…
Petr Abdulin
  • 33,883
  • 9
  • 62
  • 96
3
votes
1 answer

Is there a permanent link to the sakila demo website?

Does anyone know of a permanent robust weblink to view the demo sakila database, which is hosted on phpmyadmin? Yesterday the database was here, as per Google results: https://demo.phpmyadmin.net/master-config/index.php?db=sakila But this link now…
emma
  • 784
  • 2
  • 9
  • 23
3
votes
1 answer

How to achieve 0 (train and test) loss on the 4th dataset at tensorflow playground?

TensorFlow playground: https://playground.tensorflow.org Assuming 0 noise the other 3 simpler datasets are easy but the 4th spiral one seems very hard to fit perfectly within the limit of 6 layers even to use all 7 feature inputs.
user1206899
  • 1,564
  • 1
  • 11
  • 15
3
votes
1 answer

How does the Lua Account Demo Syntax works?

I'm studying the class demo, you can find here https://www.lua.org/cgi-bin/demo?account. In Programming in Lua they create a new account with this line: a = Account:new{balance = 0} -- (1) it seems the same as a normal function call as this: a =…
Reine Elemente
  • 131
  • 1
  • 11
3
votes
1 answer

Application installation date

I would like to know if there is anyway to know the date at which an application was installed in an Android phone. I would like to know this in order to implement a time limited trial / demo version of an application. I could save the date on the…
MyName
  • 2,136
  • 5
  • 26
  • 37
3
votes
0 answers

How to get current sound ID in Soundmanager2 cassette demo?

I'm trying to adapt the cassette tape demo to play multiple files from external button links. I've managed to get the files to load but because I'm using the default 's' variable in soundManager.createSound() I can only control the last sound in my…
deeve
  • 113
  • 6
3
votes
2 answers

Why does the Android maps compass demo use a delegate for the SmoothCanvas class?

In the Android MapsDemo available in Eclipse for the Google API, they create an inner class SmoothCanvas in MapViewCompassDemo.java. Within this class the re-implement seemingly every method and reroute it to a delegate instance of Canvas. static…
Josh Russo
  • 3,080
  • 2
  • 41
  • 62
3
votes
0 answers

Anyone knows about text-based emotion detection systems that offer a demo?

I recently finished work on my text-based emotion detection engine and I am looking for other existing working systems to compare with mine in order to know what should be improved and also report comparisons in an upcoming paper. I have come…
3
votes
1 answer

iOS: What kind of tool did this guy use to prototype this demo?

http://www.youtube.com/watch?v=XVbuk3jizGM http://matthaeuskrenn.com/new-car-ui/ I'm trying to figure out what kind of tool did this guy use for creating this demo. Did he create this using xCode and pure objective-c? I searched around but I…
whoisjuan
  • 437
  • 1
  • 6
  • 15
3
votes
1 answer

Nginx configuration for the Tornado websocket demo?

Can someone please provide me with Nginx configuration for the Tornado websocket chat demo? the demo is located under /tornado/demos/websocket...
user1368891
  • 131
  • 2
  • 9
3
votes
2 answers

Two projects with same code base

Is it possible to have two projects in XCode using the same codebase? I have an app which offers a demo version and a full version. They both share the same code and I just set a flag in my plist file, and somewhere in my code I do if (demo_mode) { …
user3302051
3
votes
4 answers

Managing the demo version of software

I have a software product written in VB6. It is a paid software product and it has a demo version for 1 month.There is no separate setup file for demo version.The software on entering the product key turns demo to a full version.I used to write the…
Navaneet
  • 1,367
  • 1
  • 19
  • 44
3
votes
6 answers

When i press run button it shows no compatible devices found

i am following http://developer.android.com/training/basics/activity-lifecycle/stopping.html. i downloaded Demo Activity-lifecycle from here . when i press run->Android-Application it shows NO COMPATIBLE TARGETS WERE FOUND. i downloaded Android4.2…
user1931418
3
votes
1 answer

R Blotter demo not working under linux

I am looking to run the r blotter demo program under linux, and get the following error when I run demo(amzn_test) > # update the portfolio stats > updatePortf("amzn_port",Dates="2010-01-14") Error in if (nzchar(intervals[1])) s <-…
Generalenthu
  • 107
  • 1
  • 7
3
votes
1 answer

How do I create a multiline chart using d3js with json formatted for nvd3?

I created a multiple-line chart using nvd3, but was unable to modify it in some important ways. I would like to roll my own using straight d3js, but I'm struggling with thinking in joins. I need to create a path for each d.key with its own…
jhau
  • 92
  • 1
  • 7