0
votes
0answers
2 views

How to select a textarea by it's type and parent div with jQuery?

I need to select a textarea with jQuery and my selector code isn't working. This is what I have: HTML: <div id="textareaContainer"> <textarea> this is text </textarea> ...
0
votes
0answers
2 views

Redefining methods of inherited class within Python package

Say I have a Python package structured as such: /summary __init__.py summary.py /temperature __init__.py temperature.py Where the class TempSummary (defined in ...
0
votes
0answers
2 views

Read String and bytes from the same file java

I'm looking for a way to switch between reading bytes (as byte[]) and reading lines of Strings from a file. I know that a byte[] can be obtained form a file through a FileInputStream, and a String ...
0
votes
0answers
2 views

Testing named function within a Controller

A newbie Jasmine/Angular question. I have a named function within a controller like so: .controller( 'DummyCtrl', function DummyCtrl($scope){ var doSomething = function() { return "blah"; ...
0
votes
0answers
2 views

backstretch and idle-timer - making them worth together

I'm using the backstretch.js jquery module to make a background slideshow. Now, what I want to do is add in the jquery idle-timer, and have it interact with some of backstretch's elements. I've got ...
0
votes
0answers
9 views

Can a graph node maintain a list of references to its parents?

I have a DAG implementation that works perfectly for my needs. I'm using it as an internal structure for one of my projects. Recently, I came across a use case where if I modify the attribute of a ...
0
votes
0answers
3 views

How to display a splash screen while making fragment transaction?

I want to display a splash screen with a spinner while making the transaction below. (It takes time to prepare) Fragment newFragment = new ExampleFragment(); FragmentTransaction transaction = ...
0
votes
0answers
6 views

What browser-internal operations prevent requestAnimationFrame from being invoked?

I understand the answer to this question is very browser (and even browser version) specific, but I was hoping there might be some general rules or behaviors that apply everywhere. I know the ...
0
votes
0answers
5 views

Idiomatic way of treating Option[Boolean]

In my Scala program, I am receiving some JSON. One of the fields is an optional Boolean. If the field is missing, or if its value is false, I would like to return None. If its value is true, I would ...
0
votes
0answers
10 views

How to get the player with the highest score with SQL

here is the setup of my problem. class Game < ActiveRecord::Base attr_accessible :acceptor, :a_id, :c_id, :game, :game_id, :wager scope :games_won_by, lambda { |player| ...
0
votes
0answers
2 views

Android - Make Custom Alert Dialogue disappear after clicked

I am trying to make it so that when a button is pressed an alertdialogue pops up with a spinner in it, and in the spinner there are three options, how can i make it so that when one of the options are ...
0
votes
0answers
3 views

Solr Socket Timeout message while clicking scroll button

On my ubuntu terminal, when I click the scroll button on my mouse I get: zach@zach-VirtualBox:~$ solrSocketTimeoutMilliseconds=120000 Why is this, and what does it mean?
0
votes
0answers
5 views

405 (METHOD NOT ALLOWED) for ajax request with django

I have the following Class Based View class SupportView(BaseDetailView): def render_to_response(self): if self.request.method == "POST": message = "YES" else: ...
0
votes
0answers
2 views

Why can I not access and reset the width of my bar graph?

My x and y axis are two columns of a structured array. I only want to plot part of the data. Yet for some reason, when I index it to do this, and then try to plot it in a bar graph, with this code: ...
0
votes
0answers
3 views

Vagrant failed permissions with nfs only when mounting to apache folders

I am using Linux Mint as Host and CentOS as guest, whenever i am trying to share a folder to an apache folder (example below) it fails and all other apache actions fail to. config.vm.share_folder ...
0
votes
0answers
2 views

How toggle (invert) databound ListBox SelectedItems in wpf

Can loop through selected items using "SelectedItems.Count" & "SelectedItems(i)". Can loop through all items using "Items.Count" & "Items(i)". How best reverse IsSelected of each Items(i) when ...
0
votes
0answers
5 views

emacs org-mode tree to list

I'm looking for a concise way to read a specific tree (including subtrees) into a list. Say I've got: Branch ** Small branch ** Another small branch * Leaves FLowers The function should be able ...
0
votes
1answer
4 views

extracting geneids from a sequence

I have an object in R which saves a list of geneids and sequences. $140545 [1] "GAAACATCCGAGGCTGGAGTGAGCCACGCGGAGGAGGAAGAACAGCCCGAGCTCACAGGGGCGGGGAAGAGTTCTAGCTCGCGACAGCCC" $57187 [1] ...
0
votes
0answers
16 views

disable/ enable dynamically added input field by jQuery

problem 1: The following code should enable/ disable an dynamically added input field by jquery, but it does not work as expected: $(document).ready(function () { $('#auto').change(function () { ...
0
votes
0answers
9 views

Python code to establish an ssh to remote server and then connect to MYSQL

I am trying to write some python code to establish an ssh connection to a remote server and then execute some MYSQL queries (I have left these out of the example for simplicity). As far as I can ...
0
votes
1answer
6 views

How to brows folders/files of a hidden USB drive?

I have a USB stick that when plugged in to my computer, triggers the noise when a new device is inserted however, the USB itself is hidden and cannot be accessed. It does not show up in 'My ...
0
votes
0answers
13 views

How to implement multiple interfaces in Spring?

A very simple question I assume...But how do I accomplish something like the following: public class MyHandler implements ...
0
votes
0answers
5 views

UTF-8 Ignored by enctype=“multipart/form-data” for Form submit when handling Chinese charactors

In JSP: <%@page pageEncoding="UTF-8"%> <%@page language="java" contentType="text/html; charset=UTF-8"%> In Servlet: request.setCharacterEncoding("UTF-8"); FileItemFactory factory = new ...
0
votes
0answers
9 views

Argument type 'lambda expression' is not assignable to parameter type 'System.Action'

Stuart, this issue drives me insane since past couple hours. I have 2 versions of the same property I wrote: public IMvxCommand ButtonClickedCommand { get { return new MvxCommand(() ...
0
votes
0answers
6 views

R: apply on all matrix elements

This seems so elementary that I am almost embarrassed to ask the question but I just can't get this to work. What would be the equivalent apply for this. This is a contrived example as I want to ...
0
votes
2answers
25 views

Change global variable value with a local variable

I'm trying to change a global variable by setting it as a parameter in a function. The problem I'm running into is that my global variable does not change when I change the local variable. I ...
0
votes
0answers
5 views

How to convert from iPAD/iPAD2 layout to iPhone4/iPhone5/iPAD-mini layout

I never used Interface Builder ever in my app, and don't think it is something good to do. My app was already designed for iPad/iPad2 layout, without ever considering making it work on ...
0
votes
0answers
7 views

Using Intellij to set breakpoints in gradle project

Now that IntelliJ 12.1 is out, I was hoping to be able to attach the debugger to a 'gradle run' app and have it stop at breakpoints. I've tried both right-clicking run and choosing to debug it, and ...
0
votes
0answers
5 views

DirectX in Windows 8 SDK

Summary: Should directX include files be removed from applications targeting Windows 8? Details: I'm new to developing in Windows and I'm trying to get the NVIDIA SDK to compile on Windows 8 with ...
0
votes
0answers
6 views

Moving multiple objects PYGAME

I am trying to make a game, however I am stuck near the very start. This code is my attempt at spawning 12 enemy "orcs". They are suppose to go across the screen, and upon touching the other side they ...
0
votes
1answer
12 views

CSS Background Linear Gradient from Top to Bottom

I am attempting to create a linear gradient from top to the bottom like: Unfortunately what I get is: The following is my HTML: <!DOCTYPE html> <html> <head> ...
0
votes
0answers
5 views

Is there an easy way to iterate over a map in order?

This is a variant of the venerable "why is my map printing out of order" question. I have a (fairly large) number of maps of the form map[MyKey]MyValue, where MyKey and MyValue are (usually) structs. ...
0
votes
0answers
4 views

How to change attribute type to String (WEKA - CSV to ARFF)

I'm trying to make a SPAM classifier using the WEKA library. I have a CSV file with "label" and "text" headings. When I use the code below (from here), it creates an ARFF file with two attributes: ...
0
votes
0answers
4 views

Office PIAs and Application Packaging

I inherited a project that I'm trying to gain a better understanding of the reasons certain decisions were made as I prepare for the next release. The existing product was designed to work with Office ...
0
votes
0answers
9 views

php urlencode - encode only the filename and dont touch the slashes

http://www.example.com/some_folder/some file [that] needs "to" be (encoded).zip urlencode($myurl); the problem is that urlencode will also encode the slashes which makes the URL unusable. How can i ...
0
votes
3answers
42 views

Java programing, how do i make an object return a value without calling a function?

for the following problem: fraction r1=new(1,2) system.out.println(r1) OUTPUT: 1/2 Does anyone know of a way to force the object to return a specific string rather than calling the ...
0
votes
0answers
2 views

Confused over nearID, farID, nearNonce etc

I am using Flash Media Server. I am confused over various Ids I am I the nearID? And, the person on the other end is farID? What is a nearNonce id? I found a high level architecture explanation that ...
0
votes
0answers
6 views

I need to find press a button on a webpage using Excel VBA Macro

I have written a macro that will open a webpage, find the spots I need to put the data into, and then I want the macro to hit a prefill button, then hit Ok. The page source code for the button is: ...
0
votes
0answers
6 views

Which build system will do this the most 'naturally'?

Instead of the flat structure my code currently has, I want to organize it into modules contained in sub-folders (and perhaps sub-sub folders if the modules get big enough). Each module will have ...
0
votes
1answer
6 views

Binding a dataset/DataTable to a xaml datagrid

I want to display a datagrid in my UI. I am binding it to a dataset in my viewmodel. Here is the code: View: <StackPanel Orientation="Horizontal" Height="Auto" Name="stackPanel4" ...
-1
votes
0answers
9 views

Getting App To Wait A Few Seconds Java

I am currently writing a game and would like the app to wait a certain amount of time before proceeding. I have tried the sleep function and it does not do what I would like it to. I have a loop for ...
0
votes
0answers
12 views

What are some good ways to get more experience with Java?

Right now im 17 years old and in high school and I've been programming for about 7 months. I understand the basic concepts of Java and I can follow most code that I read. Ive looked around for ...
0
votes
0answers
3 views

How do I POST a httpclient to a WEB API? (simple as possible way for my highscore table)

My windows phone client sends a piece of JSON that represents the Name and Score... Should I be using the Class from the Web API instead ? What is the code to send the object to the server rather than ...
0
votes
1answer
3 views

Avoid corrupted zip file downloaded - Android

My app has a zipped file stored in internet and my app download it when it is first runned. In a good internet connection, everything works fine. However, when internet is not good, file is ...
0
votes
0answers
4 views

Html.ActionLink syntax error

I want to change this <a class="more" href="Subject?SubjectId=@Html.DisplayFor(model => item.Id)">Devamı &raquo;</a> to <a class="more"@Html.ActionLink("Devamı ", "Subject", ...
0
votes
0answers
3 views

Failed to load data from wcf service when site is published to the hosting server only

The remote name could not be resolved: 'masaval-001-site1.smarterasp.net' [EndpointNotFoundException: There was no endpoint listening at masaval-001-site1.smarterasp.net/ServicioMasAval.svc that could ...
0
votes
1answer
5 views

Can I use Guava's ComparisonChain to handle null fields in a special way?

I have a ComplexObject with multiple fields and I want to say this: if field x exists on both, move on to the next compare in the comparison chain. if both are null, move on to the next compare in ...
0
votes
0answers
5 views

How do I check if a table has a Description under it's Design-Properties

New to SQL Server. I have a database I didn't create but that I need to verify that every Table and Table Column has it's Description property filled with something. I can do this manually (using ...
1
vote
2answers
8 views

Number of days between current date and date field

I have this problem if anyone can help. There is a field (DATE) in my table (TABLE1) that is a date in the format 3/31/1988 (M/D/y), and my necessity is to define how many days have passed since that ...
0
votes
0answers
23 views

Complex select query - sql server

I'm a novice of SQL, my question relates to the following tables: Comments id_comment|comment_product|comment_date|product_id|user_id 1 |Lorem 1 |2013/06/12 |1 |1 2 ...

15 30 50 per page
1 2 3 4 5 104631