Displaying 1 to 20 from 90 results

FuckAdBlock - Detects ad blockers (AdBlock, ...)

  •    Javascript

Ideally positioned at the end of <body>. (Available only from version 3.1 and more) By default, FuckAdBlock is instantiated automatically. To block this automatic instantiation, simply create a variable "fuckAdBlock" with a value (null, false, ...) before importing the script.

PinLockView - A clean, minimal, highly customizable pin lock view for Android

  •    Java

A clean, minimalistic, easy-to-use and highly customizable pin lock custom view for Android. This library allows you to implement a pin lock mechanism in your app easily and quickly. There are plenty of customization options available to change the look-and-feel of this view to match your app's theme.

Dramatiq - Simple distributed task processing for Python 3.

  •    Python

dramatiq is a distributed task processing library for Python with a focus on simplicity, reliability and performance.




lock - Lock library to provide serialized execution of PHP code.

  •    PHP

This library helps executing critical code in concurrent situations. The package is in the namespace malkusch\lock.

node-redlock - A node.js redlock implementation for distributed, highly-available redis locks

  •    Javascript

This is a node.js implementation of the redlock algorithm for distributed redis locks. It provides strong guarantees in both single-redis and multi-redis environments, and provides fault tolerance through use of multiple independent redis instances or clusters. Please make sure to use a client with built-in cluster support, such as ioredis.

BlockAdBlock - Allows you to detect the extension AdBlock (and other)

  •    Javascript

(Available only from version 3.1 and more) By default, BlockAdBlock is instantiated automatically. To block this automatic instantiation, simply create a variable "blockAdBlock" with a value (null, false, ...) before importing the script.

redislock - Simplified distributed locking implementation using Redis

  •    Go

Simplified distributed locking implementation using Redis. For more information, please see examples.


Application Data across Web Farm

  •    

A library containing a new version of the HttpApplicationState class that allow the synchronization of data across a web farm. With this library, on the web farm Data can be: • Shared • Auto synchronized • Locked for a user

Security System

  •    

With this program you will be able to secure your screen from prying eyes. In fact as soon as the block will not be unlocked only with your password. Perfect for when you go to have a coffee in the break. :)

ReaderWriterLock Alternative

  •    DotNet

This ReaderWriterLock is an improved alternative to the ReaderWriterLock of the .NET 2.0 framework. It corrects the main problem of ReaderWriterLock in that it gives priority to threads that request a Write Lock. Also, it's faster!

Lock.swift - A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel

  •    Swift

Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps and Salesforce.In order to use Lock you need to provide your Auth0 Client Id and Domain.

lockfile - A very polite lock file utility, which endeavors to not litter, and to wait patiently for others

  •    Javascript

A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.

aiorwlock - Synchronization primitive RWLock for asyncio (PEP 3156)

  •    Python

Read write lock for asyncio . A RWLock maintains a pair of associated locks, one for read-only operations and one for writing. The read lock may be held simultaneously by multiple reader tasks, so long as there are no writers. The write lock is exclusive.Whether or not a read-write lock will improve performance over the use of a mutual exclusion lock depends on the frequency that the data is read compared to being modified. For example, a collection that is initially populated with data and thereafter infrequently modified, while being frequently searched is an ideal candidate for the use of a read-write lock. However, if updates become frequent then the data spends most of its time being exclusively locked and there is little, if any increase in concurrency.

pottery - Redis for humans.

  •    Python

Redis is awesome, 😀 but Redis commands are not always fun. 😡 Pottery is a Pythonic way to access Redis. If you know how to use Python dicts, then you already know how to use Pottery.

prettiest - Improbably easy data storage and locking for command line scripts

  •    Javascript

Incredibly simple data storage and locking for command line scripts. Pairs nicely with shelljs and a nice chianti.

bower-shrinkwrap-resolver - Missing shrinkwrap for Bower

  •    Javascript

Missing shrinkwrap for Bower.Bower must be >= 1.5 (tested on Bower 1.7.7).






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.