How would someone go about setting up wildcard sub-domains with the suggested Tornado deployment? Specifically for SaaS apps that would allow users to have http://username.example.com/ As well as letting them point their own domain to that URL.
I have a one year old Mac Book Pro that I am trying to get RHEL 5.4 installed on via bootcamp. No matter what I do I can't get the installer to boot. I have tried multiple DVD's and even verified the install works on a new Mac Book Pro. Most of the time the installer simply locks up.
I usually use Linux text with all-generic-ide on the boot line.
…
Computer specs:
Mobo: Gigabyte ultradurable 3 - GA-970A-UD3
Processor: First gen I7 3.2GHZ
Ram: 8GB Kingston DDR3 1066
Video Card: EVGA NVidia GTX 460 1GB
Hard Drive: 500MB 7200rpm x2 (can't remember brand, sorry I'm at work.)
Last week my developer preview for Windows 8 ran out so I put my copy of windows 7 back on the computer. The computer…
I have data in the following format:
Id Value
------------
1 20
2 40
3 20
3 20
4 50
I want to sum the value column while excluding duplicates from the id column. In this case, I should end up with a total of 130. Can anyone help?
It only affects Gmail. I have tested other HTTP, FTP and HTTPS websites and downloading is fine, at the exact same time the problem is affecting a Gmail attachment download.
The symptoms include both:
High waiting time, before the download starts (on the order of 30 seconds); AND
Very slow download transfer speeds (on the order of 1kbps)
…
I am looking at FTP clients to transfer from an external FTP Server. I need to place this FTP client on a server in the DMZ that will not be routinely logged in, so the client needs to run as a service or something like that? I need the client to be able to retrieve files from the server on a schedule (Tuesday Mornings) and drop them in a…
I'm looking for an easy way to produce nicely formatted PDF documents using a subset of data available in a spreadsheet. Ideally, I would be able to produce one or more PDF documents for each row int e spreadsheet. Each row contains scientific data about a sample. There are numbers, text and images in the Spreadsheet that need to be…
It only affects Gmail. I have tested other HTTP, FTP and HTTPS websites and downloading is fine, at the exact same time the problem is affecting a Gmail attachment download.
The symptoms include both:
High waiting time, before the download starts (in the order of 30 seconds); AND
Very slow download transfer speeds ( in the order…
I'm having a hard time wrapping my head around this. It seems trivial, but I'm not getting it.
I have two files. If either of those two files changes, I want to rebuild one of them.
Essentially:
if file a changes or file b changes
then file {"a":
content => template('a.erb', 'b.erb'),
}
I know I can…
I am not a programmer though so I need it to be done in SharePoint as a function please.
So if List A has column 1 value Michael, I want List A column 2 to return a value from List B that has an item with a column 1 value of Michael.
Is this possible?
Thank you so much
I am trying to determine the number of days between 2 dates using LINQ with Entity Framework. It is telling me that it does not recognize Subtract on the System.TimeSpan class
Here is my where portion of the LINQ query.
where ((DateTime.Now.Subtract(vid.CreatedDate).TotalDays < maxAgeInDays))
Here is the error I receive in…
Hi,
I have the following c program which launches a Gtk Program on ubuntu:
#include <unistd.h>
int main( int argc, const char* argv[] )
{
char *args[2] = { "testarg", 0 };
char *envp[1] = { 0 };
execve("/home/michael/MyGtkApp",args,envp);
}
I get "Gtk-WARNING **: cannot open display: " and my program is…
you have been a great help last time, i hope you can give me some advise this time, too.
I read a binary file into matlab with bit16 (format = bitn) and i get a string of ones and zeros.
bin = '1 00011 1111111111' (16 bits: 1. sign, 2-6. exponent, 7-16. mantissa)
According to…
Hi,
I got a problem with my Richfaces application. I am using it with JSF and GlassFish v.2 on my localhost and combination od dataTable and dataScroller works fine.
While moving the app to the VPS running Tomcat but proxied by Nginx server, everything crashes. Exactly the…
Hello,
ist there a way to get a change notification if an attached property changed?
A simple example is a Canvas with a Rectangle in it. The position of the Rectange is set by using the DepenendyProperties Canvas.Top and Canvas.Left. I'm using an Adorner to move the…
Hello,
for putting methods of various classes into a global registry I'm using a decorator with a metaclass. The decorator tags, the metaclass puts the function in the registry:
class ExposedMethod (object):
def __init__(self, decoratedFunction):
…
Hi,
I have an "item", which goes through a multi-page creation process. Images are uploaded at step five, and I keep track of the steps by using the attribute "complete". When validating whether an image is attached with paperclip, I get problems using the…
Hi,
I've created certificate wix extension (extension of IisExtension). This includes a custom table, which is consumed by a custom action.
A column is defined as follows:
<columnDefinition name="Account" type="string" length="72"
primaryKey="yes"…
ello
I understand this is a fairly common problem, but I'm yet to find a reliable solution.
I have data in a csv file with the first column formatted dd/mm/yyyy. When I open it with Workbooks.OpenText it defaults to mm/dd/yyyy until it figures out that…
Hello,
i would like to enclose strings inside of list into < (formatted like <%s). The current code does the following:
def create_worker (general_logger, general_config):
arguments = ["worker_name", "worker_module", "worker_class"]
…
Hi all,
Does anyone else notice that the contentOffset of UIScrollView doesnt update during a flick gesture?
It only updates after the flick gesture has totally completed, when the flick gesture is finished.
After the finger has left the…
Hi,
I got this plugin and have created my list etc and it's appearing fine. However, I am wondering how I create a list under another list...like the second level part of the list? I'm trying to create a dropdown menu you see.
In the…
This is a (to me) pretty weird problem, because it was already running perfectly but went completely south after some unrelated changes.
I've got a Repository which imports in its constructor a list of IExtensions via Autofacs MEF…
Hi everyone,
im trying to implement some behaviors when a mapview element scrolls... by coding a delegate for the scrollview inside of a mapview.
so, right now, i got a pointer to the scroll view used by the map view in my…