Showing 991 open source projects for "work time"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    WebGL Heatmap

    WebGL Heatmap

    A high performance WebGL/JS heatmap display library

    webgl-heatmap is a browser-side rendering library that uses the GPU via WebGL to draw smooth, continuous heatmaps from large numbers of data points. Instead of relying on CPU-bound canvas operations, it leverages fragment shaders and additive blending to accumulate intensity and colorize results in real time. The API lets you push points or weighted samples into a buffer and then renders a gradient map where hot areas emerge organically from density rather than discrete markers. Because most work happens on the GPU, it scales well as the number of points grows and remains interactive for animations, live telemetry, or dynamic overlays. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    API Blueprint

    API Blueprint

    High-level API design language for web APIs

    ...API Blueprint is built to encourage dialogue and collaboration between project stakeholders, developers and customers at any point in the API lifecycle. At the same time, the API Blueprint tools provide the support to achieve the goals be it API development, governance or delivery. API Blueprint is completely open sourced under the MIT license. Its future is transparent and open. API Blueprint doesn't need a closed work group. Instead it uses the RFC process similar to Rust language or Django Enhancement Proposal RFC processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Dochazka

    Dochazka

    Generic attendance/time tracking system

    Dochazka (the Czech word for "attendance") is a generic system for keeping records and generating reports of the daily activities for a group of people. In the typical use case, the activities would be work-related and the group of people would be employees, and the data could be used for assuring compliance with labor legislation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    eyeCure

    eyeCure helps you cure your ill eyes, tired or intermittent exotropia.

    eyeCure helps you cure your tired eyes or intermittent exotropia (exodeviation) by forcing you take rest regularly, if you don't feel good in eyes, or even have headache for too much computer usage. eyeCure did help me feel much better. Hope it helps you too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Currency Converter

    Currency Converter

    Currency Converter and Exchange Rates

    [* Please note The software may not work due to third party REST API has been down. Please expect a new version soon.] The Currency Converter includes currency rates, currency base rates, historical base currency rates and historical time series data. Currency Converter is built on Node.js, Javascript, HTML5, Bootstrap. Currently builds are available for Windows 64 bit and 32 bit versions including installers and zip files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PrometheOS
    PrometheOS is a Desktop and portable Operating System based on Gentoo Linux which aim to boost Linux performances and responsiveness on Desktop computers, laptops and mobile devices. I do work on this project on my spare time so things are a bit slow proceeding, but there is already some screenshot of "the thing" working on some of my test systems. I always wanted to have an operating system that is very fast, secure, open and that give best supports to games, mobile life (so working on all my devices and sharing notifications among them etc...) and that offers native support for anonymity on the internet. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Sunwait

    Sunrise/sunset utility for Windows Task Scheduler or cron.

    ...It's best to schedule Sunwait to run a little before the earliest opportunity for the event to occur each year - ie dusk range is 3:30pm to 10:30pm here, so it reasonable to schedule a dusk task at 3pm and allow Sunwait to pause the task for between 30mins and 7 and a half hours. If you scheduled the task for 6pm, then your lights will come on no earlier than 6pm. The sun's position is calculated using time, and position - latitude and longitude should be specified on the command line. This project is a fork from the work by Dan Risacher. The code also runs on Linux: download all files and run 'make'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ctsa

    A Univariate Time Series Analysis package in ANSI C

    CTSA is a C software package for univariate time series analysis. This is a work in progress. ARIMA and Seasonal ARIMA models have been added so far. Other functionality will be added soon . Documentation - https://github.com/rafat/ctsa/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Diamond (DMD)

    Diamond (DMD)

    Diamond (DMD) is the digital wealth storage system.

    * 4.38 million total coins. * Cutting edge Grøstl algorithm. * Proof-of-Work block solving target time ~ 100 seconds. * Proof-of-Stake block solving target time ~ 100 seconds. * Very low transaction fee at 0.001. * Difficulty re-targets at every block. * Endless Hybrid Network Security. * Transaction Message technology. * Fast and secure transactions. * Provision for continuous promotion and development
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    gen Go

    gen Go

    Type-driven code generation for Go

    ...This repository. The gen package is primarily the command-line interface. Most of the work is done by the typewriter package, and individual typewriters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DenChat

    DenChat

    Invitation only live encrypted webchat

    I spent a long time programming this. It went from a simple encrypted live webchat that I had to add users manually to an invitation only live encrypted webchat. It has made it very far since the project began. I finally have decided to share my work. I programmed all of the php files myself and I created the background image as well as the audio file.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Apache Kafka

    Apache Kafka

    Mirror of Apache Kafka

    Apache Kafka is a distributed streaming platform built around durable, partitioned logs called topics, enabling high-throughput, fault-tolerant event pipelines. Producers append records to partitions, brokers replicate them for durability, and consumer groups read them at their own pace while balancing work across instances. The commit/offset model and retention policies support patterns from real-time processing to event sourcing and audit trails. Exactly-once processing semantics, idempotent producers, and transactions help prevent duplicates across complex dataflows. Kafka Streams and Kafka Connect extend the core: Streams provides a library for stateful stream processing within applications, while Connect standardizes integration with external systems. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    KM Player Remote

    KM Player Remote

    An Android app to remote - control KM Player

    A minimalist remote control app made specifically developed for KM Player . To work with you need to Download server for windows here : https://sourceforge.net/projects/kmplayerremote/ Download Android app from here : https://play.google.com/store/apps/details?id=com.mkkhedawat.kmplayerremote
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kashyyyk

    Kashyyyk

    A Work-In-Progress, Full-Featured, Open Source IRC Client

    Kashyyyk is full featured, open source, cross platform IRC client. It was originally written to replace HexChat on OS X. At the time, HexChat (a fork of XChat) had only had a single release on OS X, which was still in alpha. Kashyyyk is extremely small, the binaries and related libraries totaling around half a megabyte. Kashyyyk also has very few external dependencies, the official binaries statically linking all supporting libraries. Kashyyyk is natively available for OS X, Windows,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    keymaster.js

    keymaster.js

    A simple micro-library for defining and dispatching keyboard shortcuts

    ...*Preferably use a minified version that fits your workflow. You can run make to have UglifyJS (if you have it installed) create a keymaster.min.js file for you. At any point in time (even in code other than key shortcut handlers), you can query the key object for the state of any keys. This allows easy implementation of things like shift+click handlers. For example, key.shift is true if the shift key is currently pressed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    igafem

    igafem

    Open source 3D Matlab Isogeometric Analysis Code

    Isogeometric analysis (IGA) is a fundamental step forward in computational mechanics that offers the possibility of integrating methods for analysis into Computer Aided Design (CAD) tools and vice versa. The benefits of such an approach are evident, since the time taken from design to analysis is greatly reduced leading to large savings in cost and time for industry. The tight coupling of CAD and analysis within IGA requires knowledge from both fields and it is one of the goals of the MIGFEM is to provide a simple-to-understand IGA FEM code. The work is funded under the FP7 Initial Training Network Funding under grant number 289361 'Integrating Numerical Simulation and Geometric Design Technology.' ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    Study Engine

    This is a tool by FLL Team 4327 Taz Bot Renegades

    Dont worry: We cant work on this all the time (schoolwork), but updates will be coming soon! This is a tool by FLL Team 4327 Taz Bot Renegades for the FLL World Class Challenge. See more information and support our team at http://fllinnovation.firstlegoleague.org/study-engine# The team website is http://tazbotsrenegades.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    WPFAlarm

    Desktop Alarm

    This is a application that you can set an alarm while you are working on your PC. It will prompt you when the time arrived. So you can do your work without concerning about the time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    wss

    wss

    WSS(White Shark System)-a useful and easy project management tool.

    ...WSS focuses more on the user experience and clear interface than others. It is very accessible for the project manager. Who uses WSS? ●Corporation leader - WSS will help the corporation save communication costs, save time and improve efficiency; WSS can also help corporation learn employees status, assist to make decision. HR and Accountant Check the employees' work status and the labour hour saturation, take them as the basis for performance assessment. ●PMO - Manage the project by WSS. Monitor project progress, validate the cost of the project,and allocate the resource. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Lsie

    General purpose Lindenmayer system written in C++

    ...It supports bracketed, stochastic, context sensitive, parametric, conditional grammars with parameter signature matching, homomorphism and decomposition. Expression evaluation and signature matching is based on an internal bytecode compiler and interpreter, types are statically checked at compile time. It may seem a bit overkill, but it is fun to write and it has some practical advantages. :) The project is work in progress. Basically it is a toy, it is not optimized nor thoroughly tested, and it supports only few built-in types. I have written it just for experimenting and to try some ideas. It runs on Windows and Linux. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AllianceROM I9305

    AllianceROM I9305

    AllianceROM For I9305 Samsung Galaxy S3 LTE

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kangas Sound Editor

    Kangas Sound Editor

    Synthesizer, mixing, sound effects, music composition and production.

    This kangaroo-themed program allows the user to create their own music and sound effects, effectively from scratch. There are two variants of the program: Kangas Sound Editor which requires MySQL for its database, and Kangas Sound Editor QI which does not (it uses an internal database - HSQLDB - instead). Kangas Sound Editor (QI) uses a system of boxes or cells, which are placed by the user onto a timeline using drag-and-drop, and which represent entities such as chords, repetition,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    KoDeMat

    Realtime Collaboration Software Platform

    The KoDeMat Project offers an open real time collaboration software platform that enables multiple users to work together by sharing project specific information. Initially KoDeMat targets the logistics area where it offers a virtual 3D Environment for the collaborative planning and testing of material handling systems in logistics facilities. see also: http://www.fml.mw.tum.de/fml/index.php?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LABjs

    LABjs

    Loading And Blocking JavaScript

    ...It provides an expressive API to load multiple files in parallel while guaranteeing execution order, so dependent scripts don’t break. By decoupling fetch from execute, it avoids the blocking behavior of traditional tags and helps reduce perceived load time. LABjs embraces a “load groups, then wait” model that makes dependency management clear without a separate build step. It’s designed to work across a wide range of browsers, including older ones, which is why it relies on robust feature detection and time-tested loading techniques. The library is intentionally small and framework-agnostic, so it can be dropped into almost any stack to orchestrate client-side assets more predictably.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB