All Projects → sindresorhus → Lock System

sindresorhus / Lock System

Licence: mit
Lock your system

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lock System

Lock
支持Redis与Memcached的并发锁。
Stars: ✭ 31 (-55.07%)
Mutual labels:  lock
Passcodeview
Material Design PasscodeView for Android.
Stars: ✭ 513 (+643.48%)
Mutual labels:  lock
Lock
Auth0's signin solution
Stars: ✭ 997 (+1344.93%)
Mutual labels:  lock
Body Scroll Lock
Body scroll locking that just works with everything 😏
Stars: ✭ 3,357 (+4765.22%)
Mutual labels:  lock
Redislock
Simplified distributed locking implementation using Redis
Stars: ✭ 370 (+436.23%)
Mutual labels:  lock
Redlock Php
Redis distributed locks in PHP
Stars: ✭ 651 (+843.48%)
Mutual labels:  lock
advisory-lock
Distributed locking using PostgreSQL advisory locks (Node.js)
Stars: ✭ 45 (-34.78%)
Mutual labels:  lock
Repo Lockdown
GitHub Action that immediately closes and locks issues and pull requests
Stars: ✭ 56 (-18.84%)
Mutual labels:  lock
Redlock Rb
Redlock is a redis-based distributed lock implementation in Ruby
Stars: ✭ 385 (+457.97%)
Mutual labels:  lock
Dyfauthidandgesturelock
手势密码解锁和 TouchID (指纹) / FaceID(面容) 解锁,代码简洁高效。(Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking, its code is concise and efficient.) https://github.com/dgynfi/DYFAuthIDAndGestureLock
Stars: ✭ 20 (-71.01%)
Mutual labels:  lock
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+25946.38%)
Mutual labels:  lock
Diplomat
A HTTP Ruby API for Consul
Stars: ✭ 358 (+418.84%)
Mutual labels:  lock
Lock
Lock library to provide serialized execution of PHP code.
Stars: ✭ 775 (+1023.19%)
Mutual labels:  lock
Lock
高性能分布式并发锁, 行为限流
Stars: ✭ 260 (+276.81%)
Mutual labels:  lock
Kioskmode Android
Screen Pinning Android Lollipop with enable Device Administrator without Root needed
Stars: ✭ 40 (-42.03%)
Mutual labels:  lock
run exclusive
⚡🔒 Wait queue for function execution 🔒 ⚡
Stars: ✭ 22 (-68.12%)
Mutual labels:  lock
Spring Boot Klock Starter
基于redis的分布式锁组件,简单方便快捷接入项目,使项目拥有分布式锁能力
Stars: ✭ 546 (+691.3%)
Mutual labels:  lock
Sidekiq Lock
Simple redis-based lock mechanism for your sidekiq workers
Stars: ✭ 60 (-13.04%)
Mutual labels:  lock
Alfred Lock
Alfred 3 workflow to lock your Mac
Stars: ✭ 54 (-21.74%)
Mutual labels:  lock
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-73.91%)
Mutual labels:  lock

lock-system

Lock your system

Shows the login screen the next time you use the computer.

Supports macOS, Linux, and Windows.

Install

$ npm install lock-system

Usage

const lockSystem = require('lock-system');

lockSystem();

API

lockSystem()

Locks the system.

Throws an Error if executing the lock command fails or if the OS is not supported.

Related

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].