0
votes
5answers
71 views
C# - Remove spaces in HTML source in between markups?
I am currently working on a program that allows me to enter HTML source code into a RichTextBox control and removes the spaces from in between markups. The only problem is, I am n …
5
votes
4answers
51 views
Utilities to generate an XML representation of a Java package/class?
I'm looking to generate an XML representation of the AST for a given java class (by parsing its source). Overall, what I want to do is write XSLT queries to find meta patterns in t …
0
votes
1answer
19 views
How to remove a remote source from gem remote sources
I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it.
$ gem sources
*** CURRENT SOURCES ***
http://gemcutter.org
http://gems.rubyforge.org/
1
vote
5answers
46 views
Source Control Tutorials for Implementing them on C#, Java Developments.
Hi,
As a one-man-company taking custom-development jobs (a.k.a. Gun For Hire), the later more complex than the earlier, I'm finding myself in the situation I do really NEED to imp …
3
votes
3answers
39 views
Managing databases in Open Source Software Projects
I was wondering how databases are managed in open source projects which are usually hosted in repositories like CVS or SVN. Placing codes in the SVN is very logical as it allows di …
1
vote
3answers
51 views
Can I see the resulting markup after JavaScript Dom manipulation?
Is there any way to get a browser (or some other program) to show me the DOM of a web page, as modified by JavaScript code?
For example, say I have some simple markup. I then use …
1
vote
2answers
78 views
Automatic PHP Documentation Generator
I am looking at any document generator for PHP that can actually read the source code and generate the documentation - instead of writing comments according to what the generator n …
0
votes
3answers
51 views
Is there a good open source ‘answers’ (Q and A) product available anywhere? [closed]
This would be similar to answers.com, yahoo answers, etc.
0
votes
2answers
24 views
How to manage application versioning and deployments?
Currently there are some challenges with managing application versions and deployments at the shop I work in. Typically we just change the code(corresponding DLL's) that we need t …
0
votes
2answers
33 views
ARP protocol : is ARP source hardware address redundant? (already contained in ethernet header)
Hi,
I'm working on a network security project and I noticed something that I can't explain:
Why do we need a source hardware address field in arp? Isn't it already contained in …
0
votes
3answers
98 views
Javascript - change image source to gif ?! asp.net
I have the below code in a .ascx file as part of an asp.net project. How can I write the javascript to change the image source to a gif?
<%@ Control Language="C#" AutoEventWire …
0
votes
0answers
80 views
Is stackoverflow buid out of open sourced framework or can it be open sourced [closed]
StackOverflow is a very modern discussion forum, very fast and effective.
I am wondering if it is built upon an open sourced discussion forum framework.
If not, can the framewor …
0
votes
1answer
39 views
Going Open (almost): Moving from MS/ASP to LIN/Py
I'm doing a case study (well, hoping to) on a migration from Win/ASP/SQLServer to a Linux/Pylons/Pgsql codebase.
I was just wondering if anyone has any thoughts, pointers or exper …
0
votes
1answer
95 views
header file without source file
i have written the body of the function in the header file and so do not have a source file. when i tried running my project in visual studio .. i got an
error: Cannot open sourc …
0
votes
5answers
98 views
PHP page source copy
I need to write a script that goes to a page, copies the source of the page, and stores it as a string to be outputted withing another page. I'm forced to do this due to the fact t …
