大约有 9,870 项符合查询结果(耗时:0.0102秒) [XML]
Textarea that can do syntax highlighting on the fly?
...ditArea ― Demo as FileEditor who is a Yii Extension ― (Apache Software License, BSD, LGPL)
Here is EditArea, a free javascript editor for source code. It allow to write well formated source code with line numerotation, tab support, search & replace (with regexp) and live syntax highlight...
原子vector的一种实现源码(atomic-vector) - C/C++ - 清泛网 - 专注C/C++及内核技术
...------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt ...
Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins? [cl
...or IntellijIdea I can just update PyCharm plugin even if I don't update my license and have all new features from PyCharm (of course, without new features of IntellijIdea).
– dbf
Dec 25 '12 at 19:31
...
Regular expression to match URLs in Java
...rns.java :
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-...
Good Java graph algorithm library? [closed]
...
Packages hep.aida.* are LGPL (acs.lbl.gov/software/colt/license.html). This is imported via colt (jung.sourceforge.net/download.html). This prevents JUNG from being used in projects under the umbrella of ASF and ESF. Maybe one should use the github fork github.com/rortian/jung2 an...
How can I check which version of Angular I'm using?
...m the JavaScript file itself.
Header of the current angular.js:
/**
* @license AngularJS v1.0.6
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
share
|
improve this answe...
Duplicate files copied (Android Studio 0.4.0) [duplicate]
...lude files is:
android {
packagingOptions {
exclude 'META-INF/LICENSE.txt'
}
}
You can add as many exclude statement as you want. The value is the archive path. No wildcard or glob support yet.
share
...
Read/write to Windows registry using Java
...
This is licensed under the Apache license given some google searching.
– Qix - MONICA WAS MISTREATED
Jul 20 '13 at 4:23
...
ACE vs Boost vs POCO [closed]
...s ago I was put off by the fact that components seemed to use a mixture of licenses. Some used the Boost license, others were GPL. Some of the encryption stuff required a license for commercial use. I don't know what the current licensing situation is with POCO, but I would look at that carefully be...
实战做项目如何选择开源许可协议(一)-了解协议 - 开源 & Github - 清泛网...
...MIT。这些协议有什么区别呢?
GPL,全称 GNU General Public License。它的主要内容为:只要在一个软件中使用(“使用”指类库引用或者修改后的代码) GPL 协议的产品,则该软件产品必须也采用GPL协议,既必须也是开源和免费。这个...
