Search Results for "system info software" - Page 2

Showing 44 open source projects for "system info software"

View related business solutions
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 1
    Nightfall

    Nightfall

    A menu bar utility for toggling dark mode in macOS, written in Swift

    Nightfall lets you manage macOS's dark mode from the menu bar. Left-click the icon to toggle dark mode; right-click to reveal additional options. You can toggle dark mode with a global keyboard shortcut through a service. This shortcut can be configured in System Preferences: in Keyboard preferences, look for “Toggle Dark Mode” under Shortcuts, Services, General. If “Animated transition“ is enabled in preferences, Nightfall will smooth over the transition between light and dark modes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    KeyboardKit

    KeyboardKit

    KeyboardKit is a Swift library that helps you build custom keyboard

    .... It unlocks a bunch of pro features, like more locales, localized system keyboards, local and remote autocomplete etc. KeyboardKit comes with support for 50+ locales, with more being added over time. KeyboardKit has tools for customizing everything from keys, key behavior, layout, callout actions, audio & haptic feedback, colors and styling, autocomplete etc. The KeyboardKit app let you create keyboards directly on your iPhone and iPad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SQLite.swift

    SQLite.swift

    A type-safe, Swift-language layer over SQLite3

    .... Active support at StackOverflow, and Gitter Chat Room (experimental). SQLite.swift also works as a lightweight, Swift-friendly wrapper over the C API. The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Alamofire

    Alamofire

    Elegant HTTP Networking in Swift

    Alamofire is an elegant, open source HTTP networking library written in Swift. It gives you an elegant interface on top of Apple’s URL loading system provided by the Foundation framework. It wraps the URLSession API among others in an easy-to-use interface and provides additional functionality required of modern application development using HTTP networking. Alamofire offers plenty of features, including Chainable Request / Response Methods, URL / JSON Parameter Encoding, Authentication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 5
    Moya

    Moya

    Network abstraction layer written in Swift

    You’re a smart developer. You probably use Alamofire to abstract away access to URLSession and all those nasty details you don’t really care about. But then, like lots of smart developers, you write ad hoc network abstraction layers. They are probably called APIManager or NetworkModel, and they always end in tears. So the basic idea of Moya is that we want some network abstraction layer that sufficiently encapsulates actually calling Alamofire directly. It should be simple enough that common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CameraController

    CameraController

    Control USB Cameras from an app

    Control your camera's settings without using the software provided (or not) by the company.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mas-cli

    mas-cli

    Mac App Store command line interface

    ... search which will search the Mac App Store and return matching identifiers. Include the --price flag to include prices in the result. mas is integrated with homebrew-bundle. If mas is installed, and you run brew bundle dump, then your Mac App Store apps will be included in the Brewfile created. See the homebrew-bundle docs for more details. mas operates via the same system services as the Mac App Store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ESTabBarController

    ESTabBarController

    Swift model for customize UI, badge and adding animation

    ESTabBarController is a highly customizable TabBarController component, which is inherited from UITabBarController. In real-world development, we may encounter the situation of customizing the UITabBar. For instance: change font style, add animation, and use bigger items. However, it's hard to do with UITabBarItem. You can download and build the ESTabBarControllerExample project, and you will find more examples to use ESTabBarController, and also more examples to customize UITabBar,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Laundry Management System

    Laundry Management System

    Small Laundry and Dry Cleaning Business Application

    Laundy Managament System (LMS Version 3.0) is a better solutions for Small Laundry and Dry Cleaning business with increased security from SQL injection, vulnerability and hackers. Its user friedly Laundry POS Screen Application. We are team of talanted designers and developers making user friendly softwares to grow your small laundry and dry cleaning business digitally without spending a lot of money. You can download free laundry software here for developers. you can check it here...
    Downloads: 24 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    SwiftKit

    SwiftKit

    Start your next Open-Source Swift Framework

    SwiftKit enables you to easily generate a cross-platform Swift Framework from your command line. It is the best way to start your next Open-Source Swift Framework. Mint is a package manager that installs and runs Swift command line tool packages. Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system. In default SwiftKit will create a Kit that supports iOS, tvOS, watchOS, macOS. Every generated Kit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SwiftInfo

    SwiftInfo

    Extract and analyze the evolution of an iOS app's code

    SwiftInfo is a CLI tool that extracts, tracks, and analyzes metrics that are useful for Swift apps. Besides the default tracking options that are shipped with the tool, you can also customize SwiftInfo to track pretty much anything that can be conveyed in a simple .swift script. By default SwiftInfo will assume you're extracting info from a release build and sending the final results to Slack, but it can be used to extract info from individual pull requests as well with the danger-SwiftInfo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bagel

    Bagel

    A little native network debugging tool for iOS

    Bagel is a little native iOS network debugger. It's not a proxy debugger so you don't have to mess around with certificates, proxy settings etc. As long as your iOS devices and your Mac are in the same network, you can view the network traffic of your apps separated by the devices or simulators. Most basic usage is to start Bagel iOS before any network operation. Since Bagel exposes every request info to the public it would be better if you disable it for the store versions. By default, Bagel...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    PinpointKit

    PinpointKit

    Send better feedback

    Send better feedback. PinpointKit is an open-source iOS library in Swift that lets your testers and users send feedback with annotated screenshots using a simple gesture. If you prefer not to use either of the aforementioned dependency managers, you can integrate PinpointKit into your project manually. The PinpointKit.framework is automatically added as a target dependency, linked framework and embedded framework in a “Copy Files” build phase which is all you need to build on the simulator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Clean Me

    Clean Me

    A macOS system analyser and cleaner

    Clean Me uses the pod 'STPrivilegedTask' to handle sensitive data like getting your root password. Clean Me does not save this password, nor does it load the password in a variable. If you do not trust Clean Me, then check its code or block all internet access with Little Snitch or RadioSilence. Normally Clean Me should not request an internet connection, if it does, you app is compromised. In that case, remove the app as soon as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Touch Bar Simulator

    Touch Bar Simulator

    Use the Touch Bar on any Mac

    Launch the Touch Bar simulator from anywhere without needing to have Xcode installed, whereas Apple requires you to launch it from inside Xcode. It also comes with a handy transparency slider, a screenshot button, a menu bar icon, and a system service to toggle the Touch Bar with a click or keyboard shortcut. Clicking the menu bar icon toggles the Touch Bar window. Right-clicking or option-clicking the menu bar icon displays a menu with options to dock the window to the top or bottom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IBAnimatable

    IBAnimatable

    Design and prototype customized UI, interaction, navigation, etc.

    Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. The app was made in Interface Builder with IBAnimatable without a single line of code. Due to the size of the GIF file on Dribbble, it only demonstrates a subset of features. We can also find the full HD version on YouTube or MP4 on Github. With IBAnimatable, we can design a UI in Interface Builder like what we can do in Sketch, and prototype...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NextLevel

    NextLevel

    Media Capture in Swift

    NextLevel is a Swift camera system designed for easy integration, customized media capture, and image streaming in iOS. Integration can optionally leverage AVFoundation or ARKit. ARKit and the True Depth Camera software features are enabled with the inclusion of the Swift compiler flag USE_ARKIT and USE_TRUE_DEPTH respectively. Apple will reject apps that link against ARKit or the True Depth Camera API and do not use them. If you use Cocoapods, you can include -D USE_ARKIT or -D USE_TRUE_DEPTH...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Peek 5

    Peek 5

    All new design. Inspect your iOS application at runtime.

    Peek 5 with an all-new design and all-new features. Whether you're a developer, designer or QA/tester, Peek can help you at all stages of your development process. All inspectors and attributes have now been unified into a single window, making inspection simpler and faster than ever before. Feeling overwhelmed with all the information Peek has to offer? Simply tap the header to expand/collapse any section. Peek will even remember your choice across launches! Peek now supports nested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Material

    Material

    A UI/UX framework for creating beautiful applications

    Welcome to Material, a UI/UX framework for creating beautiful applications. Material's animation system has been completely reworked to take advantage of Motion, a library dedicated to animations and transitions. Material provides the building blocks necessary to create stunning animations without much effort. Material is a growing project and will encounter changes throughout its development. It is recommended that the Change Log be reviewed prior to updating versions. Icons is a library...
    Downloads: 0 This Week
    Last Update:
    See Project