Showing 40 open source projects for "projects/"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 1
    pkg

    pkg

    Package your Node.js project into an executable

    ... of files via npm install to deploy your application. Deploy it as a single file. Put your assets inside the executable to make it even more portable. Test your app against new Node.js version without installing it. pkg was created for use within containers and is not intended for use in serverless environments. For those using ZEIT Now, this means that there is no requirement to use pkg in your projects as the benefits it provides are not applicable to the platform.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 2
    Kondo

    Kondo

    Cleans dependencies and build artifacts from your projects

    Cleans node_modules, target, build, and friends from your projects. Excellent if you want to back up your code but don't want to include GBs of dependencies, or if you want to back up your code but don't want to include GBs of dependencies, or if you like keeping your disks lean and zippy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jDiskMark

    jDiskMark

    Java Disk Benchmark Utility

    ...://sourceforge.net/projects/jdiskmark/files/jDiskMark-0.5.1.msi/download Verify your download with SHA-256 Hash: D8EE4181D42B0CEF4806BF903EE9EF44722DB54C6C7F9EEBAC8BE119BB7AF753 Instructions to verify file SHA-256 signature: https://sourceforge.net/p/jdiskmark/wiki/%20Verifying%20SHA-256%20Hash%20on%20Windows%20with%20PowerShell/ ZIP releases: * v0.5-v0.5.1 requires Java 21 * v0.1-v0.4 requires Java 8 NOTE: run as administrator or w sudo to automatically drop disk cache
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    Zip-Ada

    Zip-Ada

    A standalone, portable Ada library for .zip archives

    Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe and endian-neutral. More information on: http://unzip-ada.sf.net Alire crate: https://alire.ada.dev/crates/zipada Mirror: https://github.com/zertovitch/zip-ada/
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    Hasura Backend Plus (HBP)

    Hasura Backend Plus (HBP)

    Auth and Storage for Hasura

    ... yourself hours of maintenance per month. All Nhost projects are built on open source software so you can make real-time web and mobile apps fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    akaidatdecode

    akaidatdecode

    akaidatdecode: tool for the AKAI S1000/S3000 DAT-backup format

    ... "akaiutil": https://sourceforge.net/projects/akaiutil/ Copyright (c) 2019-2022 by Klaus Michael Indlekofer. All rights reserved. Note: Special restrictions apply. See disclaimers below and within the distribution. (We are not affiliated in any way with companies/persons mentioned on this page. All brand names and trademarks are property of their respective owners.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    android-backup-splitter

    Create a single adb backup for each app /sd and inform of missing apks

    ... README as well: https://sourceforge.net/projects/adbextractor/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    This projects aims to build a set of utilities to work with splitted files in various formats. Supported formats at the moment are: hacha (1,2 and pro), kamaleon (1 and 2), Astrotite, Camouflage, FileSplit, SplitFile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Delayter

    Utility to queue files for deferred deletion, days/weeks/months later

    User has files that can probably be deleted later but does not feel comfortable deleting right now. Instruct with simple commands in which the file names and delay time are specified, eg.: Delayter -m 1 -w 2 -d 3 file1 file2 by which file1 and file2 are scheduled for deletion 1 month, 2 weeks and 3 days from now (roughly 47 days). Useful on projects with many temporary junk files that cannot be deleted until a later time at which you might not remember whether they are important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 10
    ccccd

    ccccd

    Channel Code Copy of Compact Discs

    ... functionality requires a proprietary hardware interface with a modified disc player. Associated open hardware project "ccccd-HW": http://sourceforge.net/projects/ccccd-hw/ Note: Special restrictions apply. See disclaimers below and within the distribution. Copyright (c) 2010-2021 by Klaus Michael Indlekofer. All rights reserved. (We are not affiliated in any way with companies/persons mentioned on this page. All brand names and trademarks are property of their respective owners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ccccd-HW

    ccccd-HW

    Hardware for Channel Code Copy of Compact Discs

    Hardware for Channel Code Copy of Compact Discs: "ccccd-HW" is a hardware project associated with the software project "ccccd". For further details see "ccccd": http://sourceforge.net/projects/ccccd/ Note: Special restrictions apply. See disclaimers below and within the distribution. Copyright (c) 2012-2013 by Klaus Michael Indlekofer, Manuel Dietrich, and Viktor Skemski. All rights reserved. Copyright (c) 2018-2019 by Klaus Michael Indlekofer. All rights reserved. Licensed under CERN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    linn9000cass

    linn9000cass

    linn9000cass: tool for Linn9000 & LinnSequencer data cassette format

    ...://sourceforge.net/projects/linn9000fs/ Copyright (c) 2018-2019 by Klaus Michael Indlekofer. All rights reserved. Note: Special restrictions apply. See disclaimers below and within the distribution. (We are not affiliated in any way with companies/persons mentioned above. All brand names and trademarks are property of their respective owners.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    wersicx2datencassette

    wersicx2datencassette

    wersicx2datencassette: tools for Wersi CX2 Datencassette

    wersicx2datencassette: tools for the Wersi CX2 data cassette format Included tools: * wersicx2cassdecode: decode Wersi CX2 Datencassette * wersicx2cassencode: encode Wersi CX2 Datencassette * wersicx2binparse: parse Wersi CX2 binary dump file Note: Tools for the Wersi data cassette format for organs of the Wersi DX-series (with CX3, CX3S, CX4) and the Wersi CX5 drum machine can be found here: https://sourceforge.net/projects/wersidatencassette/ Copyright (c) 2017-2019 by Klaus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Boilr

    Boilr

    boilerplate template manager that generates files or directories

    Boilr is here to help you create projects from boilerplate templates. Are you doing the same steps over and over again every time you start a new programming project? Boilr is a boilerplate template manager that generates files or directories from template repositories. No dependencies (NodeJS, Python Interpreter etc.) Boilr is a single statically linked binary. Grab the one that fits your architecture, and you're all set to save time by using templates! Full Power of Golang Templates. Golang...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Mass File Renamer

    Mass File Renamer

    mass file renamer

    This is a software to rename all files within a folder with a specified starting name and file extension. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    UEFI GPT fdisk

    UEFI GTP fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI GPT fdisk is a port to UEFI of the famous GPT fdisk partitioning tool, see http://sourceforge.net/projects/gptfdisk/ . Now since this program runs directly under UEFI shell you don't need to *boot* the system to convert/edit partition tables.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    The Comic Book Wizard

    comic book archive manager

    ... a folder full of archives such as cbr, rar and zip into cbz archives manage the files going into your cbz archives before being compressed compress files in a directory into either cbz or zip or even both Requirements: - Windows Xp and up - NetFramework 4.0 - x86(32 bit) or 64 bit processor To check up on the latest progress and current planned features please visit: https://www.pivotaltracker.com/s/projects/1025444
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PiCloner

    PiCloner

    Simple tool to help you create a backup of your RaspberryPi's SD card.

    PiCloner is a simple interface that helps you create backup images of your RaspberryPi's SD card on Mac OSX. These images can be restored to your Pi with PiWriter or any other bit-copy software. UPDATE: PiCloner will be replaced by PiWriter2 starting version 2.x. Version 1.0.4 will be the final release of PiCloner as it is. Get PiWriter2 from: http://sourceforge.net/projects/piwriter/files/PiWriter-2.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Zipbox

    Zipbox

    a java zip utility

    a java util to zip/unzip files and folders Supported files for extraction: 7z, Zip, Tar, Rar, Lzma, Iso, GZip, Cpio, BZIP2, Z, Arj, Lzh, Cab, Chm, Nsis, DEB, RPM, UDF, WIM Supported compression format: Zip Minimum Requirements: - needs Java 1.7 or above CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    Simple GUI based lightweight duplicate file finder and remover. Configurable file search and preview (via external tools) option for file data. No command-line interface available! This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made. Algorithm is simple and suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simplified VFD
    A virtual floppy drive that mounts image files (*.img) as new browseable computer resources. Tested from WinXP (32bit) to Win7 (64bit). Derived from: https://sourceforge.net/projects/vfd/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    GeeUnRAR is a designated replacement for UnRARX (http://sourceforge.net/projects/unrarx). It will be compatible with at least Mac OS X 10.4-10.7.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Dynamic tree of Java objects encapsulates hard-drive and Jar/Zip files (and their inner files) and Java objects all the same way. Create new ways of communication as executable Jar files, like a paint program that creates/uses paint programs as tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Quotero

    Quotero

    Quotero becomes Kimios

    Quotero was an open source Document Management System (DMS) developed in java. It provides basic document management features and advanced collaborative features such as version control, comments, workflow, etc. Quotero becomes Kimios. Please visit https://sourceforge.net/projects/kimios/ Web Site: http://www.kimios.com Issues: http://issues.kimios.com Wiki: http://wiki.kimios.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next