Showing 42 open source projects for "apache-ant-1.8.2"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    UTM

    UTM

    Virtual machines for iOS and macOS

    UTM is a full-featured system emulator and virtual machine host for iOS and macOS. It is based off of QEMU. In short, it allows you to run Windows, Linux, and more on your Mac, iPhone, and iPad. UTM/QEMU requires dynamic code generation (JIT) for maximum performance. JIT on iOS devices requires either a jailbroken device or one of the various workarounds found for specific versions of iOS. UTM SE ("slow edition") uses a threaded interpreter which performs better than a traditional...
    Downloads: 158 This Week
    Last Update:
    See Project
  • 2
    eqMac

    eqMac

    macOS System-wide audio equalizer & volume mixer

    System audio equalizer for macOS. Professional grade Parametric EQ & volume mixer. If you feel like your audio device (Headphones or Speaker) does not have enough Bass (low frequency) punch, or vice versa, you can adjust that using eqMac. macOS does not have a direct way to access the System Audio stream, so we use the eqMac Audio driver to divert the system audio to the driver's input stream. Then eqMac captures that Input audio stream processes it, and sends it directly to the output...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    Swift Package Manager Project

    Swift Package Manager Project

    The package manager for the Swift Programming Language

    The Swift Package Manager is a tool for managing distribution of source code, aimed at making it easy to share your code and reuse others’ code. The tool directly addresses the challenges of compiling and linking Swift packages, managing dependencies, versioning, and supporting flexible distribution and collaboration models. We’ve designed the system to make it easy to share packages on services like GitHub, but packages are also great for private personal development, sharing code within a...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Swift Algorithms

    Swift Algorithms

    Commonly used sequence and collection algorithms for Swift

    Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types. Algorithms are powerful tools for thought because they encapsulate difficult-to-read and error-prone raw loops. The Algorithms package includes a host of powerful, generic algorithms frequently found in other popular programming languages. We hope this new package will help people embrace algorithms, improving the correctness and performance of their code. With the Algorithms...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Atlantis iOS

    Atlantis iOS

    A lightweight and powerful iOS framework for intercepting HTTP/HTTPS

    Don't let cumbersome web debugging tools hold you back. With Proxyman's native macOS app, you can capture, inspect, and manipulate HTTP(s) traffic with ease. Intuitive, thoughtful, and built with meticulous attention to detail. Dive into the network level to diagnose and fix problems with reliable and powerful tools. Proxyman acts as a man-in-the-middle server that captures the traffic between your applications and SSL Web Server. With a built-in macOS setup, so you can inspect your...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    DuckDuckGo for macOS

    DuckDuckGo for macOS

    DuckDuckGo macOS Browser

    We are excited to engage the community in development. DuckDuckGo is growing fast and we continue to expand our fully distributed team. We embrace diverse perspectives and seek out passionate, self-motivated people, committed to our shared vision of raising the standard of trust online.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Amazon Chime SDK for iOS

    Amazon Chime SDK for iOS

    An iOS client library for integrating multi-party communications

    The Amazon Chime SDK for iOS makes it easy to add collaborative audio calling, video calling, and screen share viewing features to iOS applications by using the same infrastructure services that power meetings on the Amazon Chime service. This Amazon Chime SDK for iOS works by connecting to meeting session resources that you have created in your AWS account. The SDK has everything you need to build custom calling and collaboration experiences in your iOS application, including methods to:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Foundation

    Foundation

    Provides core utilities, internationalization, and OS independence

    The Foundation framework defines a base layer of functionality that is required for almost all applications. It provides primitive classes and introduces several paradigms that define functionality not provided by either the Objective-C runtime and language or Swift standard library and language. This project, swift-corelibs-foundation, provides an implementation of the Foundation API for platforms where there is no Objective-C runtime. On macOS, iOS, and other Apple platforms, apps should...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    Starscream is a conforming WebSocket (RFC 6455) library in Swift. Once imported, you can open a connection to your WebSocket server. Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    MeetingBar

    MeetingBar

    Your meetings at your fingertips in the macOS menu bar

    MeetingBar works on macOS with your calendar. Join and create meetings in one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Epoxy iOS

    Epoxy iOS

    Epoxy is a suite of declarative UI APIs for building UIKit apps

    Epoxy is a suite of declarative UI APIs for building UIKit applications in Swift. Epoxy is inspired and influenced by the wonderful Epoxy framework on Android, as well as other declarative UI frameworks in Swift such as SwiftUI. Epoxy was developed at Airbnb and powers thousands of screens in apps that are shipped to millions of users. It has been developed and refined for years by dozens of contributors. EpoxyCollectionView provides a declarative API for driving the content of a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Playbook

    Playbook

    A library for isolated developing UI components

    A library for isolated developing UI components and automatically taking snapshots of them. Playbook is a library that provides a sandbox for building UI components without having to worry about application-specific dependencies, strongly inspired by Storybook for JavaScript in web-frontend development. Components built by using Playbook can generate a standalone app as living style guide. This allows you to not only review UI quickly but also deliver more robust designs by separating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    IceCubesApp

    IceCubesApp

    A SwiftUI Mastodon client

    IceCubesApp is an open source application for accessing the decentralized social network Mastodon! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use. You can connect to any Mastodon instance and browse your timeline, interact with other users, and post updates and media. The project is split into different Swift Packages to make it easier to manage and maintain the codebase. Each package is focused on a specific aspect of the application, such as the UI, network...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Valet

    Valet

    Valet lets you securely store data in the iOS, tvOS, or macOS Keychain

    Valet lets you securely store data in the iOS, tvOS, watchOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. The identifier you choose for your Valet is used to create a sandbox for the data your Valet writes to the keychain. Two Valets of the same type created via the same initializer, accessibility value, and identifier will be able to read and write the same key:value pairs; Valets with different identifiers each have their own sandbox. Choose an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. Apple's Xcode includes the XCTest framework, which provides assertion macros to test whether code behaves properly. XCTest assertions have a couple of drawbacks. Not enough macros. There's no easy way to assert that a string contains a particular substring, or that a number is less than or equal to another. It's hard to write asynchronous tests. XCTest forces you to write a lot of boilerplate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Low-level protocol implementations are often a collection of ChannelHandlers that implement a protocol but still require the user to have a good understanding of SwiftNIO. Often, low-level protocol implementations will then be wrapped in high-level libraries with a nicer, more user-friendly API. High-level implementations are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kickstarter for iOS

    Kickstarter for iOS

    Kickstarter for iOS, to bring new ideas to life, anywhere

    Download the Kickstarter app to discover new projects and help put daring ideas into the world no matter where you are. Kickstarter campaigns make ideas into reality. It’s where creators share new visions for creative work with the communities that will come together to fund them. We intend for this project to be an educational resource, we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Quick

    Quick

    The Swift (and Objective-C) testing framework

    Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo. Quick comes together with Nimble, a matcher framework for your tests. Certain versions of Quick and Nimble only support certain versions of Swift. Depending on which version of Swift your project uses, you should use specific versions of Quick and Nimble. When code doesn't work the way it's supposed to, unit tests should make it clear exactly what's wrong. Nimble makes your test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DifferenceKit

    DifferenceKit

    A fast and flexible O(n) difference algorithm framework

    A fast and flexible O(n) difference algorithm framework for Swift collection. The algorithm is optimized based on the Paul Heckel’s algorithm. This is a diffing algorithm developed for Carbon, works stand alone. The algorithm optimized based on the Paul Heckel’s algorithm. See also his paper A technique for isolating differences between files released in 1978. It allows all kind of diffs to be calculated in linear time O(n). RxDataSources and IGListKit are also implemented based on his...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    iOS SDK for FreeRTOS Bluetooth Devices

    iOS SDK for FreeRTOS Bluetooth Devices

    iOS SDK for FreeRTOS Bluetooth Devices

    Using the iOS SDK for FreeRTOS Bluetooth Devices, you can create mobile applications that do the following. Scan for and connect to nearby BLE devices running FreeRTOS. Provision Wi-Fi networks for a BLE device running FreeRTOS. Act as a proxy for transmitting MQTT messages between a device running FreeRTOS and the AWS IoT cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RichTextView

    RichTextView

    iOS Text View (UIView) that Properly Displays LaTeX, HTML

    iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo links. In order for the RichTextView to handle the various use cases it might encounter, the input string needs to be formatted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BlueSocket

    BlueSocket

    Socket framework for Swift using the Swift Package Manager

    Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    uPic

    uPic

    uPic is a native, powerful, beautiful and simple picture upload tool

    Picture and file upload tool for macOS. A native, powerful, beautiful, and simple. They can automatically upload local files and screenshots, meanwhile, the menu bar shows the uploading progress constantly. The file's link will automatically copied to the clipboard when finish uploading, making you insert pictures quickly when you are blogging or chatting. The link’s format can be a normal URL, HTML, or Markdown, it's totally up to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ACHNBrowserUI

    ACHNBrowserUI

    Animal Crossing New Horizon companion app in SwiftUI

    Animal Crossing New Horizon SwiftUI application! The project main branch is now updated to Xcode 12 beta 1. There is a lot of SwiftUI issues that will be worked on as new betas arrive. For now it compile and will use the best & latest features of Swift 5.3 and SwiftUI. If you want to compile using the stable version of Xcode (11), you can checkout the legacy branch. This is the branch used to ship the app on the App Store until iOS 14 is released.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Nantes

    Nantes

    Swift TTTAttributedLabel replacement

    This library is a Swift port/fork of the popular Objective-C library TTTAttributedLabel. Nantes is a pure-Swift UILabel replacement. It supports attributes, data detectors, and more. It also supports link embedding automatically and with NSTextCheckingTypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next