All Questions
0
votes
0answers
2 views
How to view the foreign keys relationships on a DB table in Oracle
I know that in order to view the uniqueness of a table you use something like this
set serveroutput on;
BEGIN
<DB name>.show_uniqueness('BILL_BASE.<Table name>');
END;
and this ...
0
votes
0answers
2 views
App Store Optimization - Special Characters on Keywords of Apple Store App
I'm submitting an app to Itunes Store, and I want to optimize keyword's use.
I know that, for example, it's not necessary to put both plural and singular words, because Apple treats it if I just put ...
0
votes
0answers
2 views
PostgreSQL clever use of ST_Within
maybe my question can seem stupid, but I'd like to ask if somebody can tell me how can I improve this query:
UPDATE twitter
SET poi=poi.type_name FROM poi
WHERE ST_Within ...
0
votes
0answers
2 views
Web application page corrupt when running on IPad
I'm developing a phonegap/cordova app. When i view the page in IPad (IOS6), as soon as the keyboard is up and i start typing, I get a weird behaviour:
sometimes the entire page starts jumping up and ...
0
votes
0answers
8 views
Converting Floating Point to String
I'm pretty new to Java and I am currently working on a project where I need to work with Floating points.
I am trying to convert the value from 3.5E8 (Double value) to a string value of 350000000. I ...
0
votes
0answers
2 views
Drupal views, how does views get data from this query? (sql, might not be Drupal specific)
I used Drupal views to generate the query below. It gets all users of group x.
SELECT users.name AS users_name, users.uid AS uid,'user' AS field_data_field_blogging_name_user_entity_type
FROM
...
0
votes
0answers
2 views
Show image title inside dynamic text on image mouseover for multiple images in AS 2
Problem:
I have 25 animated movieclips dragged on the stage and they have similar instance names for easier manipulation purposes inside programming using loops. The instance names look like this: ...
0
votes
0answers
2 views
rendering the image of the game developed with “C++ and SDL library”
in the bullet class i have to change the angle of the game i increased the angle in the moving method and the fact is the image moving and its not changing the angle.
i redirected the result of set ...
0
votes
0answers
2 views
Run commands after restart to default operating system
I have SCCM 2012 SP1 and am trying to modify a task sequence to run a couple of command line steps after restarting into the default os to modify a registry setting and a netsh command also.
The ...
0
votes
0answers
2 views
How Does SnapChat Send Data To Other Devices?
I'm interesting to know how SnapChat sends data to other mobile devices. For example does it send the data to a server that then stores it to be downloaded or does it send the data directly to the ...
0
votes
0answers
3 views
How to use dealloc method in a project without arc
I'm making a project without ARC and I don't understand which properties I need to release in dealloc method. Can you help me?
thanks
0
votes
0answers
2 views
Firefox SSO login on active directory enabled squid
I have Linux Domain Controller, it using samba4 to serve DNS and LDAP to the network, and overall works fine.
I also want it to be a proxy server, so I've installed squid on it.
I've decided to ...
0
votes
0answers
3 views
Suggest me best converter tool which automatically convert XML file in to xsl-fo?
I was trying to convert XML to XSL-FO with help of AltovaXMLSpy but it was directly giving me a PDF not
XSL-Fo.
0
votes
0answers
18 views
I want to delete a line in a file, here's my code
I want to delete a line in a file, here's my code, it doesn't work, but I can't figure out why after my long time carefully check.
/* A function to delete the pointed record. */
void ...
0
votes
0answers
2 views
is anyone else having problems with the paypal sandbox
i am trying to setup reoccurring payments on my site using the paypal api
i am having endless problems with the sandbox site, just wondering is anyone else having these problems?
how do you test your ...