Showing 67 open source projects for "lock"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    PatternLock

    PatternLock

    Material Design Pattern Lock with auth flow implementation

    A Material Design Pattern Lock library with auth flow implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JavaMutex

    Provides 100% pure Java mutual exclusion.

    Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PageFlip

    PageFlip

    3D Style Page Flip on Android

    This project is aimed to implement 3D style page flip on Android system based on OpenGL 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Ship Lock Scheduling

    Scheduling lockages at ship locks with several parallel lock chambers

    This Java software includes algorithms of combinatorical optimization for the NP-hard offline ship lock scheduling problem. Solutions and performed computations can be displayed graphically. Besides, there is a framework for generating test instances and running these in parallel, as well as R/JGR code for statistical evaluation. Some tools for estimating the quality of calculated solutions will be further improved. Initially the software was developed within a project of TU Berlin regarding the Kiel Canal. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    Java Named Lock

    Java Named Lock

    Java Named Lock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ISO SAX

    ISO SAX

    Callback-based ISO media file parser

    ...For example, a perfectly good M4B file gets declared "invalid" because it had a video track in it (the album art), along with the sound track. Really!? Don't let these libraries "judge" the format and lock you out! Then there's the obsession with representing every last byte of a media file, when all you want is the metadata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    rpgboss

    Built to be ease of use, with no programming knowledge, Multi-platform

    A 2d rpg game engine created to be ease of use. Built in Scala and libgdx. Also our community forums http://rpgboss.forumatic.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Yum Package Repair

    Tool that fix problems that Yum doesn't fix

    ...I plan do add duplicate package fixing to this tool the next time I get that problem. You should turn yum automatic updates of while running his utillity. It calls rpm and yum in batches so automatic updates may be able to grab the lock. Requres rpm, yum, bash and Java 8 set as default java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    oxdox

    oxdox

    Enterprise Content Management & DMS- Version Control, Scan, Barcode...

    Ajax-JS-JQuery based Document Management system with full version control, Preview files, lock/unlock files, User Management with User authority module, Check-in/Check-out, Add multiple comments, doc search capability by Keywords/meta Tags/file names/etc, Barcode Generator. The system also provides easy to create and access folder hierarchy to classify files and folders. System is built on JAVA based technology. The system has performed well in production on, - JCR 2.0 - JAVA 7 - Tomcat 7.0/JBoss 7.1CR2 - MySQL - SWF Tools 2.0+ - Image Magic The system has a small footprint and easy to use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    NEO Folder Lock

    NEO Folder Lock

    Lock your files and folders .

    Simply lock and unlock your files and folders.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    couchbase-manager

    couchbase-manager

    A couchbase manager for glassfish

    The couchbase manager is a session manager for glassfish that tries to handle servlet sessions inside a couchbase repository. The external repository maintains the life-cycle completely, expiration, locking and so on. Sessions are retrieved from couchbase in the lock method and saved in the unlock one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Concurrency Freaks

    A library with Scalable (and fast) Read-Write locks

    This library contains Java code for several Read-Write Locks: - ScalableRWLock: A rw-lock that scales with the number of threads doing read-lock. - ScalableRWLockS: Similar to above but different implementation. - ScalableStampedRWLock: An hybrid of the ScalableRWLock and the StampedLock provided in JDK 8, which provides good overall performance. - FAARWLock: Uses a Fetch-And-Add operation for the read-lock which means it is not so scalable as ScalableRWLock but it is still faster than classical implementations
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13

    Jlint

    Static analyzer for Java bytecode

    Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph. Jlint is fast, easy to learn, and requires no changes in the class files to be checked.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    AddressBook

    AddressBook is used to store important information for contact purpose

    This Address Book is used to store the information about a person including both personal as well as official details.In order to quickly retrieving important information about the person and manage over all details about each and every person, to whom you are currently deals with. This things can be achieved by using efficient algorithms which are more dynamic and consistence in nature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Programming Accessory Kit

    Programming Accessory Kit

    PAK is a collection of library code to handle the overhead of coding

    PAK is a collection of library code to handle the overhead of coding things like read-write locks, reflective multithreaded programming and simple file io. This is a java library collection, please see my API below...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ScreenWakeUp

    ScreenWakeUp

    ScreenWakeUp uses the proximity sensor to lock and wake up the screen

    ScreenWakeUp uses the proximity sensor to lock and wake up the screen. It run as a service and it will restart automatically on boot. You can lock the screen with ScreenLock application (it's not a widget), a long press on search key, covering the proximity sensor on the top of the phone for a few seconds (settable) or simply you can put the phone in your pocket. The screen automatically wakes up (or unlocks if enabled) when you take the phone out from the pocket or you move a hand over it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Student Control

    Student Control

    Let's stream the student's screen to your own one.

    With Student Control you can stream the screen of your student computers to your own one. Also you have a little tool-collection, so you can for example shutdown the student's pc or lock the mouse. And the best: It's free to use. (What a suprise on sourceforge :D) This Programm was part of a schoolproject in 02/2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JActor

    JActor

    High Performance, Lock Free Java Actors

    JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed. JActor is divided into several GitHub projects: JActor - https://github.com/laforge49/JActor JID - https://github.com/laforge49/JID JFile - https://github.com/laforge49/JFile JANetty - https://github.com/kumarshantanu/JANetty
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    jfilewatcher is 100% java file watcher service to monitor files and folders - with file name patterns. It polls file system to identify new, modified and deleted files. It keeps track all such changes and returns a new event context object when you ask for changes. Look for wiki page to see more details ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mach4

    mach4

    Access anything on your PC, faster than just anything.

    mach4 : An application launcher and a replacement for 'Run' in Microsoft Windows. Just type a phrase to access applications, web sites, files, the command line and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    daogenerator

    DAOGenerator automatically generates dao classes for Jee web apps

    DAOgenerator is pure Java, open source application, generates DAO classes for Jee applications. Additionally you can use auto generated mapping.xml on your Spring projects. Fully compatible with eclipse/JPA POJO generator DAO Generator currently supports below ORM frameworks: Hibernate JPA Application is platform free, you can run via console: java -jar daogenerator.jar OR right click -> open with -> Java SE Binary (Windows) Application requeries Java 1.6+ You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    NitroCache

    Extremely fast, scalable, concurrent, pure Java In-memory cache

    ...The fetch operation from cache are always in constant time, O(c), irrespective of the number of threads accessing the cache or cache size. NitroCache uses unique custom algorithm inspired by Btree, skiplist and hashing to deliver a constant time cache with lock-less fetches. For details on using NitroCache, please visit wiki section Note: For details on performance chart, please refer the performane section of wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Teacher Control Panel allows a teacher to monitor, lock and operate student computers and broadcast his screen to them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    WakeTimer
    This app enables you to set a wake lock for your android device in order to prevent it from going to sleep.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB