hub

CodeZen

CodeZen

一个专注中文区的 GitHub 项目发现

avatar

the-art-of-command-line

命令行的艺术

bash documentation linux macos unix
star158.7k
avatar

markdown-preview-enhanced

Markdown Preview Enhanced **⚠️ Note:** This repository is now only used for hosting the documentation of **Markdown Preview Enhanced**. The source code of the VSCode extension has been moved to shd101wyy/vscode-markdown-preview-enhancedhttps://github.com/shd101wyy/vscode-markdown-preview-enhanc

atom atom-package katex markdown markdown-editor
star4.3k
HTML
avatar

leet-code

> Disclaimer: 这里的题目跟具体的面试毫无关系, 也没有任何指向性; 这些题目是我当年在努力刷题的过程中积累下来的经验和总结! 简介 这个站点已经开启超过7年, 很高兴它可以帮到有需要的人. 信息有价, 知识无价, 每逢闲暇, 我会来维护这个repo, 给刷题的朋友们一些我的想法和见解. 下面来简单介绍一下: - **README.md**: 所有所做过的题目 - **ReviewPage.md**: 所有题目的总结和归纳(不断完善中) - **KnowledgeHash2.md**: 对所做过的知识点的一些笔记 - **SystemDesign.md**: 对系统设计的一些笔记

algorithm dynamicprogramming java java-solution leetcode
star4.4k
Java
avatar

goim

goim v2.0 ============== goim is an im server writen in golang. Features * Light weight * High performance * Pure Golang * Supports single push, multiple push and broadcasting * Supports one key to multiple subscribers Configurable maximum subscribers count * Supports heartbeats Applica

star7.3k
Go
avatar

Android_Data

Special thanks to the generous sponsorship by: Android 学习资料收集 收集整理这份资料灵感来自于 trip_to_iOShttps://github.com/Aufree/trip-to-iOS, 征得同意引用了该资料的开头描述 收集整理这份资料主要帮助初学者学习 Android 开发, 希望能快速帮助到他们快速入门, 找到适合自己学习资料, 节省再去收集学习资料时间. 这份资料我会

android android-library android-studio android-tools animations
star8.9k
Java
avatar

UITableView-FDTemplateLayoutCell

UITableView-FDTemplateLayoutCell Overview Template auto layout cell for **automatically** UITableViewCell height calculating. Basic usage If you have a **self-satisfied** cell, then all you have to do is: ``` objc import "UITableView+FDTemplateLayoutCell.h" - CGFloattableView:UITableView *t

star9.9k
Objective-C
avatar

mactype

MacType ======================== 日本語./README_ja-JP.md Better font rendering for Windows. Latest build ------------------ Downloadhttps://github.com/snowie2000/mactype/releases/latest Official site ------------------ MacType official site: http://www.mactype.net An archived version is restored

directwrite font font-rendering mactype
star11.3k
C++
avatar

xmake

xmake A cross-platform build utility based on Lua Modern C/C++ build tools, Simple, Fast, Powerful dependency pa

build build-tool c c-plus-plus cmake
star11.5k
Lua
avatar

interview_python

关于Python的面试题

star17.1k
Shell
avatar

react-native-guide

React Native指南汇集了各类react-native学习资源、开源App和组件

star17.8k
avatar

Kingfisher

Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. It provides you a chance to use a pure-Swift way to work with remote images in your next app. Features - x Asynchronous image downloading and caching. - x Loading image from either `URLSession`-based netw

cache filters image image-processor ios
star24.1k
Swift
avatar

x64dbg

x64dbg 一个开源的Windows二进制调试器,旨在进行恶意软件分析和你没有源代码的可执行文件的逆向工程。有许多可用的功能和一个全面的插件系统 来添加你自己的功能。你可以在博客上找到更多信息! 屏幕截图 | | | :--: | :--: | 安装与使用 1. 下载快照,并将其解压缩到您的用户具有写权限的位置。 2. _可选择_ 使用 `x96dbg.exe` 来注册一个shell扩展,并在桌面上添加快捷方式。 3. 如果你想调试一个32位的可执行文件,你现在可以运行 `x32\x32dbg.exe` 或者 `x64\x

binary-analysis ctf cybersecurity debugger debugging
star47.2k
C++