vuejs /
vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
99/100 healthLoading repository data…
vishal180618 / repository
This is the MySQL dump of AdventureWorks sample databases.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is the MySQL dump of AdventureWorks sample databases.
How this was created: Imported into SQL Server 2019 using Azure Data Studio and then migrated using MySQL Workbench.
How can you import it into MySQL: If you're already logged in into mysql client then:
mysql> create database your_database_name;
mysql> use your_database_name;
mysql> source /home/sysadmin/Downloads/AdventureWorks2019.sql;
Otherwise you can directly import it using terminal:
Note: your_database_name db already needs to be present/created in MySQL.
mysql -u username -p your_database_name < /home/sysadmin/Downloads/AdventureWorks2019.sql
Selected from shared topics, language and repository description—not editorial ratings.
vuejs /
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
99/100 healthAsabeneh /
The 30 Days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days. Follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
87/100 healthgit /
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
86/100 healthhuihut /
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
88/100 healthgoogle /
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
97/100 healthmicrosoft /
This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
80/100 health