Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The OpenKomodo Open Source Development Environment for Dynamic Languages and Web Technologies The Open Komodo project provides a code base upon which integrated development environment (IDE) software packages can be developed. ActiveState's Komodo Edit 4.3 and later (an open source ... [More] , multi-platform, multi-language editor) is an established, mature product that uses the Open Komodo platform. With the Open Komodo Project, the focus is on dynamic languages and the open web. Open Komodo is developed on top of many open source technologies, including Mozilla, Python, and Scintilla. The primary development technologies used are XUL, JavaScript, Python, and C/C++. [Less]

4.37931
   
  0 reviews  |  55 users  |  2,121,770 lines of code  |  4 current contributors  |  Analyzed 6 days ago
 
 

Eclipse IDE상에서의 WIPI 프로젝트 개발환경을 구축하는 프로젝트입니다.

0
 
  0 reviews  |  1 user  |  207 lines of code  |  0 current contributors  |  Analyzed about 1 year ago
 
 

Kiki is a Python/wxPython-based environment for testing regular expressions. Specify a regular expression and a text to match against, and Kiki will highlight the matches using colors and numbers for matched subgroups.

0
 
  0 reviews  |  1 user  |  1,970 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Ext EditorExt Editor is intended to be a WYSIWYG editor for constructing RIAs using the ExtJS framework. Getting Ext EditorThere are currently no releases for this project. I don't even think it works right now. If you would like to look at the code, go right ahead. Helping OutIf anyone ... [More] would like to help out on this project, please feel free to contact me. [Less]

0
 
  0 reviews  |  0 users  |  29,588 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

PHP Easy InstallWhy do I need PHP Easy Install? What my motivation is I've just run php using my login user, not apache group login. I would like to use the newest PHP version instead the older distro version. It's so boring to setup apache distro config for every project. I would like to ... [More] start apache using DocumentRoot as command line argument. I'm not work alone. I would like to everyone in our team using the same version of PHP and It should be easy to install the same version in all of developer's machine. I would like to use other version of PHP in the same machine without any issues each other. How Do I use it? The simple way: Download todo!!! waiting Just download the last version and execute it php5install.sh. Simple, isn't it? What php5install will do: Download the last version of php Compile it Apply some patchs Install at $HOME/usr/php5 If you want to make little tweaks compile php options or change install path, take a loot at head of php5install.sh source code before execute it. Use start_apache.sh to start apache with php. If you want to compile one time and copy it to other machines, uses --makepkg command line option. Example: php5install.sh --makepkg. It will build a file with .run suffix. Just execute this file in directory to install php into it. You can download this .run files at download area. List of supported linux distro Ubuntu 7.10 (gutsy) Ubuntu 8.04 (hard) [Less]

0
 
  0 reviews  |  0 users  |  302 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

py-de (pronounced Pie dee ee) is an extremely simple IDE written in python. The goal is ease of use - you can compile and link source code in a directory written in a variety of languages (C, C++, fortran, python, perl, ruby). The interface is similar to gedit, nedit, except that it has an execute ... [More] function built right in so that users can compile code without even looking at the command line. It would be a terrible IDE to use for real projects, but its perfect for beginning programmers. [Less]

0
 
  0 reviews  |  0 users  |  691 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

exVimSource CodeIntroWhat's NewIndexexVim Easy EditionLinksVote exVim if you love it exVimSource CodeexVim source control has moved to github, go and check: http://github.com/jwu/exVim The source code in google code will be readonly. Only maintain the downloads page. Please submit issue ... [More] in github instead of here. IntroexVim is the core part of exDev, which is a develop package help you develop project as a IDE like environment but all in vim. The exVim consists of several vim scripts and external tools. The goal is let the vim be the base platform, and use the vim script doing those IDE like operations just in vim as possible as it can. But if a task is too difficult to write in vim script, it still have chance to invoke external tools and bring the result back to vim. The ex-plugins is designed to achieve these tasks, it manages the layout of the windows in vim, controls the external tools, save settings in different project and so on. Also exVim introduce several great plugins in vim-scripts website, and do some small changes to let them work together without conflicts. With exVim you can: use one file ".vimentry" access your project. update all files need for your project in one command. browse specific files in project window. search files, tags, symbols and text in a faster way. trace your code by jump stack. reading code faster by word highlight and macro highlight. view classes hierarchy pictures. compile project in vc/gcc and get error result from them directly through vim. and so on... What's New2010-1-6: exVim source code move to github -- http://github.com/jwu/exVim. It's my birthday today :). 2009-12-2: exVim Update to 8.03 2009-7-29: exVim Update to 8.02 2009-7-05: exVim Update to 8.02c 2009-6-27: exVim Update to 8.02b 2009-6-20: exVim Update to 8.02a 2009-6-14: exVim Update to 8.01b 2009-6-07: exVim Update to 8.01a 2009-6-02: A branch version of exVim is established by Yu Jian Rong: exVim-Easy-Edition http://code.google.com/p/exvimeasy/ 2009-5-30: exVim Update to 7.05 2009-5-22: exVim Update to 7.05b 2009-5-18: exVim Update to 7.05a 2009-5-10: exVim Update to 7.04a 2009-5-10: exVim-installer package is availabled in Downloads page. IndexOverview Start In 5 Minutes Install exVim Getting Start Default Mappings and Commands Setup vimentry Using project window Search Tags & Symbols Using Global Search Understanding Jump Stack Using Macro Highlight Read & Write Code Quickly Create and Compile a gcc/vs.net Project in exVim Details Of ex-plugins exUtility exEnvironment exProject exBufExplorer exTagSelect exSymbolTable exGlobalSearch exJumpStack exQuickFix exMacroHighlight exCscope exMarksBrowser exSearchComplete Details Of patched-plugins MiniBufExpl ShowMarks TagList LookupFile visual-studio EchoFunc Other vim plugins vimwiki surround EnhancedCommentify cmdline-complete visincr OmniCppComplete Tips & Tricks Known Issues FAQ ChangeLog Misc About exVim Easy EditionThe exVim Easy Edition is a branch version create by Yu Jian Rong. It is a custom version which aim in ease the complex key mapping of exVim. It provide online help in each ex-plugin so that user don't need to remember too much key mapping at one time. But since the mapping of the key is different with the official exVim, the operation are not consist with the document in the exVim web-site. More details check http://code.google.com/p/exvimeasy/ Linksvim vim official site http://www.vim.org/ exVim exVim Official http://code.google.com/p/exvim/ exVim Easy Edition http://code.google.com/p/exvimeasy/ exVim Discuss Group https://groups.google.com/group/exVim/ MacVim MacVim official site http://code.google.com/p/macvim/ tools cTags: http://ctags.sourceforge.net/ cscope: http://cscope.sourceforge.net/ gnuwin32: http://gnuwin32.sourceforge.net/ gawk diffutils id-utils sed src-highlite graphviz: http://www.graphviz.org SyntaxHighlighter: http://alexgorbatchev.com/wiki/SyntaxHighlighter python: http://www.python.org pywin32: http://sourceforge.net/projects/pywin32/ vim scripts AlternateFiles: http://www.vim.org/scripts/script.php?script_id=31 cmdline-complete: http://www.vim.org/scripts/script.php?script_id=2222 echofunc: http://www.vim.org/scripts/script.php?script_id=1735 EnhancedCommentify: http://www.vim.org/scripts/script.php?script_id=23 CRefVim: http://www.vim.org/scripts/script.php?script_id=614 MiniBufExpl: http://www.vim.org/scripts/script.php?script_id=159 NERD_tree: http://www.vim.org/scripts/script.php?script_id=1658 OmniCppComplete: http://www.vim.org/scripts/script.php?script_id=1520 lookupfile: http://www.vim.org/scripts/script.php?script_id=1581 genutils: http://www.vim.org/scripts/script.php?script_id=197 ShowMarks: http://www.vim.org/scripts/script.php?script_id=152 surround: http://www.vim.org/scripts/script.php?script_id=1697 TagList: http://www.vim.org/scripts/script.php?script_id=273 Visincr: http://www.vim.org/scripts/script.php?script_id=670 visual_studio: http://www.vim.org/scripts/script.php?script_id=864 vimwiki: http://www.vim.org/scripts/script.php?script_id=2226 pythoncomplete: http://www.vim.org/scripts/script.php?script_id=1542 DirDiff: http://www.vim.org/scripts/script.php?script_id=102 snipMate: http://www.vim.org/scripts/script.php?script_id=2540 Vote exVim if you love itI do exVim in my free time, if you love this project, vote it in the vim's official website: http://www.vim.org/scripts/script.php?script_id=2627 [Less]

0
 
  0 reviews  |  0 users  |  51,072 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

This IDE is born from the need to have a complete programming environment, multi language, with the ability to compile and download the source code directly or compiled the sources themselves and a source code editor with syntax highlighting.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

IcyOwl is a open source, cross platform IDE. It features a lot of basic editing plus project compiling. Code completion is a feature being implemented. Other than that, it is extensible to support more languages (class tree, code completion, compilation) with the support of plug-ins.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

PowerLight IDE is a light-weight, powerful, and easy to use on-site hosted IDE (such as a content management system but for only code) that will allow for code highlighting, completion, outlining (classes, variables, etc.) and eventually include a web object oriented framework with a drag and drop ... [More] visual development tool for rich web applications. Since this IDE is fully online, you may develop your applications anywhere at anytime. Also, the IDE is all written in AJAX so that all of the features are performed real-time and does not require page refreshing. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.