Tagged Questions

0
votes
0answers
6 views

Best practices to keep up a diverging branch of code

I'm in a situation where some minor patches I've submitted to an open-source project were ignored or explicitly not accepted. I consider them useful, but more important is that I n …
1
vote
2answers
39 views

How to run function of parent window when child window closes?

I am calling the javascript window.open() function to load another url in a pop up. Once the users is finished it takes them to the last page that has a link that says close window …
1
vote
3answers
63 views

Open form before windows login c#

I have a c# computer locking system and I am trying to make it so that it shows my unlock form before you log into the computer. I know this is possible because I have seen it bef …
0
votes
1answer
27 views

Email control in .NET environment

I am using .NET and I wonder if there is some free program (or .NET open source) that can help to queue and control email outflow: Every time an email supposed to be sent, put it …
0
votes
3answers
26 views

maven open source project

Please, I want to test CVS and Maven tools within an existing project so: is there any open source project that I can check out from its "CVS" and build it with "Maven"? thanx in …
1
vote
3answers
60 views

Is it possible to use opendir repeatedly in C?

I am trying to debug right now in C and am curious if it is alright to call opendir() repeatedly without having to first call closedir() because I am trying to run a loop to open s …
2
votes
5answers
123 views

Read a file into dynamic memory array using malloc and POSIX file operations [closed]

Possible Duplicate: reading a text file into an array in c Hi, I'm trying to read a file into a dynamic array. Firstly I open the file using open() so I get the file desc …
0
votes
1answer
38 views

Open complex file:// uri in new Firefox tab on OS X

I need a way to open a new URL in firefox from the shell on OS X. The normal way I do this is with the open command ... but the open command doesn't seem to pass query/fragment val …
1
vote
3answers
124 views

Should I Open Source my MonoTouch .NET iPhone application?

It's a small application, named Simon Basic Edition, and it is in the Apple Apps Store top 100 in Games > Kids. The first version is pretty basic, but I made a bunch of improvemen …
0
votes
4answers
44 views

javascript jquery file opener

Hi all, i was wondering if anyone knew a quick solution to my problem. I want to be able to open a folder on users screen pretty much the same as but just opening up the my comput …
0
votes
0answers
66 views

Internet Explorer calling window.onbeforeunload on window.open and AJAX calls

Ok, I have spent a while on this problem and this is what I have gathered: If you make an AJAX call in IE7 and you have a window.onbeforeunload function specified, it calls the o …
3
votes
4answers
209 views

C fopen vs open

Is there any reason (other than syntactic ones) that you'd want to use FILE *fdopen(int fd, const char *mode); or FILE *fopen(const char *path, const char *mode); instead of …
1
vote
7answers
143 views

How can I check if a file is open by another program in Perl?

In Perl, how do I test if a file of open by another Perl program? I need the first program to be done before the second program can start.
0
votes
1answer
22 views

open a tab using a text link on the same page

I have a series of tabs with content and want one of the tab/contents to open when a user clicks on a link on a sidebar. How do I do this please in simple terms and instructions. …
1
vote
2answers
31 views

[win32] can _open() return valid negative fd ?

Is it possible that win32's _open() return valid FD that is negative ? In other words, is comparison if( (fd=_open(...)) < 0) error...; as safe as form if( (fd=_open …

1 2 3 4 5 6 next
15 30 50 per page