Showing 47 open source projects for "404"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 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.
  • 1
    Downloads: 36 This Week
    Last Update:
    See Project
  • 2
    Downloads: 102 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 45 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    RedisJSON

    RedisJSON

    RedisJSON - a JSON data type for Redis

    RedisJSON is a Redis module that implements ECMA-404 The JSON Data Interchange Standard as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    WordPress html5game 404 page
    WordPress html5game 404 page
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Return YouTube Dislike

    Return YouTube Dislike

    Chrome extension to return youtube dislikes

    ... extrapolated from extension user data. None existing YouTube ID will return status code 404 "Not Found". Wrong formed YouTube ID will return 400 "Bad Request".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    NGINX Proxy Manager

    NGINX Proxy Manager

    Docker container for managing Nginx proxy hosts

    ... allows you to secure your Web services at no cost to you. The certificates even renew themselves! Easily create forwarding domains, redirections, streams and 404 hosts without knowing anything about Nginx. I created this project to fill a personal need to provide users with a easy way to accomplish reverse proxying hosts with SSL termination and it had to be so easy that a monkey could do it.
    Downloads: 3 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 10
    SiteOne Crawler

    SiteOne Crawler

    SiteOne Crawler is a website analyzer and exporter

    SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS, and Linux (x64 and arm64 too). It will crawl your entire website in depth, analyze and report problems, show useful statistics and reports, generate an offline version of the website, generate sitemaps, or send reports via email. Watch a detailed video with a sample report for Astro. build website. This crawler can be used as a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    koa-better-error-handler

    koa-better-error-handler

    A better error-handler for Lad and Koa. Makes `ctx.throw` awesome

    Lad is the best Node.js framework. Made by a former Express TC and Koa team member. A better error-handler for Lad and Koa. Makes ctx.throw awesome (best used with koa-404-handler) Detects common programmer mistakes by detecting errors of TypeError, SyntaxError, ReferenceError, RangeError, URIError, and EvalError and yields generic "Internal Server Error" (only applies to production mode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    ... and a 404 NotFoundHttpException on valid routes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Electron Release Server

    Electron Release Server

    A fully featured, self-hosted release server for electron applications

    ... interface powered by AngularJS. Authenticates with LDAP, easy to modify to another authentication method if needed. Store assets on server disk, or Amazon S3 (with minor modifications). Use pretty much any database for persistence, thanks to Sails & Waterline. Simple but powerful download urls (NOTE: when no assets are uploaded, server returns 404 by default).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Jason

    Jason

    A blazing fast JSON parser and generator in pure Elixir

    A blazing-fast JSON parser and generator in pure Elixir. The parser and generator are at least twice as fast as other Elixir/Erlang libraries (most notably Poison). The performance is comparable to jiffy, which is implemented in C as a NIF. Jason is usually only twice as slow. Both the parser and generator fully conform to RFC 8259 and ECMA 404 standards. The parser is tested using JSONTestSuite. The package can be installed by adding jason to your list of dependencies in mix.exs. Jason follows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    koa-404-handler

    koa-404-handler

    404 handler for Lad and Koa (best used with koa-better-error-handler)

    404 handler for Lad and Koa (best used with koa-better-error-handler)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Typing

    Typing

    Typing, is a template for Jekyll

    Typing, is a template for Jekyll created especially for those who want to have a blog and pages quickly and lightly. Its interface is part of the "Keep It Simple" philosophy, precisely for high performance on all types of browsers and mobile devices. You already have a template page for "Blog", "Projects", "Search", "Contact", "Tags", "Summary", "404" and "About", but you can change it as you wish by modifying the strings. On the resume.md page, you can print using the browser shortcut Ctrl + P...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    After.js

    After.js

    Next.js-like framework for server-rendered React apps

    Next.js is awesome. However, its routing system isn't for me. IMHO React Router is a better foundation upon which such a framework should be built, and that's the goal here. Routes are just components and don't / should not have anything to do with folder structure. Static route configs are fine. Next.js's getInitialProps was/is a brilliant idea. Route-based code-splitting should come for free or be easy to opt into. Route-based transitions/analytics/data loading/preloading etc., should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jekyll theme: Adam Blog 2.0

    Jekyll theme: Adam Blog 2.0

    The Minimum Viable Model website and Jekyll theme

    Adam Blog 2.0 is a Jekyll theme that was built to be 100% compatible with GitHub Pages. If you are unfamiliar with GitHub Pages, you can check out their documentation for more information. Jonathan McGlone's guide on creating and hosting a personal site on GitHub is also a good resource. Jekyll is a simple, blog-aware, static site generator for personal, project, or organization sites. Basically, Jekyll takes your page content along with template files and produces a complete website. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NPS

    NPS

    Lightweight, high-performance, powerful intranet penetration proxy

    ... and web services to https, and support multiple certificates. Just simple configuration on web ui can complete most requirements. Complete information display, such as traffic, system information, real-time bandwidth, client version, etc. Powerful extension functions, everything is available (cache, compression, encryption, traffic limit, bandwidth limit, port reuse, etc.) Domain name resolution has functions such as custom headers, 404 page configuration, host modification, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Noir

    Noir

    Noir is a modern, responsive and customizable theme for Jekyll

    Noir is a modern, responsive and customizable theme for Jekyll 4. Typography is paid close attention to and a dark mode-friendly color scheme will be displayed automatically. It builds upon a standard Jekyll install in a number of ways. A wide variety of HTML elements commonly used in online Markdown writing (blockquotes, headers, tables, boxes/buttons, figure captions, code blocks, footnotes) have been styled. HTML, SASS and Config files are included for the theme's design and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    json-rust

    json-rust

    JSON implementation in Rust

    Parse and serialize JSON with ease. JSON is a very loose format where anything goes - arrays can hold mixed types, object keys can change types between API calls or not include some keys under some conditions. Mapping that to idiomatic Rust structs introduces friction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    php login and user management script with an admin part to manage accounts, tickets, translations. Do you have a new web project to develop? By using phpRegister, you will have directly all the essential elements for the development of your platform: Account creation, identification, profile management, user support, contact page and even a license template! phpRegister is also a software infrastructure written in PHP with as main purpose to help developers to start a new web...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next