GithubHelp home page GithubHelp logo

Hey Workers 👋

// getMockWorkFunc returns a func that returns nil for the given times running, or returns the given error.
func getMockWorkFunc(num int, err error) func() error {
	cnt := 0
	return func() error {
		cnt++
		if num == cnt {
			return nil
		}
		return err
	}
}

Kumiko Lau's Projects

basemall icon basemall

Smart Shop免费开源商城系统-spring cloud框架

bugbear icon bugbear

Bugbear is a collection of 10,000 pixel bear NFTs-unique digital collectibles living on the blockchain. Bugbear NFT brings you privilege to experience the CyberZoo-a crypto sandbox world, earlier than everyone else. We also will prepare a VIP surprise gift package for Bugbear NFT holder .#Solana #Crypto-Metaverse #Pixel Art #Rougelike

crazycar icon crazycar

Unity联网赛车游戏,使用Java后台,数据库为Mysql

dgiot icon dgiot

DG-IoT,Open-source IoT Platform - Connect management,Device management,Data collection, Processing and Visualization.High concurrency, light weight, low code, fast access, free platform. Industry SaaS for IoT Platform.物联网开源平台,物联网平台开发,连接管理、设备管理、多工业协议兼容、数据采集、可视化开发、高并发、轻量级、低代码、快接入、平台免费。

frontendcollection icon frontendcollection

Notes for Front-end Software Engineers. Covers common data structure and algorithms, basic web concepts, HTML & CSS & Javascript.

geoos icon geoos

A library provides spatial data and geometric algorithms

gossh icon gossh

Gossh is a high-performance and high-concurrency ssh tool. Issues and ⭐ are welcome:)

judecoin icon judecoin

Website of the judecoin Ecosystem project

mvp icon mvp

Direct Multi-view Multi-person 3D Human Pose Estimation

paddlerec icon paddlerec

Recommendation Algorithm大规模推荐算法库,包含推荐系统经典及最新算法LR、Wide&Deep、DSSM、TDM、MIND、Word2Vec、Bert4Rec、DeepWalk、SSR、GRU4Rec、Youtube_dnn、NCF、GNN、FM、FFM、DeepFM、DCN、DIN、DIEN、DLRM、MMOE、PLE、ESMM、MAML、xDeepFM、DeepFEFM、NFM、AFM、RALM、DMR、GateNet、NAML、DIFM、Deep Crossing、PNN、BST、AutoInt、FGCNN、FLEN、Fibinet、ListWise等,包含经典推荐系统数据集criteo 、movielens等

rbatis icon rbatis

Rust High Performance compile-time ORM(JSON based)

unite icon unite

Unbalanced Feature Transport for Exemplar-based Image Translation (CVPR 2021)

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.