Showing 25 open source projects for "time"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Time tracking software for the global workforce Icon
    Time tracking software for the global workforce

    Teams of all sizes and in various industries that want the best time tracking and employee monitoring solution.

    It's easy with Hubstaff, a time-tracking and workforce management platform that automates almost every aspect of running or growing a business. Teams can track time to projects and to-dos using Hubstaff's desktop, web, or mobile applications. You'll be able to see how much time your team spends on different tasks, plus productivity metrics like activity rates and app usage through Hubstaff's online dashboard. Most of the available features are customizable on a per-user basis, so you can create the team management tool you need.
    Learn More
  • 1
    INim

    INim

    Interactive Nim shell / REPL / Playground

    INim is an interactive shell (REPL) for the Nim programming language, providing a platform for executing Nim code snippets in real-time.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Kubetail

    Kubetail

    Bash script to tail Kubernetes logs from multiple pods

    Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods. Just download the kubetail file (or any of the releases) and you're good to go. Note that you may need to run compinit for zsh to pick-up the changes in the competition after having upgraded from the non-abbreviated installation. If you're using a ZSH plugin manager, you can install kubetail as a plugin. kubetail itself doesn't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TinTin++ Mud Client

    TinTin++ Mud Client

    A MUD client for Android, iOS, Linux, Mac OS X and Windows

    TinTin++ is a console mud client for any type of text mud or bbs. The mud client's main assets are an easy to learn scripting language, triggers, automapping, and a split screen interface to separate mud output from client input. Installation instructions for Android, iOS, and several other operating systems are available on the website. https://tintin.mudhalla.net
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Scriper

    Scriper

    .Net Core desktop application for running scripts

    Are you tired from everyday searching application and scripts? Using Scriper you can manage and run all yours scripts or applications from one place. Simply add script to Scriper and run it by run button. Actual version supports these file extensions (scripts): Windows Proccess - .bat PowerShell - .ps1, .ps2 Python - .py Exe - .exe Linux Shell - .sh Javascript - .js Wiki https://github.com/Gramli/Scriper/wiki
    Downloads: 6 This Week
    Last Update:
    See Project
  • Improve your website's performance and SEO ranking by compressing and converting AVIF, WebP, PNG and JPEG images. Icon
    Improve your website's performance and SEO ranking by compressing and converting AVIF, WebP, PNG and JPEG images.

    Over 2 million JPEG, PNG, AVIF and WebP images compressed daily

    Speed up your website with Tinify’s image optimization online tool
    Learn More
  • 5
    IPython

    IPython

    Command shell for interactive computing in multiple languages

    ...Extensible system of ‘magic’ commands for controlling the environment and performing many tasks related to IPython or the operating system. A rich configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). Session logging and reloading. Extensible syntax processing for special purpose situations. Access to the system shell with user-extensible alias system. Easily embeddable in other Python programs and GUIs. Integrated access to the pdb debugger and the Python profiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Minimal Linux Live

    Minimal Linux Live

    Minimal Linux Live (MLL) is a tiny educational Linux distribution

    ...Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library and Busybox userland utilities. Additional software can be included in the ISO image at build time by using a well-documented configuration file. Minimal Linux Live can be downloaded as a pre-built image, built from scratch or run in a web browser by using a JavaScript PC emulator.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    cmdutils

    Common utilities for creating batch scripts easily

    Utilities for making batch .bat .cmd scripts easily: -Date/time functions -File manipulation -Loops
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pytis

    pytis

    Python based linux tools

    I make scripts all the time to help achieve mundane tasks. I wish to share them, and to allow them to be expanded upon. Since I've started, I've come to use ONE file as a central class and function library. I do use some OO inheritance as well.. Many of my tools need updated. To use this, or to use it now that it has been updated. * Feel free to download and share this library of tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    denyshell

    Tell ssh shell user why they've been denied.

    ...By default denyshell prints in red /etc/warningshell/warn/$UID to the user's terminal and then exits immediatly ($UID being the user's UID number), if it cannot find the file then it exits (or rather die() s). This can be used to inform the user why he has been denied shell access for the time being.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ERP Software To Simplify Your Manufacturing Icon
    ERP Software To Simplify Your Manufacturing

    From quote to cash and with AI in mind, our ERP software will become the most valuable asset at your company.

    Global Shop Solutions AI-integrated ERP software provides the applications needed to deliver a quality part on time, every time from quote to cash and everything in between, including shop management, scheduling, inventory, accounting, quality control, CRM and 25 more.
    Learn More
  • 10
    Auto Shutdown v2.0

    Auto Shutdown v2.0

    Auto shutdowns, restarts & logs off your computer while you are away!

    Auto Shutdown is a small but effective application that was created to help you schedule a system power off or reboot in an effortless manner. The program also supports the 'Log off' action besides 'Restart' and 'Shutdown'. Auto Shutdown displays in the main window both the current time and the customizable timer you can use to schedule a task.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    The Wizard's Apprentice is an application that allows you to ask questions from a script. It uses Windows dialog boxes in the so-called Wizard style: dialogs asking one question at a time, with a Back button, a Next button and a Cancel button.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cleanlib32

    Remove lib32 packages from your Archlinux box

    Use this command-line script when you feel you have too much lib32 packages installed and you want to cleanup your system. Ok, but how does it work? Each time you run it, it will look for lib32 packages currently marked as "installed as dependency for another package" in the "Install Reason" (pacman -Qi <pkg>) that are not needed anymore by any other pacakge and then will uninstall them, with user's approval. You'll probably want to run this script more than once as, by uninstalling one package, another installed as dependency might be not needed anymore. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    It is a simple operating system that i write in my spare time. It is not the best design and it is buggy but i hope it will get better.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Single User Mode Lock (SUMLock) is a program to lock down the root user's terminal in Single User Mode (-s) on Mac OSX. Currently it does this by way of a password which is hardcoded into the program at the time of compilation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Windows Alias Generator is a simple program used to generate aliases for windows command prompt commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Quick hide
    Don't you feel sick every time trying to enable "show hidden files" and especially when a virus doesn't allow you to? well... I do. So I published a SUPER simple and SUPER handful application to deal with this problem.(remember to refresh explorer)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Cyb@rg is an experimental and universal real time terminal emulator. The project allows to execute shell commands through a cross-platform user interface. Cyb@rg has been designed to improve command line handling on the most known operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...I am mainly focusing on the Mathematics class, this is better than the System.Math class, because mine involves graphing. I am also adding in Conversions such as Temperature, Weight, Length, and Time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    uGNU/RTOS (literally "micro G'Noo RTOS") is an Open Source serial Real Time OS for microcontrollers (PIC, ATMEL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    this is a server monitoring system written with python 2.5 with pyodbc. this ping,http and SQL a remote server to monitor its up time. any downtime of remote server more than 3 times will insert a record into database. and email will be sent to recipents
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a package of cmdlets for PowerShell. Currently provided tools are: PStime - a cmdlet to measure the time elapsed by running the specified command. (is similar to GNU time(1)), PSwget - a cmdlet to get the content of the resource specified by URL,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...It allows a user on a complex network to connect and execute scripts and commands upon groups of machines without having to deal with the connection specifics every time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SBD is a way of leaving ultra-secure minimal access to a computer, which allows you to run a single command based on a one time key. It is good if you don't want to have an ssh server running all the time, but only want to start it when needed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    pjobs allows you to easily schedule jobs to both run serially and in parietal. This gives you the ability to run multiple sets of serial jobs in parietal. This allows jobs to be run more efficiently with less dead time in between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    CRT Fusion

    Delphi Console (CRT) Library.

    CRT Fusion is a attempt to fuse or merge together many of the *free* CRT Libraries available for Delphi into one console class object library. It attempts to define usable class objects while also providing direct support for DOS pascal projects at the same time. Look in the SVN Code to check it out. svn://svn.code.sf.net/p/crtfusion/svncode/trunk (Repo fixed.. see blog)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next