Tagged Questions
The demo tag has no wiki summary.
21
votes
12answers
846 views
What is memoization good for and is it really all that helpful?
There are a few automatic memoization libraries available on the internet for various different languages; but without knowing what they are for, where to use them, and how they work, it can be ...
18
votes
3answers
2k views
What can you do in 30 lines of Go? Can you create a useful, complete program that demonstrates its features?
So, the big buzz in the last few days is Go, the new language from Google. Assuming you're all obsessive programming language geeks like me, you've all downloaded it, built it, and run your "Hello, ...
17
votes
7answers
519 views
R demos for presentation
I know this is barely programming related, but I'll have to show some intuitive, straightforward and possibly very appealing R presentation so that a department at my current institution will start to ...
17
votes
10answers
19k views
What is the coolest WebGL demo you have seen so far? [closed]
What is the coolest WebGL demo you have seen so far?
(One demo per answer please)
9
votes
4answers
319 views
Fantasy names database
I am building a demo dataset for my webapp. I would like thousands of "real looking" names. They should not be names of famous people or fiction heroes or names that will evoke associations. They ...
8
votes
2answers
113 views
Looking for an “Acid test” visual HTML page
I'm looking for an HTML page that has an instance of every possible visual element on it: li's with every bullet type, every text formatting option, background-images with various alignments, css ...
8
votes
4answers
2k views
Compiling without libc
I want to compile my C-code without the (g)libc. How can I deactivate it and which functions depend on it?
I tried -nostdlib but it doesn't help: The code is compilable and runs, but I can still find ...
7
votes
3answers
309 views
Need a C# example of unintended consequences
I am putting together a presentation on the benefits of Unit Testing and I would like a simple example of unintended consequences: Changing code in one class that breaks functionality in another ...
6
votes
1answer
435 views
Why does Android allow an APK with an expired certificate to be installed?
I made an APK signed with a certificate which has a validity of 1 day. My aim is to give a trial app to some people, but preventing them copying the application after the expiration date. If they ...
6
votes
6answers
1k views
Create Android App Video Demo
Is there a way to make smooth video demos of android apps that I can post on youtube?
I want to attach YouTube videos tutorials for my apps on the Android Market. The current solutions basically take ...
6
votes
5answers
676 views
Best Demo .NET Application For Showing to Potential Employers?
I am about to write a demo .NET application that I can add to my resume and show to potential employers. I have been out of software development for a while and thought that this route would be a ...
5
votes
4answers
33k views
Possible to mirror iPhone/iPad screen on a monitor without jailbreaking?
I have been looking for a way to show the iPhone screen (not the simulator) on a monitor or projector for demo purposes.
Previous SO post suggested jailbreak (Veency, iDemo/DemoGod, screensplitr) or ...
5
votes
2answers
442 views
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 ...
5
votes
10answers
190 views
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?
5
votes
3answers
498 views
.NET Licensing Components [closed]
I'm looking for not too intrusive to the end user and decently priced .NET Licencing components.
Especially something allows serial key and time based expiration.
Any recommendations?
4
votes
8answers
530 views
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 ...
3
votes
2answers
94 views
Wireframe/mockup tool that supports live demos
I am searching for a neat wireframe/mockup tool to design iphone apps.
(Right now I'm pretty fond of balsamiq)
But I'd also like to demo the mockups live - handing users a device and letting them ...
3
votes
2answers
942 views
Are there any live Pinax demos out there?
Pinax package wraps some pretty fancy stuff. Are there any live demos out there that one could browse without installing/setting up Pinax?
3
votes
4answers
569 views
Software to make product video demos?
What kind of software do you think is used to make demos,like the once seen in PDC etc by Microsoft or seen on Channel 9.
Example:
...
3
votes
4answers
900 views
How to make a shareware program with a free demo
I have a game that I'd like to sell with the following system: give away a demo (say, with the first few levels) and sell the full version. I'd like to make the transition to the full version as ...
3
votes
3answers
248 views
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 ...
2
votes
2answers
142 views
How to create a demo for a presentation tutorial?
I want to prepare a demo (that will play sequentially in clicks) for a presentation tutorial...Can somebody help me how can I write a demo, suppose the following are steps in the demo...
#start
...
2
votes
2answers
288 views
Walkthrough / tooltip / demo for iPhone app
I've got an app that appeals to an older demographic. The interface is simple but with some custom controls where a simple graphic is not completely self explanatory (save to playlist, sort by genre ...
2
votes
1answer
310 views
Best way to create an intro / Demo video for android application for youtube
Hey guys i am finally about to release my first geolocation android application.
I want to create a demo video displaying all the contents of the application and all the features. I liked the ...
2
votes
2answers
80 views
make a popup demo /intro for a website
I wish to provide a quick demo about the contents of my website and how to use them in a proper way as soon as a user visits my page. I wish to give the demo using a popup type window at the top.
I ...
2
votes
1answer
103 views
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 ...
2
votes
1answer
211 views
Java: Protect Trial/Demo Period
I searched, and only found a couple([1][2]) of answers here. None of them really answer my question though.
My application will have a thirty day trial period. What's the best way to protect the ...
2
votes
4answers
307 views
Is there any mobile emulator for showing demo on website?
I developed j2me, android and blackberry based applications. I need to showing the demo for clients through my own website. Is there any mobile emulator for showing the demo for my application through ...
2
votes
2answers
223 views
Creating a demo period in an Android application
I’m looking for some information regarding how I would create a demo period in my Android application. Essentially, I would like a user to be able to use my app for say 5 days. What sort of methods ...
2
votes
1answer
400 views
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 ...
2
votes
3answers
433 views
Any good free website template or theme for wordpress or joomla to demo my phone apps?
I want to build a site to introduce my phone apps and guide users to the app store. is there any good theme or template for me to get start?
I need to put all my apps together and have separate page ...
2
votes
2answers
556 views
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 ...
2
votes
1answer
158 views
Easy way to build an in-app demo like they do in Convertbot?
I want to make a little in-app demo like Tapbots does in Convertbot. Maybe there is a better solution than mine?
make everything programmatically controlable
write a huge class with hundreds of ...
2
votes
2answers
207 views
Interesting projects/problems/challenges to work on?
Being a "true" developer I love working on projects in my spare time. This is not necessarily to reach a particular end but just so that I can keep my skills sharp, work with the latest patterns and ...
2
votes
2answers
354 views
Where can I download the source of Silverlight's OOB demo
There is an excellent demo of using Out Of Brower (OOB) disconnected Silverlight on the official home page of:
http://www.microsoft.com/silverlight/silverlight/demos/oob/default.html
Does anyone ...
2
votes
7answers
353 views
Interpret text input as PHP
I want to let users test out a PHP class of mine, that among other things crops and resizes images.
I want them to write PHP code in a text field, send the form, and then their code will be run. How ...
1
vote
1answer
89 views
Run continous `demo( )` with timer for changes between events
Lets say I am running demo(graphics) and I want to control the speed with which consecutive plots are displayed. Normally when I run demo(graphics) I can control when the next plot will display by ...
1
vote
1answer
60 views
fsockopen demo at localhost
Can anybody help me to sort out fsockopen issue in localhost.
I created fsock.php to post a variable to test121.php in the same folder.
http://localhost/ftp/fsock.php
<?php
$fp = ...
1
vote
2answers
132 views
Database errors in Quantum Grid demos in Delphi XE Professional
Whenever I open one of the Quantum Grid demos in Delphi XE Pro (on Windows 7 32-bit), the following error is displayed for every table (I think) in the project:
The message is:
Network ...
1
vote
3answers
161 views
How to create demo for mobile app
I know that i can use a screen cast software to capture my display as well as my emulator. But how can i replace my mouse icon with a circle like in this video
...
1
vote
3answers
195 views
How do I Google Plus and Facebook Demo opacity Javascript?
Recently Google+ and Facebook have added a nice feature that when a user first logs in and there are new features available it displays it as a demo mode of some sort highlighting the element in ...
1
vote
2answers
64 views
How to write a demo page that will provide the code of itself?
Suppose you've made a demo(a webpage) of your product, you want to make a page to display the demo, and in the bottom of the page, there is a button by click which you can display the source code of ...
1
vote
0answers
56 views
Android Apps - Limited Functionality Demo - Pay for full functionality
I've seen many people ask things similar to this, but they seem to settle for answers other than what I'm willing to....
I've written an android app, and I've included some functionality that is ...
1
vote
1answer
309 views
Android trial program with same codebase as full version
I have a application already in Android Market. I want to create a trial application that is based on the same code base and then add some new code to limit some key features. Is there any good ...
1
vote
2answers
336 views
PICkit2 flashing led with Button
i am using a PICkit2 Low Pin Count Demo board with a 16f690 chip. i have been able to write simple code to turn the LEDs on and off, but upon trying to utilize the push button to change the state of ...
1
vote
0answers
96 views
How to create an interactive .net demo application
In an upcoming exhibition, I would like to have a splash screen with 5 buttons, each stating the key benefits of our .net application.
Once the user click on a button, I would like our .net ...
1
vote
3answers
2k views
how to install android api demo app into my phone
I'm learning android development.There is an apidemo app installed in the android emulator. I'd like have it installed in my real android phone so that I can use it without starting the emulator . How ...
1
vote
5answers
777 views
Local Storage - HTML5 Demo with Code
I am trying to work with local storage with forms using html5. I am just unable to find a single working demo online. Can anyone find me a good demo and a tutorial that works. My browser is completely ...
1
vote
4answers
113 views
How do I protect my licensing file?
I have a licensing file for my application. The only way it can be broken right now and the user can have unlimited access is by deleting the licensing file every 30 days and reinstalling the program. ...
1
vote
2answers
102 views
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 ...