Code Monkey home page Code Monkey logo

awesome-stars's Introduction

Awesome-Stars

This is my list of stars.

Catalogue

  • Tutorial

    • Blog
    • Book
    • Cpp
    • CSS
    • Collection
    • Distributed-System
    • Flutter
    • Go
    • Games
    • javascript
    • Leetcode
    • MPI
    • MQ
    • ML
    • OS
    • Python
    • PHP
    • Rust
    • Regex
    • Vue
    • Web
  • Lib

    • Go
    • PHP
    • Rust
    • Web
  • Project

    • CPU
    • Complier
    • DB
    • Example
    • Interest
    • OS
    • Tools
    • Web
  • Spec

Tutorial

Blog

Book

  • EZLippi/practical-programming-books - 这里收录比较实用的计算机相关技术书籍,可以在短期之内入门的简单实用教程、一些技术网站以及一些写的比较好的博文,欢迎Fork,你也可以通过Pull Request参与编辑。

  • IT-Book

  • 编程之法:面试和算法心得

  • awesome-programming-books-1

  • StudyNotes - 📚JAVA、Spring、SpringMVC、SpringBoot、Mybatis、Vue、MySQL、MongoDB、Radis、Docker、Nginx、......笔记

  • pumpkin-book

  • technical_books - 📚🔥收集全网最热门的技术书籍 (GO、黑客、Android、计算机原理、人工智能、大数据、机器学习、数据库、PHP、java、架构、消息队列、算法、python、爬虫、操作系统、linux、C语言),不间断更新中♨️

Cpp

CSS

  • iCSS - 不止于 CSS

Compiler

Collection

Distributed-System

Emulator

Flutter

Go

  • high-performance-go - high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)

  • go-by-example - Go by Example 通过例子学 Golang

  • talkgo/night - Weekly Go Online Meetup via Bilibili|Go 夜读|由 SIG 成员维护|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。

  • golang101 - Go语言101 : 一本侧重于Go语言语法和语义的编程解释和指导书

  • golang-china/gopl-zh - 📚 Go语言圣经中文版

  • the-way-to-go - 《The Way to Go》中文译本,中文正式名《Go 入门指南》

  • Go-zh/tour - Go 语言官方教程中文版

Games

  • games201 - Advanced Physics Engines 2020: A Hands-on Tutorial

javascript

Leetcode

  • Leetcode-go
  • LeetCodeAnimation - Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
  • doocs/leetcode - 😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
  • fucking-algorithm - 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.

Linux

MPI

  • MPI Tutorial - MPI programming lessons in C and executable code examples

MQ

ML

  • Vay-keen/Machine-learning-learning-notes - 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!

OS

Python

PHP

Rust

Regex

Vue

Web

Lib

Cpp

Go

  • oauth2 - OAuth 2.0 server library for the Go programming language.
  • colly - Elegant Scraper and Crawler Framework for Golang
  • goquery - A little like that j-thing, only in Go.

PHP

  • jwt-auth - 🔐 JSON Web Token Authentication for Laravel & Lumen

  • laradock - Full PHP development environment for Docker.

  • laravel-cors - Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application

  • Laravel-Excel - 🚀 Supercharged Excel exports and imports in Laravel

Rust

  • async-std Async version of the Rust standard library

  • embedded-hal - A Hardware Abstraction Layer (HAL) for embedded systems

  • piston - A modular game engine written in Rust

  • Rocket - A web framework for Rust.

  • bevy - A refreshingly simple data-driven game engine built in Rust

  • icecream-rs - Better print debugging for Rust

  • tui-rs - Build terminal user interfaces and dashboards using Rust

  • riscv - Low level access to RISC-V processors

  • cpal - Cross-platform audio I/O library in pure Rust

  • cargo-call-stack - Whole program static stack analysis

  • stretch - High performance flexbox implementation written in rust

  • maomi - maomi: a rust wasm framework for building pages with components

  • Speed2D - Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.

  • actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  • rustsbi - RISC-V Supervisor Binary Interface (RISC-V SBI) implementation in Rust; runs on M-mode; good support for embedded Rust ecosystem

  • buddy_system_allocator - A buddy system allocator in pure Rust.

  • tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

Web

  • CommentCoreLibrary - Javascript Live Comment (Danmaku) Engine Implementation. JS弹幕模块核心,提供从基本骨架到高级弹幕的支持。

  • buefy - Lightweight UI components for Vue.js based on Bulma

  • vuetify - 🐉 Material Component Framework for Vue

  • lib-flexible - 可伸缩布局方案

  • normalize.css - A modern alternative to CSS resets

  • js-cookie - A simple, lightweight JavaScript API for handling browser cookies

  • fullPage.js - fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple

Project

CPU

  • nontrivial-mips - NonTrivial-MIPS is a synthesizable superscalar MIPS processor with branch prediction and FPU support, and it is capable of booting linux.

  • VexRiscv - A FPGA friendly 32 bit RISC-V CPU implementation

  • hakula139/MIPS-CPU - A MIPS processor with Cache and Advanced Branch Predictor written in SystemVerilog

Complier

  • MimiC MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.

  • TrivialCompiler - A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.

  • pku-minic/first-step - Take your first step in writing a compiler.

DB

  • tikv - Distributed transactional key-value database, originally created to complement TiDB
  • leveldb - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
  • tidb - TiDB is an open source distributed HTAP database compatible with the MySQL protocol

Example

Emulator

  • riscv-rust RISC-V processor emulator written in Rust+WASM

Game

  • skyzh/fishing Yet another boring fishing game

  • OpenPAL3 - 仙三开源版 - The efforts to create an open-source implementation of Chinese Paladin 3

  • kys-cpp - 《金庸群侠传》c++复刻版,已完工

Interest

  • Tinyhttpd - Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
  • netease-cloud-music-gtk - Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器
  • Rust-Chat - Implementation of network chatroom to support message, file and audio transfer in Rust
  • rust-piano - A Keyboard Piano written with Rust
  • purecss-francine - HTML/CSS drawing in the style of an 18th-century oil painting. Hand-coded entirely in HTML & CSS.
  • gushi_namer 古诗文起名: 利用诗经 楚辞等给小朋友起名字
  • ChineseBQB 🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, **表情包大集合, 聚欢乐~

OS

Tools

  • smoltcp - a smol tcp/ip stack
  • opensbi - RISC-V Open Source Supervisor Binary Interface
  • steal_piano - 【steal piano】GitHub偷情分析工具!
  • wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
  • diem - Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
  • anuraghazra/github-readme-stats - ⚡ Dynamically generated stats for your github readmes
  • athul/waka-readme - Wakatime Weekly Metrics on your Profile Readme.
  • cxmooc-tools - 一个 超星(学习通)/智慧树(知到)/**大学mooc 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)
  • proxy_pool - Python爬虫代理IP池(proxy pool)
  • clash_for_windows_pkg - A Windows/macOS GUI based on Clash

Web

Spec

awesome-stars's People

Contributors

kuangjux avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.