I need to draw a line with plusses along an given path (arch) but can't seem to find anything pointing me in the right direction.
Any help would me much appreciated.
Best,
Jon H
The ASP.NET MVC 4 Internet template adds some new, very useful features which are built on top of SimpleMembership. These changes add some great features, like a much simpler and extensible membership API and support for OAuth. However, the new account management features require SimpleMembership and won't work against existing ASP.NET Membership…
I just hit my THIRD instance of a Hyper-V guest machine dying with the exact same behavior. In all three instances we are hosting WS2008 guests on a WS2008 host. AFter a config change, we reboot the guest and the guest OS comes up but in a very cripled state. Specifically, we are able to log into the guest, but can't launch any apps and the…
I have two Linux systems, both running Debian Squeeze. Versions of (I think) the stuff involved are:
kernel: 2.6.32-5-xen-amd64
ii nfs-kernel-server 1:1.2.2-4squeeze2 support for NFS kernel server
ii libnfsidmap2 0.23-2 An nfs idmapping library
ii nfs-common …
Hi all,
I an not sure if this is possible or not but what i would like to do is as follows:
I have one IP address (dynamic using zoneedit.com to keep it upto date). I have one webserver running my main site which is an Ubuntu machine running Apache. I also have a windows 2008 server running another site. Just to confuse things I also run…
In this Issue:
Michael Washington,
Manas Patnaik,
Jeff Blankenburg,
Doug Mair,
Jon Galloway,
Richard Bartholomew,
Peter Bromberg,
Joel Reyes,
Zeben Chen,
Navneet Gupta, and
Cathy Sullivan.
…
I am a little confused on the proper fstab entry for a samba share in Ubuntu 12.04
I can get the drive to mount manually by using:
sudo mount -t cifs //192.168.2.2/raid_drive /mnt/homeserver -o username=jon,password=password
So I tried putting this in fstab:
//192.168.2.2/raid_drive /mnt/homeserver cifs…
I am looking at this excellent article from Jon Skeet.
While executing the demo code, Jon Skeet says that we can expect three different kinds of behaviours. To quote that article:
The runtime could decide to run the type initializer on loading the
assembly to start with... Or perhaps it will run it when…
I am looking at this excellent article from Jon Skeet at this location:
http://csharpindepth.com/Articles/General/Beforefieldinit.aspx
While executing the demo code, Jon Skeet says that we can expect three different kinds of behaviours. To quote that article:
The runtime could decide to run the type…
Hi,
I'm implementing my own IInstanceProvider class to override the creation and realease of new service instances but the Release() method never gets called on my implemented class?
It's implemented using an IServiceBehavior to attach to the exposed endpoint. No matter how hard we hammer the…
I've noticed there is no OnClientClick() property for the radiobuttonlist in the ASP.NET control set. Is this a purposeful omissiong on Microsoft's part?
Anyway, I've tried to add OnClick to the radio button list like so:
For Each li As ListItem In rblSearch.Items
…
Hi,
I've created a custom textInput componenet that handles it's own validation using a private validator. The validation is enabled depending on the state of the component i.e. validation is enable when the components state is "edit".
However, when the state changes from…
Hi
I'm receiving the following error on my shared hosting box:
SQLSTATE[HY000]: General error: 5 Out of memory (Needed 4194092 bytes)
This error is only triggered on a specific page.
I guess this indicates that I am reaching the upper limit of the 64MB allocated to me…
Hi,
I have a BLAST output file in XML format. It is 22 query sequences with 50 hits reported from each sequence. And I want to extract all the 50x22 hits. This is the code I currently have, but it only extracts the 50 hits from the first query.
from Bio.Blast import…
I have a flat file database (yeah gross I know - the worst part is that it's 1.4GB), and I'm in the process of moving it to a MySQL database. The problem is that I'm not sure how to go about doing this - and I've checked through every related question on here but none…
Because the RoleProvider interface seems to treat roles as nothing more than simple strings, I'm wondering if there is any non-hacky way to apply an optional value for a role on a per-user basis.
Our current login management system implements roles as key-value…
One of the things I like about the Java IDEs out there is that they typically have the ability to allow a user to right-click on an Ant file and run one of the targets.
I've got an msbuild file in my solution that is used for migrating the application database,…
Hi
I'm trying to write an NHibernate HQL query that makes use of parenthesis in the where clause. However, the HQL parser seems to be ignoring my parenthesis, thus changing the meaning of my statement. Can anyone shed any light on the matter?
The following…
Hi,
Bash's command history is great, especially it is useful when adding the history -a command to the COMMAND_PROMPT.
However, I'm wondering if there is a way to log the commands to a file as soon as the Return key is pressed, e.g. before starting the…
My application is working fine on the normal iPad display, but I also need to output to VGA out. When I do this, I need to add the view to the external screen's window which seems to mean that I can't use it to accept input from the iPad screen.
I want…
I need to draw a line with plusses or crosses along an given path (arch) but can't seem to find anything pointing me in the right direction.
Any help would me much appreciated.
Best,
Jon H
Edit:
Hmmm. I still cant find any good answer to my…
StackOverflow users suggested I try my question here.
I'm using Server 2008 EE and IIS 7. I've got a site that I've migrated over from XP Pro using IIS 5.
On the old system, I was using IIS Password to use simple .htaccess files to control a…