Showing 17 open source projects for "performance"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    Spicetify

    Spicetify

    Command-line tool to customize Spotify client

    Command-line tool to customize the official Spotify client. Supports Windows, MacOS, and Linux. Change the colors whole UI. Inject CSS for advanced customization. Inject Extensions (Javascript script) to extend functionalities, manipulate UI, and control the player. Inject Custom apps. Remove bloated components to improve performance.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    cli

    cli

    GitHub’s official command line tool

    Work with issues, pull requests, checks, releases and more. Call the GitHub API to script almost any action, and set a custom alias for any command. Connect to GitHub Enterprise Server in addition to GitHub. Allow contributors to easily notify you of changes they've pushed to a repository, with access limited to the contributors you specify. Easily merge changes you accept. Visual Studio Code is backed by high-performance VMs that start in seconds. Get updates on the GitHub activity you've...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Hetzner k3s

    Hetzner k3s

    A CLI tool to install and manage Kubernetes clusters in Hetzner Cloud

    This is a CLI tool to quickly create and manage Kubernetes clusters in Hetzner Cloud using the lightweight Kubernetes distribution k3s from Rancher. Hetzner Cloud is an awesome cloud provider which offers a truly great service with the best performance/cost ratio in the market. With Hetzner's Cloud Controller Manager and CSI driver you can provision load balancers and persistent volumes very easily. k3s is my favorite Kubernetes distribution now because it uses much less memory and CPU, leaving...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Ignite UI CLI

    Ignite UI CLI

    Ignite UI Command-Line Interface by Infragistics

    A complete Angular components library of Angular-native UI controls and material-based UI components, including the fastest Angular data grid and 60+ high-performance charts! Compatible with Angular 16 and built to be enterprise-grade. Kickstart your next project with our drag-and-drop WYSIWYG App Builder for the fastest way to deliver high-performance Angular apps. Angular app development has never been easier with the cloud-based WYSIWYG drag & drop App Builder™. Instantly convert designs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    jackal

    jackal

    Instant messaging server for the Extensible Messaging

    jackal is a free, open-source, high-performance XMPP server that aims to be known for its stability, simple configuration and low resource consumption. Customizable, enforced SSL/TLS. Stream compression (zlib), database connectivity for storing offline messages and user settings (PostgreSQL 9.5+, BoltDB). Caching (Redis 6.2+), clustering capabilities (etcd 3.4+) Expose Prometheus metrics, cross-platform (OS X, Linux). To make it easy to install jackal via Helm in Kubernetes a chart has been...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Swagger 2.0

    Swagger 2.0

    Swagger 2.0 implementation for go

    ... companies like Apigee, Getty Images, Intuit, LivingSocial, McKesson, Microsoft, Morningstar, and PayPal build the best possible services with RESTful APIs. Now in version 2.0, Swagger is more enabling than ever. And it's 100% open-source software. go-swagger brings to the go community a complete suite of fully-featured, high-performance, API components to work with a Swagger API, server, client, and data model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Yii Web Programming Framework

    Yii Web Programming Framework

    Yii PHP Framework 1.1.x

    Yii, a high-performance component-based PHP framework. Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic. Works right out of the box. Has reasonable defaults. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools helps you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. The minimum requirement by Yii is that your Web server supports PHP 5.1.0 or above...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mdBook

    mdBook

    Create books from markdown files

    mdBook is a command line tool and Rust crate to create books with Markdown. The output resembles tools like Gitbook, and is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation. mdBook is written in Rust; its performance and simplicity made it ideal for use as a tool to publish directly to hosted websites such as GitHub Pages via automation. This guide, in fact, serves as both the mdBook...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Live CD With Zerofree Utility AMD 64 Bit

    Live CD With Zerofree Utility AMD 64 Bit

    A Custom Puppy Linux Live CD With Zerofree Utility AMD 64 Bit

    ... the CDROM first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way. Apart from this, using the Internet Browser, built in, would require a Free Memory of 1 GB or more, for better Performance ( as it is generally a memory intensive activity )
    Downloads: 9 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 10
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Hypercube

    Hypercube

    Graph visualizing tool

    Hypercube is a tool for visualizing DOT (graphviz), GML, GraphML, GXL and simple text-based graph representations as SVG and EPS images. Hypercube comes with a Qt based GUI application and a Qt-independent command-line tool. It uses a simulated annealing algorithm to lay out the graph, that can be easily parameterized to achieve the desired look. The main development goals are portability and easy usage rather than high performance and complexity.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Live CD With Zerofree Utility i686 32Bit

    Live CD With Zerofree Utility i686 32Bit

    A Custom Puppy Linux Live CD With Zerofree Utility i686 32 Bit

    ... first. Some Hints: Puppy Linux Live CDs show some dialogs / settings window on first startup / first shutdown. Feel free to dismiss / close them, if you do not want to make any changes, to the live cd's operation, next time, on the same system. This will not affect the zerofree's work in any way. Apart from this, using the Internet Browser, built in, would require a Free Memory of 1 GB or more, for better Performance ( as it is generally a memory intensive activity )
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    RAN

    RAN

    RAN! React . GraphQL . Next.js Toolkit

    Hot-reload ready for dev, next-generation JavaScript (ES6). Offline-ready, next-generation CSS (CSS-in-JS). Create new page in a second (with CLI). SEO-ready, performance-first, production deployment ready for now, Digital Ocean, Heroku, and AWS. Prettier and ESLint integrated. Also, there is a beta version for new features & fixes that we are testing before release. It can be unstable, so that's why please use stable version if you are working on the project that is in production. The best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    CSV Comparator is a tool for comparing files which contain CSV-Data. It was created for performance engineers to be able to have a easy way to compare data from two testruns and be able to automate the comparing process of various files with scripts. There is a command line tool as well as a user interface. In case you need to compare .xml-Files you can convert them to .csv-Files with my other project CSV Transformer. The advantages by using CSV as input and output are the following: - Many...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    UTSQ is a Java command line tool for logging UT player's online performance over time. It queries an UT server for player's current frags, kills, deaths, ping, team and calculates FPH, efficiency and Rank and illustrates the first 3 as bars in a .html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RtMidiRouter is a small but powerful command line tool which allows you to route, manipulate and create MIDI messages. For reliable realtime performance RtMidiRouter is based on RtMidi. It is controllable via command line and network (OSC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WatchProxy is a Perl-based command line tool for benchmarking HTTP proxies and comparing the performance of the proxy to direct website access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next