Showing 105 open source projects for "good"

View related business solutions
  • 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
  • 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
    vim-bootstrap

    vim-bootstrap

    A simple method of generating a configuration for vim / neovim

    ...It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever, but none are Vim. Neovim is built for users who want the good parts of Vim, and more. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and is so useful for programming that many consider it an entire IDE. Put your focus on one thing at a time, when we focus on studying a single thing we accelerate our learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ben.Demystifier

    Ben.Demystifier

    High performance understanding for stack traces

    ...Output the modern C# 7.0+ features in stack traces that looks like the C# source code that generated them rather than IL formatted. .NET stack traces output the compiler transformed methods; rather than the source code methods, which make them slow to mentally parse and match back to the source code. The current output was good for C# 1.0; but has become progressively worse since C# 2.0 (iterators, generics) as new features are added to the .NET languages and at C# 7.1 the stack traces are esoteric. Output the modern C# 7.0+ features in stack traces in an understandable fashion that looks like the C# source code that generated them. Resolves the stack back to the C# source format of the calls (and is an inspectable list of stack frames)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TNN

    TNN

    Uniform deep learning inference framework for mobile

    ...The TNN framework further strengthens the support and performance optimization of mobile devices on the basis of the original Rapidnet and ncnn frameworks. At the same time, it refers to the high performance and good scalability characteristics of the industry's mainstream open source frameworks, and expands the support for X86 and NV GPUs. On the mobile phone, TNN has been used by many applications such as mobile QQ, weishi, and Pitu. As a basic acceleration framework for Tencent Cloud AI, TNN has provided acceleration support for the implementation of many businesses. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ThinkTs

    ThinkTs

    Based on koa and typeorm,asynchronous non blocking reactive coding

    Based on koa and Typeform, asynchronous nonblocking reactive coding, and a real MVC web framework, inspired by [ThinkPHP + Nestjs + FastAPI], it is also the fastest development speed and fastest performance.
    Downloads: 0 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
  • 5
    Sudomy

    Sudomy

    Sudomy is a subdomain enumeration tool to collect subdomains

    ...Sudomy utilize Gobuster tools because of its highspeed performance in carrying out DNS Subdomain Bruteforce attack (wildcard support). The wordlist that is used comes from combined SecList (Discover/DNS) lists which contains around 3 million entries. By evaluating and selecting the good third-party sites/resources, the enumeration process can be optimized. More results will be obtained with less time required.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    PowerMock

    PowerMock

    Java framework that allows you to unit test code normally

    Writing unit tests can be hard and sometimes good design has to be sacrificed for the sole purpose of testability. Often testability corresponds to good design, but this is not always the case. For example final classes and methods cannot be used, private methods sometimes need to be protected or unnecessarily moved to a collaborator, static methods should be avoided completely and so on simply because of the limitations of existing frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Blueprints

    Blueprints

    A framework that is meant to make your life easier

    ...They support properties like items per row and items per column; this will calculate the layout attributes needed for fitting the number of views that you want to appear on the screen. The framework also provides a good base for your custom implementations. By extending the core blueprint layout, you get built-in support for animations and layout attribute caching. The bundled default animator supports animations that look very similar to what you get from a vanilla table view. If you want to provide your collection view animator, no problem; you can inject an animator of your choosing when initializing the layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HyperGAN

    HyperGAN

    Composable GAN framework with api and user interface

    ...HyperGAN is currently beta. We are still searching for a default cross-data-set configuration. Each of the examples supports search. Automated search can help find good configurations. If you are unsure, you can start with the 2d-distribution.py. Check out random_search.py for possibilities, you'll likely want to modify it. The examples are capable of (sometimes) finding a good trainer, like 2d-distribution. Mixing and matching components seems to work.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Yandex Tank

    Yandex Tank

    Load and performance benchmark tool

    Yandex.Tank is an extensible open-source load testing tool for advanced Linux users which is especially good as a part of an automated load testing suite. Different load generators are supported. Evgeniy Mamchits' phantom is a very fast (100 000+ RPS) shooter written in C++ (default) JMeter is an extendable and widely known one. BFG is a Python-based generator that allows you to write your load scenarios in Python. Experimental Golang generator: pandora.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    PJ Blog

    PJ Blog

    PJ Blog is an open source blog built with Laravel and Vue.js.

    This is a powerful blog, I try to make the blog more beautiful, and more convenient. Laravel 5 and Vuejs 2 combined with the establishment of a good response and quick dashboard, the dashboard made through the Vuejs component development. PJ Blog is an open source blog built with Laravel and Vue.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lile

    Lile

    Easily generate gRPC services in Go

    ...Lile creates gRPC and therefore uses protocol buffers as the language for describing the service methods, requests and responses. I highly recommend reading the Google API Design docs for good advice around general naming of RPC methods and messages and how they might translate to REST/JSON, via the gRPC gateway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SwiftSVG

    SwiftSVG

    A simple, performant, and lightweight SVG parser

    ...It supports grouping and transformations and can parse all path and shape elements. The best use case for SwiftSVG is for flat icons that you may want to theme at runtime and have good control over. Think icons for your app, especially if you offer light and dark themes. The library can handle complex paths, and more importantly can handle them quickly, so you can use it to display many SVGs, just not every single use case. See the complex example in the examples app. At this time, gradients are not supported, but this is high on the list of features to support next. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Turbo

    Turbo

    Turbo is a framework built for LuaJIT 2

    Turbo.lua is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses an event-driven, non-blocking, no-thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses. The toolkit can be used for HTTP REST APIs, traditional dynamic web pages through templating, open connections like WebSockets, or just as high-level building blocks for native speed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Koa-socket-2

    Koa-socket-2

    Socket.IO for Koa

    ...This project helps you start a SocketIO server using Koa and NodeJS. However, Google's Go language -- or GoLang -- allows you to write code that compiles down to binary. It can be a very good way to take your SocketIO server to the next level by running faster and requiring less overhead than runtime environments like NodeJS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bash Infinity

    Bash Infinity

    A modern standard library / framework / boilerplate for Bash

    ...Bash Infinity transforms the often obfuscated "bash syntax" to a cleaner, more modern syntax. Some components are more sturdy than others, and as-it-stands the framework lacks good test coverage (we need your help!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    cppviz

    C preprocessor magick

    Provides C preprocessor macros for easily creating enums, foreach loops, switch-cases etc. based on data tables. Usage of these macros enforces good programming style by avoiding spreading of information throughout the code. Only for GCC at the moment, sorry. Maybe Clang ... not tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JBot

    JBot

    Make Slack and Facebook Bots in Java

    JBot is a java framework (inspired by Howdyai's Botkit) to make Slack and Facebook bots in minutes. It provides all the boilerplate code needed so that you can make your bot live right away. Provides you with all the boilerplate code which handles underlying WebSocket connections and other complexities. Supports extra events in addition to all the events supported by Slack/Facebook which makes your work a lot easier. Receiving & sending messages is as easy as defining a @Controller and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mocha.jl

    Mocha.jl

    Deep Learning framework for Julia

    ...Now that both Julia and the ecosystem has evolved significantly, and with some exciting new tech such as writing GPU kernels directly in Julia and general auto-differentiation supports, the Mocha codebase becomes excessively old and primitive. Reworking Mocha with new technologies requires some non-trivial efforts, and new exciting solutions already exist nowadays, it is a good time for the retirement of Mocha.jl. Mocha has a clean architecture with isolated components like network layers, activation functions, solvers, regularizers, initializers, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Crow

    Crow

    Crow is very fast and easy to use C++ micro web framework

    Crow is C++ microframework for web. (inspired by Python Flask). If you just want to use crow, copy amalgamate/crow_all.h and include it. C++ compiler with good C++11 support (tested with g++>=4.8). Provide an amalgamated header file crow_all.h with every features. Handler arguments type check at compile time. Now supporting VS2013 with limited functionality (only run-time check for url is available.) Out-of-source build with CMake is recommended.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Lor

    Lor

    a fast, minimalist web framework for lua based on OpenResty

    A fast and minimalist web framework based on OpenResty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PasteControl

    This is a pure JAVA API to handle paste image and upload it

    ...This API is for those who use vanilla Servlet /JSP with some client side framework like Angular JS and Bootstrap , for example. The target beneficiary of this project are those who restrict server side to Vanilla Servlet /JSP and might come across such need often.For them, this API is good with regard to simplicity and over-head. Plus, YOU NEED NOT CODE at all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vanilla

    Vanilla

    An OpenResty Lua MVC Web Framework

    An OpenResty Lua MVC Web Framework. Vanilla supports many configuration options, and many of those options have default values. You can use default installation but if your enviroment values different from which vanilla default, please config it with yours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Vexi Platform
    Vexi is a rich GUI platform for creating desktop-like Internet or intranet applications using an intuitive XML/JavaScript API and an extensible widget set with themes, JSON support. Communicate with servers using XMLRPC/SOAP/REST and runs on Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Feeling Responsive

    Feeling Responsive

    »Feeling Responsive« is a free flexible theme for Jekyll

    Feeling Responsive is a free flexible theme for Jekyll built on the Foundation framework. You can use it for your company site, as a portfolio or as a blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jspforum-simple

    jspforum-simple

    A simplified forum application based on Java EE: strust+spring+ibatis

    ...All my dear friends who download this project, if you are interested on my project, you can send email to contact with me at jitao.liu82@gmail.com or in the Discussion give the feedback. I have other good stuffs to share more than you can image!!!
    Downloads: 0 This Week
    Last Update:
    See Project