Stars
A list of Free Software network services and web applications which can be hosted on your own servers
A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Master the command line, in one page
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
A Riru module. Enable location report by hook system_property_get.
A command-line tool for searching and converting the lunar calendar [1901~2100]
modular and easily configurable and extendable `.vim` configuration
Cloud Foundry buildpack for running Java applications
Auto-reconfiguration functionality for the Java Buildpack
🔗 Some useful websites for programmers.
Documentations, books, courses, git repositories, and so on. Keep learning. To be a great developer.
AI education materials for Chinese students, teachers and IT professionals.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Exercises for the Sphinx Tutorial that I used to present each year at PyCon
A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"
在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管…