Search Results for "project issue tracker" - Page 4

Showing 277 open source projects for "project issue tracker"

View related business solutions
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
  • 1
    RVM

    RVM

    Ruby enVironment Manager (RVM)

    RVM is a command-line tool that allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM is the acronym of Ruby enVironment Manager. It manages Ruby application environments and enables switching between them. RVM lets you deploy each project with its own completely self-contained and dedicated environment, from the specific version of ruby, all the way down to the precise set of required gems to run your application. Having a precise...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    webshell

    webshell

    This is a webshell open source project

    This is a webshell collection project. If you have downloaded this project, please submit a shell. This project covers various common scripts. Such as: asp, aspx, php, jsp, pl, py. Such as submitting various webshells, please do not change the name and password. All shells themselves do not guarantee whether there is a backdoor, but I will never add a backdoor deliberately when uploading by myself. Please don’t add a backdoor if you submit it. If you find backdoor code, please issue. The tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pipcook

    Pipcook

    Machine learning platform for Web developers

    ... on the front-end area and developed from the JavaScript engineers' view. With the principle of being friendly to JavaScript, we will push the whole area forward with the machine learning engineering. For this reason we opened an issue about machine-learning application APIs, and look forward to you get involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    openTimetool

    openTimetool

    web-based time tracker

    openTimetool is a web-based, sector-independent project time tracking software for service provision companies such as agencies and IT support firms, publishing houses and editorial offices, consultancy firms, training companies and freelance workers. openTimetool can be used with personal computers and notebooks as well as with mobile devices like standard cellphones and smartphones via current HTML browser.
    Downloads: 1 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.
  • 5
    covid-chestxray-dataset

    covid-chestxray-dataset

    We are building an open database of COVID-19 cases with chest X-ray

    To build a public open dataset of chest X-ray and CT images of patients who are positive or suspected of COVID-19 or other viral and bacterial pneumonia (MERS, SARS, and ARDS.). Data will be collected from public sources as well as through indirect collection from hospitals and physicians. All images and data will be released publicly in this GitHub repo. This project is approved by the University of Montreal's Ethics Committee #CERSES-20-058-D. We can extract images from publications. Help...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ants-Review

    Ants-Review

    A Protocol for Open Anonymous Scientific Peer-Reviews on Ethereum

    The Project implements a Bounty-like protocol called Ants-Review to allow issuers to issue an AntReview, a bounty for peer-review in scientific publication, linked to requirements stored on ipfs which peer-reviewers can fill by submitting the ipfs hash which contains evidence of their fulfillment. After the submission of successful peer-reviews, they will be approved by an approver and payed in ANTS. AntReview Issuers are addresses, added by the owner of the contract, that can issue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    office2textile

    VBA add-ins which convert Microsoft Office contents to various formats

    This project provides VBA add-ins which convert Microsoft Office contents to various text formats. Currently the following two VBA add-ins are ready. * xls2textile: Excel to Textile, HTML, AsciiDoc, GitHub Flavored Markdown (GFM), and CSV. * ppt2textile: PowerPoint to to Textile, AsciiDoc, and GitHub Flavored Markdown (GFM). 2021/02/06: Version 0.97 is released. Fix "general horizontal alignment" which was broken on 0.96. 2020/07/11: Version 0.96 is released. Fix for MacOS. fix...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    vue-element-admin

    vue-element-admin

    A magical vue admin

    ... is based on ES2015+, vue, vuex, vue-router, vue-cli, axios and element-ui, all requested data is simulated using Mock.js. Understanding and learning this knowledge in advance will greatly help the use of this project. This project integrates a lot of features that you may not use, it will cause a lot of code redundancy. If your project does not pay attention to this issue, you can also directly develop it based on it. Otherwise, you can use vue-admin-template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EasyProtector

    EasyProtector

    Simple way to check root/virtual app/emulator/xposed framework

    EasyProtector, a simple way to check root/virtual app/emulator/xposed framework/tracer/debugger. Since it's all here, you are welcome to star/fork, even if you raise an issue, I hope this is a useful library (eliminate the initialization operation of the application, avoid more permission requirements, and load as lazy as possible) Mainly to fix a bunch of bugs, see the pictures in the image folder for the adaptation situation, Tencent Legu's old version of XposedCheck code has some code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 10
    Zalenium

    Zalenium

    Flexible and scalable container based Selenium Grid

    ... us to improve it by reporting bugs or suggesting features through the issue tracker. Zalenium is 100% open source and it is both yours and ours, that is why we invite you to contribute to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    nest-user-auth

    nest-user-auth

    A build for a back end which implements managing users with MongoDB

    ..., Jest) into a working backend. If you recognize an anti-pattern or a better way to do something, please post an issue. It is challenging not to repeat the structure of the models in the GraphQL schema, Mongo schema, and Typescript interfaces. The goal is to have one truth point for the models and extend that data when more data is needed. With NestJS 6.0.0 a code first approach was introduced. This project uses the schema first approach to be language agnostic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cv2_plt_imshow

    Using matplotlib_imshow for images read by cv2

    ## Introduction One of the major issue faced while using `cv2`, especially when you are using `jupyter-notebooks`, is to perform `cv2.imshow` the kernel breaks. Apart from this, most of the users are comfortable using matplotlib for display, specially its display in notebook using `%matplotlib inline` magic. This package provides two of the main function, converting the image to a format more suitable in matplotlib, and plotting the image using matplotlib in the notebooks. ## Table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Piano-LED-Visualizer

    A midi/Bleutooth piano led vizualizer for the raspberry pi.

    This Sourceforge contains a raspberry disk image containing the Piano-LED-visualizer package. This package contains a midi/Bluetooth piano-led visualizer for the raspberry pi. The project code can be found on https://github.com/onlaj/Piano-LED-Visualizer. For more information on how to use this image go to this issue https://github.com/onlaj/Piano-LED-Visualizer/issues/15#issuecomment-642545853.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    cmc2rmt

    cmc2rmt

    Chaos Music Composer to Raster Music Tracker conversion tool

    This command line tool loads Atari CMC module and generates RMT text output containing SONG and PATTERN data. Currently INSTRUMENT conversion is not implemented. This project is using .NET Core: https://dotnet.microsoft.com/download/dotnet-core/current/runtime
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Graphite is a project within SIL's scripts and software dev groups to provide cross-platform rendering for complex writing systems. This project has been deprecated. Graphite2, a new version of the Graphite engine, is available at: https://github.com/silnrsi/graphite with its own bug tracker.
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 16

    Retail Inventory Tracker

    This system is for easy stock management and inventory control

    The project will help your fullly manager your store,shop,duka mention it in an easy way as you get to know you low stock, Loyal customers, know when to order items and refill your store. Report on all your activities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    babel-minify

    babel-minify

    An ES6+ aware minifier based on the Babel toolchain (beta)

    babel-minify is an experimental project that attempts to use Babel's toolchain (for compilation) to do something in a similar vein, minification. It's currently in 0.x, so we don't recommend using it in production. Current tools don't support targeting the latest version of ECMAScript. (yet). BabelMinify can because it is just a set of Babel plugins, and Babel already understands new syntax with our parser Babylon. When it's possible to only target browsers that support newer ES features, code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PC/SC Tracker

    PC/SC Tracker

    Smart card events and smart cards information tracker

    A multi-platform tool for tracking PC/SC events and smart cards states and information. Under Windows, it uses Winscard for PC/SC along with CryptoAPI for retrieving smart card information. Under Linux/MacOSX, it uses pcsc-lite for tracking PC/SC events and it retrieves smart card information by using the file smartcard_list.txt bundled inside the tool and that is provided by the pcsc-tools project.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Web Security Audit

    Web Security Audit

    Passively audits the security posture on current page for your browser

    The goal of this project is to build an add-on for browser that passively audits the security posture of the websites that the user is visiting. Assume that the tool is to be used on non-malicious websites, currently not under attack or compromised. Add-on wants to report security misconfigurations, or failure to use best security practices. - Add-on tries to analysis the commonly vulnerable setting of servers: lack of use of security-relevant headers, including: - strict-transport-security...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Microsoft Python Language Server

    Microsoft Python Language Server

    Microsoft Language Server for Python

    Microsoft Python Language Server implements the Language Server Protocol. Its primary clients are the Python extension for VS Code and Python Tools for Visual Studio. Feel free to file issues or ask questions on our issue tracker, and we welcome code contributions. Linting can be controlled via the user configuration. In VS Code, this is settings.json. To control the visibility and severity of the diagnotics, there are a number of lists that can be set in the user configuration which make use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    itracker

    itracker

    open source issue tracking system

    itracker is a true open source issue tracking system. itracker is built using Java enterprise technology. itracker is a professional, easy to use, open, easy to integrate, fast, modular, customizable and scalable solution for all kinds of projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    MY PROJECT ATTEMPT IS TO PROVIDE A WARNING FOR CATASTROFE ALERT, Japan type ... 1 0 seconds for earthquake ...... and it works, the problem comes where that system is not implemented, you know, rich and poor countries ... 2nd problem: The signs are not synchronized: Radio --- TeleVision --- DTT ---- Internet --- Mobile Phone ---- I give a Nobel Prize to anyone who can synchronize it this year ... Solution: We all manage the Internet, or there is someone nearby, if it were possible to agree...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EasyUpload

    EasyUpload

    Uploading files from Android to a desktop PC.

    EasyUpload is a client-server project for uploading images from Android to a PC. This is the server-side app of the project. To run the server, just download this project open CMD, navigate to the directory of the project, and issue this command: flask_server The client-side Android app is available at this page: https://play.google.com/store/apps/details?id=gad.heartbeat.androidflask.easyupload The project is very simple. Just select the images from the Android device, establish...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    isis-development

    a new compiler that mitigates malware coding practices

    Hi, I would like to address the issue of malware in source development. In this project, I would like to ask for help in developing development system starting with a compiler that prevents and issues exceptions when malware coding is detected. The project name Isis is chosen from a Saturday morning TV series I watched about a woman scientist who solved issued by working together in hearts and minds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    KonDB

    Organizer for your Kontakt files

    ... your NKI/NKM file(s) directly into Kontakt from this app KNOWN ISSUE: Path+File combos beyond 260 characters fail to be added. Microsoft .NET Framework fixes do not work; currently working on a workaround PLEASE GIVE THIS PROJECT A STAR ON GITHUB!!! -> https://github.com/therealjuanmartinez/kondb This is a very niche project so please donate if you feel it is valuable!! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3ZMBP87X3Z2YJ&source=url
    Downloads: 1 This Week
    Last Update:
    See Project