GithubHelp home page GithubHelp logo

widget's Introduction

项目介绍

本项目收录了自己写过的一些小程序,希望以后自己能够用到。每一个小程序都对应一个文件夹,里面都有README.md说明文件介绍程序的开发目的以及使用方法。

如果能帮助到其他人,是我的荣幸!

简介

  1. LogSystem 是一个简单的单线程同步阻塞日志器系统,主要用于日常开发 DEBUG,学习实现 C 风格分级日志接口。

  2. USBMonitor 是 USB 热插拔监听程序,Linux 下还具有禁用 USB 设备的功能。

  3. TinyLogger 是仿 muduo 采用多重缓存、多线程等技术实现的 C 风格分级日志接口,勉强可以用于小型项目。

  4. SmallTools 是一些常用小工具:

    • smart_pointer.h 是自己尝试实现的智能指针,MySharedPtr 模仿 C++11 的 shared_ptr。
    • noncopyable.h 实现一个基类,删除拷贝构造函数和拷贝赋值运算符,使得继承该类的子类也无法被拷贝。

widget's People

Contributors

zwjason1999 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.