All Questions
0
votes
0answers
4 views
How to write useful code
I love writing code, but so far all i've learnt to do (in school that is) using JAVA is code a program to read from a text file and separate its contents and do some manipulation blah blah. Which is ...
0
votes
0answers
2 views
Multithreaded application
Sorry for my bad english (i'm not from english-speech country). I need to write multithread winform application. It looks like it's not so difficult, but i don't know from what i have to start.
Here ...
0
votes
0answers
4 views
undefined method `path' in httmultiparty and how can I fix that
I use the ruby soundcloud gem, but i run into an issue from httmultiparty which is known.
So the related issues on github are https://github.com/soundcloud/soundcloud-ruby/issues/20 and ...
0
votes
0answers
3 views
user management framework for app engine python?
Here are a few user management frameworks I've read about:
GAE Sessions
Flask Login
GAE Init (uses Flask)
Beaker
GAE Utilities
gmemsess
suas
Is there a library that is widely adopted in the python ...
0
votes
0answers
5 views
Check If Activity Has Been Called for Result
I would like to know if its possible to know if some activity has been called for result or only started using "startActivity".
I need to control this, if its called for result the behaviour will be ...
0
votes
0answers
2 views
Jbutton multiple clicks
So I am creating a game of checkers, using a grid of 8x8 JButtons. I want to click on a JButton (all of the action listeners are set up), and upon clicking of the button, be able to click on another ...
0
votes
0answers
2 views
SSAS calculated measure with where clause (MDX)
I am trying to create a calculated measure to calculate average with something like a where clause in VS2012 BI.
CREATE MEMEBR CURRENTCUBE.[Measures].[Sem Average]
AS [Measures].[SG_Sem] / ...
0
votes
1answer
13 views
How do I make a function only callable from another function?
//function declerations
void func_A();
void func_B();
void func_SubA();
//main
int main(){ ... }
//function definitions
void func_A(){ ... }
void func_B(){ ... }
void func_SubA(){ ... }
What is ...
0
votes
0answers
12 views
Mouse position of dynamic elements in jQuery
I've been looking around this for a while now with no real answer out there, my scenario:
$(document).on('click', '.slide-1', function (e) {
var offset = $(this).offset();
var ...
0
votes
0answers
3 views
enabling CONFIG_LIBIPW on kernel compiling
I need to enable CONFIG_LIBIPW=m on kernel 3.4.0
I see that IPW2100, IPW2200, and PCI needs to be enabled, but I could not find any clue where they are on the menuconfig. I read on ...
0
votes
0answers
7 views
Puzzling behavior with otherwise working Regular Expression
I have literally one quirk (that I've noticed so far) with the regular expression that I've been working on and asking for help with recently.
I've got it almost working right, except for one ...
0
votes
0answers
4 views
cleaner arbitage calcuator in php
Im trying to learn php and as a small project i thought id try and make an Arbitrage calculator, for the basic workings of it ive been building it based on this Google Spreadsheet.
Ive made a start ...
0
votes
0answers
4 views
How to patch an attribute value with a Sitecore Include file
I need to create a Sitecore include patch file to add a string to the existing value attribute of the IgnoreUrlPrefixes setting in the web.config.
I have tried to overwriting the default ignored ...
0
votes
0answers
16 views
Indexing your C function
I'd like to know if there is an easy way to create a list or index of the C or C++ functions in your program so you can generate lists or tree-structures to be used in a GUI.
Ultimately, I want to be ...
0
votes
0answers
4 views
Symfony2 | Getting session ID with $session->getId() returns an empty result
I want to getting session ID to store it in the database (because I store shopping carts in my database). Thereby, I want to get session ID, with this method:
$session = $this->get('session');
...
-5
votes
0answers
23 views
first stackoverflow don't delete mr Oded [closed]
sending order_id to servlet name Orders if record not found it showing error working perfect but when order id is found it should be redirect from that servlet to another jsp page through servlet
jsp ...
0
votes
0answers
4 views
Server binding if client has SoapHttpClientProtocol?
If my client uses SoapHttpClientProtocol , what binding should have the server ?
I have tried to use BasicHttpBinding but on it I am getting following exception:
The message with Action '' cannot be ...
0
votes
0answers
4 views
Increased MongoDB performance under load
I run a MongoDB database of approx. 25GB (=3 Mio docs) on a Win7 notebook which works OK for my purpose. A few days ago I noticed that operations like search or aggregation jobs run about 6 times ...
0
votes
0answers
4 views
How can I run the same setup function on every view?
Many of the views in my application need to be "collapsible". To the user this means that you can click an arrow to collapse or expand the view's contents.
When creating a view I need to be able to ...
0
votes
0answers
11 views
dynamically updating select boxes with php mysql ajax
I am trying to populate an initial select box with results from mysql via php. Then I would like the second select box to update with additional information related to what was chosen in the first ...
0
votes
0answers
6 views
What is Visual Studio making beep running in debug mode?
I am running a project in the debug configuration in VS2012 and the IDE intermittently beeps. I ran said project numerous times before and never experienced such a behavior. Is VS trying to draw my ...
0
votes
0answers
2 views
get sharekit errordomain when posting?
I just using Sharekit to share on Facebook simply like this :
[SHKFacebook shareText:@"sfdgdfg"];
after the confirmation screen of using the app, and the input screen for the string to be sent ...
0
votes
0answers
11 views
ORDER BY 2 Field names with specific values
Hi guys i need help with mysqli
I want to order by fiend with specific value, here is 1 field
$results = mysqli_query($con,"SELECT * FROM `data` ORDER BY field(mu,'Legija Stranaca Elite','Legija ...
0
votes
2answers
17 views
Java: Load class method based on string
I have seen a lot of stuff here about reflection to load a class and such, I just do not think that this is what I am looking for.
Basically, what I want is a way to load a method from a class ...
-1
votes
0answers
5 views
Ubuntu 13.04 Install presents blinking cursor
I'm trying to install Ubuntu 13.04, but am running into a specific issue, which I suspect may be a graphics issue, but am not sure.
I've downloaded the .iso, verified the md5sum, and burned it to a ...
0
votes
0answers
5 views
Multiply copies of assemblies are loaded into the memory by ASP.NET server
I have web server witch hosts ASP.NET. I used SysInternal process explorer and find that the several version of each dll from server bin folder are loaded. Assemblies are loaded from \Temporary ...
0
votes
0answers
8 views
Delete Row From Data Table
I want to Delete the Multiple records from the DataTable
For example :
in my case PaperId is Repeating several Times.I want to Delete it all Duplicate records.
i have written code but loop is giving ...
0
votes
2answers
23 views
Insert a form with jQuery
I have a simple form (text input + submit button) that should show up when you click on any div whose class is rep.
$(document).ready(function(){
$("div.rep").click(function(){
...
0
votes
0answers
8 views
Webpage not sized to viewport on load on mobile device
Can anyone tell me why this page wont resize the width to the viewport of an iPhone on load?
...
0
votes
1answer
11 views
Why does my html file no longer use my css file when uploaded?
Alright, here's my problem. I have 4 files. One is HTML, One is CSS, one is my own Javascript, and one is the latest jQuery. They go together to form a page. When I load the HTML file from a folder on ...
0
votes
0answers
9 views
How to Copy espacific Data from 1 table to Another table using C# winform
I am trying to copy specified data from table "sale" to another table "sale_temp", which is specified by "where inv_reff = @inv_reff".I am working on visual studio 2010 C# winform.
my code
private ...
1
vote
1answer
7 views
How can I access the notebook camera from firefox addon?
I really need my addon can access the notebook camera if it does exists.
0
votes
0answers
15 views
Iterator of a wildcard type variable with upper bound
Hello everybody I try to extend a HashMap<String,String> to enforce a "all-lowercase" rule
public class HttpQueryMap extends HashMap<String,String>
{
...
@Override
public ...
0
votes
0answers
5 views
Generating a website from Github wiki pages
I've used github pages to generate a beautiful website for my project (this one). Now I want to keep the documentation of my project up to date, and having everything in a single README.md file is ...
0
votes
0answers
4 views
CouchDb - get current _rev for a 409
Is there some super secret nice flag to use in conjunction with PUT against CouchDb, so that an eventual 409 (Conflict) will include the current _rev in the response? Either in the body or as a ...
0
votes
0answers
4 views
Sonar 3.5.1/sonar-runner 2.2 fails with BadDatabaseVersion
I have installed Sonar 3.5.1 on a brand new PostgreSQL 9.2 database. The server seems to run fine, but sonar-runner (v2.2) fails with the following error:
Caused by: ...
0
votes
0answers
3 views
Error with multipart/form-data in express.js running on Azure
So I've got an express site running on Windows Azure. I'm currently having problems submitting forms that are marked as enctype="multipart/form-data".
The error I'm getting in the logs is: TypeError: ...
-1
votes
0answers
11 views
Steadily/Regularly Increase ProgressBar Android
I want to use a progress bar to steadily increase a progress bar, for example steadily increase a progress bar so it completes after exactly 5 seconds. Could anyone tell me how I can do this?
...
0
votes
0answers
8 views
Not able to bind dependency property
I have a very simple WPF Application which has a slider and a button.
I am trying to bind one of the properties in my class to the value of the slider and displaying the value in a messagebox whenever ...
0
votes
0answers
6 views
Unable to install Google APIs Eclipse Plugin
I am trying to install the Google APIs Eclipse Plugin, on Eclipse v3.7 (Indigo). I have tried both from a local copy of the archive (ZIP file) and online through Eclipse's "Install New Software" ...
0
votes
0answers
14 views
PHP recursive array from JSON to key-value to values
I want to apologize in advanced if this was already asked, I'm not exactly sure what this would be called.
I'm storing data from a form into a MongoDB database and I'd like to create defined ...
0
votes
2answers
11 views
jQuery mobile: Radio buttons not working as expected
There's something wrong with my code and I can't figure out what it is. I am using jQuery mobile to generate radio buttons forms. However, it is not working as expected. It appears just like this ...
-2
votes
0answers
15 views
Test nvram by using read/write
An interview question..
1. Write an API for read function and write function to NVRAM.
2. Use these function to write a testNVRAM function, that tests the read and write.
Any ideas?
1
vote
3answers
23 views
For count from 2
Let assume that I have simple code.
list = [1,3,4,5,6,7,8]
for i, val in enumerate(list):
print(val)
I would like to start from i=2. How do this in the simplest way?
Something like ...
-1
votes
0answers
5 views
How do I write an assembly language program that will store all the ASC codes into an array X?
I am writing a program and got stuck on this. How do I write an assembly language program that will store all the ASC codes into an array X?
Thank you
0
votes
2answers
17 views
JavaScript, ask user to insert a number and judge if it's prime
I just can't figure out where the problem is to ask user to insert a number and judge if it's prime, it will be great help since it's my second day learning JavaScript.
<!DOCTYPE html>
...
0
votes
3answers
9 views
trouble getting .on function to work as it is supposed to
I have an html page with the following html:
<div id="content">
<div class="pagination">
<a href=''>blah</a>
</div>
</div>
Going to a page that ...
0
votes
0answers
15 views
JSON in MongoDb: {“1” : “some content”} VS { _1 : “some content”} Any difference?
I am using a dynamic key that is a series of numbers. Because you have to double quote numbers that are keys in JSON, is there any difference between using a dynamic key that is a number turned to a ...
0
votes
0answers
10 views
C++: Resizing and operator= overloading
I've implemented a class named LipidType but the program crashes when the resize function and assignment operator overloading are called but I can't find out the error in the code. Could anybody help ...
0
votes
0answers
3 views
Curl Delete function dumps json to browser - how to fix
The following function transfers a curl delete request to an api, and returns the response to php.
The api returns a json array for all requests (get, post, put and delete), and everything works fine ...


