Showing 474 open source projects for "good"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1

    Work Case Toolkit 0.4 beta 1

    Support variant based Java program execution, adapted to support MDE.

    ...The model transformers orchestration is obtained by using Features Diagrams and Transformation Diagrams (a feature that must be re-implemented to support of a Java drawing API). Any help is welcome. Given that we have some good results in running dynamic transformation chains, we decided to extend the tool to support another goal: a Java API to support variant based program's execution. Enjoy it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    How They DevOps

    How They DevOps

    A curated collection of publicly available resources

    How They DevOps is a collection of public writeups, posts, and references that show how well-known companies actually implement DevOps practices in the real world. Instead of describing DevOps in the abstract, it points to concrete CI/CD setups, infrastructure choices, incident processes, and tooling stacks used by tech organizations. This gives learners and teams a reality check: DevOps at scale is opinionated, messy, and adapted to business constraints. It’s especially useful for people...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DeepCTR

    DeepCTR

    Package of deep-learning based CTR models

    ...With the great success of deep learning,DNN-based techniques have been widely used in CTR prediction task. The data in CTR estimation task usually includes high sparse,high cardinality categorical features and some dense numerical features. Since DNN are good at handling dense numerical features,we usually map the sparse categorical features to dense numerical through embedding technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    ...Alternatives: The Resume CLI tool works as it is so there isn't a huge amount of active development on it, try these alternatives if it doesn't work for you. JSON Resume is a community-driven open-source initiative to create a JSON-based standard for resumes. We believe that the strengths of the JSON format make it a good fit for resumes. It's lightweight, easy to use and it's perfect to build tools for! We also feel that the JSON Schema is mature enough for writing usable semantics. The schema is open source and community-driven. We release everything we do under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    LaMa

    LaMa

    LaMa - A Localization and Mapping library

    ...We provide a fast scan-matching approach to mobile robot localization supported by a continuous likelihood field. It can be used to provide accurate localization for robots equipped with a laser and a not-so-good odometry. Nevertheless, good odometry is always recommended.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Stable Diffusion Web UI

    Stable Diffusion Web UI

    Feature showcase for stable-diffusion-webui

    ...The focus is on education by example: side-by-side comparisons reveal how settings like CFG scale, denoising strength, schedulers, or ControlNet inputs change an image. It also highlights workflows—for instance, text-to-image to image-to-image refinement, then upscaling and face enhancement—to teach good production hygiene. The showcase lowers the barrier for newcomers who want a concrete starting point rather than abstract options. It doubles as a reference for experienced users who want quick reminders and reproducible settings for specific looks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    krangl

    krangl

    krangl is a {K}otlin DSL for data w{rangl}ing

    ...Implementing a grammar of data manipulation using a modern functional-style API, allows filtering, transforming, aggregating, and reshaping tabular data. krangl is heavily inspired by the amazing dplyr for R. krangl is written in Kotlin, excels in Kotlin, but emphasizes as well on good java-interop. It is mimicking the API of dplyr, while carefully adding more typed constructs where possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Carbon

    Carbon

    Create and share beautiful images of your source code

    ...Carbon is a tool that lets you create and share beautiful images of your source code quickly and easily. Imagine impressing people with not just the code you write, but how you present it as well. It will surely be too good not to share! Carbon gives you the ability to customize your code's appearance by changing font styles, syntax themes, background color, padding, shadows and more. It also makes your code extremely easy to share on platforms like Twitter and Slack, and extremely easy to access. By simply clicking on the link, users can access your code and you can quickly edit the snippet directly if you need to make an update.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API - Basic Project Skeleton

    ...Login access log with IP, browser and country location (for country it looks for the header cf-ipcountry that CloudFlare creates when protecting your website). NPM script for keeping good source code formatting using prettier and ESLint. JWT Tokens, make requests with a token after login with the Authorization header with value Bearer yourToken where yourToken is the signed and encrypted token given in the response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AngularJS

    AngularJS

    AngularJS - HTML enhanced for web apps

    AngularJS is a discontinued, open-source JavaScript framework by Google designed to extend HTML for building powerful single-page applications using MVC or MVVM patterns, offering data binding, dependency injection, and testability to simplify development. AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 12
    Cerberus

    Cerberus

    Patterns for responsive HTML email templates and newsletters

    Good for simple layouts such as transactional and single-column emails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    feline.nvim

    feline.nvim

    A minimal, stylish and customizable statusline for Neovim

    ...It's also extremely customizable and allows you to configure it in any way you wish to. Feline also has reasonable defaults for those who don't want to configure things and just want a good out of the box experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Twemoji

    Twemoji

    Simple library that provides standard Unicode emoji for all platforms

    ...As an open source project, attribution is critical from a legal, practical and motivational perspective in our opinion. The graphics are licensed under the CC-BY 4.0 which has a pretty good guide on best practices for attribution. Although there are two kinds of parsing supported by this utility, we recommend you use DOM parsing, explained below. Each type of parsing accepts a callback to generate an image source or an options object with parsing info. The second kind of parsing is string parsing. This is unrecommended because this method does not sanitize the string or otherwise prevent malicious code from being executed; such sanitization is out of scope.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15
    NestProfessor Programmer Edition
    This is a SDK which can nest/layout the part/geometry/polygon on the material or sheet intelligently, you can get the best utilization of the materials, this SDK also support read/write DXF/DWG files and part-in-part nesting. New nesting lagorithm is implenmented, more good to support true shape part or material.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Webifier

    Webifier

    A GitHub Action to deploy Notebooks, Markdowns

    ...It lets you define and direct how your web pages feel and automatically manages your assets, making it a perfect solution for fast static website development and a straightforward tool for creating Github pages as a Github action. Webifier is a good fit for the missing puzzle piece of collaborative content creation on Github and is a great tool for sharing educational material on the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CSS Critic

    CSS Critic

    Lightweight CSS regression testing

    ...CSS Critic closes the gap in front-end testing and makes HTML & CSS testable - no more broken UI. For example, make it supervise changes to your project's responsive style guide so you know things are looking good. We believe that your UI will change often enough that a lightweight process on managing changes (near instant feedback, anyone?) is more important than a heavy-weight one which could offer tighter control. Also, CSS Critic aims at bridging the gap between user experience (UX) people and (UI) developers. You probably won't find an easier way of sharing your UI tests than the simple web page that CSS Critic basically is. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Generate Default Index Webpage

    Generate Default Index Webpage

    A Shell Script to Generate the Default Index Webpage for any Folder

    ...List of charsets are here : http://www.madore.org/~david/computers/unicode/cstab.html https://www.iana.org/assignments/character-sets/character-sets.xhtml A good alternate choice is : charset="UTF-8" Also, you can edit the main script and search for and change the charset setting temporarily or permanently. Another technique to identify charset for a particular language is to do Google Search for that language websites, open them one by one and right click them to View Page Source ( on Google Chrome Browser ) and search/copy the charset setting used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    codeforces-go

    codeforces-go

    Solutions to Codeforces by Go

    ...Due to the complexity of algorithm knowledge points, it is necessary to classify the algorithms you have learned and the questions you have done. An algorithm template should cover the following points. Basic introduction to the algorithm (core idea, complexity, etc.) Reference links or book chapters (good material) Template code (can contain some comments, usage instructions) Template supplements (extra codes in common question types, modeling tips, etc.) Related topic links (template questions, classic questions, thinking conversion questions, etc.) The main goal of this stage is to improve the ability to observe problems. Doing construction questions can train this point in a targeted manner. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MACE

    MACE

    Deep learning inference framework optimized for mobile platforms

    Mobile AI Compute Engine (or MACE for short) is a deep learning inference framework optimized for mobile heterogeneous computing on Android, iOS, Linux and Windows devices. Runtime is optimized with NEON, OpenCL and Hexagon, and Winograd algorithm is introduced to speed up convolution operations. The initialization is also optimized to be faster. Chip-dependent power options like big.LITTLE scheduling, Adreno GPU hints are included as advanced APIs. UI responsiveness guarantee is sometimes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Critters

    Critters

    A Webpack plugin to inline your critical CSS and lazy-load the rest

    ...This tradeoff allows Critters to be very fast and lightweight. It also means Critters inlines all CSS rules used by your document, rather than only those needed for above-the-fold content. Critters' design makes it a good fit when inlining critical CSS for prerendered/SSR'd Single Page Applications. It was developed to be an excellent compliment to the prerender-loader, combining to dramatically improve first paint time for most Single Page Applications. Import Critters into your Webpack configuration and add it to your list of plugins. That's it! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ERC-721 Token

    ERC-721 Token

    The reference implementation of the ERC-721 non-fungible token

    ...It is also compatible with other EVM compatible chains like Binance Smart Chain (BSC), Avalanche (AVAX) etc. This is an open-source project, complete with Hardhat testing. The purpose of this implementation is to provide a good starting point for anyone who wants to use and develop non-fungible tokens on the Ethereum and Wanchain blockchains. Instead of re-implementing the ERC-721 yourself you can use this code which has gone through multiple audits and we hope it will be extensively used by the community in the future. Note that this implementation is more restrictive then the ERC-721 standard since it does not support payable function calls out of the box. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ant Design Vue Pro

    Ant Design Vue Pro

    Use Ant Design Vue like a Pro!

    ...Develop with front-end cutting-edge technologies such as Vue/vuex/antd. Designed for different screen sizes. Configurable themes to meet diverse brand appeals. Built-in industry-wide internationalization solutions. Good engineering practices help you consistently produce high-quality code. Practical local data debugging scheme. Automated testing ensures front-end product quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Git Katas

    Git Katas

    A set of exercises for deliberate Git Practice

    This repository is a collection of Git exercises. The concept is stolen without shame from Schauderhaft.de. Unfortunately, they have not maintained the system - and we need more good Git exercises. The exercises are designed for use when we are teaching Git courses. You should be able to use them as self-contained exercises that will allow you to keep your Git skills sharp. Exercises starting with basic are entry-level - other exercises vary greatly in difficulty. If you are coming to this repository for some basic Git knowledge, we recommend going through the exercises in the following order. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    eslint-plugin-flowtype

    eslint-plugin-flowtype

    Flow type linting rules for ESLint

    Flow type linting rules for ESLint. This plugin exports a recommended configuration that enforces Flow type good practices. To enable this configuration use the extends property in your .eslintrc config file. ESLint is designed to be flexible and configurable for your use case. You can turn off every rule and run only with basic syntax validation or mix and match the bundled rules and your custom rules to fit the needs of your project. There are two primary ways to configure ESLint. ...
    Downloads: 0 This Week
    Last Update:
    See Project