5
votes
2answers
515 views
Input level monitoring with Java Sound API
Hi All,
I would like to monitor the microphone input level from Java Sound API
(and create a small input level meter UI).
I'm not interested in capturing only to see if the device is ready/working.
…
2
votes
1answer
235 views
PyQt - make window top level
Hello, i need to make my window top level when i need.
Code of creating window:
class Application(QtGui.QMainWindow):
def __init__(self, parent=None):
QtGui.QMainWindow.__init__(self, …
2
votes
9answers
610 views
table level backup
How to take table level backup (dump) in MS SQL Server 2005/2008?
1
vote
3answers
74 views
How to adjust speaker volume from Java program ?
I'm running Win Vista, at the lower right side of the window there is a speaker icon next to the clock, I can click on it and adjust the volume, I wonder if there is a way in my Java program to do …
1
vote
1answer
143 views
Number of levels in a tree in LISP
An n-ary tree is memorised in the following way:
(node (list-subtree-1) (list-subtree-2) ...)
As an example, the tree
A
/ \
B C
/ \
D E
is represented as follows:
(A (B) (C (D) (E)))
…
1
vote
2answers
312 views
XNA Framework Importers
I am working on a game using the XNA framework. My game has several levels which I am storing the data in a plain old text file. In VS 2008 when I add the level file to the project and compile, I …
1
vote
1answer
104 views
how to solve the problem “ error: invalid use of ‘this’ at top level”?
I'm try to add multi-interface in ns2 following the paper Adding Multiple Interface Support in NS-2. When changing the file channel.cc, I add code below:
nextX_[this−>index()]
…
0
votes
2answers
23 views
How to make a LevelMeter from a Stream data?
I have an Input Audio stream data, VARIANT type, PCM data, 8000Hz, 16bit, Mono.
I just want to make a LevelMeter from it that moves Up and Down as the person talk to the Microphone. Like what windows …
0
votes
0answers
8 views
Can I refresh 2 level frameset when click on search button?
Global
<frameset rows="70,*,20" border="0" >
<frame name="header" src="header.php" marginwidth="15" marginheight="0" scrolling="no" frameborder="0" >
<frame name="module" …
0
votes
4answers
101 views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of the suggested …
0
votes
1answer
105 views
Architecture of Liferay Project?
Hi all,
I have to design High Level Architecture for Liferay Project. Is there any sample document for Portal Architecture related to Liferay / J2EE?
Your swift reply shall be highly appreciated.
…
0
votes
2answers
96 views
Html how to make a part on iframe, unvisible and unclickable externally? (my idea)
I have a page (A) including a BUTTON with a function close_window() , however when I embed A to my main page (B) using iframe, the close_window() can't work as expected since there is no more window …
0
votes
1answer
89 views
How to set Eclipse compiler level to 1.1
Hi I use Eclipse 3.4 Ganymade which uses JRE 1.4/1.5 alternatively.
Now I have to use JDK1.1 for one of my application. As far as I know Eclipse uses JRE1.3 as the default level of compiler. Is there …
0
votes
1answer
116 views
ASP.NET MVC: deployment issue
Hi,
I created an ASP.NET MVC 1.0 application that works fine on my machine (running in vs 2008 web server). However, when I deploy it to my webhost (running in medium trust), I get the following …
0
votes
0answers
385 views
How can I set isolation levels per method in EJB 3
Is it possible to set the database isolation level (ie Serializable, repeatable-read etc) for a given EJB 3 method call?
I understand that this is not covered by the EJB Spec, so details of how to do …
