GithubHelp home page GithubHelp logo

zhzenghui's Projects

diary icon diary

每天记录的文档, 文件等

dis_kvc_kvo icon dis_kvc_kvo

KVC, KVO source code, reverse from Foundation.framework

dispatchbarrierasync icon dispatchbarrierasync

一个dispatch barrier 允许在一个并发队列中创建一个同步点。当在并发队列中遇到一个barrier, 他会延迟执行barrier的block,等待所有在barrier之前提交的blocks执行结束。 这时,barrier block自己开始执行。 之后, 队列继续正常的执行操作。 调用这个函数总是在barrier block被提交之后立即返回,不会等到block被执行。当barrier block到并发队列的最前端,他不会立即执行。相反,队列会等到所有当前正在执行的blocks结束执行。到这时,barrier才开始自己执行。所有在barrier block之后提交的blocks会等到barrier block结束之后才执行。 这里指定的并发队列应该是自己通过dispatch_queue_create函数创建的。如果你传的是一个串行队列或者全局并发队列,这个函数等同于dispatch_async函数。

docusaurus icon docusaurus

Easy to maintain open source documentation websites.

dumpdecrypted icon dumpdecrypted

Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption.

dwtiktokhook icon dwtiktokhook

突破tiktok锁区限制。内附非越狱手机安装教程

dztableview icon dztableview

自己实现一个TableView,以及相关文章。

electron icon electron

Build cross platform desktop apps with JavaScript, HTML, and CSS

eos icon eos

An open source smart contract platform

ethereumj icon ethereumj

Java implementation of the Ethereum yellowpaper

ethlance icon ethlance

Ethlance is the first job market platform built entirely on the Ethereum blockchain. Free to use forever!

eva-icons icon eva-icons

A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support.

examples icon examples

📝 A collection of example fastlane setups

fastlane icon fastlane

🚀 The easiest way to automate building and releasing your iOS and Android apps

ffmpeg icon ffmpeg

mirror of git://source.ffmpeg.org/ffmpeg.git

flappylearning icon flappylearning

Program learning to play Flappy Bird by machine learning (Neuroevolution)

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.