cwf0920's Stars
DedeBIZ/DedeV6
国内流行的内容管理系统(CMS)多端全媒体解决方案
ibmsoft/twitter-bootstrap-hover-dropdown
A unofficial Twitter Bootstrap plugin to enable twitter bootstrap dropdowns to active on hover and provide a nice user experience.
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
PanJiaChen/vue-element-admin
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
dnxbjyj/py-project
基于python的一些项目。
IAMABOY/GoogleFreeTrans
free google translation api(免费google翻译api)
easy-mock/easy-mock
A persistent service that generates mock data quickly and provids visualization view.
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
IanLunn/Hover
A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
snapappointments/bootstrap-select
:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
spring-projects/spring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
hs-web/hsweb-framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
stockrt/nginx2goaccess
Convert Nginx log_format to goaccess config file
svgdotjs/svg.js
The lightweight library for manipulating and animating SVG
layui/layui
一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。
Pay-Group/best-pay-sdk
可能是最好的支付SDK
ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript