Showing 1620 open source projects for "improve"

View related business solutions
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
    Learn More
  • 1
    Upscale

    Upscale

    This program is upscaling any image by a factor 2 using an algorithm

    This program is upscaling any image by a factor 2 using an algorithm of cubic interpolation. You may need to install the following libraries to run the program, tqdm, itertools, and OpenCV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Patchwork

    Patchwork

    Decentralized messaging sharing app built on top of Secure Scuttlebut

    A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). Connect with friends without depending on any central servers. Don't worry about spam, you only get messages from people you follow. Use Patchwork online or offline, the data you need is stored on your device. Sync messages with friends when you're on the same Wi-Fi network. Keep secrets with private messages, which are always end-to-end encrypted. Change and improve Patchwork however you'd like, it's free...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    VaultSync

    VaultSync

    Sync directories and files in a secure folder on an external drive

    ... remove unimportant files from a deep folder hierarchy after a backup. VaultSync solves that problem. Give it a try and send a review whether you like it or not. It can't improve without feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Leanote Desktop App

    Leanote Desktop App

    Leanote Desktop App, based on Electron(atom-shell)

    Leanote Desktop App, based on Electron(atom-shell). Use Leanote as a notebook/note, and manage your knowledge on Leanote. Do you like markdown? don't worry, Leanote support it. You can public your knowledge then Leanote is your blog! An awesome blog where you can create your own theme. Share your knowledge with your friends on Leanote. Collaborate with friends to improve your knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
    Learn More
  • 5
    Story Inspector

    Story Inspector

    Book analysis tool using AI.

    Story Inspector is a new book analysis tool that uses Artificial Intelligence to automatically extract information about works of fiction. It provides authors with insights about their manuscripts in order to improve their craft. It is published under the GPLv2 license. The source code is available at: https://github.com/taciano-perez/story-inspector
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Makisu

    Makisu

    Fast and flexible Docker image building tool

    Fast and flexible Docker image-building tool, that works in unprivileged containerized environments like Mesos and Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ipfs-api-mount

    ipfs-api-mount

    Mount IPFS directory as local FS

    Mount IPFS directory as local FS. go-ipfs daemon has this function but as of version 0.9.1 it's slow. ipfs-api-mount aims to be more efficient. For sequential access to random data it's ~3 times slower than ipfs cat but also ~20 times faster than cating files mounted by go-ipfs. It's supposed that FS mounted by go-ipfs daemon is slow because of file structure being accessed in every read. By adding caching one can improve performance a lot. Apart from mounting one specified CID you can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mininet

    Mininet

    Emulator for rapid prototyping of Software Defined Networks

    ... OpenFlow and P4. Mininet is actively developed and supported, and is released under a permissive BSD Open Source license. We encourage you to contribute code, bug reports/fixes, documentation, and anything else that can improve the system! Links are virtual ethernet pairs, which live in the Linux kernel and connect our emulated switches to emulated hosts (processes).
    Downloads: 24 This Week
    Last Update:
    See Project
  • 9
    Apache Dubbo Spring Boot Project

    Apache Dubbo Spring Boot Project

    Spring Boot project for Apache Dubbo

    ... status to reduce overall latency and improve system throughput. Dubbo supports multiple service registries, which can detect service online/offline instantly. Dubbo’s micro-kernel and plugin design ensures that it can easily be extended by third party implementation across core features like protocol, transport, and serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    HTTP Prompt

    HTTP Prompt

    An interactive command-line HTTP and API testing client

    HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting. You'll never have to memorize the whole commands and HTTP headers thanks to autocomplete with fuzzy matching. Improve readability by rendering JSON, HTML and commands with 27 builtin color themes, borrowed from Pygments. Designed to work with and built on top of HTTPie, HTTP Prompt makes a perfect companion for HTTPie. Cookie-based authentication made easy as incoming cookies are automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Learn Julia the Hard Way

    Learn Julia the Hard Way

    Learn Julia the hard way

    ... be hard-pressed to find tasks it's completely unsuitable for (although that does not mean it's the best or easiest choice for any of them). Julia was developed with the occasional reference to R, and with an avowed intent to improve upon R's clunkiness. R is a great language, but relatively slow, to the point that most people use it to rapidly prototype, and then implement the algorithm for production in Python or Java. Julia seeks to be as approachable as R but without the speed penalty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fast Tapper

    Fast Tapper

    Practice and increase you click speed up to 12 CPS.

    With Fast Tapper, check your button pressing speed & see how fast you can tap on your mobile. A simple app to train yourself for fast clicking. It is extremely useful for first-person shooting games. Disclaimer: This app is not an auto clicker. It only helps you to practice and improve your clicking speed. If you wish to use an auto clicker, you can try OP Auto Clicker - https://www.clickspeedtester.com/op-auto-clicker/ How to practice fast clicking with Fast Tapper? Start by pressing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Vue-Lazyload

    Vue-Lazyload

    A Vue.js plugin for lazyload your Image or Component in your app

    ... place. use Intersection Observer to to improve performance of a large number of nodes. If only the event is provided, remove all listeners for that event. Manually trigger lazy loading position calculation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Truly Effective Upsampler

    Truly Effective Upsampler

    Effectively upsample (yes, seriously) your CD collection

    I can hear the skepticism already: "Effectively upsample my CD collection? Really??" Ordinarily, it would be true merely increasing the bit depth and sampling rate alone does nothing to improve sound quality. It does nothing but add a bunch of trailing zeros. However, using the ffmpeg aexciter audio filter, this front end program fills in those zeros with actual numbers. The aexciter filter, like other harmonic exciter hardware and software creates additional harmonics and overtones. (See...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Citrus

    Citrus: Editing HiC data for de novo genome assembly

    juicer and 3D-DNA are two tools that re-arranges HiC data (xxx.hic format) and splits/re-orders super-scaffold data (xxx.assembly) to improve de novo genome assembly. Juicebox was specifically designed to tune or adjust genomic sequences based on HiC data. However, the current Juicebox version does not have a function to save updated HiC data and to summarize chromosome sequences. Thus, we created Citrus which can edit super-scaffolds according to chromatin conformation data captured in xxx.hic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    eduActiv8

    eduActiv8

    A collection of interactive educational exercises

    ... partially redesigned to improve usability, but certain activities will still be in the somewhat "prototype quality" - this will be gradually redesigned as time allows. Currently, it is available for Windows, MacOS, Linux and Android (you may need to allow unknown sources to install it on Android). Packages for multiple Linux distributions are available from: https://software.opensuse.org//download.html?project=home%3Aimiolek-i&package=eduactiv8
    Leader badge
    Downloads: 267 This Week
    Last Update:
    See Project
  • 17
    Bilibili Helper

    Bilibili Helper

    Auxiliary tool that can replace the player, push notifications, etc.

    Bilibili (bilibili.com) Auxiliary tool that can replace the player, push notifications and perform some shortcut operations. Bilibili (bilibili.com) is an auxiliary tool that can download videos, query the sender of the barrage, and some very useful live broadcast area functions. An auxiliary extension for Bilibili (bilibili.com) which allows users to bypass playback restrictions, replace video players and use shortcuts. Starting from a certain version, Bilibili Assistant uses special...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    code-nav

    code-nav

    Professional programming navigation

    Programming Navigation is not just a website, but a complete ecology with the goal of "helping everyone discover high-quality programming resources and improve learning efficiency". It contains multiple sub-projects, and the technology stack includes React, Java SpringBoot, Tencent Cloud Development, etc., all of which are open source for everyone to learn, so that you can easily develop beautiful information navigation websites! Most of the programming navigation websites are in disrepair...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Semantic Segmentation Editor

    Semantic Segmentation Editor

    Web labeling tool for bitmap images and point clouds

    A web-based labeling tool for creating AI training data sets (2D and 3D). The tool has been developed in the context of autonomous driving research. It supports images (.jpg or .png) and point clouds (.pcd). It is a Meteor app developed with React, Paper.js, and three.js.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Text2Video

    Text2Video

    Software tool that converts text to video for more engaging experience

    Text2Video is a software tool that converts text to video for more engaging learning experience. I started this project because during this semester, I have been given many reading assignments and I felt frustration in reading long text. For me, it was very time and energy-consuming to learn something through reading. So I imagined, "What if there was a tool that turns text into something more engaging such as a video, wouldn't it improve my learning experience?" I created a prototype web...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    XMPPFramework

    XMPPFramework

    An XMPP framework in Objective-C for Mac and iOS

    ... thread at all). There have been a number of changes to the public API of XMPPFramework in an attempt to improve the ergnomics and safety when used with Swift. Most Objective-C projects should require no changes, with a few minor exceptions. Many (simple) changes will be required for pure Swift projects, mostly due to the new nullability annotations. The process is still not complete so please submit issues and help if possible to minimize future breaking changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Kookaburra

    Kookaburra

    Cross-Platform, Object-Oriented Programming language. With Kookaburra

    ... to improve Kookaburra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    System Information Retrieval Tool

    System Information Retrieval Tool

    Sends System Information to Inventory Manager for Asset Verification

    This is a piece of software designed to retrieve System Information from Windows OS's (Serial Number, Make, Model, Username, Local IP, MAC Address, Location, and Department, just to name a few) I started working on this when I started working at Campus Crest so I could improve my skills in programming as well as make something that would be beneficial to the company. Yes, there is alot of software out there that does this already. But my program does not need any kind of .Net downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Roadmap do Desenvolvedor Web 2021

    Roadmap do Desenvolvedor Web 2021

    Roadmap to becoming a web developer! Update 2021!

    Below you will find, in a visual way, the paths you can take and the technologies to incorporate into your stack to become an up-to-date and differentiated professional in frontend, backend and/or devops. The purpose of this roadmap is to give you an idea of ​​the current landscape and guide you if you are confused about what to learn next, not to influence you to follow the 'hypes' and 'trendys' of the moment. We believe that with a greater knowledge of the different structures and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    King-Tweaks

    King-Tweaks

    Improve the user-experience systemlessly with many tweaks.

    A magisk module tweaker / optimizer which have the objective of improving the user-experience.
    Downloads: 5 This Week
    Last Update:
    See Project