Showing 25 open source projects for "libdnet-1.11"

View related business solutions
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 1
    Django Material

    Django Material

    Material Design for Django

    Material Design for Django. Django web framework solves only technical problems related to the client-server interaction on top of the stateless HTTP protocol. Model-View-Template separation pattern helps to maintain simple CRUD based logic. Viewflow is the library that offers an additional layer of django web framework, allows explicitly specify people's workflow and extracts collaboration logic from django views. Strong python/html code separation. Easy redefinition of particular fields...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Testify

    Thou Shalt Write Tests in Go

    ...It features a specific set of packages, namely: assert package, which allows for better, more readable test code in Go; require package, which is similar to the assert package but instead of returning a boolean result, terminates the current test; mock package, which allows for easy writing of mock objects; and the suit package, which provides functionality similar to those of more common object oriented languages. Testify is easy to install or update, and supports the three major Go versions (1.11, 1.12 and 1.13).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Mineflayer

    Mineflayer

    Create Minecraft bots with a powerful and high level JavaScript API

    ...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. Parse and serialize Minecraft packets, plus authentication and encryption. Language independent module providing Minecraft data for Minecraft clients, servers, and libraries. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    dockprom

    dockprom

    Docker hosts and containers monitoring with Prometheus, Grafana, etc.

    A monitoring solution for Docker hosts and containers with Prometheus, Grafana, cAdvisor, NodeExporter and alerting with AlertManager. You can change the credentials in the compose file or by supplying the ADMIN_USER and ADMIN_PASSWORD environment variables on compose up. Grafana is preconfigured with dashboards and Prometheus as the default data source. The Docker Host Dashboard shows key metrics for monitoring the resource usage of your server. Server uptime, CPU idle percent, number of...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5
    Swoosh

    Swoosh

    Compose, deliver and test your emails easily in Elixir

    We have applied the lessons learned from projects like Plug, Ecto and Phoenix in designing clean and composable APIs, with clear separation of concerns between modules. Swoosh comes with many adapters, including SendGrid, Mandrill, Mailgun, Postmark and SMTP. Compose, deliver, and test your emails easily in Elixir. Swoosh supports the most popular transactional email providers out of the box and also has an SMTP adapter. Adding new adapters is super easy and we are definitely looking for...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Goxygen

    Goxygen

    Generate a modern Web project with Go and Angular, React or Vue

    Goxygen aims at saving your time while setting up a new project. It creates a skeleton of an application with all configurations done for you. You can start implementing your business logic straight away. Goxygen generates back-end Go code, connects it with front-end components, provides a Dockerfile for the application and creates docker-compose files for convenient run in development and production environments. By default, it will use React and MongoDB. You can select a different...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    Hexen II: Hammer of Thyrion

    Hexen II: Hammer of Thyrion

    A cross-platform port of Hexen II game.

    Hammer of Thyrion (uHexen2) is a cross-platform port of Raven Software's Hexen II source. It is based on an older linux port, Anvil of Thyrion. HoT includes countless bug fixes, improved music, sound and video modes, opengl improvements, support for many operating systems and architectures, and documentation among many others.
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 8
    Simple Socket Tool

    Simple Socket Tool

    Application for Server or Client socket/ser. connections (TCP, TLS).

    ...Use the .msi installer on Windows (build-in Java runtime) or Use the .deb installer on Debian-based Linux x86 systems (build-in Java runtime) or use the .exe (Windows) / .jar (All OS with Java installed) This option requires Java 1.9 (1.11 recommended for TLS 1.3 support) - if not already installed, download from https://learn.microsoft.com/en-us/java/openjdk/download DOES NOT WORK ON ANDROID. Like the program? Consider a small donation to keep the project going.. https://www.paypal.com/donate/?hosted_button_id=A644HGXJ7QP2A
    Downloads: 23 This Week
    Last Update:
    See Project
  • 9
    User Friendly Thin Client | 100% Free

    User Friendly Thin Client | 100% Free

    A completely free thin client OS for RDP & Citrix

    A free thin client OS designed by a professional sysadmin to be very easy to setup, and so easy to use that your users can use it without instructions. You can have the thin client up and running within minutes and mass deploy it your way.
    Downloads: 32 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    go-libp2p-quic-transport

    go-libp2p-quic-transport

    An implementation of a libp2p transport using QUIC

    go-libp2p-quic-transport uses quic-go to provide QUIC support for libp2p. This repo is good-compatible, and users of Go 1.11 and later with modules enabled will automatically pull the latest tagged release by referencing this package. Upgrades to future releases can be managed using go get, or by editing your go.mod file as described by the gomod documentation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ChakraCore

    ChakraCore

    ChakraCore is an open source Javascript engine with a C API

    ...It is a future goal to support x86 and ARM processors on Linux and ARM on macOS. As you may have heard Microsoft Edge no longer uses Chakra. Microsoft will continue to provide security updates for ChakraCore 1.11 until 9th March 2021 but do not intend to support it after that. ChakraCore is planned to continue as a community project targeted primarily at embedded use cases. We hope to produce future releases with new features and enhancements to support such use cases. You can build ChakraCore on Windows 7 SP1 or above, and Windows Server 2008 R2 or above, with either Visual Studio 2015 or 2017 with C++ support installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    xxd for Windows

    xxd for Windows

    A hexdump utility by Juergen Weigert, v1.11 by Vadim Vygonets

    ...Between 2000 and 2011 it accumulated patches by the Vim team and others. In 2013 it was pulled out of the Vim tree, had a couple of features added and was pronounced version 1.11. Visit: http://albanese.atwebpages.com
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 13
    core.typed

    core.typed

    An optional type system for Clojure

    core.typed is an optional static type system for Clojure, providing gradual typing features like type declarations, checking, and inference. It supports modules for development-time checking and runtime typing, though note that it's deprecated as of Clojure 1.11 in favor of Typed Clojure. core.typed is separated into modules. You'll want the full type checker at development time, and the runtime dependencies in production. Then, lein repl will automatically activate the :dev profile. Verify the type checker is not included in uberjars with lein with-profile uberjar deps :tree.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Gameboy.Live

    Gameboy.Live

    A basic gameboy emulator with terminal "Cloud Gaming" support

    ...Or, "Cloud Game" in your terminal with a single command (The demo server is down now, you have to deploy on your own server) You can directly download the executable file from the Release page, or build it from the source. Go Version 1.11 or higher is required. Run go version to check what the version currently installed is. On Debian-based systems, the packages libasound2-dev and libgl1-mesa-dev must be installed. You can use Gameboy.Live as a "Cloud Gaming" server, where players use telnet to play Gameboy games in the terminal without additional software installation required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    rtlamr

    rtlamr

    An rtl-sdr receiver for Itron ERT compatible smart meters

    Utilities often use "smart meters" to optimize their residential meter reading infrastructure. Smart meters transmit consumption information in the various ISM bands allowing utilities to simply send readers driving through neighborhoods to collect commodity consumption information. One protocol in particular: Encoder Receiver Transmitter by Itron is fairly straightforward to decode and operates in the 900MHz ISM band, well within the tunable range of inexpensive rtl-sdr dongles. This...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    JayMontana36 Pre-Built Minecraft Servers

    JayMontana36 Pre-Built Minecraft Servers

    Free Minecraft Servers tweaked for a lag-free experience!

    ... - Low RAM usage/requirements/consumption. - CrossCompatible between many different versions of Minecraft. - One Server Supports all 1.4.x, 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12, 1.12.2 clients all at the same time. - Fully Supports Linux, Windows, and Mac OS X. - Officially supports the MineOS Web UI created and owned by Will Dizon (this project however, is not affiliated with the MineOS Web UI nor William Dizon).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MineCraft-Texture-Studio-2018
    MineCraft Texture Studio 2018 (1.12/1.12.1/1.12.2) is only for Minecraft 1.11.x/1.12.x Based on Minecraft Texture Studio 1.0.8 My Version is for Minecraft 1.11.x/1.12.x Visual Studio 2017 Framework 4.5 Windows : Vista/win7/win8/win10
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    A fresh approach to autocomplete implementations, specially for Django. Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10), Django (multiple) choice support, Django (multiple) model choice support, Django generic foreign key support (through django-querysetsequence), Django generic many to many relation support (through django-generic-m2m and django-gm2m). Multiple widget support: select2.js, easy to add more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    Rhye's and Fall RAND Plus

    Rhye's and Fall RAND, with some tweaks and additions

    This is a modmod of the Civilization 4 mod Rhye's and Fall RAND, by Rhye. This project includes all the tweaks and fixes I have deemed adequate and possible to such mod, and hopefully will include even more in the future as I learn how to implement my ideas.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22

    File Renamer

    Simple Java file renamer.

    What the short description says.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Automaton Lexer

    A Java library for creating DFA-powered lexical analyzers

    This project is derived from the dk.brics.automaton DFA library, version 1.11-8. The most significant change is the addition of a 'info' field to automaton states, allowing them to be associated with a token type. A few automaton operations were modified to preserve the value of this field. I have not given much thought to whether it would even make sense to preserve the 'info' field through some of the other operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FPGA used to read/write CODEC data of 24 bit Crystal Codec in I2S format. PicoBlaze used to control CODEC registers through I2C. Source language: VHDL + PicoBlaze assembler, Hardware: Spartan 6 on ZTEX USB FPGA module 1.11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp and route table manipulation, firewalling, interface configuration, IP tunnelling, and raw Ethernet and IP datagram transmission.
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB