All Questions
0
votes
0answers
4 views
How to post photo from sd-card to tumblr?
Unable to post photo which is captured by device camera and which is picked up from gallery to tumblr... Please Suggest some way...
I have tried it using multipart entity as well as using ...
0
votes
0answers
5 views
Snippet of code that is not reading file as expected?
Here I have a work-in-progress file reading utility of sorts that I'm attempting to use to load different configurations of bullet-firing configurations (in-game objects) from a file.
package ...
0
votes
0answers
3 views
java bracket stuff and possible XML/XSD questions :)
// Always I check the ImageAnnotation if it valid based on the AIM XML Schema
AnnotationBuilder.saveToFile (imageAnnotation, "./test.xml", pathXSD);
// Printing saving operation’s result. Instead of ...
0
votes
0answers
4 views
Exception (NoClassDefFoundError) in AsyncHttpClient
when i run benchmark program in com.ning.http.client.AsyncHttpClient i can see this type of error..
Setting up AhcGrizzlyBenchmark...
Exception in thread "main" java.lang.NoClassDefFoundError: ...
0
votes
0answers
2 views
Backbone.JS Events not firing on second render
Alright, so I'm pretty new to Backbone.js right now and I've encountered a problem that it seems many other people have had, but I can get the proposed solution to work.
Long story short I have a ul ...
0
votes
0answers
13 views
add li element in ul using jquery
I try make simple todo list. This is my html code:
<form>
Task: <input type="text" name="task" id="input">
<button>Submit</button>
</form>
<br>
...
0
votes
0answers
2 views
browser showing model as query string in mvc
having an issue in asp.net mvc, browser is displaying complete model as part of query string.
I have first method which gives list of employees
[HttpGet]
public ActionResult GetEmployees()
...
0
votes
0answers
2 views
retry logic for sql azure
i am upgrading a project from enterprise library 4.1 to enterprise library 6. also including retry logic for sql azure. the actually DTO used in application is Dataset using ExecuteDataset method of ...
0
votes
0answers
4 views
Auto Number by Grouping Column in Oracle
Is there any oracle statement for my problem.
Eg. TableA has 2 columns : columnA and columnB
ColumnA ColumnB
A WA
A WA
B WA
B WA
C WA
A CA
A CA
B CA
B CA
C CA
What i ...
0
votes
0answers
2 views
repeated signal and slot for same widets in pyqt4
I have 10 lineedit widget that design by qt-designer and i define signal&slot in my code,
my problem is with repeating same signal&slot 18times in my code,
something like this:
...
0
votes
0answers
6 views
Shared pointer predicate;
I am really having a hard time understanding these declaration
static bool compare ( const shared_ptr<int> lhs,const shared_ptr<int> rhs )
{ return (*lhs) < ...
0
votes
0answers
2 views
Accessing user-protected pages using WebClient or WebRequest?
I'm trying to access restricted data on a website using WebClient/WebRequest. There is no official API in that website, so what I'm trying to do is simply fill the HTML form and post the values to the ...
0
votes
0answers
9 views
PHP Get Current Input Value and New Submitted Value
I've got a profile page that shows a users current account number in an input field. The user can change this account number and submit the form to update the database with their new account number.
...
0
votes
0answers
6 views
Generate 256bits Key Rijndael in PHP
The below code will successfully generate KEY for encryption. How can I recreate this in PHP using the same salt and passkey to generate a KEY in order to decrypt the message?
public static string ...
0
votes
0answers
3 views
How to get MS SQL SERVER Database wise CPU usage report
I am using Sql Server 2008 Standard Edition in my PC. There is more than 30 databases are
running in my Server. I am try to generate a report based on database wise CPU usage
report. Is possible ...
0
votes
0answers
8 views
Getting Extra Duplicate values
I have to find out the duplicates from the table, even though the query do fetch the actual duplicate values, it also fetched the additional duplicates.
Here is the query:
SELECT a.PROJECTNAME
, ...
0
votes
0answers
10 views
Detecting if special keys such as "Shift were pressed on KeyPress Event
<script type="text/javascript">
function detectspecialkeys(e){
var evtobj=window.event? event : e
if (evtobj.altKey || evtobj.ctrlKey || evtobj.shiftKey)
alert("you pressed one of the 'Alt', ...
0
votes
0answers
3 views
CAS OAUTH with linkedin
I want to integrate CAS with linkedin. I tried by putting api key and secret key inside applicationcontext.xml
<bean id="linkedin" class="org.scribe.up.provider.impl.LinkedInProvider">
...
0
votes
0answers
4 views
Query regarding design(interface and classes)
I am basically writing a code which read a text file,store it in a string,do some operations with the string and display it on dialog and write the file if some changes are made.
Now i have made ...
0
votes
0answers
4 views
Softkey not showing all the button on Android Emulator after update
Before updating Eclipse Android plugin and SDK manager when I was create new emulator then it show lot of button on softkey.
And after updating when I create new emulator then it show few button on ...
0
votes
0answers
4 views
Background color of montouch Root Elements is lost within child root elements
I have a MTD setup.
My root element basically has 3 child root elements nested in it. The navigation works fine however I can't seem to style the child root elements. They always are set to show the ...
0
votes
0answers
4 views
Search for email using EWS
I am trying to search for email in exchange 2007 through EWS using python, ewsclient and sud-ews, base on what I can found from the web, I have come out with the following code:
import ewsclient
...
0
votes
0answers
4 views
XmlSerializer throws an exception on enum
With the following Code the XmlSerializer throws an expection because Foo contains two Properties with the same name of the enum EnumSameName.
Framework .NET 4.0
public class Bar1
{
public enum ...
0
votes
0answers
7 views
Find match of string in Regex, put into variable, tricky string
I'm very new in this Regex, there's still a lot I don't understand.
I see a lot of @, but I can't find it in MSDN. What's the @ for? eg:
Regex regex = new Regex("@{lalala},", RegexOptions.Compiled);
...
0
votes
0answers
23 views
More efficient way other than setTimeout()
The time delay given in setTimeout() works differently for Windows and Ubuntu?
Why is that?
Is there a better way?
0
votes
0answers
3 views
VB.NET passing variable to Cpp DLL to be modified
So simply put, I have a VB.NET code that calls a C++ dll. The VB.NET code passes a string variable like so:
dim StringA as string
dim ret as integer
ret = scanfile(myhandle, strFile, StringA)
The ...
1
vote
1answer
11 views
issue with the function running process in js
<script>
function foo(){
function bar() {
return 3;
}
return bar();
function bar() {
return 8;
}
}
alert(foo());
</script>
Question:
The result ...
0
votes
2answers
8 views
pass values to popup codeigniter
I need to display corresponding data in popup window.
<a href="#" onclick="Show_Popup_products();"><b>Click here to view details</b></a>
<script type="text/javascript">
...
0
votes
0answers
11 views
This function is reflecting and conflicting with all sub li and sub (a) anchor tag
This function is reflecting and conflicting with all sub li and sub (a) anchor tag, so sub anchor tags also got the active class which s not needed, help me out....
jQuery(".left_navigation ul ...
0
votes
0answers
7 views
Android open activity from browser
I want to open my app using a url scheme, I searched on google an SO and found the below code.that people are saying that is working. but it is not working for me:
<intent-filter>
<data ...
0
votes
0answers
6 views
setContentView() in an activity without new activity/intent
I want to call setContentView(myLayout) on a button press action, it works fine. But when being on that view (myLayout) when I press back button it simply exits me of the application. For that I set a ...
0
votes
0answers
4 views
find peaks from complex values vector
i would like to know if it is possible to find peaks from data,where there is some complex variables,let say we have data
x=[1,2+3*i,4,5+6*i,0.1+0.2*i,10,-1+9*i]
to find peaks in real data ,we ...
0
votes
1answer
15 views
What is design pattern in .net?How to use it?
I came across this question in one interview.I searched on net.I came to know the name factory,singlton etc.May I know,when these pattern are used while designing or coding.I am not aware of that.I am ...
0
votes
0answers
2 views
How can I automatically add dashes in between PIDKEY entered by a user in Windows Installer?
Is it possible just using Windows Installer native functions, or should I use some kind of a custom action?
0
votes
0answers
8 views
Cannot write razor code in Javascript/jQuery
I am going crazy searching for it, but I can,t find any solution to my problem.
All I want is to set Session in razor with value of javascript variable.
My Code is:
function SetParameter() {
...
0
votes
0answers
2 views
Can we create generic MongoRepository for all Documents in spring
I wants to create Generic MongoRepository for all Document objects. Instead of having like MongoRepository for each individual document object , I want MongoRepository for all document objects. Here ...
-1
votes
5answers
30 views
what does it mean: if (number)
I have:
float number = 2.5;
if (number) cout << "1\n";
else cout << "2\n";
what does it mean: if (number)? maybe if the number is initialized?
0
votes
0answers
7 views
Avoiding For-loops in MATLAB
Given below are 3 for loops in MATLAB each of which I need to convert to a non-loop code for performance issues.
Code explanation:
%% np is in order of 10^5 to 10^6 for a given 'i'
%%
%% size(Q) ...
1
vote
0answers
5 views
Improve performance of my XMLTable query in Oracle 11g
I have one requirement in which I have to process huge XML files. That means there might be around 1000 xml files and the whole size of these files would be around 2GB.
What I need is to store all ...
0
votes
0answers
5 views
Which is equivalent to SVG contentDocument in D3?
Which is equivalent to SVG contentDocument in D3?
Or how to obtain this object using D3?
Thanks
0
votes
0answers
7 views
Selenium Limitation
While running selenium automation, some cases are failing because of slowness,some cases because of some other cases failed already (for example if selenium clicks an link , and that link shows the ...
0
votes
0answers
4 views
Above 3.2 version not support the getJSON request in phonegap android
im new to jquery mobile phonegap.
i have developed the simple app with get the server response through the getJSON in Eclipse. My app get the response only in below 3.2 versions. not above 3.2 ...
0
votes
0answers
16 views
How to fix 'Where' query
Im stuck on writing 'Where' part of this query.
What I want to do is to display is the datas of dates dates select in JSP page.
So here is the query. I wrote the Where query I thought it should ...
0
votes
0answers
8 views
Laravel View dropdown
I'm using laravel 4 and i need to link foundation 4 with it.... i've included all the css and js and the view is working but the drop down is not working properly...Any help will be appreciated..... ...
0
votes
0answers
10 views
Unable to horizontally center images opened as Bootstrap dialog
I created a simple gallery. When image thumbnail is clicked full version of the image is added to the following div and opened as a dialog winodow:
<div id="image-dialog" class="modal hide fade" ...
0
votes
0answers
5 views
Branch prediction in Matlab
Does Matlab use branch prediction to improve the performance? That is, if we are flattening out if-statements like this:
if a > 0
b = b + 1
end
...
b = b + (a > 0)
would it speed things ...
0
votes
0answers
10 views
PHP Serial Port Access
I am trying to implement this code below, i have a wavecom gsm modem connected to com 6 http://imgur.com/QwkwfMc it works on 3rd party sms gateway software but it is very expensive.
I am getting ...
0
votes
1answer
7 views
Open link in new tab using Ctrl+Click on ButtonLink
I am trying to open the link (created using LinkButton) in the new window using Ctrl+Click, but the page is opening in the same window, Please help me with the solution.
<asp:LinkButton ...
0
votes
0answers
7 views
How to create a function in oracle in which i don't know the count of input parameters
I want to create a function which calculates non-zero avg of column. But i don't know how to have columns passed as parameter to that function since i don't know the count of parameters, which can ...
0
votes
3answers
17 views
Need to understand CSS3 backgorund shorthand property
I am trying to understand following CSS3 background shorthand property and need to break it down in individual properties. I am not able to figure out what are actual properties for values 98% and ...





