Showing 65 open source projects for "recommended projects"

View related business solutions
  • The software that empowers your board, from a name you trust. Icon
    The software that empowers your board, from a name you trust.

    For businesses in all industries interested in an enterprise governance software for boards and leadership teams

    Nasdaq Boardvantage helps directors, committees, and leadership teams be better prepared, engaged, and aligned in their collaboration and decision-making processes. Plus, our board portal makes it easier than ever for corporate secretaries and administrators to manage meetings, build agendas, and distribute materials
  • Web Accessibility Platform for Businesses of All Sizes Icon
    Web Accessibility Platform for Businesses of All Sizes

    AudioEye is a cloud-based digital accessibility platform helping businesses of all sizes build inclusive and compliant websites and mobile apps.

    AudioEye is a technology company serving businesses committed to providing equal access to their online content. Transforming how the world experiences digital content, AudioEye solves issues of accessibility and enhances the user experience for the broadest audience possible. Specializing in speed to compliance with ADA-related digital accessibility requirements, AudioEye offers technology that makes digital content more accessible and more usable, for more people. Fixing digital accessibility issues starts with understanding. AudioEye continues to monitor for new issues with every site visitor, ensuring that all content is accessible to all people. You will get your first AudioEye Accessibility Score the moment you sign up. From then on, AudioEye continues to provide you a clear and actionable score quantifying your risk and identifying opportunities for improvement. AudioEye's patented technology tests for over 400 accessibility and compliance issues.
  • 1
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    FullCalendar generates real React virtual DOM nodes so you can leverage Fiber, React's highly optimized rendering engine. With over 300 settings, and more being added every release, FullCalendar can do just about anything. Reduce your project's bundle size by using FullCalendar's modular plugins. With over 10 years of open source and over 100 contributors, FullCalendar will always have a free and open source core. Level-up by purchasing premium plugins and support. FullCalendar seamlessly...
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    Prysm

    Prysm

    Go implementation of Ethereum proof of stake

    ... launchpad. The launchpad is the only recommended way to become a validator on mainnet. You can explore validator rewards/penalties via Bitfly's block explorer: beaconcha.in, and follow the latest blocks added to the chain on beaconscan. We are a grassroots team of software engineers all around the world building the code behind the Ethereum blockchain.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    AWX

    AWX

    A web-based user interface built on top of Ansible

    AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform. Starting in version 18.0, the AWX Operator is the preferred way to install AWX. AWX can also alternatively be installed and run in Docker, but this install path is only recommended for development/test-oriented deployments, and has no official published release. Uses naming and structure consistent with the AWX HTTP API. Provides...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Tequila

    Tequila

    A High-Level Abstraction Framework for Quantum Algorithms

    Tequila is an abstraction framework for (variational) quantum algorithms. It operates on abstract data structures allowing the formulation, combination, automatic differentiation and optimization of generalized objectives. Tequila can execute the underlying quantum expectation values on state-of-the-art simulators as well as on real quantum devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build and execute better incentive plans with our simple, easy-to-use platform. Icon
    incentX is a feature-rich, cloud-based platform that provides all the tools needed to plan, manage, and settle your incentives program—including commissions, rebates, royalties, bill-backs, and chargebacks. best of all, it integrates with your existing Accounting / ERPs for a seamless, end-to-end experience.
  • 5
    libgit2

    libgit2

    A cross-platform, portable, linkable Git implementation library

    libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings. Libgit2 is developed with CMake, and this is be the easiest way to build a binary from the source. The CMake build system provides lots of options to configure the libgit2 build for your particular needs. It’s highly recommended that you build libgit2 as a static...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    TwitterOAuth

    TwitterOAuth

    PHP library for use with the Twitter OAuth REST API

    The most popular PHP library for use with the Twitter OAuth REST API. The recommended and easy as pie method is Composer. Setup require in your projects composer.json file. Import the TwitterOAuth class. Start making API requests. Versions listed as "active support" or "security fixes" are supported. Unlike many Twitter API libraries, TwitterOAuth doesn't provide a custom function for every API method. Instead there are a couple of generic functions so that as Twitter adds features to the API...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Ultraleap Unity Plugin

    Ultraleap Unity Plugin

    Ultraleap SDK for Unity

    The Ultraleap Unity Plugin empowers developers to build Unity applications using Ultraleap's hand-tracking technology. It includes various assets, examples, and utilities that make it easy to design and build applications using hand tracking in XR projects. Due to the ever changing landscape of package dependencies in Unity we cannot guarantee compatibility with every plugin or variant of Unity, but aim to provide support for any LTS versions that are under continuous support from Unity. If you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    PHP Coding Standards Fixer

    PHP Coding Standards Fixer

    A tool to automatically fix PHP Coding Standards issues

    ... that fixing them by hand is tedious, especially on large projects. This tool does not only detect them, but also fixes them for you. If you need to apply code styles that are not supported by the tool, you can create custom rules. Dedicated plugins exist for Atom, NetBeans, PhpStorm, Sublime Text, Vim, and VS Code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Hakaton Starter

    Hakaton Starter

    A boilerplate for Node.js web applications

    ... are not familiar with how OAuth 2.0 works. When I started this project, my primary focus was on simplicity and ease of use. I also tried to make it as generic and reusable as possible to cover most use cases of hackathon web apps, without being too specific. In the worst case, you can use this as a learning guide for your projects, if for example you are only interested in Sign in with Google authentication and nothing else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Your Trip - Tour Operator software Icon
    Manage Your Trip - Tour Operator software

    Manage Your Trip (MYT SaaS) is ideal for tour operators and destination management companies.

    Key capabilities of MYT SaaS include back-office management, unique tourism CRM, marketing tools, a central reservation system, feedback management, operation management, contact database, real-time feedback, group registration, online tour booking, and more.
  • 10
    wemake-python-styleguide

    wemake-python-styleguide

    The strictest and most opinionated python linter ever!

    Welcome to the strictest and most opinionated Python linter ever. wemake-python-styleguide is actually a flake8 plugin with some other plugins as dependencies. Ensures consistency - no matter who works on it, the end product will always be the same dependable code. Helps avoid potential bugs - strict rules make sure that you don't make common mistakes. Efficient code reviews - each piece of code has a similar familiar style and syntax. If it passes all the checks, there's little left to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Eclipse Jetty Canonical Repository

    Eclipse Jetty Canonical Repository

    Eclipse Jetty - Web Container & Clients - supports HTTP/2, HTTP

    Jetty provides a web server and servlet container, additionally providing support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. These components are open source and are freely available for commercial use and distribution. Jetty is used in a wide variety of projects and products, both in development and production. Jetty has long been loved by developers due to its long history of being easily embedded in devices, tools, frameworks, application servers, and modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HUSTOJ

    HUSTOJ

    Popular Open Source Online Judge based on PHP/C++/MySQL/Linux

    Popular Open Source Online Judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training, with easy installation. Open source OJ system. HUSTOJ is free software under the GPL. (Only the original part of the code, which uses components from other open-source projects, please follow the agreement of the original component.) Because the web terminal/database/judgment machine are all packaged in the same image and cannot be extended, it is not recommended to use this image for distributed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gitako

    Gitako

    File tree extension for GitHub on Chrome & Firefox & Edge

    Gitako is a free file tree extension for GitHub, available on Chrome, Firefox and Edge. Various icons and official themes support. Support git submodule. Fold source code. It is more recommended for Edge users to install from the Chrome store. It may delay for weeks before updates got published to the Edge store because its review process is slow. Gitako doesn't share your private data at all. GitHub access tokens are required only when you access private repositories or exceed the GitHub API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    eslint-config-alloy

    eslint-config-alloy

    Progressive ESLint config for your React/Vue/TypeScript projects

    Progressive ESLint config for your React/Vue/TypeScript projects. The AlloyTeam ESLint config is not only a progressive ESLint config for your React/Vue/TypeScript projects but also the best reference for configuring your personalized ESLint rules. Let Prettier handle style-related rules. Inherit ESLint's philosophy and help everyone build their own rules. High degree of automation: advanced rules management, test as a document, as a website. Keep up with the times, follow up the latest rules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JENGINE

    JENGINE

    The solution that allows unity games update in runtime

    JEngine is an out-of-the-box framework designed for Unity developers. It encapsulates powerful functions. Beginners can also get started quickly and easily create games that can be updated hotly. The master branch is the latest version that the developers think can be used normally and will not have too many problems. It is recommended to use and has the most powerful functions (fixes bugs in versions 0.6 and 0.5 at the same time); The 0.6.x branch is currently in use by most commercial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Leiningen

    Leiningen

    Automate Clojure projects easily

    Leiningen is the easiest way to use Clojure. With a focus on project automation and declarative configuration, it gets out of your way and lets you focus on your code. Leiningen and Clojure require Java. OpenJDK version 8 is recommended at this time. If you have Leiningen installed, you can read the tutorial by running lein help tutorial. It does not cover learning the language itself; good Clojure documentation can be found elsewhere. If your preferred package manager offers a recent version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    osu!framework

    osu!framework

    A game framework written with osu! in mind.

    .... This means things like basic UI elements, text rendering, advanced input handling (textboxes) and performance overlays are provided out-of-the-box. Any of the osu! code that is deemed useful to other game projects will live in this framework project. Anywhere we implement graphical components, they will be displayed with a generic design and will be derivable for further customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lumen Framework

    Lumen Framework

    The Laravel Lumen Framework

    Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching. The Lumen framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    wsjt-x_improved
    ═══════════ ▲▲▲ ══════════════════════════════════════════════ Find the various versions on the "Files" tab (https://sourceforge.net/projects/wsjt-x-improved/files/) wsjt-x_improved is an enhanced version of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others (https://sourceforge.net/projects/wsjt/). Sometimes, however, even good things can be improved … Notes: wsjt-x_improved is experimental and is licensed under GNU GPL v3 (https...
    Leader badge
    Downloads: 1,218 This Week
    Last Update:
    See Project
  • 20
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on your favorite flavor of Ubuntu Linux

    ... code, 8GB of memory are required. https://sourceforge.net/projects/kb1oiq-andysham/files/v26a/GETTING_STARTED Version 25 ======== Version 25a and earlier are remastered from Xubuntu Linux. https://sourceforge.net/projects/kb1oiq-andysham/files/v25a/GETTING_STARTED This software collection uses the Xfce4 desktop environment with menus customized for Amateur Radio use. Recommended minimums: 2GHz CPU, 8GB memory, and 15 GB of disk space (after the installation is complete).
    Leader badge
    Downloads: 589 This Week
    Last Update:
    See Project
  • 21
    Auto Flappy

    Auto Flappy

    An automatic flappy bird player.

    ... program. quit - Quit the program Recommendation - Set Window scale to 100%, unless you want the program to scan the void. - It is recommended that you use this Scratch project. I've edited its components to better assist the program in screen reading. Link: https://scratch.mit.edu/projects/781130082/
    Downloads: 27 This Week
    Last Update:
    See Project
  • 22
    Andrafting

    Andrafting

    CAD application for Technical Drawing exercises in Android

    Andrafting is an open source Android application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction). TABLET & MOUSE recommended Desktop version (not compatible) https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    (NEW ISO BASED ON BOOKWORM COMING SOON) Devubox-MX is a Respin of MX Linux distribution based on Devuan Daedalus with Openbox WM. Old ISOs are based on Devuan Chimaera and MX 21.3 (beta1r2 ISO has another major bugs in installer) to fix this issue, install this deb files https://sourceforge.net/projects/devubox-mx-edition/files/mx-installer_23.8.01mx21~devubox%2B2_amd64.deb/download or wait new iso soon! also, its beta, install only in VM! Main Website: Will be redesign Official...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JetPackMvvm

    JetPackMvvm

    A Jetpack combined with the MVVM rapid development framework

    A Jetpack combined with the MVVM rapid development framework, based on the MVVM model to integrate the JetPack component library officially recommended by Google: LiveData, ViewModel, Lifecycle, and Navigation components use Kotlin language, add a lot of extension functions, simplify the code and add Retrofit network requests, coroutines, to help you Simplify various operations, allowing you to quickly develop projects. The sample format is the data format returned by the Android Api...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    hubot-slack

    hubot-slack

    Slack Developer Kit for Hubot

    ... want to create a new Hubot project. The simplest way is to use your computer’s terminal app to install Yeoman, a handy tool that builds projects from a template. Slack apps are a container for many capabilities in the Slack platform, and let you access those capabilities in a single place. This is the recommended choice because it allows room for your Hubot to grow. To begin, you just need a Bot User.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next