Showing 23 open source projects for "take"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Eureka

    Eureka

    AWS Service registry for resilient mid-tier load balancing

    ...For aiding Netflix Asgard, an open source service which makes cloud deployments easier, in fast rollback of versions in case of problems avoiding the re-launch of 100's of instances which could take a long time. In rolling pushes, for avoiding propagation of a new version to all instances in case of problems. For our cassandra deployments to take instances out of traffic for maintenance. For our memcached caching services to identify the list of nodes in the ring. For carrying other additional application specific metadata about services for various other reasons.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    fping

    fping

    High performance ping tool

    ...There was no official fping release from 2002 until end of 2011. Various patches existed, but were never integrated "upstream". Also, the official maintainer didn't answer emails, so I decided to just step up and take over maintenanceship.To mark this change of maintenance, and avoid confusion, I decided to call it version 3. Besides a new maintainer, fping now also features a completely rewritten main loop implementation which improves performance significantly. The run time is now close to the theoretical time required to send and receive the pings under the specified parameters.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 3
    VirtualBox

    VirtualBox

    Virtualization software for x86_64 hardware

    VirtualBox is a powerful open-source full virtualization software that allows a user to run one or more “guest” operating systems simultaneously inside “virtual machines” on a single physical “host” machine. It supports a wide variety of host platforms (Linux, Windows, macOS, Solaris, etc.) and guest OSes, enabling, for example, running Linux on a Windows PC, running Windows Server on a Linux host, or even legacy OSes in a controlled environment. This flexibility makes VirtualBox ideal for...
    Downloads: 90 This Week
    Last Update:
    See Project
  • 4
    Microsoft365DSC

    Microsoft365DSC

    Manages, configures, and monitors Microsoft 365 tenant configurations

    Automate your Change Management processes for your Microsoft 365 environments by maintaining a single declarative configuration file to manage all of your workloads. Microsoft365DSC allows you to take snapshots of the current configuration of any existing Microsoft 365 tenant. Microsoft365DSC is a configuration management tool for managing Microsoft 365 settings as code, enabling version control and automation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    ZMap

    ZMap

    ZMap is a fast single packet network scanner for network surveys

    ...ZMap currently has fully implemented probe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send a large number of UDP probes. If you are looking to do more involved scans, e.g., banner grab or TLS handshake, take a look at ZGrab 2, ZMap's sister project that performs stateful application-layer handshakes. ZDNS is a utility for performing fast DNS lookups, such as completing an A lookup for all names in a zone file, or collecting CAA records for a large number of websites. ZDNS contains its own recursive resolver and supports A, AAAA, ANY, AXFR, CAA, CNAME, DMARC, MX, NS, PTR, TXT, etc.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6
    Bisq

    Bisq

    A decentralized bitcoin exchange network

    Buy and sell bitcoin for fiat (or other cryptocurrencies) privately and securely using Bisq's peer-to-peer network and open-source desktop software. No registration is required. Get started in minutes. No need to wait for approval from a central authority. Trading takes place on a global P2P network of users running Bisq on their own machines. Bisq never holds your funds. Deposits held in 2-of-2 multi-sig wallets encourage safe, successful trades. Your data is stored locally on disk, and is...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Arkime

    Arkime

    A full packet capturing, indexing, and database system

    Arkime is an open source, large-scale, full packet capturing, indexing, and database system designed to augment existing security infrastructure by storing and indexing network traffic in standard PCAP format. It offers full network visibility, facilitating the swift identification and resolution of security and network issues. Security teams gain access to the necessary network visibility data essential for responding to and investigating incidents to expose the full attack scope. Designed...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Laravel Pulse

    Laravel Pulse

    Laravel Pulse is a real-time application performance monitoring tool

    ...Track down bottlenecks like slow jobs and endpoints, find your most active users, and more. Uncover the users who make the most requests, engage with the slowest endpoints, and dispatch the most jobs throughout your Laravel applications. Take the guesswork out of optimizing your queue workers. See real-time and historical stats for how many jobs are pending, how many failed, and how many are processed successfully. See a high-level overview of your application's performance bottlenecks. View the slowest endpoints, queries, jobs, and outgoing requests that are impacting users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    ...JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Keras TCN

    Keras TCN

    Keras Temporal Convolutional Network

    ...The receptive field is defined as the maximum number of steps back in time from current sample at time T, that a filter from (block, layer, stack, TCN) can hit (effective history) + 1. The receptive field of the TCN can be calculated. Once keras-tcn is installed as a package, you can take a glimpse of what is possible to do with TCNs. Some tasks examples are available in the repository for this purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tcptrace

    tcptrace

    tcptrace analyzes packet tcp connections and provides analysis

    tcptrace is a tool written by Shawn Ostermann at Ohio University, for analysis of TCP dump files. It can take as input the files produced by several popular packet-capture programs, including tcpdump, snoop, etherpeek, HP Net Metrix, and WinDump. tcptrace can produce several different types of output containing information on each connection seen, such as elapsed time, bytes and segments sent and recieved, retransmissions, round trip times, window advertisements, throughput, and more. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    NETINV

    NETINV

    Web Based Network Inventory Tool

    ...The code layout is easy to modify, easy to understand, and easy to incorporate into an existing system, because most page information is based on URL parameters. Screenshots: http://imgur.com/a/ufaAs Wiki: http://www.netinv.org/wiki/ Note: NETINV is no longer in development. If you'd like to take over the project, send an email to ngraham1024@gmail.com and I'll give you everything you need to do so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Proxy Tester is a proxy list tester and then it generates a wpad.dat file you can use for your browser based on working servers. wpad.dat file selects a random proxy server from the list of provided working proxy servers with each connection request.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    BitDHT is a LGPL'd general purpose C++ Distributed Hash Table library. It is designed to take hassle out over creating your own DHT. BitDHT is compatible with bitttorrent's DHT and can leverage this network to bootstrap your own personal DHT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The OLSRd software as available from www.olsr.org is extended to take into account the cost of each available link. Link cost is expressed in terms of ETT (Expected Transmission Time), taking into account not only ETX but also medium speed (bits/second).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    X-INetConnect 2.0 (Multiline, DFU, WLAN, Mesh and HSDPA) is a script collection. We use it on a blackbox system like an alix.3d3 system board. This box take a look for available network around. X-INetConnect 2.0 is a part of OLPC / Ondalivre project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    nTorrent - A graphical user interface client to rtorrent (a cli torrent client) written in java. nTorrent can administer a rtorrent process over a network and allows several clients. Take a look at the project website for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is dedicated to finding best of breed open source monitoring products, tools, sysadmin tools and overall systems management stuff. We will take all these components and make them work together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    yaJamesManager is a web-based management-tool for Apache James written in Java as a webapp. Just throw the "yajamesmanager.war"-file into your deployment-directory and you're ready to go! Take a test ride on the yaJamesManager-"Home Page"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mazur is a networking software for dispatching messages to users rapidly. It is based on Java and may take advantage of Java Web Start. The goal of Mazur is to provide convenient operation for a warning system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VLAN Management Policy Server daemon (VMPSd) that dynamically satisfies VLAN Query Protocol (VQP) requests by querying against an SQL database in realtime. Changes take effect at the next VMPS reconfirmation cycle with no need to reload the daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cisco Config Parser is designed to take a cisco config from a flat file and output certin important information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Service Availability Tester is an application that can be used to test whether a particular service is available. The application can be directed to take an action dependent on the availability of the tested service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB