open

What open source virtual private server program do you recommend with windows as host

I am looking to have 4 Virtual servers(various linux flavors) running on a Windows server 2003 R2 64 bit edition server located at a datacenter. I can also purchase a 2008 server or 32 bit 2k3 if needed. They would each have their own ip address for networking so that they could be publicly accessed. I do not know much about VPS softw...

OpenFileDialog. How about "Specify Directory Dialog"?

On a file path field, I want to capture the directory path like: textbox1.Text = directory path Anyone? ...

Finding an Open Source Project to work on

Hi, I am looking for some direction on finding a good open source project to work on. I am experienced in Java and PHP and am currently learning C, however, I don't know if I am comfortable enough in it yet to contribute anything. I tried looking at mediawiki but there wasn't really anything to do as it is such a big project with so man...

Anyone know why _getstream would fail? c++

FILE * __cdecl _getstream I'm calling an fopen and it keeps crashing. AfxMessageBox("getting here 1"); FILE * filePtr = fopen(fileName, ("rb") ); AfxMessageBox("getting here 2"); For some reason I never get to the second messagebox. What makes it more interesting is that in debug mode the app works perfectly.. Most frustrating.. ...

What's the way to implement Save / Load functionality?

I'm trying to implement a Load / Save function for a winforms applications. I've got following components : A Tree View Couple of List Views Couple of Textboxes Couple of objects (which holds a big dictionarylist) I want to implement a way to save all of this into a file, and resume/load it later on. What's the best way to do this?...

Trying to connect internally to Oracle, getting an idle instance?

So I have an Oracle instance, and I know it's running on this system, I've su'd to the oracle user, and I'm trying to connect using "/ as sysdba". However, when I do connect, it says the instance is idle. I know the database is up and opened, because my application's talking to it. My paths (ORACLE_HOME, etc.) might be incorrect: any ...

Why does the following print 'Resource temporarily unavailable'?

Why does the following code print ‘read(): Resource temporarily unavailable’ 80% of the time? That is the EAGAIN code, which is the same as WOULD BLOCK which means there is no data waiting to be read, but select is returning 1 saying there is data (tested in Linux): #include <time.h> #include <unistd.h> #include <stdio.h> #include <stri...

How to open Sql2008 Table

I want To open Table By Sql 2008 Enterprise Manger Interface as in Sql2005 Enterprise Manger Interface by Right Click Then Click open Table ...

.net open source and running platform choices

Hi Guys, We have been asked to look into a fully open source solution for a big project, they want the project be as near to 100% Open Source as possible, mainly because as its a community project there may be very little money available in the future except for the running of a host. Using OS software saves on licence costs as the serv...

How to open an image in IE browser using XBAP under partial trust ?

Hi, How to open an Image in browser (IE) from our XBAP Application???? I did not saved the image file anywhere and i have the object of the Image class (I will assign its content later - dynamically). I want to open this image in the browser from my XBAP partialy trusted application. Thanks in advance, ...

VB.NET: Detect if a text file is open

Is there any way to determine if a text file is currently open in a text editor? Or better yet, is there a way to trigger an event when a text file is opened (from any program)? ...

Open XML SDK 2.0 - how to update a cell in a spreadsheet?

I want to update a cell in a spreadsheet that is used by a chart, using the Open XML SDK 2.0 (CTP). All the code samples I have found insert new cells. I am struggling with retrieving the right worksheet. public static void InsertText(string docName, string text, uint rowIndex, string columnName) { // Open the document for editing....

How can I get forking pipes to work in Perl on Windows?

I'm trying to port a Perl script over from Unix to Windows but am having a near impossible time getting it to work due to the unsupported forking pipes in the open function. Here's the code: sub p4_get_file_content { my $filespec = shift; return 'Content placeholder!' if ($options{'dry-run'}); debug("p4_get_file_content: $f...

Using the open() system call

Hi guys, I'm writing a program that writes output to a file. If this file doesn't exist, I want to create it. Currently, I'm using the following flags when calling open: O_WRONLY | O_CREATE However, when this creates the file, it doesn't give me any permissions to write to it... How can I use open so that it creates a file if it doesn...

iPhone Open DATA: Url In Safari

Hello, I have a Data: URL (see: http://en.wikipedia.org/wiki/Data_URI_scheme) (as a NSString) and I want to open it in Safari. How would you accomplish this (I tried openURL:.) Example: data:text/html;base64,(Some Base64 Encoded Data Here) Thanks, Isaac Waller ...

xmlHTTPrequest won't open ("GET" , url, true); I'm miffed! PHP

I've been trying to get a url to open but I'm miffed as to why this hasn't worked. The code is listed and explained below. Any help will be deeply appreciated. The object: function getXMLHTTPRequest() { var req = false; try { /* for Firefox */ req = new XMLHttpRequest(); } catch (err) { try { /* fo...

Fortran 90 OPEN file

Hi everyone. I've been working on my project about bank account transactions (withdraw, deposit, check cashed, and balance inquiry) using "account.txt". My TA said that I have to use temporary file. This temporary file will read line by line to find what the user is looking for. However, I did not understand this temporary OPEN file at a...

Force open a file

One C++ program is filling a logfile, it keeps a handle to the logfile. I want to open this logfile with a C# program and parse it to see if a certain line has been added to the logfile. However, if I open the logfile with C# I get a "this file is being used by another process" IOException. Code used: using(StreamReader reader = File....

How to compile kscope on windows system?

kscope is a very nice gui tool on unix to analysis of sorce code i am using it for a while on my linux box. is there is any port of kscope on windows availbale? I know cygwin support kde env. but i am not able to compile kde on it. ...

If Pentaho is Open Source, can I just use it?

I see that Pentaho wants to charge me for their software. How can I get to the underlying Open Source software for dashboards to see what it can do without having to deal with Pentaho marketing folks? ...