强大的插件系统,通过Addin构建成一个功能齐全的.net开发IDE。核心是AddInTree。跟随这个项目开发许多有用的组件,比如功能文本编辑器(ICSharpCode.TextEditor),SharpZipLib等。

#develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is open-source, and you can download both sourcecode and executables from this site. In addition, you can find the latest information and changes on #develop, as well as get in touch with the team in the forum.

We are going to add more content (and new releases) over the coming months, so sign up for our announcement list! Also, we want to invite you to participate in the forums, discussing SharpDevelop - its features, feature requests and of course bugs.

#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this. I want all in pure C#."

License

The library is released under the GPL with the following exception:

Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination.

As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.

Note The exception is changed to reflect the latest GNU Classpath exception. Older versions of #ziplib did have another exception, but the new one is clearer and it doesn't break compatibility with the old one.

Bottom line In plain English this means you can use this library in commercial closed-source applications.

Download

You can download the source code and compiled assembly from this site. Download now!

#ziplib is a by-product to our open source IDE SharpDevelop. It is free, C# source code included!

Credits

#ziplib has intially been developed by Mike Krueger, however, much existing Java code helped a lot in speeding the creation of this library. Therefore credits fly out to other people.

The current maintainer of #ziplib is John Reilly. Please contact him regarding features, bugs etc via the forum.

Change Log

The changes are documented in the release history that can be found in our project wiki.

#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using #usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn't find any .NET USB library. One goal is to provide a platform. independent (Linux/Win32 solution) USB access layer for .NET.

License

The library is dual-licensed: GPL or LGPL. The latter allows you to use the library in closed-source applications (when you link against the library, including the source code is still not allowed - it has to be in a separate assembly).

Download

Downloads are hosted on sf.net together with our #develop and #ziplib projects: Get the latest version (source, binary, samples, documentation)

Want to be notified of new releases?

Join our #usblib release announcement list
Sign up for the announcement list if you haven't yet, or manage your subscription

Authors

#usblib has been developed by Mike Krueger.

Change Log

The changes are documented in the release history that can be found in our project wiki.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12639172/viewspace-155658/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/12639172/viewspace-155658/

开源项目之:SharpDevelop相关推荐

  1. 收集一些.NET开发资源站点和部分优秀.NET开源项目 (转)

    收集一些.NET开发资源站点和部分优 秀.NET开源项目 微软.Net中文主页 .NET Framework开发中心 微软.Net Framework中文产品支持中心 微软.Net Framework ...

  2. C#开源项目一览表[转](包含国内和国外)

    在SharpDevelop里调试程序 SharpDevelop是一个开源的C#集成开发环境,可以在http://sourceforge.net/project/showfiles.php?group_ ...

  3. .Net 开源项目资源大全

    Awesome DotNet,这又是一个 Awesome XXX 系列的资源整理,由 quozd 发起和维护.内容包括:编译器.压缩.应用框架.应用模板.加密.数据库.反编译.IDE.日志.风格指南等 ...

  4. 最全面的C#开源项目介绍

    一.AOP框架        Encase 是C#编写开发的为.NET平台提供的AOP框架.Encase 独特的提供了把方面(aspects)部署到运行时代码,而其它AOP框架依赖配置文件的方式.这种 ...

  5. 我在CodePlex上建的开源项目:JavaScript Lexer and Parser(欢迎加入)

    要写这个东西的起因见这篇博客,很想将这个插件完善,但是发现必须先弄出JavaScript的语法树,如是也想乘机好好学习下编译原理,就有了这个case的想法. 我提交到CodePlex上的代码大量的参照 ...

  6. Github上优秀的.NET Core开源项目的集合

    内容包括:库.工具.框架.模板引擎.身份认证.数据库.ORM框架.图片处理.文本处理.机器学习.日志.代码分析.教程等. Github地址:https://github.com/GeekPowerFe ...

  7. [转载]C#开源项目(国外的还是很多)

    C#开源项目(国外的还是很多) 一.Ajax框架 Ajax.NET Professional (AjaxPro)是最先把AJAX技术在微软.NET环境下的实现的AJAX框架之一.它在客户端脚本之上创建 ...

  8. [转]C#开源项目介绍

    原文:  http://alance.iteye.com/blog/693987 一.AOP框架 Encase 是C#编写开发的为.NET平台提供的AOP框架.Encase 独特的提供了把方面(asp ...

  9. 【转载】C#开源项目大全

    以下文章摘自    http://chenxuebiao3.blog.163.com/blog/static/27491118201141651079/?suggestedreading&wu ...

最新文章

  1. 真人拳皇项目第九次Scrum总结——史经浩
  2. 一张图看懂数据库十年大格局!
  3. .Net程序员安卓学习之路5:使用xutils注入View和事件以及图片的显示
  4. 【Qt5.8】TypeError: Property 'asciify' of object Core问题解决办法
  5. 讲oracle个阶段书籍6,经典图书推荐系列-之六
  6. JS事件及其兼容用法
  7. MFC:通过代码简单理解进程间的通讯机制——共享内存
  8. python opencv报错_OpenCV in Python 入门问题,python报错 -问答-阿里云开发者社区-阿里云...
  9. 大家都来测试测试自己的flex水平
  10. python绘制国际象棋_python使用turtle绘制国际象棋棋盘
  11. android异步任务更新进度条,Android的AsyncTask异步任务浅析
  12. 建立健全测绘地理信息安全保密管理制度。明确涉密人员管理、保密要害部门部位管理、涉密设备与存储介质管理、涉密测绘成果全流程保密、保密自查等要求。
  13. 多元逻辑回归 · 数学推导过程及代码实现完全解析
  14. 数据过多 如何实现页面滚动
  15. nosqlbooster pojie
  16. 微信小程序地图如何显示附近厕所WC步行路线
  17. Dede URL优化拼音命名
  18. 我爱天文 - 月亮从哪边升出来?
  19. linux win10双系统启动顺序,Windows 10 和 Ubuntu 20.04 双系统 GRUB2 默认启动项的更改...
  20. Linux7密钥,centos7秘钥验证

热门文章

  1. PPT打开密码,如何解密?
  2. 数据结构与算法邓俊辉——(三)
  3. 利用sqlmap注入获取网址管理员账号密码
  4. 刷 LeetCode 吃力正常吗?
  5. CSV保存身份证后再打开后4位0000的解决办法
  6. Debug: defusedxml, CV_LOAD_IMAGE_UNCHANGED,CV_IMWRITE_JPEG_QUALITY,undistortPoints
  7. Laravel SQL查询中first, pluck与lists方法的使用
  8. QT手动添加Q_OBJECT报错解决方法记录
  9. [feather]StarlingUi框架——初识feather、界面启动及Ui加载
  10. [yishen] 小慕读书web端学习笔记