
好玩又有趣的开源项目推荐
大家好,我是独立开发者Larry,今天我继续找到了一些GitHub上好玩、容易上手的项目,希望这些开源的项目能帮你用很短的时间感受到编程的魅力和便捷。
emoji
方便快速查找获取emoji 表情、名称,并且可以复制到任何文本中,另外支持中文搜索
GitHub地址:https://github.com/gee1k/emoji
MacPass
一款macOS平台的免费、开源、实用的密码管理工具 MacPass。
下载地址:https://github.com/MacPass/MacPass/releases
GitHub地址:https://github.com/MacPass/MacPass
lazygit
终端里的Git客户端。该客户端启动比各路GUI客户端快N倍,功能基本一致。安装go,然后lazygit启动。Ready?Go!
GitHub地址:https://github.com/jesseduffield/lazygit
IntelliJ/Android Studio
IntelliJ/Android Studio生成、设计 icon的插件,安装简单使用方便。如下图所示:
GitHub地址:https://github.com/konifar/android-material-design-icon-generator-plugin
weweChat
微信的第三方客户端。在完整实现 Web 微信功能的基础上,新增并优化部分功能,重设计整体 UI,提供更好的体验。Mac 安装命令:brew cask install wewechat。
GitHub地址:https://github.com/trazyn/weweChat
awesome-machine-learning
一个精选的机器学习框架、库、软件的集合项目,Star接近4万。
GitHub地址:https://github.com/josephmisiti/awesome-machine-learning
fastai
利用当前最好的深度学习算法简化训练神经网络的过程。包含了很多“开箱即用”的工具,支持 Vision、Collab 等模型。示例代码:
GitHub地址:https://github.com/fastai/fastai
CocoaDebug
iOS APP 内置调试工具,支持 log日志查看、网络抓包、沙盒查看等功能,代码零入侵。示例代码:
GitHub地址:https://github.com/CocoaDebug/CocoaDebug
WeChatPlugin-MacOS
Mac 版微信小助手,支持自动回复、消息防撤回、远程控制、微信多开、会话置底、免认证登录、通知快捷回复等功能。
GitHub地址:https://github.com/TKkk-iOSer/WeChatPlugin-MacOS
2048.cpp
C++ 写的终端2048游戏。
GitHub地址:https://github.com/plibither8/2048.cpp
更多内容敬请关注公众号(force_code)获取更多优质内容。