OpenSource Apps using WPF :::Learning:::
When I was making my first steps in WinForms, I learned from source code of Paint.NET and few other apps (xacc...) using WinForms. Now I need good-quality code to learn from using WPF :) ...
When I was making my first steps in WinForms, I learned from source code of Paint.NET and few other apps (xacc...) using WinForms. Now I need good-quality code to learn from using WPF :) ...
I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend? ...
I have several small open-source projects that I wrote. All my attempts to find collaborators (looked on sourceforge.net and codeplex) failed miserably - I either couldn't find anyone, or I found people who either weren't interested or didn't contribute anything. Thus comes the question: how and where can I find people to work with (on o...
I'm graduating next week with a BSCS, having decided after my kids were grown to change careers to something actually marketable. I've gained lots of valuable experience co-oping for a local company; however, with the economic downturn I've been unable to find a job. I'm fortunate to be able to continue co-oping at least another semeste...
I am looking out for a good open source Reporting tool/framework for windows based application (WPF). The database I am using is sql server 2005. The typical reports format which I am interested is for e.g. Trial balance, balance sheet, etc (typical banking / finance reporting application). There should be good support for charting...
We currently have a local TF Server here in our company, and we are about to make a subset of our projects open source (via Codeplex), but we are having problems mixing two Team Foundation Servers in the same solution. Looks like Visual Studio can't be connected to many TF Servers at the same time. What's the best way to deal with that? ...
Even though I'm quite happy with WordPress, I'm mainly coding in Python nowadays, and wanted to eat my own dog food, ie improve my Python knowledge by studying the source code and contributing with plugins (if the engine allows it). After searching, I've already encountered Byteflow and PyBlosxom. Byteflow works using Django, which for...
C# Open Source Project Of The Year Award 2008 Let us decide which project should receive the honor, from the Stack Overflow community. And as the best programming community, I think the community opinion matters. What's the best Open Source Project you've found, and loved in 2008? List it here, and let the community vote for the sa...
As a developer, I've learned that I usually gain a better understanding of best/worst practices through experience. The area of web application security isn't really somewhere where my organization can afford to let developers learn through trial and error. So looking for a hands-on approach to knowledge sharing of best practices in ...
I am currently investigating several free/open source OpenGL based 3D engines, and was wondering if you guys could provide some feedback on these engines and how they are to work with in a real world project. The engines being compared are (in no particular order): Crystal Space Panda3D Irrlicht These are the main ones i know that ...
I'm looking for open source iPhone games for studing OpenGL ES and CoreGraphics, Some games I found (like Tris) is written for iPhone SDK 1.x, I think code for 2.x SDK is better, Any ideas? ...
I am a web developer/programmer/freelancer. Most of my work involves developing custom web software. Occasionally, I am approached by a potential client looking for something similar to one of the “classic” business applications: CRM, ERP, CMS etc. Most of their requirements seem typical, but inevitably there will be one or two that are ...
Hello all, does anyone know about a open source expert system? actually, I'm rather interested in calling its inferential engine from C#. ...
I remember looking at D about 2 years ago, and it looked nice, was actually faster than C for some of the typical language benchmarks, and in general seemed ok, but I didn't find any real projects written in D back then, so I just left as a I came. Now that a few years have passed I was wondering if there have been any projects done in...
I'm looking for a python project to use as example to learning python. The project should have these features: is almost fully unit tested use consistently the code convention recommended by PEP 8 it's elements are almost fully documented Extra point features are: building, assembling, and release automation EDIT: The Question...
I am writing software that will be used ONLY internally in a corporate environment, and the company will never market the software or make it available outside it's own confines. If I use open source (i.e. GPL) code in my application, does the company have any obligation to release what I write? Or if it's never marketed can we keep th...
Are there any open source real time operating systems out there? I've heard of real-time Linux, but most implementations seem to really be a proprietary RTOS (that you have to pay for) that run Linux as a process -- much the same way Ardence's RTX real-time system works for Windows. EDIT: I should clarify that I'm looking for RTOS to w...
I am looking for the bare minimum in PDF creation here. I need to specify fonts, and embed a few images, nothing fancy. ...
Does anyone know of a good open-source zipping library for .NET? ...
I'm trying to save a couple of files to a container file. The files can be modified later which means the container might have to be enlarged. The user should only see this container as a single file in the file system. The application is written in C++ and running on Windows, but the files should be portable to other platforms as well. ...