source

Removing a file from TortoiseHG data source

Hi! I am using TortoiseHG for source code control in Windows, I forgot to edit the ".hgignor" file, and now I have a huge folder ".hg" which I know it's because of DLL and EXE and PDB files which I do not need them. Now changing the ignor file does not remove those files. What should I do for deleting these files completely from my Tor...

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!" ?></div> But if I view source, "Hello" does not exist even though it displayed HELLO on page! Or if I create an input with a value inserted from PHP, it won'...

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 course clicking on the bug does not take me to the statement in the source file displayed in the right pane. I have made sure I am compil...

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 (database) Queue database will have these information: Timestamp, Email Address, Time in Queue, Time Sent, Success, Number of Retry Email must be...

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 seems to always be source port + 1. ...

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 the preferences of the end-user. Only one systematic approach I'm confident with, is to use Autotools (GNU build system). I would like to...

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 Settings**\kle\Desktop\OspreyMSIGenerator\OspreyMSIGenerator\Published\EDSContainer\uploads\UserImport\EDS_UserImport.xls"></File> i get this error candle...

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 into svn). Can I just append the source code without destroying the elf file using bash's >> operator? Or is objcopy --add-section a way ...

Google Wave and Robot with dynamic thirdparty data source

Hi! I am new to google wave robot programming and for some time I am looking for an answer to my question. Consider example: (A) - Thirdparty Data Source with Thirdparty API (B) - Google Robot (C) - Google Wave Is there a way to create robot (B), which will periodically interact with (A) updating the (C) even if user is away (doesn...

is there free or cheap software that formats PHP source code nicely

I am looking for a program, free or cheap, that formats the PHP code nicely. Sometimes I do copy and paste and the formatting looks screwed up. I found online source formatting but I would like to have a standalone program or an extension in my Dreamweaver (Windows) as it would be nice if I could apply source code formatting for all my P...

where to find xclock source code in c?

I'm looking for a while the source code for xclock in c but seems not successful to find it. Does any one know where to find it? I tried on google but no success. ...

Question about databinding to non-UI elements

I'm very new to databinding, and so far have only had luck databinding to element properties in the GUI, or by binding to an ObservableCollection to display lists of data. Now I want to do something different. I have a method that takes an index and returns a List of doubles, i.e. List<double> GetValues( int index); I have a GUI whe...

WPF: Open source of xaml control examples

I'm teaching myself WPF and xaml by replicating existing controls and UI from AutoCAD 2010 and Excel 2010. Once the various controls are polished, I would be happy to share any code. Is there sites or communities that are open source and WPF or xaml based? ...

Source Ordered Content - SOC in SEO

How much does source ordered content affect SEO optimization and ranking? Do spiders crawl SOC in an easier way? Typical html web page comprises elements in following order: header content sidebar footer (Content and sidebar exchange often in order) However source ordered content is a technique where the law is to place content and ...

Are there any open source calendars that look like iCal that I can put in the lower bottom of my application?

I want to put a little calendar in the bottom corner of my application. I have checked out the Amber Framework, but have not figured out how to build it. I have also checked out Logan Rockmore's calendar, but when it is minimized, it does not work. Does anyone have any suggestions? ...

How to add themes namespace to C# project.

Hi, I'm relatively new in C#. I would like to use Microsoft ListBox control, but I recognized that there's no Vertical ScrollBar property. Then I found open source ListBox control on page: http://www.koders.com/csharp/fidF0FDB984AB0429D0E6DF5D90B0A30F850D0335DB.aspx And my question is where to find file oraz description of namespace "us...

How to convert DirectShow Filter to C++\C#?

So we have some filter for DS. It works - uses standard win dll's. We want to convert that filter to some sort of non-using DS program. So we want it to call dlls in write order, do all what DS is doing but not be in any way dependable on DS - only on filter dll's. So... How to convert DirectShow Filter to C++\C#? ...

Where can I find the tag library definition and source code for Sun's jsp tag?

In particular I want to view the Java source code implementation for <jsp:forward>, but clicking on the tag does not bring me to a TLD, but instead to an XSD. ...

look for open source iPhone camera project

I am looking for some open source projects focusing on iPhone camera, such as image processing &filter when using iPhone camera. Unfortunately, someone said that as far as i know all the video recording apps for the 3g are not open source, require jailbroken phone and also require you to pay after the trial period is up. ...

How much time does the average Open Source developer spend on projects?

This may be a little bit of a hard one to pin down exactly, but does anyone know have statistics on what the average amount of time a typical open source developer spends on a project?. I've heard figures of 2 hours on a weekend. I'm talking about unpaid work here which developers do in their spare time. Anyone know of any surveys that ...