Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: flock

clucompany/cluFlock

Installation and subsequent safe removal of flock locks for data streams.

Language: Rust - Size: 158 KB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 7 - Forks: 1

Clement-Muth/boids-simulation

Language: TypeScript - Size: 1000 Bytes - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 0 - Forks: 0

jakeheis/PerfectFlock

Automated deployment of your Perfect server using Flock

Size: 10.7 KB - Last synced: 18 days ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

jakeheis/VaporFlock

Automated deployment of your Vapor server using Flock

Size: 14.6 KB - Last synced: 18 days ago - Pushed: almost 7 years ago - Stars: 16 - Forks: 2

zombie-einstein/flock_env

Boid flock multi-agent RL training environment implemented in JAX

Language: Jupyter Notebook - Size: 9.39 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 11 - Forks: 2

symfony/lock

Creates and manages locks, a mechanism to provide exclusive access to a shared resource

Language: PHP - Size: 886 KB - Last synced: 10 days ago - Pushed: 10 days ago - Stars: 477 - Forks: 15

DevelopersToolbox/bash-flock-wrapper

A bash script skeleton for creating scripts that can only run one instances at any given time by using flock.

Language: Shell - Size: 17.6 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

dmnsgn/bird-oid

A 3D boid system with accompanying emergent behaviors. Implementation mostly based on Craig Reynolds paper Steering Behaviors For Autonomous Characters.

Language: JavaScript - Size: 3.16 MB - Last synced: 25 days ago - Pushed: about 2 years ago - Stars: 11 - Forks: 0

polderknowledge/php-peek-lock

A wrapper around flock()

Language: PHP - Size: 20.5 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 18 - Forks: 0

guojia99/go-flock

go-flock file lock by golang

Language: Go - Size: 12.7 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

foxtech6/mutexsafe

MutexSafe will help you use mutex more effectively. Different mutex for different components are presented. In addition, you can add your own lockers and use within the library.

Language: PHP - Size: 177 KB - Last synced: about 2 months ago - Pushed: 8 months ago - Stars: 15 - Forks: 1

gofrs/flock

Thread-safe file locking library in Go (originally github.com/theckman/go-flock)

Language: Go - Size: 76.2 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 500 - Forks: 60

iovation/flockd

Simple file system-based key/value Go database library that uses file locking for concurrency safety

Language: Go - Size: 94.7 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

socialtables/obj2json 📦

Convert Wavefront .obj files to Three.js JSON format, using Blender

Language: JavaScript - Size: 6.15 MB - Last synced: 16 days ago - Pushed: 11 months ago - Stars: 7 - Forks: 2

arvenil/mutex

Mutex implementation for PHP

Language: PHP - Size: 265 KB - Last synced: 13 days ago - Pushed: almost 2 years ago - Stars: 190 - Forks: 31

zhuichao001/naughty

linux server performance optimization, best practice experience, should be customized according to personal needs.

Language: C++ - Size: 330 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 4 - Forks: 0

queviva/paperHunt

pack hunt: ~ emergent altruism from transmission of infection ~

Language: HTML - Size: 1.85 MB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

fcf-framework/fcf-framework-lock

The package provides locking functions on a file using the flock or LockFileEx function and named mutex.

Language: C++ - Size: 81.1 KB - Last synced: 5 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

amrutjadhav/CardChecker

Check twice before creating new trello card. Because I am spying you! 🕵️

Language: JavaScript - Size: 251 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 8 - Forks: 2

anuraghazra/parasites

Parasite like creepy creatures

Language: JavaScript - Size: 9.77 KB - Last synced: 26 days ago - Pushed: almost 5 years ago - Stars: 18 - Forks: 3

anuraghazra/FlockingBlackHole

Black Hole Simulation with Flocking Boids

Language: JavaScript - Size: 9.77 KB - Last synced: 26 days ago - Pushed: about 5 years ago - Stars: 3 - Forks: 1

paladin-t/flock 📦

A flock behaviour implementation.

Language: C++ - Size: 3.91 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 19 - Forks: 7

bhavul/Flock-History-Extractor

This small python script extracts all your chat history of all your favourite conversations from Flock.

Language: Python - Size: 7.81 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

jatindhankhar/flif

Gifs on Smoothies

Language: CSS - Size: 1.55 MB - Last synced: 10 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

