0
votes
1answer
59 views
Add source code to elf file
Hi,
I want to add my C++ source code to the corresponding elf binary file and I'm looking for the best way to do this. (I'm using several versions of my code and not every version should be committed …
0
votes
0answers
15 views
Use .net object as data source in Crystal Report 2008
HI all,
I created a .net object (ex: A) which contain data have been collected from tables.
Next, i create a List() and pass to SetDataSource() method of ReportDocument object.
When i run then an …
1
vote
2answers
25 views
spaces in my wix source path
hi in my .wxs file the File tag Source attribute, the path has a spaces in it.
<File Id="_uploads.UserImport.EDS_UserImport.xls" Name="EDS_UserImport.xls" Source="C:\**Documents and …
0
votes
3answers
167 views
Resizing of frame with DYNAMIC external source
I have tried....
I have tried a lot many things...
Even searched Yahoo! , Google and Bing...
Why oh! why does the code not reveal...
I just want to complete it and put the quality seal....
…
1
vote
1answer
322 views
Howto get iframe linking to internal document source using javascript/jQuery?
Hi there,
I have an iframe with id "appframe", the source is page.html and it's on the same server. I want to get the source of the page using jQuery.
…
0
votes
2answers
37 views
Build system for a highly modular portable open source project
We have an Open Source software project in the very beginning. The program is thought to be highly modular: for example, the underlying database can be either sqlite, postgre, or berkley, depending on …
2
votes
3answers
47 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 need the …
0
votes
3answers
191 views
Running SH script with sudo for PHPdoc
How can you run the following script in generating docs by PHPdoc?
#1 sudo -code
sudo source makedoc.sh
I get
no command source
#2 without sudo
The problem is that sudo does not have the …
0
votes
2answers
62 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/
2
votes
5answers
7k views
WPF Image Dynamically changing Image source during runtime
I have a window with a title on it. When the user selects a choice from a drop down list, the title image can change. The problem is when the image loads, it's a blurred, stretched, and pixelated. …
0
votes
2answers
13 views
C# Discover the LocalEndPoint AddressFamily port number
When I establish a tcp connection to a server using the TcpClient class, is there any way to find out the source port of this connection?
I am trying to implement the exec protocol and stderr port …
0
votes
1answer
28 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 in the queue …
0
votes
0answers
15 views
Findbugs does not display source code line number
I am using Findbugs 1.3.9 and it displays the source file of the errors but does not identify the source line number. It just says something like "may fail to clean up java.sql.Statement in ", and of …
0
votes
0answers
5 views
What components in FAST ESP can be versioned for builds and deployment?
I needed to understand what are the FAST ESP components that can be versioned in source control? Are there any best practices to follow for the same so that can be used for regular builds and …
0
votes
5answers
174 views
Why does Chrome show different page source?
Why is that the html code source in Chrome does not show what it should be showing when viewed from Google View Source
For example, I wrote like this
<div><?php echo "HELLO!" …
