Alternatives To Doc
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Cheatsheets33,706
6 days ago84mitJavaScript
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Gin Vue Admin17,335
8 hours ago36apache-2.0Go
基于vite+vue3+gin搭建的开发基础平台(支持TS,JS混用),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器,chatGPT自动查表等开发必备功能。
Chatwoot15,388
6 hours ago1January 03, 2021751otherRuby
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Full Stack Fastapi Postgresql11,931
24 days ago215mitPython
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Dashy11,799
6 hours ago77mitVue
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Casaos10,651
3 days ago35September 09, 2022168apache-2.0Go
CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
Coolify7,902
a day ago276apache-2.0Svelte
An open-source & self-hostable Heroku / Netlify alternative.
Doccano7,855
2 days ago28May 19, 2022234mitPython
Open source annotation tool for machine learning practitioners.
Pig4,761
3 days ago272apache-2.0Java
↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2021 、Spring Boot 2.7、 OAuth2 的 RBAC 权限管理系统
Neko3,759
a month ago65apache-2.0Go
A self hosted virtual browser that runs in docker and uses WebRTC.
Alternatives To Doc
Select To Compare


Alternative Project Comparisons
Readme

电脑工具

开发资源

开源资源

开发工具

手机工具

网络安全

网页搜索引擎

学习资源

网站工具

运维监控

导航主页

热点资讯

生活百科

影音媒体

音乐下载

休闲娱乐

设计素材

效率办公

百度网盘

其它

WiFi万能钥匙下载
纸币收藏文字转语音谷歌地图上驾驶车辆机器人布吉的舞蹈
图片设计图片放入手机模型键盘娱乐

#CMD命令(获取Wifi密码)
netsh wlan show profile
netsh wlan export profile folder=C:\ key=clear

批量清空代码注释

# Visual Studio Code
  # 打开项目代码目录 > Ctrl+Shift+F
  > 搜索:\/\*[\s\S]*\*\/|\/\/.*  # 使用正则表达式(Alt+R)
  > 要包含的文件:*.cs *.c *.cpp *.h *.js *.ts ...
# Visual Studio ^2019
  # 打开项目解决方案 > Ctrl+Shift+F > 选择“在文件中替换”:
  > 搜索:^[ \t]*//[^\n]*\n            # 使用正则表达式(Alt+E) > 删除注释
  > 搜索:^[ \t]*//[^\n]*Token[^\n]+\n # 使用正则表达式(Alt+E) > 删除注释(包含Token)
  > 搜索:^(?([^\r\n])\s)*\r?$\r?\n    # 使用正则表达式(Alt+E) > 删除空行
  > 查找范围:整个解决方案
  > 文件类型:默认或手动选择
Popular Docker Projects
Popular Vue Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Docker
Vue
Angular
Git
Redis
Bash
Vscode
Usb
Uefi