heiwa4126/goflock-ex1

GoLangで複数プロセスでflockを使って排他制御を行うサンプルコード

Language: Go - Size: 15.6 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

KamronSaliev/flocking-simulation

🐠 Simulation of the flock behavior, a mathematical model of the coordinated and aligned movement of the crowd

Language: C# - Size: 10.4 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

Josephbakulikira/simple-Flocking-simulation-python-pygame

Flocking , Boid algorithm with python pygame

Language: Python - Size: 61.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 11 - Forks: 0

levitation-opensource/SingleInstanceCmd

Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.

Language: C++ - Size: 32.2 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

lunacys/SteeringBehaviorsNez

Steering Behaviors implemented in C# with Nez

Language: C# - Size: 222 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 2 - Forks: 1

ibraheem4/Importantizer 📦

DeveloperWeek 2017 Hackathon

Language: Ruby - Size: 82 KB - Last synced: 12 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 1

fab2s/FileLock

A fluent Helper to properly handle file locking based on flock()

Language: PHP - Size: 11.7 KB - Last synced: 2 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

rossmacarthur/locks 📦

POSIX file system locking using flock

Language: Python - Size: 22.5 KB - Last synced: about 2 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

sheerun/filelock

Heavily tested, but simple filelocking solution using flock command.

Language: Ruby - Size: 28.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 30 - Forks: 10

mdaverde/fnq

A flock-based approach to queuing Unix tasks & processes

Language: Rust - Size: 115 KB - Last synced: 18 days ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

christopherkriens/boids

Implementation of boids flocking simulation using SpriteKit and Swift 4 🐠

Language: Swift - Size: 24.6 MB - Last synced: 12 months ago - Pushed: about 5 years ago - Stars: 39 - Forks: 1

guo-yong-zhi/DistributedTaskQueue

distributed task queue based on bash, ssh and flock

Language: Shell - Size: 63.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ColumPaget/getlock

A simple file-locking utility

Language: C - Size: 810 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

ZERDICORP/boids_simulation

Have you already implemented the boids simulation algorithm? So now it's my turn!

Language: Java - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

codenio/kubewatch Fork of vmware-archive/kubewatch

Watch k8s events and trigger Handlers

Language: Go - Size: 32.5 MB - Last synced: 11 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

dorantor/filelock

Simple php file lock library.

Language: PHP - Size: 3.91 KB - Last synced: 22 days ago - Pushed: over 5 years ago - Stars: 4 - Forks: 2

heiwa4126/python_flock_ex1

Python 3で複数プロセスでflockを使って排他制御を行うサンプルコード

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

silug/run1

Run a program once at a time

Language: Perl - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

Yuruh/boids-service

C++ Microservice exposing HTTP endpoint to compute flocking simulation

Language: C++ - Size: 8.69 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

TheLevti/lock Fork of php-lock/lock

Lock library to provide serialized execution of PHP code.

Language: PHP - Size: 255 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

hotbaby/flock-py

文件锁

Language: Python - Size: 6.84 KB - Last synced: 16 days ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

hpaluch/flock_demo

Demonstrate flock(2) pitfalls on some QNX RTOS 7 filesystems

Language: C - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 1

ayushgoel/LongShot

Notify people if they have a tag without release notes on Github (long shot it would work)

Language: Python - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 2 - Forks: 1

kmwenja/glock

Flock-like utility in Go

Language: Go - Size: 4.88 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 4 - Forks: 0

sunnypatel165/flockSO

FlockSO - StackOverflow for FlockOS

Language: JavaScript - Size: 2.92 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 6 - Forks: 3

DPSN/dpsnmunc-checkin-app

DPSNMUNC'16 web check-in application

Language: HTML - Size: 162 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 1 - Forks: 2

codecarrotlabs/flock-forms

Collect data from website forms and send it to flock channel.

Language: JavaScript - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

sonots/reentrant_flock

A reentrant/recursive flock for ruby

Language: Ruby - Size: 10.7 KB - Last synced: 22 days ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

lp1dev/boids-cli

simple CLI representation for the boids algorithm

Language: Python - Size: 71.3 KB - Last synced: 12 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

OrthoDex/Heroku-Flock-Integration

Deploy and Manage Heroku apps from Flock! https://www.flock.co/

Language: Ruby - Size: 70 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0