The tag has no wiki summary.

learn more… | top users | synonyms

-4
votes
0answers
20 views

app does not work on real android device but work fine on simulator [closed]

i send string from android to pc using wifi,android using a send button but has stopped. it does't work on real android device,but on simulator it work fine. my phone using android 2.3 thanks ...
0
votes
2answers
37 views

Using isset with mysql_real_escape_string [closed]

I'm really new to PHP and am trying to build a log in system. I am aware it's really insecure, but it is just a college project in understanding the basics of PHP, so for now that's not a problem. I ...
0
votes
0answers
19 views

How to run Android UiAutomator on real device

I'm able to run my Uiautomator test cases on emulator easily. On both API 16 and 17 If I run same test case on real device it get stuct in the 1st line only. 1st m not sure with the steps to run on ...
1
vote
2answers
54 views

Counting the number of decimal places in pascal

I just started studying pascal and I have to do a pascal program as homework. I made it but i don't know how to count the number of decimal places in a real number (the number of digit after the "."). ...
-2
votes
0answers
15 views

I want paypal in my real shop in the street [closed]

I'm opening a real shop in paris, and I want to have paypal in it. As Mc Donald is having this in France, who can I talk with to buy it ? Best Alban
0
votes
3answers
64 views

Simple way to compare doubles

I am writing a numerical code that needs to make extensive (and possibly fast) comparisons among double precision numbers. My solution to compare two numbers A and B involves shifting A to the left ...
0
votes
2answers
93 views

How get real positions of element in javascript

I want to get real Y and Y position of my styled elements in javascript ( or jquery short code). var offset = obj.offset(); ox=offset['left']; oy=offset['top']; ...
0
votes
0answers
65 views

real time server technology suggestions [closed]

Im starting a project to build a real time position server. The server app will receive orders from various sources, then send the orders and an updated position to all of the connected clients. There ...
0
votes
0answers
4 views

Real Time Updater item id

I'm using Real Time Updates to get my own updates in my wall via my app, but what I receive back from the server is just my personal ID; not the item Id that I just commented.. is there a way to know ...
0
votes
1answer
46 views

get specific parameter out of html code

I want to check my online wallet for new transactions from this site instawallet.org. How can I get the value where the 0 BTC is placed and set it as variable ? Here is my code which definitly ...
1
vote
0answers
61 views

SQLite: sum of large real numbers is integer instead of real

I created a table with some values: db.execSQL("create table table_test (" + "id integer primary key autoincrement," + "money real not null" + ");"); ContentValues ...
0
votes
2answers
156 views

Real-time charts tool/frameworks/etc - I need some advises regarding technologies(frammewroks, APIs, languages…)!

guys, this is my first question in here, I first of all, I have to say I am sorry for throwing such a newbie question. What I need: A way to make a simple application that gets info from a C program ...
0
votes
1answer
208 views

OpenGL vs. wxMathPlot for real time plotting in wxWidgets?

I am new to using wxWidgets,and am looking to do a continuous real time plot. I have done some research into real time (continuous) plotting tools available for wxWidgets. I am most interested in ...
0
votes
1answer
37 views

Facebook Real Time Update For Subscriptions

I plan on using the real time updates for payment subscriptions for my applications. As each payment comes in each month I wish to give users bonus points towards our game. I am worried however that ...
0
votes
1answer
56 views

complex number in c programming

I need to work on complex to extract imaginary roots of polynomial using newton's method. The thing is that I'm getting an error, so I broke the code down to simple problem to see what's wrong. When I ...
0
votes
1answer
82 views

Object transfer using sockets in java

