Skip to content
View liufannnn's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
Block or Report

Block or report liufannnn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
liufannnn/README.md

iOS 开发常用:

  1. iOS 开发常用三方库、插件、知名博客等等
  2. 正则表达式学习

iOS 开发书籍、文档:

  1. 中文版《Programming with Objective-C》
  2. 中文版《Google Objective-C Style Guide》
  3. 中文版《The Swift Programming Language》

Git 统计指定日期范围内的改动代码行数

git log --author="$(git config --get user.name)" \
--since=2022-10-12 --until=2023-04-12 \
--pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } \
END { printf "新增行数:%s,移除行数:%s,总行数:%s\n", add, subs, loc }' 

Popular repositories Loading

  1. CodeSnippets CodeSnippets Public

    ~/Library/Developer/Xcode/UserData/CodeSnippets

  2. KLGenerateSpamCode KLGenerateSpamCode Public

    Forked from klaus01/KLGenerateSpamCode

    iOS 马甲应用工具

    Objective-C

  3. liufannnn liufannnn Public