I'm being presented with an OpenSolaris vps, actually a Solaris Container, which is based on SXCE snv_121 and is active since mid 2007: the good old Sun days, IIRC even before the Indiana stuff!
For various reasons the system itself can't be rebuilt/upgraded but we can do whatever we want with the additional package manager on it.
My Solaris…
I'm using VirtualBox OSE on Ubuntu 10.04.
I have a Windows 7 guest VM which I use almost exclusively for MS Outlook to access my Exchange mailbox. If I click a URL in Outlook it obviously opens in IE in the guest VM, is there any way to have it perform a redirect of some sort?
If I click a URL inside the VM, I want it to load in my default…
Okay, I'm not sure if this is an SO question, or a ServerFault question, but I figured I'd post here first.
I have a BizTalk project which works like a champ for its original design. It's been deployed and it's working fine. Today, I went in to add some new fuctionality by modifying one of my orchestrations. When I attempted to open it,…
Today I saw that a website of mine isn't working so I ssh'd to the server and executed ps -eF.
I see about 200 PHP processes that are running all for 4 hours.
Apache is built with mpm event and mod fcgid.
I killed all the PHP processes and now it's running fine,
why does this happen? is this expected behavior?
I don't really understand…
From an authenticated referral (such as from a timeline story) to my website, I am trying to use the server-side authentication flow to obtain an access token for the referred user. I need to pass my app secret, the auth code, and the original redirect URI to the Facebook access token endpoint. Since I did not initiate the authentication…
So i have this program that fetch a page using a short link (I used Google url shortener)
to build my example i used the code from Using WebClient in C# is there a way to get the URL of a site after being redirected?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Net;
…
I owuld like to define an abstract class that inerhits from UserControl and my own Interface IUriProvider, but doesn't implement it. The goal is to be able to define pages (for silverlight) that implement UserControl but also provide their own Uri's (and then stick them in a list / array and deal with them as a set:
type IUriProvider =…
Hi,
I would like to bind an Image to some kind of control an delete it later on.
path = @"c:\somePath\somePic.jpg"
FileInfo fi = new FileInfo(path);
Uri uri = new Uri(fi.FullName, UriKind.Absolute);
var img = new System.Windows.Controls.Image();
img.Source = new BitmapImage(uri);
Now after this code I would like to delete the file :…
The 'My Aptana' tab takes forever to load, and I never look at it, I always close it asap, I've looked many times but have been unable to discover a way to disable this tab from opening.. is there a way to do this?
Hi
How to create check box window in VB script
In order to choose on of the following questions and put the answer in to
Answer parameter?
ON LINE MODE
OF LINE MODE
THX
Yael
I am working on a project to create a few extremely stripped down interfaces for common Web/Internet tasks in order to make computers accessible to my visually impaired grandmother. Currently she uses Mac OS X Mail.app, but I had the idea that I could re-skin a webmail interface running on my own server to make it easier for her to use.
…
I have a back test on index futures to do. I've finished the test on 1-minute OHLC data and the result is OK. Further I want to opt our tick-by-tick data downloaded from Bloomberg.
I have browsed the internet and found that several trading platforms are available for such function but Bloomberg is not in the data source providers list.…
In my application I want to use html file for attaching to the email client. So I want to access and update this html file at run time after that i added as an attachment. Is it possible?If yes, Please can anyone help me.
Here i tried like first i created one html file in the assets folder after that i added it as an attachment But now…
So I've got some Java code that uses Jakarta HttpClient like this:
URI aURI = new URI( "http://host/index.php?title=" + title + "&action=edit" );
GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery());
The problem is that if title includes any ampersands (&), they're considered parameter delimiters and the request…
I am learning JPA w/Hibernate using a Java SE 6 project. I'd simply like to be able to detect if the connection between Hibernate and my database (MS SQL Server) is open. For example, I'd like to be able to detect this, log it, and try reconnecting again in 60 seconds.
This is what I thought would work but isOpen() doesn't appear to…
I have two queries:
query 1:
SELECT DISTINCT ?o COUNT(?o)
WHERE
{ ?s1 ?somep1 <predicate_one-uri>. ?s1 ?p ?o}
query 2:
SELECT DISTINCT ?o COUNT(?o)
WHERE
{?s2 ?somep2 <predicate_two-uri>.?s2 ?p ?o.}
Each query gives me a different result set (as expected). I need to make a union of these two sets, from what…
I'm looking for something I can install on a Linux server to create a remote calendar that I can sync with my iPhone.
Anything requiring setting up an Exchange Server connection on the iPhone is out since I already have one set up for work. I'd like to avoid a groupware package since all I really want is a calendar.
Hello,
what are current "technologies and implementations" to get a filesystem with unlimited capacity by using single servers with their harddisk to form a "grid/cloud filesystem"?
I need to have unlimited space (by adding further servers) but it must be a filesysem that is capable of running a database on top.
I know of Apache…
Hello,
what are current "technologies and implementations" to get a filesystem with unlimited capacity by using single servers with their harddisk to form a "grid/cloud filesystem"?
I need to have unlimited space (by adding further servers) but it must be a filesysem that is capable of running a database on top.
I know of Apache…
I have a DOS batch file that show some results on the cmd console. I want users to press Enter to run program or press any other key on the keyboard to exit.
I don't want to use options/choices because in that case user will have to enter at least something which I need to check and set the action.
Example:
At the end of the cmd…
I have found an strange behavior when use the open file dialog in c#.
If use this code in Windows XP the current working directory changes to the path of the selected file, however if you run this code in windows 7 the current working directory does not change.
private void button1_Click(object sender, EventArgs e)
{ …
Hi. I have a window of firefox, with 150 tabs opened, each one having one picture.
The only content of the page is the picture (but the link of the page sometimes is .php, not a exactly picture mimetype)
So, is there a way that automatize this work and save all opened images on that tabs?
Firefox: 3.5.9 (Ubuntu-9.10 Linux)
As a semi-dual monitor user on my MacBook, I run into a particular issue that drives me nuts. The scenario is at work I run my MacBook Pro's display as the secondary monitor to a dual-monitor setup. I primarily use the secondary view for my social network windows (Adium, Tweetie, Gabbble, and IRC). I position exactly as I want them…
I have an asp.net application and webservices (asmx) that reside in the same application but not in the same folder of the aspx files. I aslo have a winform application that uses the webservices. I have marked the webservice methods with [WebMethod(EnableSession = true)] but I am not able to share the same session values that are…