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

Dependency issues running Hibernate OSGI sample in Karaf 4.1.0

I am new to Karaf and have been tasked to implement JPA using Hibernate in a Karaf container. I thought a good place to start would be sample demo code for container managed persistence at JBoss. I have built the jar file in this demo/example…
1
vote
2 answers

Crazy Demo: Multiple Microsoft Agents

I am creating an extreme and kinda silly demo for a presentation I am giving. I was hoping to use some type of API to display multiple actors and was planning on using Microsoft Agent. Is it possible with Microsoft agent to display 2 or more agents…
smaclell
  • 4,568
  • 7
  • 41
  • 49
1
vote
0 answers

Python socket error: nodename nor servname provided, or not known

I'm writing a very simple demo for python sockets, with a server and client. Server side code: import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) host = socket.gethostname() port = 8888 s.bind((host, port)) s.listen(5) while True: …
1
vote
0 answers

Three.js add static background to demo-earth.html?

Three.js is awesome! I'm having trouble adding a static background scene to earth.html demo. I've tried using CSS, this code var texture = new THREE.ImageUtils.loadTexture( 'rainier.jpg' ); var backgroundMesh = new…
1
vote
2 answers

SageOne API Sandbox Account?

I've been asked to look into developing an application to use the SageOne API which on the face of it seems quite straight forward. The only issue is, as a developer I don't have a SageOne account as such, so was wondering what people do here in…
Mike
  • 65
  • 4
1
vote
2 answers

Current way to setup ASP.NET site with demo data?

I need to set up ASP.NET and connect it to some demo (northwind) data. Considering all the versions of SQL, what is the most current /efficient way to get a database into a project and do a select against it? This question arose once we discovered…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
vote
1 answer

Show Windows Phone app demo to client

I'm developing a windows phone 8.1 app for a client. I need to show a demo to the client but without uploading to the Store. One way to show the demo is by recording a video using screen recorders. Is there any other way that can be used to do the…
1
vote
1 answer

Phonertc demo crash in android6

I'm using cordova 6.0.0, cordova@android 5.1.0, Android 6 and phoneRTC plugin https://github.com/alongubkin/phonertc.git My app is working and the demo in the plugin code too with cordova 6.0.0, cordova@android 5.1.0 and android…
mAlaniz
  • 13
  • 5
1
vote
1 answer

Clarity on the purpose of CKan REST API

Is the purpose of CKAN Rest API to get meta-data information of the actual data? Like revisions, available resources under a dataset? http://demo.ckan.org/api/1/rest/dataset/formula-1 http://demo.ckan.org/api/2/rest/dataset/formula-1 It is so…
AMKhan
  • 131
  • 1
  • 4
1
vote
2 answers

JSF table component with high demo value

As part of an ongoing quest for a nice web demo in a couple of weeks we now have a list of customers where we are considering presenting an HTML table with a row of core details for each, and then allowing the user to ask for additional…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
1
vote
1 answer

JFrame: How to make a simple layout with linebreak-like behavior?

I have tried to make a JFrame containing 3 elements using Swing in Java 1.6: One a the start of the page, a second at the same line with some spacing to the left, a third on a new line. But failed after several…
1
vote
0 answers

Backpropagation demo

i have managed to implement my own backpropagation algorithm. I was able to train my neural network to resolve OR/AND/XOR problems so far. I am using a sigmoid function. For my school project I am looking for an idea of simple graphical…
Smarty77
  • 1,208
  • 3
  • 15
  • 30
1
vote
1 answer

How do demo-versions know the test-time is over after re-installing?

How do applications like CloneDVD2 or AnyDVD know that the free phase is over, even if the application was uninstalled and then re-installed? Those applications don't require the user to login so that they could identify the user again. Also on…
MinecraftShamrock
  • 3,504
  • 2
  • 25
  • 44
1
vote
4 answers

eCommerce systems with demo

I want to try some eCommerce systems to take look of how they implement the diffentent aspects Items publication Stock Sells Return Etc, Etc I'm developing a system myself (web application writen in PHP) and I have the feeling than I'm over…
The Disintegrator
  • 4,147
  • 9
  • 35
  • 43
1
vote
0 answers

Android : Try to let the android do the flow of my app as a user

Am going to create a demo for my app flow What i need is to make the android click the buttons and perform actions as what the user supposed to do. if i had a ripple layout for the button and need to show the ripple effect with the click action…
Karim Abdell Salam
  • 706
  • 1
  • 6
  • 15