89.9K repos
Browse every curated open-source repository in the directory. Narrow the list with taxonomy filters, sort by stars or recency, or hand the search to AI.
Jonathan Larkin, August 2017
好像是一个类似支付宝的手势密码demo,lol
Starter template for serverless framework with following scope:
Code from the book: "Esteganografía y Estegoanálisis, Ed 0xWord"
首先得从ARM说起。ARM有三个架构系列的产品,Cortex-A、Cortex-M、Cortex-R,STM32属于Cortex-M系列,ARM公司不做硬件,他们只设计内核的架构,提供一套接口(CMSIS),然后授权给各大芯片厂商,比如意法半导体公司(ST),这些厂商生产硬件,并提供接口库(比如HALLI库),普通开发者使用厂商提供的库函数进行开发(当然你也可以基于寄存器开发,不过在实际的开发中你可能不想那样去做)。普通开发者在实际开发过程中所做的绝大部分工作均是一些外设相关的驱动,移植第三方模块(比如,FATFS,UCOSIII,LWIP,STEMWIN),以及使用外设驱动,接口库和第…
This package allows you to add a HTTP Basic Auth filter on your routes, without the need to actually use a database – which the Laravel default auth.basic-middleware relies on.
Follow-Your-Emoji Fine-Controllable and Expressive Freestyle Portrait Animation
Ziteng Cui 1,2 , Lin Gu 3,1 , Xiao Sun 2* , Xianzheng Ma 4 , Yu Qiao 2 , Tatsuya Harada 1,3 .
This module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com.
Goblet is a framework for writing serverless rest apis in python in google cloud. It allows you to quickly create and deploy python apis backed by Cloud Functions and Cloud Run as well as other GCP serverless services.