GithubHelp home page GithubHelp logo
#!/usr/bin/env swift
import UIKit

struct Welcome: CustomStringConvertible {
    let blog = "https://madordie.github.io"

    var description: String {
        return """
            - 🌱 [学习使我快乐](\(blog))
            """
    }
}

print(Welcome())

继刚's Projects

ttfdiet icon ttfdiet

'TTF DIacritics Encoding Tool' applies a diet to a .ttf font: it modernizes the way in which glyphs for precomposed Unicode characters are stored in a TrueType-flavored OpenType font, and reduces the font's file size.

uialertview-riblocks icon uialertview-riblocks

A category for UIAlertView which allows you to use blocks to handle the pressed button events rather than implementing a delegate.

untitled.xcworkspace icon untitled.xcworkspace

Untitled.xcworkspace 嗯,这个就是一个Demo工程,根据分支区分相关临时的demo

unused icon unused

A Mac app for checking Xcode projects for unused resources

vkkeychainidfv icon vkkeychainidfv

iOS下的UUID方案,没啥技术含量,idfv+keychain保证不变

vkmsgsend-pr icon vkmsgsend-pr

用起来很像performselector,但是完全没有参数个数限制,以及参数id类型限制,(任意类型 struct int bool),功能上很像运行时Objc_msgSend,但是在64位上无需强制类型转换,可以直接输入参数

wesketch icon wesketch

A set of plugins for Sketch include drawing links & marks, UI Kit & Color sync, font & text replacing.

wjcryptlib icon wjcryptlib

Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC

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.