Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
11answers
10k 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 ...
14
votes
10answers
17k views

table level backup

How to take table level backup (dump) in MS SQL Server 2005/2008?
7
votes
1answer
438 views

R: Confusion between factor levels and factor labels

There seems to be a difference between levels and labels of a factor in R. Up to now, I always thought that levels were the 'real' name of factor levels, and labels were the names used for output ...
6
votes
5answers
361 views

Choosing the right API Level for my android application

I currently have a application targeted at android 2.3 (api level 10), but went thinking that probably people using android 2.1/2.2 or older won't even be able to see the application in the market. So ...
5
votes
2answers
2k views

Input level monitoring with Java Sound API

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. Any idea ...
4
votes
4answers
3k views

android api level

How do I get the Api level of the phone curently running my application? I am sure its simple but I can not find it as all my searches bring up tons of junk.
4
votes
3answers
5k views

Java Printing a Binary Tree using Level-Order in a Specific Format

Okay, I have read through all the other related questions and cannot find one that helps with java. I get the general idea from deciphering what i can in other languages; but i am yet to figure it ...
3
votes
2answers
338 views

Level Selector Screen like Farm Tower, Angry Birds, Cut the Rope, etc?

I want to make a level screen for my game similar to the ones in Angry Birds, Farm Tower, and Cut the Rope (the part where you select worlds, or the part similar to the gallery widget). I wanted to ...
3
votes
1answer
262 views

Block level disk cache, how to find the logical block address of the block requested by the file system

I am trying to build a disk based block level cache, with SSD as a cache for HDD's . the way I am implemented is by creating a logical device is dev. creating a FS, mounting a directory on it. When i ...
3
votes
2answers
2k views

Set minimum zoom level for MapView

Is there a way i can set a minimum zoon level for my MapView?. I don't know if you've realized the map looks really ugly when zoom level is one. You see the whole world map replicated. I would like to ...
3
votes
2answers
1k views

Browser zoom level: detecting, adjusting with Javascript

In the 2-frame 'rows=' frameset I have, a user change of the zoom level to less than the 125% I coded for produces "dead space" between the frames. In JS, is the browser's zoom level detectable, and ...
3
votes
2answers
461 views

Set compression level when generating a ZIP file using RubyZip

I have a Ruby program that zips a directory tree of XML files using the rubyzip gem. My problem is that the file is starting to be heavy and I would like to increase the compression level, since ...
3
votes
3answers
2k 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 ...
3
votes
2answers
3k 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 ...
3
votes
1answer
1k views

PyQt - make window top level

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, None, ...
3
votes
1answer
1k 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 ...
2
votes
2answers
84 views

Sudoku difficulty rating

I want to build a sudoku game with a generator. I have figured out everything how to do it without the difficulty level: easy, medium, hard. My question is how many numbers should I hide depending of ...
2
votes
2answers
99 views

Apply EuclideanDistance at a certain level in Mathematica

Please consider daList = {{{21, 18}, {20, 18}, {18, 17}, {20, 15}}, {{21, 18}, {20, 18}, {21, 14}, {21, 14}}}; I would like to compute the distance between each point in the 2 ...
2
votes
2answers
32 views

PHP DOM with XML finding header like node

I'm having trouble getting the nodeValue of a specific set of nodes. The xml looks like this: <root> <SpecialParameter>Some Text</SpecialParameter> <SpecialInfo ...
2
votes
5answers
218 views

php game, formula to calculate a level based on exp

Im making a browser based PHP game and in my database for the players it has a record of that players total EXP or experience. What i need is a formula to translate that exp into a level or rank, out ...
2
votes
2answers
91 views

What log level to use for method enter/exit?

what log level should one use for method exit/enter? The log4j levels follow the following order. DEBUG INFO WARN ERROR FATAL
2
votes
3answers
104 views

What is the pythonic/faster way to declare module-level constants with computed values?

I'm writing a utility module for easy handling of data text files. I have declared some module-level constants to provide default values to my methods arguments since for now I only use these values ...
2
votes
3answers
784 views

SLF4J debugging level configuration + Logging framework integration

I am considering using SLF4j to integrate multiple logging frameworks. The java.util.logging.Logger class has a nice method called setLevel(Level newLevel). It enables logging configuration at a ...
2
votes
1answer
112 views

Execute a procedure, once any database is restored on the database server

In our organization database server is upgraded from SQL 2005 to 2008. Whenever we restore any database backup that we receive. Its compatibility level is not 100. In some cases it's compatibility ...
2
votes
4answers
473 views

2-level cache in java

guys How can I organize a 2 level cache in java? 1st level - memory 2nd level - filesystem Where I can find information about 2 level cache implementation and cache strategies configuration or can u ...
2
votes
1answer
28 views

Updating Aggregate Column In Isolation Question

I have a deal and transaction table, where the deal table has an aggregated column, 'TotalSales', which is simply a count of transactions per deal. With the following command, is there ever a chance ...
2
votes
1answer
296 views

Securing Struts Application in Action Level

