软件和资源收集(一)

1、snailjs

https://github.com/BrunoBernardino/snailjs

一个同时包括前端和后端的 Web 框架,采用 node + react,可以用作架构参考

2、dbdiagram.io

https://dbdiagram.io/home

制作数据库关系图的在线工具。

3、pagedraw

https://github.com/Pagedraw/pagedraw

一个浏览器里面的 UI 生成器,可以通过拖曳组件来设计 UI,然后自动生成 JSX 代码。

4、BashUpload

https://bashupload.com/

一个可以从命令行上传文件的网站,文件上传后可以保存七天,其间可以无限次下载。

5、React 教程

https://github.com/fullstackreact/30-days-of-react

一个 React 的30天开源教程。

6、Visu Algo

https://visualgo.net/zh

各种算法的动态演示网站。

7、gitmoji-cli

https://github.com/carloscuesta/gitmoji-cli

在 git commit message 里面使用 emoji 的工具。

 

8、ICONSVG

https://iconsvg.xyz/

一套可以定制的 SVG 图标

9、day.js

一个 2KB 的 JS 日期时间库,和 Moment.js 的 API 设计保持完全一样. 如果您曾经用过 Moment.js, 那么您已经知道如何使用 Day.js。

10、github-history

https://github.com/pomber/git-history

该工具提供一个用户友好的界面,查看某个文件在 GitHub 上面的编辑历史。

11、x-spreadsheet

https://github.com/myliang/x-spreadsheet

一个基于 Canvas 的 JS 电子表格库。

12、operationRecord

https://github.com/asdjgfr/operationRecord

浏览器操作录屏工具,提供 Web 管理后台。

13、ExplainShell.com

https://www.explainshell.com/

Bash 命令的可视化解释工具。遇到复杂的 Bash 命令,可以输入到这个网站,查看该命令的解释。

14、colorSpace

https://color.4ty2.fun/

一个网页工具,可以去除图像里面的用户指定的颜色,对去除背景很有用。

15、前端开发精选工具库

http://frontendtools.com/

收集前端开发各方面的工具。

16、public-apis(***)

https://github.com/toddmotto/public-apis

这个仓库收集免费的 API,已经有100多个了,用于软件和Web开发的免费API的集合列表。

17、guns-lite

https://github.com/enilu/guns-lite

一个基于 spring boot 的后台管理系统,前台是 Vue.js。

18、Image Inpainting

https://www.nvidia.com/research/inpainting/

nvidia 官方的在线图像修复,自动生成图像缺失的部分。

19、AdGuard 公司的 DNS

https://adguard.com/en/blog/adguard-dns-announcement/

AdGuard 宣布提供免费的 DNS 服务:76.103.130.130 或 176.103.130.131 ,还支持 DNS over HTTPS。

20、advanced-java

https://github.com/doocs/advanced-java

 

Java 互联网开发的知识笔记,涉及MQESRedis等周边工具

21、jetpack

https://github.com/KidkArolis/jetpack

Webpack 的一个封装,目的是简化 Webpack 的配置,让大多数情况下可以不写配置文件,直接使用 Webpack。

22、Comixify

https://comixify.ii.pw.edu.pl/

一个波兰团队做了非常好玩的工具,可以把视频自动转成漫画,上图是他们提供的 demo,效果很棒。

23、Source Player

https://circleapps.co/

国人开发的 MacOS 视频播放器,特点是点击文本字幕,会显示英语单词的中文解释,英语学习者的小帮手。

24、element-admin

https://github.com/umi-soft/element-admin

基于 vue + elementUI 构建的网站管理后台脚手架。

25、UI gradients

https://uigradients.com/#MangoPulp

一个收集渐变色样式的网站。

 

 

你可能感兴趣的:(collection,工具)