open-source

How to indicate in a source code file what license it has?

Let's say I want make some of my sources publicly available via my blog or other web location. How do I properly indicate what Open Source license I've applied to the sources? For instance, with the MIT License or The Code Project Open License, should I put something at he top of the source files or should I have something on the web p...

Why there is no open source framework (like Java) for C# application development?

Hi, C# is much more popular than Java in recent years. As a general-purpose programming language, many people feel that C# is better designed than Java. Why until now there is no open source framework for C# application development? Why no one take the initiative to develop a open source framework for C# which is comparable to Java? (...

How to write a SourceControl Add-in for VS Express edition

As you all know Visual Studio Express edition do not support Source Control Integration and Add in As it is obvious there is a feature which allows VS tointegrate with any kind of source control. So I'm using VS express for myself (in home, and for my presonal Project and want to use a source control for my projects) So what should I Do...

.NET Geometry Library

Does anyone know of a good (efficient, nice API, etc.) geometry open source library for .NET? Some of the operations needed: Data Structures Vectors (2D and 3D with floats and doubles) Lines (2D and 3D) Rectangles / Squares / Cubes / Boxes Spheres / Circles N-Sided Polygon Matrices (floats and doubles) Algorithms Intersection calcu...

When open-sourcing a live Rails app, is it dangerous to leave the session key secret in source control?

I've got a Rails app that's been running live for some time, and I'm planning to open source it in the near future. I'm wondering how dangerous it is to leave the session key store secret in source control while the app is live. If it's dangerous, how do people usually handle this problem? I'd guess that it's easiest to just move the st...

Pastebin-like app without sql

Hi, there is any pastebin-like php open source system without sql? I want to install it on localhost and dont want to backup sql. edit: Highlighting as much as possible languages (as pastebin.com). ...

Wordpress using .NET?

Have anyone seen or tried Wordpress.NET? I read an article about it before, but it is now nowhere to be found. Any similar open source where I could get one? ...

Open Source Social Bookmarking CMS?

I am looking for an open source social bookmarking site CMS so I can build a site like delicious with it for my organization. This will be deployed in the internal LAN. Do you have any recommendations? ...

What's open-source commenting system are available?

My site has several listing pages and on each page, I'd like to enable a commenting mechanism, but I want it to be as open source as humanly possible. This means full use of OpenID's, Facebook connect, etc. Does such a system exist that'll allow users to post their comments on my listing pages? By the way, my site utilizes a LAMP archit...

Java TL1 protocol

Does anyone know of any Java SDKs/libraries for communicating via the TL1 protocol that are opensource? ...

Open-source projects using C++ and XML data binding

I'm looking for open-source projects that make use of two things: (1) C++ and (2) XML data binding. For those who don't know, data binding tools make use of XML schema and code generators such as Codesynthesis xsd, Liquid Technologies. I know CIAO/DAnCE project, an implementation of CORBA Component Model that uses XML Schema Compiler (XS...

Which Java open source project would you like someone to start?

Which Java open source project would you like someone to start? ...

anybody knows some open source asp.net mvc survey application

anybody knows some open source asp.net mvc survey application ...

How can i change ClearCanvas DesktopForm application menu's visibility to false_

i try to write a PACS application over ClearCanvas opensource sources. But i can everything over DestopForm only _mainmenu's visibility turn into false stage. // _mainMenu // this._mainMenu.BackColor = System.Drawing.SystemColors.ActiveCaption; this._mainMenu.Dock = System.Windows.Forms.DockStyl...

Simple but Customizable CRM?

I'm trying to find a good Church Management System (ChMS). Essentially, a CRM for churches. My budget is about $0...so open source or in-house development is preferred (and by in-house, I mean me). I'm wondering if anyone could make some recommendations as to possibilities? I'm open to SaaS solutions as well. For those interested in more...

Getting started with learning the Rails source

Hello, I've been using Ruby on Rails for many projects lately, and I thought it would be interesting to take a look at the Rails source and really see how things operate underneath. I think it'd be a great learning experience and would probably enhance the way I code Rails apps all the more. Does anyone have any tips on how to get star...

Attendance Management System

Hi Friends, I am looking for an open source Attendence Management System, I'd like to be able to customise functions. Please recommend some written in PHP. I am running BPO with around 20 employees. I want to track their daily check-in and check-out time. Thanks Bharanikumar ...

Framework for Monitoring logs of an application

hello I am working on writing an web application which will be monitoring an java process which moves files from one location to another. The monitoring application needs to do following things Monitor log files View the content of moved files Is there any opensource framework which provides monitoring capabilities over logging. I ...

Writing a plugin for Notepad++

I use Notepad++ as my main editing tool. I want to write a plugin for it for a feature I'd like to implement, but am unsure of how to go about it. Are there any guides / blogs / tutorials that can point me in the right direction for creating a new plugin? ...

Which is the best license for my Open Source project?

I am a web developer, and I don't have enough knowledge about software licenses. I wish to publish some of my works, and I need to select licenses for them. My software product is free of cost. But I have some restrictions on the distribution/modification of the code. It's free of cost (but donations are acceptable ;-)). The source c...