Giter VIP home page Giter VIP logo

lightmirrors's Introduction

Hello👋

class Junlin(dict):
    def __init__(self, *args, **kwargs):
        super(Junlin, self).__init__(*args, **kwargs)
        self.__dict__ = self
        domain = "".join([c + ('.' if i == 3 else '') for i, c in enumerate(self.first_name)])
        self.website = "https://" + self.last_name + "." + domain  # https://Liu.Junl.in
        self.email = self.last_name + "@" + domain                 # [email protected]


if __name__ == '__main__':
    me = Junlin(
        last_name="Liu",
        first_name="Junlin",
        educations=[["Zhejiang University", "Master", "Software Engineering"]],
        hobbies=[i for i in "💻🏃📷🏸🎮🤖"],
    )

    print(me)

Statistics

Stats Lang

Useful Resources

Mirrors

lightmirrors's People

Contributors

noclin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lightmirrors's Issues

Feature Proposal: Automatic Deletion of Expired and Unused Caches

Expected Behavior:

  • The software should periodically scan the cache directory to identify and remove expired cache files.
  • Only those cache files that have not been accessed or referenced for an extended period should be considered "unused."
  • Users should be able to configure the frequency and threshold for the automatic deletion feature.

Suggest adding mirrors

Suggest adding mirrors for the following types of repositories:

  1. Apt repository mirror
  2. Yum repository mirror
  3. Maven repository mirror
  4. Github repository mirror

Docker Pull lightmirrors/mirrors Failed

尝试先行下载docker镜像时遇到问题
执行指令 docker pull lightmirrors/mirrors
输出

Using default tag: latest
Error response from daemon: pull access denied for lightmirrors/mirrors, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

一般情况下拉取镜像应该不需要登录docker才对
需要帮助 ❤️

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.