The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
50 views

Why is “\n” a number “NaN” in Javascript

In JavaScript on Chrome and Firefox: isNaN( "\n" ) gives false parseFloat ( "\n" ) gives NaN The same is yielded for \t, \r and \f.' \n is a number Parsed \n gives you Not A Number. Escaped ...
0
votes
1answer
32 views

Explain this inconsistency [duplicate]

Here are two methods. One modifies the variable x, the other does not. Can you please explain to me why this is? x = [1,2,3,4] def switch(a,b,x): x[a], x[b] = x[b], x[a] switch(0,1,x) print(x) ...
0
votes
0answers
50 views

OpenGL Polygon Rendering inconsistency

I am using opengl simple commands for demonstration purpose in my project. Well, my project is similar to mesh a rectangle region into a set of small convex polygons. First, I tried to render the ...
0
votes
0answers
23 views

Office.Interop.Excel reference in different projects - Inconsistent behaviour

I have two projects. Both are referencing Microsoft.Office.Interop.Excel and in Code call: using Excel = Microsoft.Office.Interop.Excel; Both projects Build and Run without Errors on Local Machines ...
0
votes
3answers
77 views

Python's super() for multiple inheritance inconsistency [closed]

I've two examples of multiple inheritance thats look like the same but i'm getting differents results order. First Example from Joël: class A(object): def t(self): print 'from A' class ...
0
votes
0answers
78 views

MKUserTrackingBarButtonItem custom action inconsistent behaviour between iPhone and iPad

I'm having an issue setting a custom action on MKUserTrackingBarButtonItem, my method is never called on the iPad, yet it is on the iPhone. This occurs on both the Simulator and the device. I have ...
0
votes
1answer
69 views

Octave and Matlab “wat” matrix/vector inconsistencies

I've noticed various cases in Matlab and octave where functions accept both matrices and vectors, but doesn't do the same thing with vectors as it does with matrices. This can be frustrating because ...
0
votes
0answers
129 views

Raspberry Pi: Inconsistent behaviour with Chromium AutoSelectCertificateForUrls policy

Firstly, I have this working on my laptop (Ubuntu x64) yet find inconsistent behaviour when doing the same thing on a Raspberry Pi (Rasbian Wheezy 2013-02-09). The only differences I can find between ...
0
votes
1answer
18 views

Different behaviours of AlertDialogue between a rooted Transformer tf 101 and a Samsung Note 2 and Samsung Galaxy Tab

So, I have a simple thing of code: private void promptToZap() { DialogInterface.OnClickListener dialogClickListener = new DialogInterface.OnClickListener() { @Override public void ...
0
votes
0answers
20 views

Hibernate state inconsistency

We are using two processes which access the same database using hibernate. First process saves the object and I can query it from the same process. however, using the second process,I am able to query ...
1
vote
1answer
45 views

opera browser displays margin differently

I'm going nuts on this, I can't figure out what causes the margins of the right sidebar gallery images to be rendered differently on opera browser. More specifically the bottom margin of the images ...
0
votes
2answers
216 views

jsonp inconsistent error: object is not a function

I'm trying to use jsonp with jQuery but I get inconsistent behaviors. Sometimes the script works, sometimes it does not; I don't really understand why. This is the error that may be displayed by ...
0
votes
0answers
16 views

How to solve inconstancy of huge datasets between client & server (API)

Problem Description Imaging having a client (e.g. a mobile application) displaying a list of data (retrieved through an API, paginated in smaller chunks) pre-sorted server-side by an API parameter ...
1
vote
4answers
172 views

Why doesn't a constructor accept parameters of a class with lower accessibility?

Here it is: I have two Forms and one Class, I want to pass the instance of this Class from Form1 to Form2 through a parameter (which belongs to the second form's constructor). public partial class ...
1
vote
2answers
82 views

App engine datastore inconsistent?

This is so weird... First of all this query works in the datastore viewer, ie. it returns the correct row. SELECT * FROM Level where short_id = 'Ec71eN' But if I run this ...
1
vote
0answers
84 views

bullet physics - how to compensate for smaller fixed time steps when stepping the simulation

I wonder how to compensate when calling DynamicsWorld->stepSimulation(), say twice as fast, for instance running at 60 fps compared to 30 fps, while mantaining the physics' behavior in the faster ...
0
votes
1answer
34 views

How do I fix inconsistent accessibility: property type FFT_Plotter is less accesssible that…

I have been researching this problem and I haven't been able to find a solution that fixes my problem. So my question is; How do I create a variable that has a global scope throughout a form. Here's ...
3
votes
1answer
289 views

imagejpeg() unable to open for writing - sometimes it works, sometimes not

I try to save an image resource to an image by the following code: imagejpeg ($destination_res, $destination, 100); The script also contains a file-upload which does work (the files always exist in ...
0
votes
1answer
120 views

Push Notifications are not received sometimes

I have this strange problem with iOS Push Notifications: I configured my server to send push notifications, yet sometimes they are not delivered. in order to get them back to work on a specific ...
0
votes
2answers
275 views

Django: datetime.now() time inconsistency in model object save

The above is one of my tables in admin interface in the descending order of id(recent record is at top). And here is the way I used to create the model objects and save. notification = ...
1
vote
5answers
98 views

Is there any inconsistency in the C programming language? [closed]

Somewhere I read that a professor claimed that there is some inconsistency in the C programming langauge. Is this correct and if so, what is it? I believe that I remember that the argument the ...
1
vote
2answers
113 views

Maven chooses inconsistent version of indirect dependency: why, and how to prevent?

We encountered a situation where Maven chose an inconsistent version of an indirect dependency, and I'd like to understand why, and how to prevent this in the future. Our pom.xml file had the ...
0
votes
1answer
869 views

Calling Ads API reachestimate returns “Application does not have permission for this action”

Following the Ads API docs for reachestimate (http://developers.facebook.com/docs/reference/ads-api/reachestimate/), I received a "false" response when calling ...
0
votes
2answers
22 views

Is it possible to force EF to cancel Committing in case a dependent entity does not exist anymore?

I want to create a new entity upon an existing of another entity in EntityFrameWork. For instance, let's say I want to create barEntity object if fooEntity with ID=999 exists in Db: var fooEntity ...
0
votes
1answer
39 views

In a logic view perspective, it a “one” (and consistent) memcached server by app?

It's a question about GAE behind the scene. ok, it can be a silly question, but I want figure out how google can support geographic distributed datacenters and what strategies used in memcached in ...
0
votes
0answers
161 views

jquery transit inconsistency

Ive put this example together to show a problem I am having with jquery transit. What I want to happen is for the UL to seem like it is infinitely going up. Youll notice, I have that it shifts 146 ...
3
votes
1answer
131 views

How is my Rigid Body Collision code inconsistent?

I've been trying to replicate the system found here: http://www.myphysicslab.com/collision.html So far this is my code (for the case of hitting an infinitely massive object, like an immovable wall): ...
2
votes
2answers
86 views

Can a function be named default?

I was creating a function in Visual Studio 2012 to check if an item was the default and went to call it default(). However, I noticed that when I finished and waited a couple of seconds, the name was ...
10
votes
2answers
143 views

Must &= always be interpreted as an operator?

I was coding and accidentally left out a space between a constant reference and its default value. I was surprised to see that it came up as an error in Intellisense, so I compiled it, and sure ...
3
votes
1answer
51 views

How is for…in implemented in JavaScript?

I saw a question about the iteration order of for...in statements, and warning that the order cannot be trusted. How is the iteration and tracking of the current and visited nodes done internally, and ...
0
votes
0answers
70 views

counters and scanners inconsistency when scan hbase table

I have a problem when scanning the hbase. When scan the table, the counter will increase by 1 in processing every row. If the scan amount is little (<10 million), the incrementing counter equals ...
0
votes
2answers
57 views

Inconsistent accessibility issue

I'm getting the following error: Inconsistent accessibility: parameter type 'RR.DAL.LINQSqlCLient.StaticReport' is less accessible than method ...
1
vote
0answers
48 views

Incosistency in Django multiple databases

I have set up Django multiple-database configs. I have one default database for writing and two slave databases for reading. I'm using mySql. Using Django shell, I write to the database and using the ...
2
votes
1answer
85 views

2 identical installations of apache/php return different results from the same SQL Server database

I wrote the code on my development machine WinXPsp3, which has apache standalone 2.2.21. The query worked fine. I then copied the php over my production machine WinXPsp3, which had apache 2.2 windows ...
4
votes
1answer
125 views

Converting string to base36 inconsistencies between languages.

I have noticed some inconsistencies between Python and JavaScript when converting a string to base36. Python Method: >>> print int('abcdefghijr', 36) Result: 37713647386641447 ...
0
votes
1answer
877 views

CGAffineTransformRotate and M_PI inconsistencies (Objective C, iOS)

I'm trying to do simple rotations in Objective C and there are a couple problems right off the bat. One thing is the inconsistency I get from CGAffineTransformRotate and how M_PI is inconsistent when ...
8
votes
1answer
96 views

Inconsistency in Equals and GetHashCode methods

After reading this question Why do "int" and "sbyte" GetHashCode functions generate different values? I wanted to dig further and found following behavior: sbyte i = 1; ...
0
votes
3answers
106 views

How to avoid two-phase construction of aggregated types referenced by shared pointers with back-references?

Assume I have a type Aggregator and one Aggregatee. The former knows a collection of the latter by shared_ptrs. The latter has a unique back pointer to the former: struct Aggregatee { private: ...
7
votes
2answers
519 views

PHP get_headers() reports different headers than CURL

How is it possible that get_headers() could possibly return a different result than getting them by CURL? Here is my code: header("Content-type: text/plain"); $url = ...
1
vote
2answers
238 views

Getting a specific number of rows from Database using RowNumber; Inconsistent resutls

Here is my SQL query select * from TABLE T where ROWNUM<=100 If i execute this and then re-execute this, i dont get the same result. Why? Also, on a sybase system if i execute set rowcount ...
1
vote
4answers
178 views

JavaScript function not returning true

I have the following js function and I'm pulling my hair out trying to determine why it won't return 'true'. I've verified the logic block is being hit by adding an alert into the block but it seems ...
3
votes
3answers
452 views

Java ScheduledThreadPoolExecutor running 15 milliseconds late / inconsistent time?

I'm new too this site so forgive me if I've posted this questions in the wrong place or something :) I've been researching and creating test programs non-stop trying to figure out what might be going ...
0
votes
1answer
85 views

XML schema method naming inconsistency

I am hoping someone has experienced this issue and can maybe shed some light. I have an xml schema and an ant build file. The output .java files differ when I run ant on Windows versus Mac, even if I ...
0
votes
1answer
325 views

Difference physics between release build and debug build on iOS

I have an iOS game that uses Box2D. When I run it in Debug mode everything is fine. When I run it in Release mode all game objects speed up and it seems like the mass of game objects is higher or ...
2
votes
1answer
661 views

TypeError: function() argument after * must be a sequence, not generator

While trying to write a tiny, obfuscated type checker, an unacceptable code pattern was discovered. However, it inconsistently fails to work properly. This is the code that was initally written to ...
42
votes
8answers
5k views

Jelly Bean DatePickerDialog — is there a way to cancel?

--- Note to moderators: Today (July 15), I've noticed that someone already faced this problem here. But I'm not sure if it's appropriate to close this as a duplicate, since i think I provided a much ...
0
votes
1answer
317 views

MongoDb insert (Perl driver) vs mongoimport inconsistency

I have a collection in mongo in which I am inserting data from Perl (using MongoDb) and with mongoinsert. The problem is that the data types for numbers become inconsistent. For example, from Perl, ...
2
votes
1answer
66 views

MySQL Inconsistencies in index usage on the same query

I have a table of over 9 million rows. I have a SELECT query that I'm using an index for. Here is the query: SELECT `username`,`id` FROM `04c1Tg0M` WHERE `id` > 9259466 AND `tried` = 0 LIMIT 1; ...
3
votes
4answers
713 views

“Syntax error in INSERT INTO statement” error when I try to insert date to Access database by C#

I want to insert a date record to an Access database. Here is my code: cmd.CommandText = "INSERT INTO AlarmHistory(Date) VALUES ('6/8/2012')"; cmd.ExecuteNonQuery(); It gives Syntax error in ...
0
votes
2answers
321 views

Error retrieving coordinates on a Motorola Defy+ (MB526)

First of all, I apologize for the English, I don't know how to write english very well. I am creating an application that should show the user's location on the map. As per the documentation, I've ...

1 2 3