I have a struts application. I would like to secure it. I have a set of roles for the application and my requirement is I have to restrict access to Actions based on user role and restrict access url ...
1
vote
1answer
74 views

ITK set color window/color level

i have a question about something that i am having a hard time finding answers on google: color level and color window. I am using itkIntensityWindowingImageFilter1 to set both of them, but i really ...
1
vote
5answers
332 views

Converting Android version 2.3 to 1.5

I have developed one application in Android version 2.3, and want to convert it into 1.5. Unfortunately I am experiencing some problem with that. I have changed minSDK from 8 to 5 changed from ...
1
vote
3answers
227 views

How to target multiple API levels?

I am looking to use Android's Camera.open() method on two separate API levels. First is API level 7, which is 2.1 and higher and the second is 2.3.3 & 2.3.4 which are API level 9. On API level 7 ...
1
vote
1answer
499 views

How to get top level domain (base domain) from the url in javascript

I would like to extract the top level domain (base domain) from the url in javascript. For example for the list of urls listed below I need to get google.com (or google.co.in as the case may be) as ...
1
vote
2answers
254 views

ASP.NET error: Error 1 'isEqual' is not declared. It may be inaccessible due to its protection level

Hope there's .NET developers here that could enlighten me up. I actually already made up some pages in .NET environment, and i'm using VB.NET as my back-end. Phewww....! I have 2 files of A.ascx ...
1
vote
1answer
418 views

ERROR: duplicate key value violates unique constraint “xak1fact_dim_relationship”

I am getting the below error while deleting some rows and updating the table based on a condition from java. My database is PostgreSQL 8.4. Below is the error: ERROR: duplicate key value violates ...
1
vote
1answer
126 views

Rails 2.3.x per-request logging

does anybody have experience with how to make Rails (2.3.x) log on a request level? Like having all logs that were thrown while handling a single request somehow grouped together. Right now every log ...
1
vote
1answer
86 views

LOG4J call only for specific function

asking this as an experiences Log4j user: We have a pretty big class with lots of debug statements (Logger.getLogger(class).debug("Borrowed connection "+con.getId())... you know what I mean :) Now I ...
1
vote
1answer
306 views

CGWindowListCopyWindowInfo, kCGWindowLayer and window level

CGWindowLevel.h defines the constants that are used to set the window level and the largest value that can be used as window level is 20. But, if you retrieve the window list using the call ...
1
vote
2answers
176 views

Which application to use for iPhone Game / Level Design

Just a simple question for the most of you all! Which program is best to use for designing a game / level enviroment for the iPhone? And which fileformat is the best to use? Hope to hear from ...
1
vote
2answers
297 views

jQuery: getting level of selected li

i'm working with wordpress+jQuery - there's a navigationscript (it's an UL) with several levels like this: <ul> <li>level 1 - item1</li> <li>level 1 - item2 <ul> ...
1
vote
1answer
115 views

Mac API to get zoom level applied to screen

I am developing an Desktop application (Mac). I wanted to get the zoom level applied to the screen using the shortcut Cmd+Plus given in System Preferences. Is there any API or method available to get ...
1
vote
2answers
152 views

sql server compatibility level

i've to downgrade a bunch of queries from sql server 2008 to 2000. some functions are not supported in 2k, like cte or row_number(). i've copied the database to an sql-2008 server, setting ...
1
vote
1answer
107 views

How to get one level in XML by linq

I have an XML <item id="1"> <item id="1.1"> <item id="1.1.1" /> <item id="1.1.2" /> <item id="1.1.3" /> </item> <item ...
1
vote
0answers
76 views

Access to iTunes Sound Check Results on iPhone

I would like to propose to the user some songs whose volume doesn't exceed a certain level. Is there any way to access to the results of the 'Sound Check' option, from the iPhone ? If not, do you know ...
1
vote
1answer
180 views

Is package level annotations still available on EJB3 to map entities on JPA/Hibernate?

The Problem: I have two complementary projects, a base one (Base Project) with shared entities and a specific one (Specific Project) that needs to query the entities from the first project. They ...
1
vote
2answers
612 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 ...
1
vote
1answer
480 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
1answer
621 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
53 views

Declaring Inner dictionary comparer C#

I have a dictionary as follows Dictionary<ulong, Dictionary<byte[], byte[]>> Info; And the inner dictionary holds a byte[] array as a key. I am unable to understand how to declare the ...
0
votes
4answers
36 views

Android & Eclipse: Changing application API level

I am having some difficulty in figuring out how to change an applications API level - the only available level I can configure is level 15. This is not so good as the device I am attempting to test ...
0
votes
0answers
23 views

.NET - Determine silence in mp3

How could I determine the sound leveling at certain position in a mp3 file ? I checked already some libs (fflib, alvas, ...) but was not able to address this in a straightforward manner. Could ...
0
votes
0answers
16 views

How to realize nextLevel function in android game? Call activity from non-activity class here?

The situation is following: I’ve got GameActivity class: public class GameActivity extends Activity{ @Override public void onCreate(Bundle savedInstanceState) { ...

1 2 3