开源代码库整理

开源代码库整理

可以把下面的文本,保存成shell脚本,运行下载。

#!/bin/bash

## c\c++ 代码库
mkdir cpp
cd cpp
echo  c c++ 代码库
pwd

### ini配置文件解析
git clone https://github.com/hyperrealm/libconfig.git
### ini 解析库
git clone https://github.com/ndevilla/iniparser.git
### linux系统日志文件库
git clone https://github.com/HardySimpson/zlog.git
### json解析库
git clone https://github.com/open-source-parsers/jsoncpp.git
### modbus协议实现
git clone https://github.com/stephane/libmodbus.git
# 
git clone https://git.oschina.net/rushmore/zbus.git
### 二维码识别库
git clone https://github.com/zxing/zxing.git
### loki cpp 代码库
git clone https://github.com/snaewe/loki-lib.git
cd ..

## 未归类代码
mkdir misc
cd misc
echo  未归类代码
pwd

## Apollo-11 飞船代码
git clone https://github.com/chrislgarry/Apollo-11.git 
cd ..

## 编辑器
mkdir editor
cd editor
echo  编辑器
pwd

### emacs配置
git clone https://github.com/emacs-tw/awesome-emacs.git
### emacs主题
git clone https://github.com/chrissimpkins/codeface.git 
### vim编辑器
git clone https://github.com/vim/vim.git
### vim自动补全插件
git clone https://github.com/Shougo/neocomplete.vim.git 

### vim自动补全插件
git clone https://github.com/Valloric/YouCompleteMe.git
### shell 插件
git clone https://github.com/vim-scripts/Conque-Shell.git
### vim buffer浏览插件
git clone https://github.com/wesleyche/SrcExpl.git
### 字体
git clone https://github.com/FortAwesome/Font-Awesome.git
cd ..

## ui界面库
mkdir ui_lib
cd ui_lib
echo  ui界面库
pwd

## duilib 界面库
git clone https://github.com/duilib/duilib.git 
cd ..

## docker
mkdir docker
cd docker
echo docker 相关
pwd

git clone https://github.com/ufoym/deepo.git 

cd ..

## nodejs相关
mkdir nodejs
cd nodejs
echo  nodejs相关
pwd
### nodejs 电子书籍
git clone https://github.com/ruanyf/es6tutorial.git
### nodejs v8 引擎代码
git clone https://github.com/v8/v8.git
### web ui 组件库
git clone https://github.com/ElemeFE/element.git
git clone https://github.com/ElementUI/element-in-laravel-starter
git clone https://github.com/ElementUI/element-starter.git
### 测试代码库
git clone https://github.com/hbb0b0/Hbb0b0.CMS.git
### vue 组件库
git clone https://github.com/tjfy1992/Vue-ElementUI.git 
git clone https://github.com/janessssss/vuejs-element
git clone https://github.com/bluefox1688/vue-cli-multi-page.git
git clone https://github.com/vuejs/vue-hackernews-2.0.git
### web组件库
git clone https://github.com/iview/iview.git 
git clone https://github.com/iview/iview-cli.git 
git clone https://github.com/iview/iview-project.git 
git clone https://github.com/vuejs/vue.git 
git clone https://github.com/vuejs/vue-hackernews-2.0.git
### web 组件库
git clone https://github.com/vuikit/vuikit.git 
git clone https://github.com/almasaeed2010/AdminLTE.git
git clone https://github.com/creationix/js-git.git 
git clone https://github.com/AlloyTeam/JX 
git clone https://gitee.com/sentsin/layui.git
git clone https://github.com/marktext/marktext 
git clone https://github.com/benweet/stackedit.git
git clone https://github.com/Requarks/wiki.git
git clone https://github.com/eamodio/vscode-gitlens 
git clone https://github.com/jquery/jquery.git
git clone https://github.com/vincentmrlau/vue-multi-device-single-page.git
git clone https://github.com/bnaohaore/morepagecli.git
### javascript 图表库
git clone https://github.com/d3/d3.git

cd ..

## 网络相关代码库
mkdir network
cd network
echo  网络相关代码库
pwd

### 网络相关代码库
git clone https://github.com/libevent/libevent.git 
git clone https://github.com/ellzey/libevhtp.git 
git clone https://github.com/Qihoo360/evpp.git 
git clone https://github.com/chenshuo/muduo.git 
git clone https://github.com/yedf/handy.git 
cd ..

## 人工智能相关代码库
mkdir ai
cd ai
echo  人工智能相关代码库
pwd
git clone https://github.com/MassTransit/MassTransit.git 
git clone https://github.com/tensorflow/tensorflow 
git clone https://github.com/N3-components/N3-components.git 
git clone https://github.com/facebook/proxygen.git 
git clone https://github.com/Aggrathon/TrafficSignRecognizer.git 
git clone https://github.com/liuruoze/EasyPR 
git clone https://github.com/bourdakos1/Custom-Object-Detection.git 
cd ..

## 工具软件
mkdir software
cd software
echo 工具软件
pwd
### pdf转换软件
git clone https://github.com/jijinggang/sumatrapdf.git
### 蚂蚁笔记
git clone https://github.com/leanote/leanote.git
cd ..

  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
提供的源码资源涵盖了Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 适合毕业设计、课程设计作业。这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台发的技术细节和最佳实践,逐步培养起自己的项目发和问题解决能力。此外,在求职或创业过程,具备跨平台发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起发环境;其次,源码的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。 所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通,第一时间进行解答!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值