Showing 121 open source projects for "svn client osx"

View related business solutions
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 1
    testssl.sh

    testssl.sh

    Testing TLS/SSL encryption anywhere on any port

    testssl.sh is a free command-line tool that checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. testssl.sh is free and open-source software. You can use it under the terms of GPLv2, please review the License before using it. Works for Linux, Mac OSX, FreeBSD, NetBSD and WSL/MSYS2/Cygwin out of the box, no need to install or configure something, no gems, CPAN, pip or the like. OpenBSD only needs bash...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    ElectronMail

    ElectronMail

    Unofficial ProtonMail Desktop App

    ElectronMail is an Electron-based unofficial desktop client for ProtonMail. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients. It is written in TypeScript and uses Angular. The way of verifying that the installation packages attached to the releases have been assembled from the source code is being provided. The app works on Linux/OSX/Windows platforms. Binary installation packages. Offline access...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    CocoaMQTT

    CocoaMQTT

    MQTT 5.0 client library for iOS and macOS written in Swift

    MQTT v3.1.1 and v5.0 client library for iOS/macOS/tvOS written with Swift 5. IOS Target: 9.0 or above OSX Target: 10.12 or above TVOS Target: 10.0 or above. To integrate CocoaMQTT into your Xcode project using CocoaPods, you need to modify you Podfile. On your application targets “General” settings tab, in the "Frameworks, Libraries, and Embedded content" section, drag and drop CocoaMQTT.xcframework, CocoaAsyncSocket.xcframework and Starscream.xcframework from the Carthage/Build folder on disk...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    pgweb

    pgweb

    Cross-platform client for PostgreSQL databases

    Pgweb is a web-based, cross-platform PostgreSQL database browser written in Go. Go was used in backend development in order to utilize the ability of the compiler to produce zero-dependency binaries for multiple platforms. Pgweb was created as an attempt to build a very simple and portable application to work with local or remote PostgreSQL databases.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 5
    Aeron

    Aeron

    Efficient UDP unicast, UDP multicast, and IPC message transport

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport. Java and C++ clients are available in this repository, and a .NET client is available from a 3rd party. All three clients can exchange messages across machines, or on the same machine via IPC, very efficiently. Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay. Aeron Cluster provides support for fault-tolerant services as replicated state machines based on the Raft...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Matterhorn

    Matterhorn

    A feature-rich Unix terminal client for the Mattermost chat system

    Matterhorn is a terminal client for the Mattermost chat system. We provide pre-built binary releases for some platforms. Please see the release list to download a binary release for your platform that matches your server version. When you run Matterhorn you'll be prompted for your server URL and credentials. To connect, just paste your web client's Mattermost URL into the Server URL box and enter your credentials. See the Matterhorn User Guide on the details for providing each kind of supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    KOTS

    KOTS

    KOTS provides the framework, tools and integrations

    Replicated KOTS is the collective set of tools that enable the distribution and management of Kubernetes Off-The-Shelf (KOTS) software. The Kots CLI (a Kubectl plugin) is a general purpose, client-side binary for configuring and building dynamic Kubernetes manifests. The Kots CLI also serves as the bootstrapper for the in-cluster Kubernetes application Admin Console kotsadm which can be used to automate the core Kots CLI tasks for managing applications (license verification, configuration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nethereum

    Nethereum

    Ethereum .Net cross platform integration library

    Nethereum is the .Net integration library for Ethereum, simplifying the access and smart contract interaction with Ethereum nodes both public or permission like Geth, Parity or Quorum. Nethereum is developed targeting netstandard 1.1, netstandard 2.0, netcore 2.1, netcore 3.1, net451 and also as a portable library, hence it is compatible with all the operating systems (Windows, Linux, MacOS, Android, and OSX) and has been tested on cloud, mobile, desktop, Xbox, hololens and windows IoT...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PoshC2

    PoshC2

    C2 framework used to aid red teamers with post-exploitation

    ... to a Python2/Python3 payload. These enable C2 functionality on a wide range of devices and operating systems, including Windows, *nix and OSX. Shellcode containing in-build AMSI bypass and ETW patching for a high success rate and stealth. Auto-generated Apache Rewrite rules for use in a C2 proxy, protecting your C2 infrastructure and maintaining good operational security. Fully encrypted communications, protecting the confidentiality and integrity of the C2 traffic.
    Downloads: 0 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.
  • 10
    Proxygen

    Proxygen

    A collection of C++ HTTP libraries including an easy to use HTTP serve

    This project comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies, and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is to provide a simple, performant, and modern C++ HTTP library. Note that currently this project has been...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Midi router

    Midi router

    Midi router

    Midi router - anywhere to anywhere. Client git (vuejs, typescript, electron): https://github.com/shemeshg/midi-router-client Server git (C++, Qt webchannel): https://github.com/shemeshg/RtMidiWrap Online client (works localhost only since ws over https): https://shemeshg.github.io/midirouter-online/#/ Mac OSX homebrew (Recommended method): brew cask install midi-router-client
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    TortoiseSVN

    TortoiseSVN

    An Apache SVN client, right where you need it most

    TortoiseSVN is a Subversion (SVN) client, implemented as a windows shell extension. Which means it's available right where you need it: in the Windows file explorer. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. Simply the coolest Interface to (Sub)Version Control!
    Leader badge
    Downloads: 42,264 This Week
    Last Update:
    See Project
  • 13
    SubTile

    SubTile

    wxWidgets Based Client GUI for Subversion ®

    SubTile is a lightweight platform independent Subversion ® (SVN) client, it runs on all platforms where wxWidgets library is available. Main goal is to provide simple and quick method to manage and organize projects under version control from everywhere without need of development environment.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    Epesi BIM Free & Open Source CRM

    Epesi BIM Free & Open Source CRM

    Lighweight CRM, easy to use Kickstarter for web based ERP

    EPESI BIM (Business Information Manager) is a fully functional web CRM/ERP application to store, organize, access and share business records. Manage your data precisely, flexibly and easily, simplifying internal communication and making work-flow more efficient. Epesi has been designed as a Kickstarter project and provides "no code" and "low code" environment for developers. You can quickly create your own modules: https://epesi.org/devtutorial/helloworld Setting up EPESI Web Application...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    3tdb

    3tdb

    A web based MariaDB client.

    LINUX ONLY - requires mod_python Python MariaDB client. ** 11.0-1 ** Many improvements and several new features. The changelog is in the download folder. 3t is a web based MariaDB client. With it you can find, add, edit, and remove database records. You can store and view text and media (images, videos, documents and more). Now has support for custom UI images and alternate languages. Three example DBs are included with the program which will allow you to get a hands on feel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ascoos Web Extended Studio

    Ascoos Web Extended Studio

    Is a web server for all Web Developers and Web Designers

    Extensions for AWES can be found in the https://sourceforge.net/p/awes-extensions/ The Ascoos Web Extended Studio is a special freeware version of web server for all Web Developers and Web Designers and is based on Apache, PHP, MariaDB and other. It offers to user the option of executing different versions of PHP and MariaDB. It is structured for easy upgrading of individual programs without uninstalling - reinstalling the AWES, no redefine needed of configuration of each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BeEF

    BeEF

    The browser exploitation framework project

    BeEF is short for The Browser Exploitation Framework. It is a penetration testing tool that focuses on the web browser. Amid growing concerns about web-borne attacks against clients, including mobile clients, BeEF allows the professional penetration tester to assess the actual security posture of a target environment by using client-side attack vectors. Unlike other security frameworks, BeEF looks past the hardened network perimeter and client system, and examines exploitability within...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 18
    Gooey

    Gooey

    Turn Python command line programs into a full GUI application

    Gooey is a tool for transforming command line interfaces into beautiful desktop applications. It can be used as the frontend client for any language or program. Whether you've built your application in Java, Node, or Haskell, or you just want to put a pretty interface on an existing tool like FFMPEG, Gooey can be used to create a fast, practically free UI with just a little bit of Python (about 20 lines!). To show how this all fits together, and that it really works for anything, we're going...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    Duplicati is a free and open source backup client for securely storing your data. Duplicati stores encrypted, incremental, compressed backups on cloud storage services and remote file servers using AES-256 encryption, keeping your data safe and always updated. It works with most storage services, including Google Cloud and Drive, Amazon S3, Microsoft Azure and OneDrive, Dropbox, FTPOpenStack Storage (Swift), SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more! Duplicati also works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pesterchum-Discord

    Pesterchum-Discord

    A Discord client mimicking the Pesterchum chat client from Homestuck

    A Discord client mimicking the Pesterchum chat client from Homestuck, Uses a lot of code from my Pesterchum Client. A Discord client mimicking the Pesterchum chat client from Homestuck, for the few people who are still interested in that. If you have any questions either contact me the GitHub or add me at Henry#8808 on Discord. This app is not an all-in-one client! It is meant to enhance RP and anything else you wish to do with it, however, it is recommended you still use regular Discord...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MapSCII

    MapSCII

    Braille & ASCII world map renderer for your console

    A node.js based Vector Tile to Braille and ASCII renderer for xterm-compatible terminals. If you're on Windows, use the open source telnet client PuTTY to connect. Use your mouse to drag and zoom in and out! Discover points of interest around any given location. Highly customizable layer styling with Mapbox Styles support. Connect to any public or private vector tile server. Or just use the supplied and optimized OSM2VectorTiles based one. Work offline and discover local VectorTile/MBTiles...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Textile JS HTTP Client

    Textile JS HTTP Client

    Textile JS HTTP Wrapper Client

    With the move to Typescript and our 0.2.x release, js-http-client is now published under the @textile namespace, rather than @textileio. Previous releases will remain available under @textileio, however, all code should be updated to reflect this change. Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CodeLite

    CodeLite

    CodeLite: an open source, cross platform C/C++/PHP and JavaScript IDE

    codelite is an open-source, cross platform IDE for the C/C++/PHP and JavaScript programming languages (build and tested on Windows 7, 8, ubuntu >=14.04 plus debian, fedora and openSUSE, and Mac OSX 10.8.4). codelite is distributed under the terms of the GPLv2 license If you need help with codelite, please join our forums at: http://forums.codelite.org Visit our download page at: http://codelite.org/support.php The CodeLite Team
    Downloads: 49 This Week
    Last Update:
    See Project
  • 24
    3CeAM
    This project is a copy of the eAthena program with added support for 3rd jobs, RE clients, new client features, and newer systems. The game play in this code uses the classic RO game mechanics and all the jobs (including 3rd jobs) are coded to play using these mechanics. Note: This project WILL NOT support any renewal mechanics except for the renewal casting system for 3rd job skills and other skills made in renewal. 3CeAM SVN At SourceForge https://sourceforge.net/projects/v1-3ceam...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    qqbot

    qqbot

    A conversation robot base on Tencent's SmartQQ

    qqbot is a QQ robot implemented in python and based on Tencent SmartQQ protocol, which can run on Linux, Windows and Mac OSX platforms. During the startup process, the QR code picture will pop up automatically. You need to scan the code with the mobile QQ client and authorize the login. After the startup is successful, the current login information will be saved to the local file. When the next startup, you can enter: qqbot -q qq number , first try to restore the login information from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next