All Questions
2
votes
2answers
15 views
SQL Query Help SUM of Columns accross multiple tables
Hi I wonder if you can help with the following query , I am going around in circles trying to get the syntax correct.
I have two Tables Orders
OrderID | Product ID | LineTotal
1 ABC ...
0
votes
0answers
7 views
Facebook return com.facebook.sdk error 5 during Friend Wall Post
In my App I used Facebook sdk 3.1 and using that I try to do wall Post.
Using This Code Snippet I can successfully wall post Image and Message on Friend Wall and on my own wall.I just change me/photos ...
1
vote
2answers
23 views
sending object converted to json string with post to php script
Right, so need some help with why it doesn't do what I want it to do.
I have something like this
var getUsername = $("username").val();
var getPassword = $("password").val();
var ...
0
votes
0answers
5 views
parallel programming, across multiple OS & hardware platforms
I am working on a parallel implementation of a particular text parsing software, which may have mathematical tools built in later.
The program is being built in C.
I have a few queries I would like ...
0
votes
0answers
4 views
highcharts 'stackY' is not using the 'valueDecimals' attribut
i am using this code to display the tooltip of a multiple series chart:
tooltip:{useHTML:true,
valueDecimals:0,
valueSuffix:" ms",
pointFormat:"<div class=\\\"cartouche\\\"><div ...
0
votes
4answers
36 views
Converting Excel File From .csv To .xlsx
I want my application to go and find a .CSV excel file and convert it into a .xlsx file instead.
Here's what I'm currently doing;
var fileName = @"Z:\0328\orders\PurchaseOrder.csv";
FileInfo ...
0
votes
0answers
3 views
Does xdmp:database-restore overwrite any existing information in a database?
Does xdmp:database-restore overwrite any existing information in a MarkLogic database?
-1
votes
0answers
18 views
NullPointer error in json parsing
I am getting an error when i am parsing the data. The following code i have done. I am Getting an Exception.Is There any problem in Main Activity,Url or jSon Parser.
MainActivity.java
package ...
-1
votes
1answer
10 views
Convert .csv to .txt
It is any plugin for open office to save .csv file into .txt files? With Microsoft office it is possible, but i can't see any options with open office.
I have found this, bat that don't work, link
-2
votes
0answers
5 views
I am looking for VBA code which should extract web content
I am looking for VBA code which should extract web content from a particular site under a particular heading
However the site has user Id and password.
I have supplier name in the excel using this we ...
0
votes
0answers
4 views
Get list of data points in the canvas after zoom jqplot
I really appreciate if someone can help me out on this. We are using Jqplot to plot some statistical data and like the zooming functionality.
Specifically we want to use the examples in
...
0
votes
0answers
14 views
Android: rotate a point around another point (without losing precision)
I'm on Android and I'm trying to rotate a point (A) around a center stopping it only when it belong to the line that connect my center to an other point (B) in the space.
The point coordinates are ...
0
votes
1answer
11 views
Check if all of the elements in one numpy array exist in a second numpy array
Does anyone have a more numpy-like way of accomplishing this:
def uneven_compare(array1, array2):
return numpy.all([numpy.any(array2 == elem) for elem in array1])
I just want to check if all of ...
-5
votes
0answers
18 views
0
votes
5answers
28 views
Make a query, but ignore children of a given element even if they match
I have this html :
<div id="container1">
<div id="container3">
<div class="item"></div>
<div class="item2"></div>
</div>
...
0
votes
0answers
2 views
Add jdoc of custom class to enunciate docs?
I have a Maven-JAX-RS project written in java and using enunciate to automatically generate docs with every build. So far, it works well - he generates api-docs for all REST-Endpoints in my project.
...
-2
votes
0answers
32 views
How does this website check that you are entered?
This question is more curiosity than actual implementation.
All on the same page, they use your steam account to enter you into the giveaway. I assume this is done with a MySQL database considering ...
0
votes
0answers
2 views
finding out the reason for Web Socket disconnect happened
I am using Jetty Web sockets in my Application with jetty 7 as our Server .
In our Application , data will be continuously flowing for every 1 second through web Socket , and as per our ...
0
votes
1answer
14 views
UIActivityViewController customisation: border and background color
I would like to know if it is possible to customize the background color and border color of this component ?
I would like to replace the semi black color with white..
0
votes
0answers
8 views
Google chrome is overwriting the latest saved password with wrong password which we entered 1st time
I am testing the some issues.... at that time i am facing following issue with chrome browser.
First Clear the Browser history and set browser to remember passwords.
after that I am trying to login ...
0
votes
1answer
10 views
PDO Transaction: how to know which queries caused an error?
I'm using PDO inside a PHP script to do SQL queries. I want to do a transaction with more than one query and catch the errors. The code is like this:
try
{
$dbh = new PDO(...);
$dbh-> ...
0
votes
0answers
6 views
Select a button inside multiple divs in capybara
I have same button inside different div id's .I want to select button inside the first div.Also my button contains multiple classes. Following is the code using
<div id="1">
<button ...
0
votes
0answers
4 views
Titanium, Bring window to front from stack
I have 3 flows in my titanium application. Each flow can be started by a button in a menu. The menu is visible on every window, so user can start any flow from within another flow.
Flow Number 1) ...
-1
votes
3answers
37 views
Can anyone explain the output
If I try to print a float as an int, this code:
main () {
float a = 6.8f;
printf("%d", a);
}
...
0
votes
0answers
10 views
How to set an event duration limit to define “same event” and “new event” in Access 2010 query or SQL?
I hope someone can help me!
I am working in Access 2010 with datetime-stamped records (photographs from camera-traps) that signify visits by specific animals (SpeciesID, AnimalID) to different ...
0
votes
0answers
5 views
Eclipse RCP PageLayout runtime modification
I have this Eclipse RCP app that loads the perspective from a custom workbench.xml (which I cannot modify) and because of this I cannot use the IPerspectiveFactory to arrange the views in folders by ...
0
votes
0answers
12 views
Take Photos from camera and library
hi in my app i am able to take a photo or select a photo from library and display it in a imageview
but my question is how can i add a second image view and display a image in that
here is my code
...
0
votes
0answers
11 views
Socket programming and arrays
Hello i am trying to create 2 programms that communicate throught TCP sockets, on C++. I know how to use write() and read() functions but I encounter a problem when I try to send array from one ...
0
votes
2answers
32 views
Crashing while assigning nil to UIViewcontroller - iOS
I have an sequence in which I need to pop a UIViewcontroller from outside the class. From server I will get an log out event, for that I have to pop the viewcontroller if it is opened. So I have done ...
0
votes
0answers
11 views
RDLC Report Printing (c#)
Okay, so http://imageshack.us/photo/my-images/824/90392707.jpg/">this image is my report file(.rdlc) in a C# project to generate ID cards from an Excel file pointed to it.
As you can see, there is a ...
1
vote
2answers
35 views
simple passing value from one form to another
I'm trying to pass value from one form to another in winforms.
On my main form I have btnAddNewRecord and dataOptions combobox.
User should first select from combobox(dataOptions) and than click on ...
0
votes
1answer
8 views
Polynomial greatness in the Master-Theorem
given the equation T(n)=sqrt(2)T(n/2)+log(n). The solution points to case 1 of the M.T. with a complexity class of O(sqrt(n)). However after my understanding log(n) is polynomial greater then sqrt(n). ...
0
votes
1answer
13 views
Printing to screen after searching in the database in asp.net
I am new to asp.net and trying to do simple things first. Now i am trying to make a simple library database. In my scenario user enters the title that he needs to search and then clicks search button. ...
0
votes
0answers
5 views
Is it possible to iterate on GroupBox
Is it possible to iterate using foreach loop on multiple geoupBox.
I have 6 GroupBox named as gBox1,gBox2,gBox3,gBox4,gBox5,gBox6 AND each gBox contain 21 ComboBox out of which I want to select only ...
1
vote
0answers
6 views
d3.js filters not working as expected
When i try to filter the data based on the column selected, the return value is not as expected. I am trying to filter the data based on the application selected through the click of the column in the ...
0
votes
0answers
7 views
Google map using wkhtmltopdf
I'am using google map api to display a country with markers. The problem is if i would add html using
AddPage("/var/www/test.html")
$this->pdf->send();
the div area for map is blank. But ...
0
votes
0answers
9 views
Wrong presentingViewController when doing modal segue (using ECSlidingViewController)
I present signup view controller modally from login view controller. My initial view controller is login view controller and when I present signup view controller modally, there is nothing wrong, but ...
0
votes
0answers
10 views
Combining / Merging CSS selectors
A basic CSS example. Every browser I have come across will render the item with the margin & padding and a red border
.test{
margin: 4px;
border: 1px solid black;
padding: 4px;
}
...
-1
votes
0answers
25 views
Bezier path not working - Objective C
I am trying to draw a Bezier path. Its just not working. My code is as follows:
UIBezierPath * path = [[UIBezierPath alloc] init];
[[UIColor blackColor] setStroke];
[path setLineWidth:2];
[path ...
0
votes
0answers
12 views
Is it safe to use Domain in Node for exception handling?
Currently its in Stability level: 2 which is Unstable, Is it recommended to use it?
Is there any other alternative for this?
-1
votes
0answers
4 views
laptop cannot recognize external hard drive
I have a HP laptop that comes with an internal HDD drive. I recently replaced it with a SSD and decided to use the old HDD as an external storage device. So I bought a SATA-USB cable(the cable comes ...
1
vote
1answer
10 views
How to merge XDocument files
My code is as under
int cnt = ScriptInfoList.Count;
for (int i = 0; i < cnt; i++)
{
var value = PrepareXMLDocument(ScriptInfoList[i]);
}
private static XDocument ...
0
votes
0answers
8 views
jquery ajax not working on ActionLink
Ajax is not working, I have tested by adding input button and it works for that but it does not work for ActionLink. I have added jquery bundle on my cshtml. I am using latest jquey version 2.0.
This ...
0
votes
0answers
2 views
unable to install openslam-rgbdslam
I tried to install openslam-rgbdslam for my project.
I svn co the codes and followed the readme.
The first problem I had faced was
I couldn't find the ros-diamondback-openni-kinect after installing ...
0
votes
0answers
15 views
Layout 80% of display:table
Am trying to make a modal popup [centered, position:fixed], whose central section (#scroller) has a min height of 600px and a max-height of 80% of the height of the screen.
After trying all the usual ...
0
votes
0answers
14 views
Can i render dropdown content outside browser like <select>
I have a custom dropdown which allows any content to be added to it. But when placed at the bottom of the page its availible space is very limited (0~30px) which makes reading the content a nightmare ...
-2
votes
0answers
8 views
Popup button with panel inside control like in Atlassian Jira
Any one see javascript library with pop-up button control like
founded in issue filter in Atlassian Jira?
-1
votes
0answers
14 views
How does QImage with Format_Mono store informations ?
i'm trying to copy values from QImage to my own image structure (because of school work), and I'am not able to figure out, how are pixels stored
API says that when using Format_Mono, The image is ...
0
votes
0answers
3 views
Unable to install iOS app made using Air 3.2 on iPad retina
I am working on Air 3.2 for iOS project . I am making a game. I have made sure to put the UDID of two devices , my iPad 2 and my iPad 4 retina in the mobile provision.
I am able to install the app on ...
-3
votes
2answers
21 views
Inserting Multiple values of int type into one column
Hey so I am new to sql and am building an inventory management system. So for the database i am getting stuck at this point where I need to insert the various user id's to different Teams in the ...






