Showing 18 open source projects for "file time"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    picocli

    picocli

    Framework for building GraalVM-enabled command line apps

    ... subcommands. Picocli-based applications can be ahead-of-time compiled to a GraalVM native image, with extremely fast startup time and lower memory requirements, which can be distributed as a single executable file. Picocli generates beautiful documentation for your application (HTML, PDF and Unix man pages). Another distinguishing feature of picocli is how it aims to let users run picocli-based applications without requiring picocli as an external dependency.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Kryo

    Kryo

    Java binary serialization and cloning, fast, efficient, automatic

    Kryo is a fast and efficient binary object graph serialization framework for Java. The goals of the project are high speed, low size, and an easy-to-use API. The project is useful any time objects need to be persisted, whether to a file, database or over the network. Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object to bytes to object. Kryo has three sets of methods for reading and writing objects. If the concrete class...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Next Terminal

    Next Terminal

    Open source interactive audit system that supports RDP, SSH, VNC,

    The Next Terminal open-source project has gained nearly 3,000 Stars on GitHub and has a large number of users, so you can absolutely trust the stability of Next Terminal. You can access RDP, SSH, VNC, TELNET and other protocol assets in a system without plug-ins, just a browser. You can view the currently active sessions at any time, and monitor and block them. For character protocols, you can even restrict the execution and logging of certain commands. Next Terminal observes and logs every...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    NVExeca

    NVExeca

    nvm + execa = nvexeca

    ... using an import or import() statement, not require(). File or command to execute. Both global and local binaries can be executed. The first time nvexeca is run with a new VERSION, the Node binary is downloaded under the hood. This initially takes few seconds. However subsequent runs are almost instantaneous.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 5
    wego

    wego

    Weather app for the terminal

    wego is a weather client for the terminal. Config file for default location which can be overridden by commandline. Automatic config management with ingo. A working Go 1.5 environment (You can use goenv if your distribution does not support Go 1.5 yet). utf-8 terminal with 256 colors. A sane monospaced font containing all the required runes (I use dejavu sans mono). An API key for the backend. You can create an account and get a free API key by signing up. You can set the $WEGORC environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LinuxGSM

    LinuxGSM

    The command-line tool for quick, simple deployment and management

    LinuxGSM is the command-line tool for quick, simple deployment and management of Linux dedicated game servers. Traditionally game servers are not easy to manage yourself. Admins often have to spend hours messing around trying to get their server working. LinuxGSM is a command-line tool designed to be as simple as possible, allowing admins to spend less time on management and more time gaming. LinuxGSM will run on popular distros as long as the minimum requirements are met. Each game server has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Spaceship ZSH

    Spaceship ZSH

    A Zsh prompt for Astronauts

    ... have the ability to customize or disable specific elements of Spaceship. Set options and define new sections in your .zshrc file, after the theme. To include a custom section you have defined in your prompt, add it to the SPACESHIP_PROMPT_ORDER. Spaceship supports most of the popular programming languages, runtimes, version managers, etc. If it doesn't support something that you need, feel free to open a pull request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    dotdrop

    dotdrop

    Save your dotfiles once, deploy them everywhere

    Dotdrop is a dotfiles manager that provides efficient ways of managing your precious config files. It is especially powerful when it comes to managing those across different hosts. The main idea of dotdrop is to have the ability to store each dotfile only once and deploy them with different content on different hosts/setups. To achieve this, it uses a templating engine that allows specifying, during the dotfile installation with dotdrop, based on a selected profile, how (with what content)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gitoxide

    gitoxide

    An idiomatic, lean, fast & safe pure Rust implementation of Git

    An idiomatic, lean, fast & safe pure Rust implementation of Git. gix is a command-line interface (CLI) to access git repositories. It's written to optimize the user experience and perform as well or better than the canonical implementation. Furthermore, it provides an easy and safe to use API in the form of various small crates for implementing your own tools in a breeze. Please see 'Development Status' for a listing of all crates and their capabilities. Please note that all functionality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 10
    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
  • 11
    gdrive

    gdrive

    Google Drive CLI Client

    gdrive is a command line utility for interacting with Google Drive. gdrive is finally verified for using sensitive scopes which should fix the This app is blocked error. Note that the project name will show up as project-367116221053 when granting access to you account. Binaries are statically linked. If you want to compile from source you need the go toolchain. Version 1.5 or higher. The first time gdrive is launched (i.e. run gdrive about in your terminal not just gdrive), you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vue-web-extension

    vue-web-extension

    A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate)

    This Vue CLI preset allows you to quickly start a web extension. Everything you need to build a web extension (manifest.json, .zip building, etc.), thanks to adambullmer/vue-cli-plugin-browser-extension. Build the extension into the dist folder for production. A zip file is also built and is located in the artifacts directory. Build the extension for development and watch over file changes. It also automatically reloads your extension into your browsers. If you are using GitHub Actions, you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Serial Tool

    Serial Tool

    Serial Tool for developing serial communication with embedded systems.

    PROJECT MOVED TO: https://github.com/damogranlabs/serial-tool See releases page: https://github.com/damogranlabs/serial-tool/releases Serial Tool is a utility for developing serial communications, custom protocols or device testing. You can set up bytes to send accordingly to your protocol and save configuration to a file – which can be used another time. You can send multiple byte arrays, you can send sequence of different byte arrays and put delay between them. You can read data in HEX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RuTTY

    RuTTY, scripting PuTTY

    RuTTY adds scripting to PuTTY, scripting the easy way, record and replay. Ever needed to send a list of commands to a host? Copy and Paste is a possibility. However, sometimes the list is to long for the host to handle, and you end up copying/pasting every single line. RuTTY waits after sending a command, a fixed amount of time, or even for the host prompt to return. RuTTY can also check host response for 'forbidden' words like "error" and "failed".
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    itchat

    itchat

    A complete and graceful API for Wechat

    itchat is an open-source WeChat personal account interface, it has never been easier to use python to call WeChat. With less than thirty lines of code, you can have a WeChat bot that handles all the information. Of course, the use of this api is far more than a robot, and more functions are waiting for you to discover. This interface shares a similar operation method with the public account interface itchatmp , learning to master two tools at a time. Now WeChat has become a large part...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    one-file

    one-file

    compiles, appends source file that contains compile instructions

    one-file (1f) project is a collection of utilities and tools primarily written for console use, with text output, or using SDL 1.2 for framebuffer "gui stuff". When individually compiled, the source is appended, either as TEXT, or ZIP, to the resulting binary. That source contains command line options to extract that source, as well as the command line used to compile said source. There are no hard and fast rules, except "name-1f", must append source, and source must contain compile time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RS-232 Data Logger
    Allows you to redirect all communication data from RS232 compliant serial port device into a text file for further analysis. RS232 Data Logger redirects data from any available serial port/ports and works under Virtual Machine.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 18
    Steganography tool which establishes a full-duplex steganographic data transfer protocol utilizing Real-time Transfer Protocol (RTP) packet payloads as the cover medium. The tool provides interactive chat, file transfer, and remote shell access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next