Tagged Questions

0
votes
3answers
46 views

How to extract the second record from my plist?

I have a sample database file called albums.plist It is structured as below (very simple layout). I am new to Objective-C programming and would learn a lot if someone is able to h …
0
votes
3answers
15 views

AJAX textarea blocked for writing when processing request

I have a textarea where people can write comments and click a button to post them. The processing is done with AJAX and so I want that as long as the server is processing the user …
1
vote
2answers
28 views

HashMap and incrementing values in Procesing

Hi there, I have a HashMap that I'm using in Processing and I'd like to increment the value in the map. I Google'd it and it showed me that the following code is correct: if (col …
0
votes
1answer
20 views

Difference between Cmdlet.EndProcessing and Cmdlet.StopProcessing

When writing Powershell cmdlets, what is the difference between EndProcessing and StopProcessing? They sound the same, their descriptions are just about the same, and latter doesn' …
0
votes
3answers
23 views

Batch Process while simultaneous transactions occur

I'm creating a batch process to move some information from my database to external files. This task is manageable, but there's a lot of data that needs to be processed and it will …
3
votes
5answers
125 views

I need a good programming discussion board.. (Systems Design) : Edited

I'm needing to run some ideas by others dealing with systems design. I doubt stackoverflow.com is the place to have the conversation(s). Is there a good and active discussion boa …
0
votes
0answers
20 views

program that can add sound effects when a key is pressed - how to run in the background

I have written a program in Processing (based on java) that plays different sound effects based on what key is pressed. It works as long as the processing sketch is selected. But w …
1
vote
3answers
54 views

How can I extract objects from a bitmap image?

I have a bitmap with black background and some random objects in white. How can I identify these separate objects and extract them from the bitmap?
2
votes
2answers
21 views

Guidelines for determining the maximum frequency to process an SSAS cube?

We have an Analysis Services cube that needs to be as real-time as possible. It's a relatively small cube that currently takes a couple of seconds to process. Are there any guide …
0
votes
1answer
55 views

Why is my Processing app not behaving?

I am learning to use Processing, and have modified one of the examples to create this applet. I have two questions: Why are the spheres oblate? The spheres in the example I crib …
2
votes
2answers
96 views

Audio Processing - Tone Recognition

I've started developing a simple guitar tuner as a learning project for audio processing programs. Could someone recommend me an adequate library for this? Here's basically what I …
4
votes
2answers
121 views

When to use Processing language?

When it comes to online or desktop presentation we've options like actionscript, java, picolo, flare, prefuse. Now choosing a perfect language for needs is subjective and depends o …
1
vote
4answers
227 views

Java math expression parser that can take complex numbers as a variable?

I am writing a program in Processing that transforms complex numbers. However, I want to have a method of taking an input string and calculating the transformation using a complex …
0
votes
0answers
38 views

webcam access using opencv with processing in an applet or application

I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported t …
0
votes
1answer
70 views

c# How to use the ProcessDialogKey to capture special characters like “Tab”, “Up” etc…

Hi! I want to register when the key "Tab" has been pressed, but can't figure out how to use the ProcessDialogKey. This is what i got: this.KeyPress += new System.Win …

1 2 3 4 5 next
15 30 50 per page