0
votes
0answers
2 views

How to put repeat images over a gradient shape in Android?

I have this code in xml: <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <gradient android:angle="90" android:endColor="#222288" ...
0
votes
0answers
3 views

New Relic for PHP and Apache

I'm very new to Jelastic and I'm still exploring the possibilites. Looks great so far! Now I'm trying to use Newrelic in a php environment. Your current Newrelic documentation explains how to install ...
0
votes
0answers
4 views

Pass a C# dynamic object to a method that takes an IDictionary

Right now, I'm doing this var data = new JobDataMap(new Dictionary<string,string> { {"obj", "stringify"} }); But I want to do this: dynamic d = new { obj = "stringify" }; var data = new ...
0
votes
0answers
3 views

creating branch just for merge

*this is one of those "is this a good idea?" questions that I can't really format into a SO acceptable question but.... I'm still not 100% comfortable with git, specifically merging with remote ...
0
votes
0answers
2 views

create an array of integer from 0 to 255 in MIPS assembly

Hi I want to create an array containing integers from 0 to 255 using a loop to store those integers into the array in MIPS assembly. Im new in assembly Thanks
0
votes
0answers
5 views

Changing some Eclipse preferences using java

I am working on a Eclipse plugin and I want to change some settings for the user in able to be able to use the plugin correctly I need to make some changes in the settings of Eclipse using the code ...
0
votes
0answers
8 views

Which Variables are Bound / Unbound?

So I want to find out wich variables are bound and which are not bound. s1 := \a -> if b then \c -> (a \b -> b) else (\c -> d) a s2 := let f a1 a2 = b1 (\a -> a2) in let b1 = f d (f ...
0
votes
0answers
3 views

Some help regarding UIScrollView and changing ownership of a UIView

Basically, I'm working on an app on the iPad that involves a line which the user can scroll horizontally through on the screen. It's set up so that there is a UIScrollView and a UIView on top that ...
0
votes
0answers
4 views

git Status Shows Files in the New and Modified Section

I've got an interesting occurrence here. I've been developing for awhile (develop on Windows, files get moved to a Linux VM, commits are made from the VM) and have created a number of new files. When ...
0
votes
1answer
7 views

Setting correct this-value in requestAnimationFrame

I have an app-object constructer that looks like this: var app = function(loadedsettings) { return { init: function() { this.loop(); }, loop: ...
-1
votes
0answers
7 views

What is the least ugly way to make async HttpRequests

I have a utility Winforms app. Currently it makes a series of HttpWebRequests, processes the output, and displays the results all in the GUI thread. I want to parallelize the Http requests with the ...
0
votes
0answers
1 views

cannot delete the task from the default queue

Queue seemed to jam up. Very large number of retries of with: 47:32.546 /_ah/mapreduce/controller_callback 200 325ms 0kb AppEngine-Google; (+xxx://code.google.com/appengine) 0.1.0.2 - - ...
1
vote
0answers
5 views

Is pg_free_result() necessary, even if the result goes out of scope?

The PHP docs have this to say about pg_free_result(): This function need only be called if memory consumption during script execution is a problem. Otherwise, all result memory will be ...
0
votes
0answers
2 views

Test Suite in Flask with MongoEngine

I have a small app in Flask which I want to accompany with tests. I have used Django tests before, and I'm just getting to grips with the lower level functionality in Flask. My tests currently look ...
0
votes
0answers
5 views

Website Startup slider not working

I am working on a clients website Website The first slider was working but don't know why the its not functioning. the slider with YOUR LIFE wordings. Can any body please check the website and let ...

15 30 50 per page
1 2 3 4 5 335133