Showing 465 open source projects for "go tools"

View related business solutions
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 1
    Mock Service Worker

    Mock Service Worker

    Seamless REST/GraphQL API mocking library for browser and Node.js

    Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging. A dedicated layer of requests interception at your disposal. Keep your application's code and tests unaware of whether something is mocked or not. Request the same production resources and test the actual behavior of your app. Augment an existing API, or design it as you go, when there is none. Use Express-like routing syntax to capture outgoing requests...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PULSAR

    PULSAR

    Distributed pub-sub messaging system

    ... durability guarantees. Configurable replication between data centers across multiple geographic regions. Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas. Persistent message storage based on Apache BookKeeper. IO-level isolation between write and read operations. Flexible messaging models with high-level APIs for Java, Go, Python, C++, Node.js, WebSocket and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sed

    Sed

    POSIX-compliant cross-platform sed function

    The sed command is a command-line tool used for text manipulation in Unix and Linux systems, allowing users to perform operations like text substitution, line deletion, and insertion using pattern-based expressions. Licensed under GPL-3.0 license Source: https://github.com/rwtodd/Go.Sed Visit: http://albanese.atwebpages.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Sabaki

    Sabaki

    An elegant Go board and SGF editor for a more civilized age

    An elegant Go board and SGF editor for a more civilized age. Sabaki is a modern, elegant, cross-platform Go/Baduk/Weiqi board and SGF editor for a more civilized age. It’s free, open source and uses web technology based on Electron. You can see its code, contribute or report an issue at our GitHub repository. Sabaki offers a variety of board markup tools, including the SGF 4-compliant line and arrow tool. Annotate your positions and moves, set hotspots in your favorite games, write reviews...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    certstrap

    certstrap

    Tools to bootstrap CAs, certificate requests, and signed certificates

    A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure. Adapted from etcd-ca. certstrap is a very convenient app if you don't feel like dealing with OpenSSL, its myriad of options or config files. certstrap allows you to build your own certificate system. certstrap can init multiple certificate authorities to sign certificates with. Users can make arbitrarily long certificate chains by using signed hosts to sign later certificate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Horusec

    Horusec

    Open source tool that improves identification of vulnerabilities

    Horusec is an open source tool that performs a static code analysis to identify security flaws during the development process. Currently, the languages for analysis are C#, Java, Kotlin, Python, Ruby, Golang, Terraform, Javascript, Typescript, Kubernetes, PHP, C, HTML, JSON, Dart, Elixir, Shell, Nginx. The tool has options to search for key leaks and security flaws in all your project's files, as well as in Git history. Horusec can be used by the developer through the CLI and by the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aurelia CLI

    Aurelia CLI

    The Aurelia 1 command line tool. Use the CLI to create projects

    ... to the app skeleton should go into aurelia/v1. The au new command now simplifies wraps npx makes aurelia/v1. Users can directly use that makes command to create a new project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    98.css

    98.css

    A design system for building faithful recreations of old UIs

    98.css is a CSS library for building interfaces that look like Windows 98. This library relies on the usage of semantic HTML. To make a button, you'll need to use a <button>. Input elements require labels. Icon buttons rely on aria-label. This page will guide you through that process, but accessibility is a primary goal of this project. You can override many of the styles of your elements while maintaining the appearance provided by this library. Need more padding on your buttons? Go...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    tabtoy

    tabtoy

    High performance tabular data exporter

    ... hundreds of files in seconds. The fifth-generation exporter, tabtoy v1 is refactored on the basis of the fourth generation, open-source, and supports concurrent export. Binary merge export (5th generation exporter requires 2 tools to complete). For performance reasons, the C# source code reads the tabtoy-specific binary format by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    ASoulDocs

    ASoulDocs

    ASoulDocs is a stupid web server for multilingual documentation

    ... you feedback directly without a hitch. Project documentation tools is an already-crowded place yet not both mature and affordable for the individual, especially OSS developers. Countless static site generators, documentation servers, and SaaS products, unfortunately, we are not happy with any of them. More importantly, we love and are capable of hacking on this area.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Massren

    Massren

    massren - easily rename multiple files using your text editor

    Massren is a command line tool that can be used to rename multiple files using your own text editor. Multiple-rename tools are usually difficult to use from the command line since any regular expression needs to be escaped, and each tool uses its own syntax and flavor of regex. The advantage of massren is that you are using the text editor you use every day, so can use all its features. The tool works by creating a file that contains the filenames of the target directory and opening this file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    gormt

    gormt

    database to golang struct

    mysql database to golang struct conversion tools base on gorm(v1/v2). You can automatically generate golang sturct from mysql database. big Camel-Case Name Rule, JSON tag. Database tables, column field annotation support. JSON tag and JSON tag output. gorm.Model Support export gorm.model. PRIMARY_KEY Specifies column as primary key. UNIQUE Specifies column as unique. NOT NULL Specifies column as NOT NULL. INDEX Create index with or without name, same name creates composite indexes. UNIQUE_INDEX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Revel

    Revel

    A high productivity, full-stack web framework for the Go language

    Edit, save, and refresh. Revel compiles your code and templates for you, so you don't miss a beat. Code doesn't compile? It gives you a helpful description. Run-time code panic? Revel has you covered. Revel provides routing, parameter parsing, validation, session/flash, templating, caching, job running, a testing framework, and even internationalization. Revel is built around composable middleware called filters, which implement nearly all request-processing functionality. Developers have...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    nftool

    nftool

    A suite of tools for NFT generative art

    A suite of tools for NFT generative art. Generate ERC-721 and ERC-1155 compatible metadata. Traits/Attributes/Properties Generation. Configure custom rarity. Generate collection attributes configuration file. Merge collections, shuffle collections. Find collisions between collections, and image Generation. Generate images from the collection description. Generate images in parallel. Generate only missing images (if you delete a few images from the output folder). Generate traits rarity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gon

    gon

    Sign, notarize, and package macOS CLI tools and applications

    gon is a simple, no-frills tool for signing and notarizing your CLI binaries for macOS. gon is available as a CLI that can be run manually or in automation pipelines. It is also available as a Go library for embedding in projects written in Go. gon can sign and notarize binaries written in any language. Beginning with macOS Catalina (10.15), Apple is requiring all software distributed outside of the Mac App Store to be signed and notarized. Software that isn't properly signed or notarized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Aurelia

    Aurelia

    Framework entry point bringing together all the sub-modules of Aurelia

    ... into a ready-to-go application-building platform. Aurelia applications are built by composing a series of simple components. By convention, components are made up of a vanilla JavaScript or Typescript class, with a corresponding HTML template. Aurelia's standards-based, unobtrusive style makes it the only framework that empowers you to build components using vanilla JavaScript or TypeScript. If you know modern JS and HTML, there's little more to learn to build even the most complex apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sniptool - Screen Capture

    Sniptool - Screen Capture

    Powerful Snipping Tool !

    Sniptool is a screen capture tool that lets you capture one or more selected areas on your desktop and save it with optional annotations. You can combine multiple captures into one canvas and add text, arrows, number bullets and shapes to annotate your capture. There is also an option to blur parts of the image for privacy. Your finished screenshot can be saved as JPG, BMP, TIF or PNG file.
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 18
    Chrome Captcha Auto Solver

    Chrome Captcha Auto Solver

    Google Chrome Bypass Captcha Extension

    ... & control Google Chrome**" at the uppermost right hand corner. 4. Go to "**More Tools**" option. 5. Go to "**Extensions**" option. 6. Click on "**Developer Mode**" checkbox. 7. Click on the "**Load unpacked extension**" button. 8. Done Related Project: https://sourceforge.net/p/captchaserver/
    Downloads: 52 This Week
    Last Update:
    See Project
  • 19
    OnixOS

    OnixOS

    OnixOS Arch is a Linux-based and open source distribution.

    OnixOS Arch is a Linux-based and open source distribution. It comes with its own system-based functional programming language (O Language). It offers some customized tools for developers.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 20
    Ctrlr utilities

    Ctrlr utilities

    Various tools/panels originally hosted at Ctrlr.org

    How to run these programs. Each program needs to be run from within the Ctrlr program itself. Download a copy of 5.3.201 for Windows/Linux or 5.3.198 for MacOS. and load this program into Ctrlr. This can be done from within a DAW too, by loading a panel into the VST version of Ctrlr, which will have been preinstalled into your VST folder. [1] Go to :: File » Open Panel VST or STANDALONE INSTANCE It is also possible to run these programs as a separate standalone executable or VST...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21
    Super PDF Editor Lite

    Super PDF Editor Lite

    Create, Edit, Delete, Organize , Convert, Export, Secure & Sign.

    Super PDF Editor Lite is a robust and versatile PDF management software designed to streamline your document handling needs. Whether you're an individual, student, or professional, this software offers a comprehensive suite of tools to create, edit, and manage your PDFs with ease. Key Features: Extract Page: Easily extract specific pages from a PDF document. Split Page: Divide a single PDF page into multiple smaller pages. Rotate Page: Rotate pages to adjust their orientation. Merge Page...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    Portable Godot

    Portable Godot

    Portable version of the incredible Godot Game Engine

    Godot Portable is the Godot Game Engine with a PortableApps.com launcher as a portable app, so you can create games on your USB flash drive, portable hard drive, etc. It has all the same features as Godot, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    Catbird Linux

    Catbird Linux

    Linux for content creation, web scraping, coding, and data analysis.

    Catbird Linux is an operating system built for media creation, web scraping, and software coding. It is the daily driver you want for retrieving data, making videos or podcasts, and making software tools to automate the repetitive tasks. It is ready for work in Python, Lua, and Go languages, with numerous packages for web scraping or downloading data via API calls. Using Catbird Linux, it is possible to accomplish in depth stock market analysis, track weather trends, follow social media...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    MyTvShowOrganizer

    MyTvShowOrganizer

    Tv-Organizer & Torrent Episodes Downloader V.2024.07.17

    OpenSource Application which has a Complete set of Tools to organize, get info and Download torrents of Tv-Series. STATUS: STABLE. NEW REQUIREMENTS: .WINDOWS 10 64 bit or above; .FIREFOX x64 installed and ready to deal with Torrent and Magnet Links. Test firefox at www.limetorrents.lol before installing https://www.mozilla.org/en-US/firefox/all/#product-desktop-release .UTORRENT or Similar Torrent Client. How: It gets the TV-Show name, episode, resolution, plus any KeyWord to filter...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Octant

    Octant

    Highly extensible platform for developers

    Octant is an open source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications. Provide a visual interface to managing Kubernetes that complements and extends existing tools like kubectl and customize. Add information to your cluster views through Octant’s plug-in system. Support a variety of debugging features such as filtering labels and streaming container logs to be part of the Kubernetes development toolkit. Learn about why Octant...
    Downloads: 0 This Week
    Last Update:
    See Project