0
votes
6answers
91 views
good python open source to learn [closed]
Possible Duplicate:
What are good open source projects in Python for which I can be a contributor?
Any recommendation? Someone said a good way to learn python is actually be part of the …
3
votes
1answer
45 views
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 …
1
vote
9answers
102 views
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 …
0
votes
2answers
57 views
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.
0
votes
3answers
55 views
What do you use for source control? [closed]
I was wondering which version of source control is the most popular among the stack overflow users (proprietary or open source). I have yet to use any type of source control before and want to get a …
0
votes
2answers
24 views
VS2008 Web Service Project missing Data Menu and Data Sources
VS2008 Web Service Project missing Data Menu and Data Sources:
Simply invisible, Can't find it and just cant add a connection to my database using that wizard. why is it missing?
0
votes
1answer
22 views
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 …
1
vote
0answers
42 views
is it wrong to charge for web app ? [closed]
i have a student loan I need to pay so I thought why not charge for the software I have written. Upon uttering these words, I was banned from a certain channel on freenode.net
So, I must ask, is …
0
votes
0answers
36 views
Shortcut for Copying Posted Code from StackOverflow? [closed]
I might just be lazy but do ever find it tiresome to select all the source code from a large posting on SO and copy it? I would like a javascript to automatically copy the source example to the …
0
votes
1answer
76 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 …
1
vote
1answer
25 views
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) …
2
votes
3answers
55 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
5answers
213 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!" …
0
votes
2answers
46 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 …
1
vote
2answers
51 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 …
