Skip to content
View Herbert8's full-sized avatar

Block or report Herbert8

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. RSA4ObjC-Java-JavaScriptRSA4ObjC-Java-JavaScriptPublic

    C 1

  2. AES4ObjC-Java-JavaScriptAES4ObjC-Java-JavaScriptPublic

    演示 AES 算法,在 Objective-C、Java、JavaScript 之间互相加解密的参数配置及使用方法。

    Java 5 4

  3. 获取脚本位置获取脚本位置
    1
    #!/bin/bash
    2
    3
    # Bash 脚本 set 命令教程
    4
    # http://www.ruanyifeng.com/blog/2017/11/bash-set.html
    5
    set -o errexit
  4. ps aux 结合 fzf 选择进程并杀掉ps aux 结合 fzf 选择进程并杀掉
    1
    #!/bin/bash
    2
    3
    set -u
    4
    5
    # 获取进程列表,去掉第一行
  5. iOSSSLDemoiOSSSLDemoPublic

    Objective-C 3 2

  6. MobileProvisionReaderMobileProvisionReaderPublic

    Objective-C