Showing 23 open source projects for "time tracking task"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • $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
  • 1
    rem

    rem

    Open source approach to locally record and enable searching on Mac

    Instantly access every moment you've had on your Mac, from now on. 100% local. No network. Open-source. I think the idea of recording everything you see has the potential to change how we interact with our computers and believe it should be open source. Also, that means there is no tracking/analytics of any kind, which means I don't know if you're running into bugs when you do. So please report any / all you find.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    frame.js

    frame.js

    JavaScript Sequence Editor

    frame.js is a tiny utility for orchestrating frame-based animations with requestAnimationFrame while keeping code clean and predictable. It abstracts the boilerplate of setting up a render loop, tracking elapsed time, and updating callbacks at the right cadence. By providing a simple lifecycle—start, stop, tick—it encourages separation between state updates and rendering, which is essential for smooth visuals. The library aims to be unobtrusive: you can drop it into demos or prototypes without adopting a large framework. Because it centralizes timing, it becomes easier to coordinate multiple animated elements or throttle work on low-power devices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SteadyDancer

    SteadyDancer

    Harmonized and Coherent Human Image Animation

    SteadyDancer is a research-oriented motion stabilization and dancer tracking system designed to analyze and correct motion in videos, making captured performances appear smoother and more stable while preserving expressiveness. It employs computer vision and motion modeling to estimate and reduce unwanted jitters, shakes, or camera wobbles — particularly in dance or movement sequences where traditional smoothing would distort intentional motion. By differentiating between intentional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AlbumForge

    AlbumForge

    Revolutionary photo album software with social impact program

    ...KEY FEATURES: - World's first geographic storytelling with cinematic fly animations - 100+ professional templates with AI-powered layouts - High-resolution PDF export (600 DPI) and MP4 video export - 100% offline operation - no cloud dependency or tracking - 50+ native language interface - One-time $59 purchase - no subscriptions SOCIAL IMPACT: Every license purchased automatically donates one license to NGOs, refugees, or families in need. Over 1,247 licenses donated across 44+ countries. Perfect alternative to expensive subscription services. Currently under review by Softpedia and CNET Download.com.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Image Assemble Tool

    Image Assemble Tool

    A powerful tool designed to reconstruct an original image from pieces

    Image Assemble Tool is a powerful tool designed to reconstruct an original image from fragmented pieces by analyzing the edge pixels of each piece. The program intelligently determines the correct placement of each fragment to recreate the complete image with precision. With its intuitive interface and efficient algorithms, Image Assemble Tool is an ideal tool for anyone needing to reconstruct images from scattered pieces. Download now and bring your fragmented images back to life!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    M. Vezelis Bits Visualiser

    M. Vezelis Bits Visualiser

    It helps you track your personal budget and visualises income/expenses

    The application helps you track your personal budget income and expenses, and visualises the in and out flows. The visualiser lets you set the targets that you expect to reach in the budget, and the asynchronous transactions scheduler keeps a track of such budget changes in the background. The observations summary panel gives you information on the current status of the budget. The data gets seamlessly highly encrypted underneath the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jeelizFaceFilter

    jeelizFaceFilter

    Javascript/WebGL lightweight face tracking library

    This JavaScript library detects and tracks the face in real time from the camera video feed captured with WebRTC. Then it is possible to overlay 3D content for augmented reality applications. We provide various demonstrations using main WebGL 3D engines. We have included in this repository the release versions of the 3D engines to work with a determined version (they are in /libs/<name of the engine>/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pixel Art to CSS

    Pixel Art to CSS

    Pixel art animation and drawing web app powered by React

    Pixel Art to CSS is an online editor that helps you with that task. Combining the power of both box-shadow and keyframes CSS properties, you will get CSS code ready to use on your site. Furthermore, you can download your work in different formats such as static images, animated GIFs or sprite-like images. Pixel Art to CSS aims to be an intuitive tool by its simplicity, however, it is equipped with a wide range of features: customize your color palette, go back and forth in time, modify animation settings, and save or load your projects, among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Photo GeoTag

    Photo GeoTag

    Simple application for graphical geo tagging of multiple photos

    Simple application for graphical geo tagging of multiple photos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Haytham Gaze Tracker

    Haytham Gaze Tracker

    Haytham is an open source gaze tracker

    Haytham is an open source video based eye tracker suited for head-mounted or remote setups. It provides real-time gaze estimation in the user’s field of view or the computer display by analyzing eye movement. Haytham offers gaze-based interaction with computer screens in fully mobile situations. The software is built by C#, using Emgu and AForge image processing libraries. LICENSE The Haytham is released under a dual license: FREE VERSION: The source code is released under GPL...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    tinyobjloader

    tinyobjloader

    Tiny but powerful single file wavefront obj loader

    Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer. We recommend to use master (main) branch. Its v2.0 release candidate. Most features are now nearly robust and stable (The remaining task for release v2.0 is polishing C++ and Python API).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started. Unzip the project somewhere on your local drive. The package includes an initial version of the project you'll be working with. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    F-Tracker3D

    F-Tracker3D

    A software tool for tracking fluorescent cells in 3D

    F-Tracker3D is acronym of "fluorescent cell tracker in three-dimensions". It is a software tool designed to track fluorescent cells using time-lapse z-stacks of images acquired with a confocal or light-sheet microscope. First, each single cell is tracked in 2D by using the maximum intensity projections of the z-stacks and CellTracker, the free open source software available at: www.celltracker.website. Then, the 3D track of each cell is obtained analysing the z-stacks and looking for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GEDI: Groundtruthing Editor
    GEDI (Groundtruthing Environment for Document Images) is a highly configurable document image annotation tool. Its basic structure involves two types of files, an Image file, and a corresponding .XML file in GEDI format. LAMP Univ of MD, College Park, MD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Scanned Image Extractor

    Scanned Image Extractor

    Extract images contained in scans

    Scanning albums is not an easy task, since the extraction of actual photographs within scans is usually very tedious. This tool allows you to scan as much as you can fit into your scanner and then semi-automatedly extract the contained photographs. The tool also allows to extract scans of multiple single photographs (i.e. without album) Find a full documentation here: http://dominik-ruess.de/scannerExtract/ Note: The scanning itself is the most time consuming part. ...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16
    Xmind

    Xmind

    The most popular mindmapping and brainstorming software

    Professional and powerful brainstorming and mind mapping software tool, open source, Eclipse Community Award winner, often used for capture ideas, knowledge/project management and GTD, supporting fishbones/org-charts/tree charts/spreadsheets, easy-to-use.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 17

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Okular_Standalone_4_win

    A simple Okular Installer for windows(tm) users

    ...It is neccesary to install the entire KDE enviroment for windows from http://windows.kde.org/ This project aim to pack a simple instaler for Okular multi document viewer in windows operating system in order to share comments stored in .okular files with other users. I am not programmer, neither devoted full time to this task, so help is welcome!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    EMGU Kalman Filter

    Kalman Filter for EMGU Image Processing Applications

    ...More information is available at Wikipedia, the Kalmn Filter was derived to solve the Wiener filter problem. The Wiener filter problem is to reduce the amount of noise present in a signal by comparison with an estimation of the desired noiseless signal. The discrete-time equivalent of Wiener's work was derived independently by Kolmogorov and published in 1941. Hence the theory is often called the Wiener-Kolmogorov filtering theory. In these examples the signal processes is the movement of the mouse and random data. While a simple application the algorithm can have numerous applications including image smoothing, edge tracking and optical flow to name a few.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FX Batch Compiler
    This Windows application supports compilation of FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Web Geostatistics
    Web Geostatistics is an application that allows you to visualize data from various sources in a 3D environment. The main goal is to look nice and to produce simple but effective statistics of any kind of data that has an associated time and location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vurtigo
    Vurtigo is a 4D (3D + time) real-time visualization software for guiding cardiovascular interventions. It is primarily intended for use with a magnetic resonance imaging (MRI) scanner, and also actively tracked catheters and navigational devices. The latest releases are not available on sourceforge; check out the vurtigo.ca link below for the most up-to-date version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A binary clock for your Windows Computer. It displays currently the actual time in LEDs which display binary codes. It is very small and looks cool ;-) Suggestions for improvements are welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB