diff options
author | nodiscc <nodiscc@gmail.com> | 2020-07-30 19:00:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 19:00:21 +0000 |
commit | 1ec25fcced9ef0dd1e9473a11b34e9113b991920 (patch) | |
tree | 0ec69e825ad22371366a467d91aa280498fc900c | |
parent | Merge pull request #2171 from Chouchen/patch-1 (diff) | |
parent | fix syntax error Gitpod (diff) | |
download | awesome-selfhosted-1ec25fcced9ef0dd1e9473a11b34e9113b991920.tar.gz awesome-selfhosted-1ec25fcced9ef0dd1e9473a11b34e9113b991920.zip |
Merge pull request #2172 from worldworm/master
fix syntax error Gitpod
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1370,7 +1370,7 @@ See **[Ticketing](#ticketing)** - [Babelfish](https://github.com/bblfsh/bblfshd) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. `GPL-3.0` `Go` - [Code-Server](https://coder.com/) - Visual Studio Code in the browser, hosted on a remote server. ([Source Code](https://github.com/cdr/code-server)) `MIT` `Nodejs/Docker` - [Eclipse Che](http://www.eclipse.org/che/) - Open source workspace server and cloud IDE. ([Source Code](https://github.com/eclipse/che)) `EPL-1.0` `Docker/Java` -- [Gitpod](https://gitpod.io/) - Online IDE for GitHub and GitLab ([Demo](https://gitpod.io/#https://github.com/awesome-selfhosted/awesome-selfhosted), [Source Code](https://github.com/gitpod-io/self-hosted)) `EPL-2.0` `Typescript/Go/Docker` +- [Gitpod](https://gitpod.io/) - Online IDE for GitHub and GitLab. ([Demo](https://gitpod.io/#https://github.com/awesome-selfhosted/awesome-selfhosted), [Source Code](https://github.com/gitpod-io/self-hosted)) `EPL-2.0` `Typescript/Go/Docker` - [Hakatime](https://github.com/mujx/hakatime) - WakaTime server implementation with analytics dashboard. `Unlicense` `Haskell` - [ICEcoder](https://icecoder.net/) - ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. ([Demo](http://demo.icecoder.net/ICEcoder/), [Source Code](https://github.com/icecoder/ICEcoder)) `MIT` `PHP` - [JS Bin](http://jsbin.com/) - Open source collaborative web development debugging tool. ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs` |