note.wcoder.com
wcoder GitHub

Table of Contents

awesome-on-browser

online

Contents

DB

dbdoc

把你的数据库生成文档,并且可以在线使用和分享。

你可以使用简单的 DSL 语言将数据表结构生成可视化文档:https://dbdocs.io/

OS

IDE

https://github.com/cdr/enterprise-images/tree/main/images
intellij in the browser
pycharm in the browser
webstorm in the browser

  • Visual Studio Code Visual Studio Online has a browser-based editor with support for Git repos, extensions, and a built-in command line interface so you can edit, run, and debug your applications from any device.

vscodium:100% 开源的 VS Code
Microsoft 说提供的二进制文件是不开源的。
VS Code 的源码是在 MIT 许可下开源的。你可以在 GitHub 上访问它。但是,Microsoft 创建的安装包含专有的跟踪程序
此跟踪基本上用来收集使用数据并将其发送给 Microsoft 以“帮助改进其产品和服务”。如今,远程报告在软件产品中很常见。即使 Ubuntu 也这样做,但它透明度更高
你可以在 VS Code 中禁用远程报告
VSCodium 是微软 Visual Studio Code 的一个分支。该项目的唯一目的是为你提供现成的二进制文件,而没有 Microsoft 的远程收集代码。

Mbed Studio Theia based IDE.
Theia based on Monaco.

在线运行前端/playground

商业云IDE WebIDE

Language

scratch Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.

harvard cs50 or https://sandbox.cs50.io/

Github Tools

Other

web terminal/WebTerminal

可视化在线绘图引擎 Topology(类似draw.io)

https://github.com/le5le-com/topology/
A diagram (topology, UML) framework uses canvas and typescript. 一个轻量(100k左右)、功能丰富的绘图工具(微服务架构图、拓扑图、流程图、类图等UML图、脑图,动画、视频支持)。 【在线使用】:

topology.le5le.com/

  • drawio
    draw.io

https://github.com/jgraph/drawio-desktop

10款最佳HTML5绘图工具

Excalidraw

开源网页绘图工具tldraw

https://github.com/tldraw/tldraw

在线体验

Excalidraw和tldraw的合集:https://github.com/revezone/revezone

协作办公/协同

明道、teambition、http://Tower.im、Worktile、trello、SeaTable、Airtable

https://github.com/seatable/seatable

Etherpad

mattermost

https://github.com/mattermost/mattermost
Mattermost 是一款开源的团队协作工具,旨在提供实时聊天、文件共享和集成等功能,与 Slack 类似。

类似JIRA

https://github.com/makeplane/plane

无纸化办公/扫描文档

Paperless-ngx

https://github.com/paperless-ngx/paperless-ngx

Papermerge DMS/文档扫描

https://github.com/ciur/papermerge

图片扫描

提取文档,然后进行灰度化, 就是一个扫描件了:
https://github.com/danielgatis/docscan

PDF扫描

https://github.com/rwv/lookscanned.io

开源项目管理工具/类似JIRA

https://github.com/topics/project-management

taskcafe

https://github.com/JordanKnott/taskcafe

Leantime

https://github.com/Leantime/leantime

Super Productivity

Super Productivity

Excel

更多
5 Free JavaScript Spreadsheet Libraries in 2021

工具

开发工具箱it-tools

各种在线工具, 体验
https://github.com/CorentinTh/it-tools

工具集合
https://github.com/Ice-Hazymoon/MikuTools

程序开发常用工具
https://github.com/baiy/Ctool

https://github.com/veler/DevToys

teamide

Team IDE 工具 集成MySql、Oracle、金仓、达梦、神通等数据库、SSH、FTP、Redis、Zookeeper、Kafka、Elasticsearch等管理工具

https://github.com/team-ide/teamide

流程图

flowchat
Sequence
Mermaid
PlantUML

Diagrams: https://diagrams.mingrammer.com/
Structurizr DSL :https://structurizr.com/dsl https://github.com/structurizr/dsl
Asciidoctor Diagram:https://github.com/asciidoctor/asciidoctor-diagram
WebSequenceDiagrams: https://www.websequencediagrams.com/
ilograph:http://app.ilograph.com/

DocuSeal文档签署平台/电子签/数字签名

https://github.com/docusealco/docuseal

docker run -d --name docuseal -e DATABASE_URL="postgres://postgres:pwd@postgresql/docuseal?sslmode=disable" -p 10004:3000 -v /data/dockerv/docuseal/data:/data --link postgresql --restart always docuseal/docuseal:1.3.2

默认用户名: admin@docuseal.co
密码: admin

集成的我们的程序中
docuseal 提供了 JS、Vue 和 React 三种语言的兼容方式。了不起这里列举VUE的添加方式:

<template>
    <DocusealForm
      :src="'https://docuseal.co/d/LEVGR9rhZYf86M'"
      :email="'signer@example.com'"
    />
  </template>

  <script>
  import { DocusealForm } from '@docuseal/vue'

  export default {
    name: 'App',
    components: {
      DocusealForm
    }
  }
  </script>

其它类似 DocuSign

https://github.com/OpenSignLabs/OpenSign
https://github.com/documenso/documenso

playground

获取语言汇编

https://godbolt.org/
https://github.com/compiler-explorer/compiler-explorer

go

https://github.com/x1unix/go-playground

https://golang.design/gossa https://github.com/golang-design/ssaplayground

https://play.golang.org
https://play.studygolang.com
https://goplay.space https://github.com/iafan/goplayspace
https://goplay.tools/ https://github.com/x1unix/go-playground

更多

可视化在线编写运行Python的神器:PythonTutor

http://www.pythontutor.com/

AI

图片转html
https://github.com/abi/screenshot-to-code

← Previous Next →
Less
More