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
107
votes
8 answers

How do you create a transparent demo screen for an Android app?

I'm trying to create a semi-transparent demo screen that is launched only when a user first installs my application. Here's an example from the Pulse News app: Galaxy Nexus Nexus One Instead of a 'tap-to-dismiss' feature, I want the user to be…
Gautam
  • 4,006
  • 3
  • 32
  • 37
83
votes
2 answers

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 the name of the libc in the hexdump of my…
u149796
  • 1,788
  • 4
  • 14
  • 19
79
votes
9 answers

Tools to support live coding as in Bret Victor's "Inventing on Principle" talk

I've watched an already well known video where Bret Victor, former Apple UI designer shows amazing demos with immediate updates of running code after changing literally one symbol in source code. To make my question clear to those who haven't seen…
lithuak
  • 6,028
  • 9
  • 42
  • 54
40
votes
5 answers

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, 世界" program (isn't it nice using a language written…
Brian Campbell
  • 322,767
  • 57
  • 360
  • 340
31
votes
4 answers

Whats are some real time data sources?

I'm working on a demo on real-time visualization and I'm trying to think out of the box. Looks like any big data real-time demo is on twitter or traffic data. Are there any other options out there that publish real-time data (for free)? Thanks
webber
  • 1,834
  • 5
  • 24
  • 56
30
votes
12 answers

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 difficult to see their value. What are some convincing…
Noctis Skytower
  • 21,433
  • 16
  • 79
  • 117
23
votes
7 answers

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 evaluate its adoption. Does anyone of you know…
em70
  • 6,088
  • 6
  • 48
  • 80
21
votes
4 answers

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 supported. Appreciate all the help. Thanks
Sanket
  • 659
  • 3
  • 10
  • 24
20
votes
1 answer

volume rendering (using glsl) with ray casting algorithm

I am learning volume rendering using ray casting algorithm. I have found a good demo and tuturial in here. but the problem is that I have a ATI graphic card instead of nVidia which make me can't using the cg shader in the demo, so I want to change…
toolchainX
  • 1,998
  • 3
  • 27
  • 43
17
votes
3 answers

Decorator functions in Go

Decorator pattern (functions) has many benefits: It is very useful when a method has many orthogonal concerns... I.e., None of these concerns are related, other than that we wanna do all (or some) of them whenever we call our method. This is where…
xpt
  • 20,363
  • 37
  • 127
  • 216
13
votes
2 answers

Does anyone know a demo JSON server?

I am building a library that makes calls to a server that returns JSON. I'd like to be able to test this library. This would require my testing code to make a call to a working server that returns JSON. Does anyone know of a server that is suitable…
Erik Schierboom
  • 16,301
  • 10
  • 64
  • 81
11
votes
5 answers

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 simulator. Release notes iOS 3.2 (External Display…
Kb.
  • 7,240
  • 13
  • 56
  • 75
11
votes
1 answer

The go 1.5 trace command

The Go 1.5 release note says, The new "go tool trace" command enables the visualisation of program traces generated by new tracing infrastructure in the runtime. This is really exciting, and I want to know more about it. But its official…
xpt
  • 20,363
  • 37
  • 127
  • 216
11
votes
4 answers

Demo applications build with CodeIgniter

I've been learning how to work with CodeIgniter for a few weeks now, but I'm a little stuck on how to build a real application with it. Are there any open source demo's that I could use to see how the flow works in there. Couldn't find anything on…
woutr_be
  • 9,532
  • 24
  • 79
  • 129
10
votes
1 answer

How to show App instructions in ionic on first startup

I am new to ionic framework. I want to show app instructions like this. what api/framework i should use to achieve this.Or if anyone have code samples,code pen help me in learning this.
varun aaruru
  • 2,920
  • 1
  • 20
  • 36
1
2 3
22 23