The level tag has no wiki summary.
0
votes
1answer
36 views
All tags one level, order group and sort in xslt
I have an issue with an XML (salesorder). I import an file (csv) with a XML-structure.
The tool I used automatic creates a XML from this file with the same structure. All tags are on the same level.
...
1
vote
1answer
28 views
Show a form according to the user level in C# and SQL
Im trying to Show a form according to the user level in C# and SQL, i got data table with User_ID,User_Pass and User_Level, i want my code to see if the pass word and user name are correct and show ...
0
votes
0answers
29 views
Making a simple Level editor for a Cocos2d Javascript Game
Update:
After digging around I realised the best way to discribe my problem is in terms of a level editor.
I'm writing a simple came for the Iphone using javascript and I want users to be able ...
0
votes
0answers
19 views
stack level too deep - using scaffold generated code after modify of Client.all to Client.limit(10)
MySQL database has 27,000 rows. Initial client display is list in table format. I modified the controller from Client.all to Client.limit(10) to reduce the initial result set during initial ...
-10
votes
0answers
56 views
Algorithm Experience to Level PHP [closed]
i need better methods? its seem to me its ok.
if you can tell me why is not good i will love it!
tnx good day
<?php
function getDifficulty() {
return 4;
}
function getLevel($experience) {
...
-1
votes
1answer
51 views
Level of a General Tree in C++ [closed]
Hello I was wondering if anyone could help me to come up with an algorithm that finds/calculates the level of a general tree(firstchild, nextsibiling).
Thanks in advance.
0
votes
1answer
31 views
two-level index ElasticSearch
Is it possible to create index of structure like this:
localhost:9200/shopname/products/product
where "shopname/products" is composite index, and "product" is type?
Thanks!
0
votes
1answer
64 views
Measuring Sound input from Iphone
I'm trying to make a small sound measuring app in xcode for an iphone and i've been using the following tutorial to activate the microphone
...
1
vote
0answers
11 views
Control level access limitation for users based on user role
Can access for a user be limited at control level? I learnt that page level access can be controlled using asp.net Membership,but can this be done even for controls on a page..Like, if an admin logs ...
0
votes
0answers
164 views
Matlab code about Level Set Based Shape Prior Segmentation
I'm a freshman,I have some difficuties in writing matlab code after reading the paper:Level Set Based Shape Prior Segmentation(2005CVPR-Tony Chan).
In the formula (2), how to initialize the ...
0
votes
0answers
32 views
Error replacing a “NA” value in the workframe
Whenever I try to assign a value (mean) to a specific location in my workframe, to replace a "NA" R gives me:
Warning message: In [<-.factor(*tmp*, iseq, value =
40.7392573981055) : invalid ...
0
votes
1answer
45 views
Locked and unlocked game level android
I'm currently doing my thesis. I want to make a level select in a game, let say it has 10 levels. I want to make the 1st level unlocked but the 2nd-10th level is locked. The 2nd level will be unlocked ...
2
votes
1answer
131 views
Type-level arithmetics in OCaml
Ok, more type hackery failure. :) :P
In my week-long pursuit of getting rid of (runtime) assert(n > 0) and instead checking it statically, I've come up with this module:
module Nat : sig
type ...
1
vote
1answer
96 views
C# XNA Input string was not in a correct format Error
Thanks for looking at this.
I am currently making a game using XNA and C# but I've run into another problem involving the loading of levels from a text file. Currently I am running the file through ...
0
votes
1answer
236 views
USING CONNECT BY clause in ORACLE
I have the following table:
CREATE TABLE TASK_2
(
ROLE_NAME VARCHAR2(50 BYTE),
MIN_CNT NUMBER,
MAX_CNT NUMBER
)
WITH THE FOLLOWING DATA:
INSERT INTO TASK_2 VALUES ( 'SE', 3, 5);
INSERT INTO ...
-3
votes
2answers
123 views
Android project working in 2.2(Level8) and 2.3.3(level10) not working in 4.2.2(level16)?
in my project JSONObject and JSONArray data work in level 8 and level 10 but same code not working level 16 why this happen here is my code
HttpClient httpclient = new DefaultHttpClient();
...
0
votes
0answers
81 views
XNA Looping a world with a 2D Camera
I'm just beginning to program in C# and using XNA and would greatly appreciate any help.
I'm trying to implement a 2D camera with zoom (which I have working fine) with a looping world (background, ...
2
votes
1answer
146 views
java.sql.Connection Isolation Level
I am writing some spike code that isn't giving me the the results I am expecting.
I have a table that is basically rows of counters. Other tables use these rows to generate what should be unique ...
0
votes
0answers
292 views
Changing Java-Security-Level in deployment.properties-File after applet is completely loaded
I´m developing some Java Applets for integration in our companies business application. The problem is the new "grant-dialog" (since JRE-7U11) which prohibits loading an applet without ...
1
vote
4answers
628 views
Get Battery Level with BroadcastReceiver in Android Service
I have a code, that I need get the Battery Level of my Android device, but I have a big problem!!
I have a android Service where I go get battery level and send by UDP.
This is my Service code:
...
0
votes
1answer
84 views
Nested Navigation
I want to make a Navigation with 2 levels.
My Code so far
<?php
$sql = ("SELECT name, id, pid FROM tl_table WHERE pid='' ORDER BY name");
$result = mysql_query($sql);
...
0
votes
1answer
108 views
systemOrSignature protection level
There seems to be some conflicting information about the "systemOrSignature" protection level.
If I have a preinstalled system app included with the image by the OEM, but signed by me, my app will ...
0
votes
0answers
40 views
Managing level datas in android
Recently I'm converting my flash game into an android app. My game is a puzzle game with almost 1000 levels. The game is about moving blocks. I already collected the data of the levels.
I need some ...
0
votes
1answer
113 views
level selection xcode without cocos2d…!
My Question concerns an easy way for a game level selection.
For example: I have two ViewControllers. On one ViewController I programmed a game code. If I achieve the game goal I will show a hidenn ...
0
votes
0answers
163 views
Log4j with custom level
I want different logs per users level.
I create own LogLevel class
package com.test.log;
import org.apache.log4j.Level;
public class CustomLevel extends Level {
public static final int ...
0
votes
1answer
523 views
bootstrap multi level dropdown menu with collapse
i'm trying to accomplish a multi level collapsable dropdown sidebar with bootstrap.
so far i've made it to this point (follow up from others)
I am trying to close the other open accordions when i open ...
1
vote
1answer
211 views
Acrobat SDK - Retrieving PDF paths on open
I want to have a script, preferably folder-level, that runs in the background. Every time a PDF is opened, I want to get the file path to that PDF and save it to an array. The problem is that I have ...
0
votes
1answer
769 views
jstree get the level of selected node
How can I get the level of the currently selected node? I.e. the number of parents it has.
I have the section which executes on selection of a node as such:
.bind("select_node.jstree", function ...
2
votes
1answer
311 views
Flow Free Like Random Level Generation with only one possible solution?
I've implemented the algorithms marked as the correct answer in this question: What to use for flow free-like game random level creation?
However, using that method will create boards that may have ...
0
votes
0answers
148 views
freerdp Network level authentication failure
I really appreciate if you guys can help in below issue:
Network level authentication failure -
1) I am using Freerdp latest code compiled for windows Visual studio 2010 using below link:
...
0
votes
1answer
143 views
Android how to calculate optimal zoom level?
How can I calculate the zoom level for the tracked route to fit perfectly to the view of map(screen)?
I have the start and end point of root/whole track/ in Lon/Lat position, I able to calculate the ...
1
vote
0answers
119 views
Ajax cascading dropdownlist 3rd level not working properly
I have been using AJAX for 2 level cascading dropdown lists. Country and state. It was working fine. Problem is now I added one more level - City now the problem is , city is not binding properly. On ...
0
votes
2answers
248 views
Android development: api 14 vs api 15
I want to develop an app for android ice cream sandwich and versions above. So, what I discover is that android 4.0 supports api 14, and android 4.0.3 api 15. Look at the dashboard ...
-4
votes
1answer
170 views
HighScore in java? [closed]
Im making a game and im wondering how could I read in high score and when they finish the level compare their score with high score and write that score ? What would be a good way to start ? can ...
0
votes
0answers
44 views
all log4j level is treated as debug level
I have a web application and it use my another application packed as jar. in war\web-inf\classes\log4j.properties, I wrote
log4j.rootLogger=WARN, A1
...
0
votes
1answer
646 views
What does the ffmpeg loglevels mean? [closed]
FFmpeg has several loglevels (see -loglevel). These are, in order: quiet, panic, fatal, error, warning, info, verbose and debug.
But the documentation is not very verbose with explaining their ...
0
votes
1answer
226 views
Questions on making Mega Man X clone (SNES) using pygame [closed]
I was trying to create a side-scrolling jump and shoot game just like Mega Man X on SNES, but I was stucked when I try to load a level map.
The problem is, it keep causing 100% CPU usage (and causes ...
0
votes
1answer
252 views
Level order insertion in binary tree
We have to insert elements in a binary tree level-by-level, that is, for an array:
a = {1,2,3,4,5,6}
1st level = [1]
2nd level = [2, 3]
3rd level = [4, 5, 6]
I have worked out a code but it ...
1
vote
1answer
109 views
Finding median level of a set of points in the xy-plane
Median level is defined as a line that separates a set of points in the xy-plane in 2 equal parts. (In case the number of points is odd, the line goes through one of the points)
How can I find this ...
1
vote
1answer
223 views
log4j isolating certain level from a class
I want to ask something on log4j. I have this config file for log4j on activemq. My problem is that I want to log all INFO level messages from every class I have, but I want to log all DEBUG level ...
-1
votes
1answer
214 views
Compare the levels of two factors
Is it possible to evaluate two factors, to see whether they have the same numer of levels and if so which levels are not present in one or the other.
1
vote
0answers
119 views
Linear and Gamma Correction - Posterized
I am writing an image processing application focused on astro pictures.
The pecularity of these kind of images is that they come out from calibrating tools with a very narrow histogram that needs to ...
1
vote
1answer
58 views
SQL Level the data conditionally
I have the following puzzle to solve (an urgent business assignment to be exact)
SQL SERVER 2008
I have a table of this form
ID Market SubMarket Value
1 1 1 3
...
3
votes
2answers
981 views
Audio level meter for NAudio recording
I´m recording audio to a WAV file using NAudio library. I want to be able to update a ProgressBar to the value of audio level/volume as the sample data arrives.
public WaveIn Recorder_NAudio;
public ...
0
votes
1answer
441 views
How to set the zoom level of the map view making exact three pins visible?
My map view contains many pinpoints.When ever the user takes that activity the map should be zoomed in such a level the correct 3 pints are visible.The map should not be zoomed more or less it should ...
3
votes
2answers
183 views
Ghost factor levels in R [duplicate]
Possible Duplicate:
dropping factor levels in a subsetted data frame in R
I have subsetted away observations with a certain factor level. When checking whether this has been done with ...
1
vote
1answer
349 views
Populate TreeView from another class (or something better?) C#
I'm trying to make a level reader application for one of my favourite games, and simply put this is what I'm trying to achieve currently:
First 8 bytes of level file:
0100000001000000
It states ...
0
votes
4answers
2k views
Convert ByteArray to String for use in TextBox c#
Yes, I have read solutions for about 5 hours, none of them work.
BitConverter just creates a blank string.
Basically what I'm doing is trying to create a level reader, which will read a levels ...
0
votes
1answer
322 views
app.config in DEBUG,INFO, etc
I have a problem with app.config in C#.
I wrote an app.config with key and value=DEBUG, while in main I wrote
DEBUG,INFO,WARN AND ERROR.
The problem is that the value doesn't work and it's ...
2
votes
1answer
134 views
Android API < 8 where did they go?
In the sdk manager I can only see API levels 8+, how can I download api lower than that. I want to make my app compatible with 2.1.X, 2.1, and 2.0 at least