if(server&&network){ try{ serverSocket = new ServerSocket(12345); socket = serverSocket.accept(); System.out.println("Connected to " + ...
-1
votes
1answer
63 views

Storing floats as varchars in sqlite? [closed]

I'm working on a project that involves decimal point numbers (floats). Now my question is, do you think it would be a good idea to just store the floats as strings in varchar fields, and then convert ...
0
votes
0answers
85 views

iOS Real Memory Usage Worries

I'm profiling my app, after having experienced crashes on older devices. I've taken a lot of care, retroactively, to make sure everything is disposed of/released when removing UIViewControllers. Only ...
0
votes
3answers
90 views

How convert decimal to real

Hi to all the community, I use a function from here to calculate the sunrise and sunset and it returns: sunrise sunset 6.49055593325792 18.2873900837081 I am struggling (trying ...
0
votes
1answer
507 views

How to represent Real Numbers in Binary in VHDL

I want to know how I can represent real numbers (including floating points) in binary format in VHDL. For example: represent +0.5 or -0.013 in binary I want to program a function in VHDL that can ...
0
votes
1answer
170 views

Fortran type mismatch error

In this fortran program I've been given and told to debug, I'm getting the error: "type mismatch in argument 'p1' at (1); passed REAL(4) to TYPE(point)" and I can't seem to figure out where the ...
0
votes
1answer
132 views

fortran complications passing arrays in function

I'm trying to write a program to calculate a cross product of two vectors (input is of "real" type, so for example [1.3 3.4 1,5]). But I keep getting numerous errors: program Q3CW implicit ...
1
vote
0answers
226 views

Converting real number to string in fortran f77

I'm running into the following error in fortran when trying to convert a real number to string. iio: [-1] end of file lately: writing sequential formatted internal IO part of last string: 100000. ...
3
votes
1answer
224 views

Haskell multiply Int and real number

I have coefficient :: ??????? coefficient = 1.0 and val :: Int and I would like to do result :: ??????? result val coefficient = val * coefficient What type signatures and conversion ...
1
vote
1answer
183 views

Issue with mysql_real_escape_string()

I began learning to code a few days ago and I am having some issues with mysql_real_escape_string, specifically with a login.php. The error messages: Warning: mysql_real_escape_string() ...
3
votes
1answer
72 views

CSS having a “real” space at “position:fixed” element (prev element not overlapping a current fixed one)

I have a layout with two horizontal columns (left one is fixed) and a bottom footer (fixed as well) which is bellow the second (content) column. When I apply a border to a second (content) column I ...
9
votes
4answers
790 views

Are “Complex Numbers” already defined in Objective-C?

For the following code, -How does Objective-C know to add an "i" to complex numbers? When I defined "real" and "imaginary" as double values in the Complex.m file I figured Xcode would ONLY know that ...
0
votes
2answers
1k views

Shell script. if statement is not working

I have written a small shell scipt, but I cannot get my if statement to work. I am running a while loop through a file (14380 lines and 134 columns), and I want to do some work on certain lines ...
4
votes
2answers
97 views

SQL REAL 0 division causing interesting error on SQL Server 2008

Found an interesting problem on SQL Server yesterday, try this: DECLARE @a REAL = 0.0000 DECLARE @c DECIMAL (18,10) = 20754/3.45 -- this is 6015.6521730000 DECLARE @b DECIMAL (18,10) = CASE ...
2
votes
3answers
679 views

Regular expression for a real number with coma or dot for JavaScript

I want to know what I'm doing wrong in this code for checking a real number: var regex = new RegExp(/([0-9]+[\.|,][0-9]*)|([0-9]*[\.|,][0-9]+)|([0-9]+)/g); var invalid = this.value.match(regex); ...
-4
votes
1answer
41 views

How to control real life electronics

I want to create an app where on the screen I can press a UIButton and a motor in real life will run. How could I do this?
1
vote
3answers
385 views

Calculate the nth permutation of an array of characters using c#

I want to write a method using c# that is Calculate the nth permutation of an array of characters and return a character array of the nth permutation without using recursive function. For example If ...
0
votes
1answer
68 views

Iphone app not run on Real device

No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination. ...
1
vote
0answers
43 views

Debug android mobile apps on android tablet

Hello this is my first post here. I 'd like to know if is it possible to debug android mobile apps on android tablet but not in full screen in real size in the middle of the screen as does ipad with ...
0
votes
1answer
103 views

Compiling real mode asm (rootkit.arsenal)

Im stuck on compiling the tsr.asm code provided in the book rootkit arsenal. I installed open watcom on a XP maschine and the first asm listing was compiled well. When compiling, it throws the error: ...
0
votes
0answers
166 views

how to sync data between two or multiple data center real time

I want to know how to sync data between two or multiple data center, using rsync+inotify is better for smale files. any other ideas?
0
votes
1answer
65 views

mysql_real_escape_string preventing unsanitized fields with bad characters from being added to the database

mysql_real_escape_string is preventing the unsanitized fields with bad characters from being added to the database. I don't want to have to specify all the fields on each form (since that's both ...
0
votes
1answer
624 views

Fortran 77 decimals in real variables [closed]

I have to program in Fortran 77 and I never use it. I have a problem with real variables. I need to round a value to a certain number of decimal places before performing a calculation. I see the ...
0
votes
1answer
842 views

Addition of two real numbers shell script [closed]

How can I add two real numbers without using 'bc'?
2
votes
1answer
211 views

USB Control in x86 Real Mode

I'm working on a raw, x86 real-mode USB access project. This involves a custom bootsector, 2nd stage bootloader, and some trivial hardware drivers. End goal is to provide a product that boots, sends ...
0
votes
1answer
467 views

jQuery ColorBox real multiple instances

This question was asked before in a Google Group, but never really answered, and the group closed by the ColorBox developer Jack Moore (amazing plugin btw, tnx!). I want to create REAL multiple ...
0
votes
2answers
251 views

Get the real time passed on Android

I'm developing an application, which will have a custom yearly subscription license. I need to know exactly how much time has passed. The user could keep the device offline, therefore I can't check ...
0
votes
2answers
1k views

C# cmd output in real time

I am writing a program that uses a hidden console CMD. Starts in the codec "ffmpeg". When converting all the time gets feedback. I wish every 1 second charge results from the console. Unfortunately, ...
0
votes
2answers
460 views

Real time data from VB.net app to web server

I'm fairly new to VB.net programming. I'd like some suggestions for methods/procedures for sending real time data from a VB.net app to a web server (asp.net) for real time display. My question relates ...
1
vote
1answer
142 views

Z3 real arithmetic and statistics

Given a problem that is encoded using Z3's reals, which of the statistics that Z3 /smt2 /st produces might be helpful in order to judge if the reals engine "has problems/does lots of work"? In my ...
2
votes
1answer
217 views

Using a real device to control Android emulator

It is possible to use a real Android device to control the Android emulator? For example, if I click at a point on the screen of the actual device, the click will also occur in the equivalent ...
3
votes
2answers
91 views

Exponentiation of negative real

Can somebody explain why I'm getting a positive result in the first case and a negative in the second. auto r1 = -3.0L; auto r2 = 2.0L; writeln(typeid(r1)); // real writeln(typeid(r2)); // real ...
3
votes
1answer
2k views

Integer to real conversion function

Is there a common conversion function to convert a integer type object to a real type in VHDL? This is for a testbench so synthesizability is a non-issue.
0
votes
1answer
781 views

real time data displaying . web site using ajax,php

I intend to create a web interface to display data from a database in real-time. the data comes from monitoring devices and then stored into the database by a software compenent independent from mine ...
2
votes
2answers
149 views

TSQL: Which real number type results in faster comparisons

Among TSQL types (MSSQL): real, float and decimal; which type would result in faster comparisons? Would decimal use hardaware FPU computation or is it purely in software?

1 2