Showing 28 open source projects for "1.16"

View related business solutions
  • 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.
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 1
    Mineflayer

    Mineflayer

    Create Minecraft bots with a powerful and high level JavaScript API

    Create Minecraft bots with a powerful, stable, and high-level JavaScript API, also usable from Python. First time using Node.js? You may want to start with the tutorial. Know Python? Check out some Python examples and try out Mineflayer on Google Colab. Supports Minecraft 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18. Block knowledge. You can query the world around you. Milliseconds to find any block. Miscellaneous stuff such as knowing your health and whether it is raining...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    Carbon Go

    Carbon Go

    A simple, semantic and developer-friendly golang package for datetime

    A simple, semantic and developer-friendly golang package for DateTime, has been included by awesome-go.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    sh

    sh

    A shell parser, formatter, and interpreter with bash support

    A shell parser, formatter, and interpreter. Supports POSIX Shell, Bash, and mksh. Requires Go 1.16 or later. To parse shell scripts, inspect them, and print them out, see the syntax examples. For high-level operations like performing shell expansions on strings, see the shell examples. shfmt formats shell programs. See canonical.sh for a quick look at its default style. shfmt formats shell programs. If the only argument is a dash (-) or no arguments are given, standard input will be used...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Kubent

    Kubent

    Easily check your clusters for use of deprecated APIs

    Kubernetes 1.16 is slowly starting to roll out, not only across various managed Kubernetes offerings, and with that come to a lot of API deprecations. Kube No Trouble (Kubent) is a simple tool to check whether you're using any of these API versions in your cluster and therefore should upgrade your workloads first, before upgrading your Kubernetes cluster. This tool will be able to detect deprecated APIs depending on how you deploy your resources, as we need the original manifest to be stored...
    Downloads: 2 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 5
    Excelize

    Excelize

    Go language library for reading and writing Microsoft Excel

    Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. With Excelize chart generation and management is as easy as a few lines of code. You can build charts based off data in your worksheet or generate charts without any data in your worksheet at all. Excelize provided streaming API for generating or reading data from a worksheet with huge amounts of data. Simply runs Excelize on macOS, Linux and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    A QUIC implementation in pure Go

    A QUIC implementation in pure Go

    A QUIC implementation in pure go

    quic-go is an implementation of the QUIC protocol, RFC 9000 protocol in Go. In addition to RFC 9000, it currently implements the IETF QUIC draft-29. Support for draft-29 will eventually be dropped, as it is phased out of the ecosystem. We currently support Go 1.16.x and Go 1.17.x. See the example server. Starting a QUIC server is very similar to the standard lib http in go. Also, check out the example client. Use a http3.RoundTripper as a Transport in a http.Client. QUIC includes security...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    go-jsonschema

    go-jsonschema

    A tool to generate Go data types from JSON Schema definitions

    go-jsonschema is a tool to generate Go data types from JSON Schema definitions. This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshalling code that validates the input JSON according to the schema's validation rules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Sonic JSON

    Sonic JSON

    A blazingly fast JSON serializing & deserializing library

    A blazingly fast JSON serializing & deserializing library, accelerated by JIT (just-in-time compiling) and SIMD (single-instruction-multiple-data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gitql

    Gitql

    A git query language

    Gitql is a Git query language. You can access the releases page and just grab the binary. If you want to compile itself just run go build. Gitql binary uses the embed file version.txt to outputs the gitql version command. On every release, the file content is replaced by the correct tag or git commit sha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Visitor Management and Staff Sign In | Sign In App Icon
    Visitor Management and Staff Sign In | Sign In App

    Sign In App is a modern, enjoyable way to sign in visitors and staff, and book desks and meeting rooms.

    Our visitor management system streamlines registration, check-in, and authorization processes, while our facility management tools streamline room booking, resource allocation, and asset management. We prioritize security with our advanced risk mitigation measures, including health and safety protocols, emergency messaging, and robust analytics for thorough auditing.
  • 10
    Pluto

    Pluto

    A cli tool to help discover deprecated apiVersions in Kubernetes

    Kubernetes sometimes deprecates API versions. Most notably, a large number of deprecations happened in the 1.16 release. This is fine, and it's a fairly easy thing to deal with. However, it can be difficult to find all the places where you might have used a version that will be deprecated in your next upgrade. You might think, "I'll just ask the api-server to tell me!", but this is fraught with danger. If you ask the API-server to give you deployments.v1.apps, and the deployment was deployed...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    btcd

    btcd

    An alternative full node bitcoin implementation written in Go (golang)

    It properly downloads, validates, and serves the block chain using the exact rules (including consensus bugs) for block acceptance as Bitcoin Core. We have taken great care to avoid btcd causing a fork to the block chain. It includes a full block validation testing framework which contains all of the 'official' block acceptance tests (and some additional ones) that is run on every pull request to help ensure it properly follows consensus. Also, it passes all of the JSON test data in the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    amazon-vpc-cni-k8s

    amazon-vpc-cni-k8s

    Networking plugin repository for pod networking in Kubernetes

    Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS. Launch kubelet with network plugins set to cni (--network-plugin=cni), the cni directories configured (--cni-config-dir and --cni-bin-dir) and node ip set to the primary IPv4 address of the primary ENI for the instance (--node-ip=$(curl http://169.254.169.254/latest/meta-data/local-ipv4)). It is also recommended that you set --max-pods equal to (the number of ENIs for the instance type ×...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GopherJS

    GopherJS

    Compiler from Go to JavaScript for running Go code in a browser

    GopherJS compiles Go code to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers. Nearly everything is supported, including Goroutines (compatibility documentation). Performance is quite good in most cases, see HTML5 game engine benchmark. Cgo is not supported. GopherJS requires Go 1.16 or newer. If you need an older Go version, you can use an older Gopher release. GopherJS uses your platform's default GOOS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kuberhealthy

    Kuberhealthy

    A Kubernetes operator for running synthetic checks as pods

    Kuberhealthy is a Kubernetes operator for synthetic monitoring and continuous process verification. Write your own tests in any language and Kuberhealthy will run them for you. Automatically creates metrics for Prometheus. Includes simple JSON status page. Kuberhealthy lets you continuously verify that your applications and Kubernetes clusters are working as expected. By creating a custom resource (a KuberhealthyCheck) in your cluster, you can easily enable various synthetic tests and get...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    excelize

    excelize

    Golang library for reading and writing Microsoft Excel (XLSX) files

    Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. Supports reading and writing spreadsheet documents generated by Microsoft Excel™ 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data. This library needs Go version 1.16 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Battle For Wesnoth - ARM64 Debian Build

    Battle For Wesnoth - ARM64 Debian Build

    ARM64 Debian (especially for the Raspberry PI) build of BFW.

    This project provides a deb package of The Battle for Wesnoth for the arm64 architecture, this is particularly useful for the Raspberry Pi. ⚠ Stable versions have even version numbers e.g. 1.16.x, and development versions have odd numbers e.g. 1.17.x. New (and veteran) players are advised to choose the stable version instead.⚠ Look files tab for the installation instructions. The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lotto Ritardi

    Lotto Ritardi

    Menu' nel terminale di linux, calcolo statistiche del lotto

    Lotto Ritardi per Linux 0.84+Lotto Ritardi per Win64 0.74+Ritardi Storici Minimi per Ambo 1.16 per Windows 64 bit. Archivio estrazioni dal 1950, con agg. autom. e vista sulle estraz. pari o dispari. Formazioni Omogenee, vertibili, gemelli, etc. : 9 gruppi di ambi, 24 di terzine, 7 quartine, 12 cinquine, 31 sestine, 5 settine, 1 di ottine, 7 novine e 5 di decine. Ritardi degli estratti e degli estratti determinati, anche a tutte, + per gli ambi e le terzine, quartine, cinquine e sestine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MinecraftDamageCalculator

    A 1.16.*+ Damage Calculator (WIP)

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Linux 4 Flutter Devs

    Remaster do Zorin OS para desenvolvedores Flutter

    Trata-se de uma remasterização do Zorin OS 15.2 Lite, que é uma distribuição Linux usada em máquinas com pouco poder computacional. O objetivo deste projeto é facilitar a criação de um ambiente produtivo para pessoas de pouca familiaridade com sistemas Linux e/ou que possuam máquinas antigas ou com configuração "fraca". Nenhum aplicativo padrão do Zorin OS foi removido, mas os seguintes foram adicionados:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PyHubs

    PyHubs

    Hubness-aware machine learning in Python

    PyHubs is a machine learning library developed in Python containing implementations of hubness-aware machine learning algorithms together with some useful tools for machine learning experiments. According to our recent observation, old versions of PyHubs (such as 1.2.1) does not provide correct results with new versions of numpy (such as 1.16), however, we think that the most recent version of PyHubs (1.3) works correctly with new versions of numpy as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Kubernetes on Raspbian

    Kubernetes on Raspbian

    Kubernetes on Raspbian (Raspberry Pi)

    This repository holds the "original tutorial" for "Kubernetes on Raspbian" by Alex Ellis using kubeadm. It also has a list of reader clusters for your inspiration and Alex's newest work with k3s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kubernetes Vagrant Centos Cluster

    Kubernetes Vagrant Centos Cluster

    Setting up a distributed Kubernetes cluster along with Istio service

    Setting up a Kubernetes cluster and Istio service mesh with vagrantfile which consists of 1 master(also as node) and 3 nodes. You don't have to create complicated CA files or configurations. Because using virtual machines to setup a distributed Kubernetes cluster will bring a high load on your computer, I created the lightweight Cloud Native Sandbox using Docker to set up a standalone Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Manjaro-ARM-Mate-EX
    Early version of Manjaro-Arm (experimental) with a Mate desktop for Raspberry Pi 2/3 is ready for testing. Just like Lxqt, this edition is based on Manjaro-Arm 16.08 Minimal. Except for standard GPU and sound drivers it contains a set of basic applications: DE - Mate 1.16 (Gtk2) Display Manager - Lxdm Internet - Firefox, x11vnc Multimedia - Kodi (works on click ;) ) Apps - Mate basic applications (Atril, Engrampa, Eol, Mate-terminal...) (Pamac and xscreensaver are not added...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The software simulates the motion of the solar system by different numerical methods. On start, the software expects the input file planeten.txt in the same folder. This file should contain the desired initial conditions. The separator may be adjusted via the file settings.ini.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next