Search Results for "iphone reset tool" - Page 3

Showing 223 open source projects for "iphone reset tool"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    PLCrashReporter

    PLCrashReporter

    Reliable, open-source crash reporting for iOS, macOS and tvOS

    ... reports are output as protobuf-encoded messages, and may be decoded using the CrashReporter library or any Google Protocol Buffers decoder. You can use Atos command-line tool to symbolicate the output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Stevia

    Stevia

    Concise Autolayout code

    Stevia is part of freshOS iOS toolset. Try it in an example App! Xibs and storyboards are heavy, hard to maintain, and hard to merge. They split the view concept into 2 separate files making debugging a nightmare. There must be a better way. By creating a tool that makes Auto Layout code finally readable by a human being. By coupling it with live code injection such as injectionForXcode we can design views in real-time. View layout becomes fun, concise, maintainable, and dare I say, beautiful...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    openFrameworks

    openFrameworks

    Cross platform toolkit for creative coding in C++

    ... functionality that's not part of the core. export is for DLLs and dylibs that need to be put in each compiled project. The scripts folder has templates and small scripts for automating OF per platform. project generator is a GUI-based tool for doing new projects - this folder is only there in packaged releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Eureka iOS

    Eureka iOS

    Elegant iOS form builder in Swift

    ...! Comprehensive documentation, tens of custom rows and lighting-fast support of new Swift/iOS versions made Eureka the preferred tool of 10 of the top 200 apps in the App Store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • 5
    GitHub Action to detect license names

    GitHub Action to detect license names

    GitHub Action for license compliance: Python, JavaScript, iOS, Android

    GitHub Action for license compliance: Python, JavaScript, iOS, Android and more. Detect license names and types for Python PyPI packages. Identify license types for given license names obtained by third-party tools. Great coverage of free/libre and open source licenses of all types: public domain, permissive, copyleft. Check explicit Python dependencies list for copyleft licenses. Check all packages including transitive dependencies. Check CSV file generated by JavaScript license-checker...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pulse

    Pulse

    Logger and network inspector for Apple platforms

    There is always this friction when it comes to debugging native apps: you can’t inspect anything that happens behind the scenes unless you use special tools, not even network requests. That’s not the case on the web with tools like Safari Web Inspector. I wanted to bring something similar to native apps. What is Pulse? It’s a persistent logger with a network inspector, but not just a tool. It’s also a framework. PulseCore.framework (iOS, macOS, watchOS, tvOS) provides a logger itself...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mixed Reality Toolkit

    Mixed Reality Toolkit

    Accelerate cross-platform MR app development in Unity

    ... scenes in MRTK without building and deploying each scene. You can download pre-built app packages for HoloLens(x86), HoloLens 2(ARM), and Windows Mixed Reality immersive headsets(x64) by selecting the "Mixed Reality Toolkit Examples" package in the MR Feature Tool. MRTK provides example scenes that demonstrate how to use MRTK's features. You can find the example scenes under Assets/MRTK/Examples/Demos folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sourcery

    Sourcery

    Meta-programming for Swift, stop writing boilerplate code

    Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. It's used in over 40,000 projects on both iOS and macOS and it powers some of the most popular and critically-acclaimed apps you have used (including Airbnb, Bumble, New York Times). Its massive community adoption was one of the factors that pushed Apple to implement derived Equality and automatic Codable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QMUI iOS

    QMUI iOS

    A solution to improve the efficiency of project UI development

    QMUI iOS is designed to help quickly build an iOS project with basic design restoration effects, while using the rich controls and compatible processing provided by itself, so that developers can focus on business needs without spending energy on the design of the basic code. Whether it is the creation of a new project or the maintenance of an existing project, development efficiency and project quality can be greatly improved. You only need to modify a configuration table to adjust the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10
    Dexie.js

    Dexie.js

    A Minimalistic Wrapper for IndexedDB

    Dexie was written to be straightforward and easy to learn. If you've ever had to work with native IndexedDB then you'll certainly appreciate Dexie's concise API. What good is any development tool without great documentation? Dexie is thoroughly explained, and examples are available to help you on your way. Dexie has near-native performance. Its bulk operations utilize an often-overlooked feature in IndexedDB, ignoring success callbacks when possible. Offline databases are groovy! But without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    React Content Loader

    React Content Loader

    SVG-Powered component to easily create skeleton loadings

    Tool to easily create your animated skeleton-screen components, replacing usual loading and delivering better experiences for users, giving a wireframe of your pages like placeholders boxes for content and images. Supports React, React Native, Vue, and vanilla HTML. Using react-content-loader or a skeleton screen, you can show users that it’s almost done and something is happening. You can use any SVG shapes to create the loader elements. It’s easy to create an animated placeholder, which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Throttled

    Throttled

    Workaround for Intel throttling issues in Linux

    This tool was originally developed to fix Linux CPU throttling issues affecting Lenovo T480 / T480s / X1C6. The CPU package power limit (PL1/2) is forced to a value of 44 W (29 W on battery) and the temperature trip point to 95 'C (85 'C on battery) by overriding default values in MSR and MCHBAR every 5 seconds (30 on battery) to block the Embedded Controller from resetting these values to default. On systems where the EC doesn't reset the values (ex: ASUS Zenbook UX430UNR), the power limit can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    oas.lpu-tool

    oas.lpu-tool

    This is just a tool to help students view their results and other deta

    This is a chrome extension that helps you to view your result details, download answers, view personal info and view recently attempted tests. extension is not affiliated with LPU. This is just a tool to help students view their results and other details.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 16
    IOS-RAT Remote Control Tool

    IOS-RAT Remote Control Tool

    iOS RATs: The SILENT THREAT to your iPhone! 📱 Don't be fooled

    iOS RATs: The SILENT THREAT to your iPhone! 📱 Don't be fooled, your Apple device IS vulnerable. This video reveals how hackers can SPY on you, STEAL your data, and even CONTROL your phone remotely. Learn the RED FLAGS of an iOS RAT infection and the CRUCIAL steps you need to take to safeguard your privacy. Is your iPhone a sitting duck for HACKERS? iOS RATs are on the rise, and everyday users are at risk. Discover the DANGERS these malicious tools pose, how they SNEAK onto your device...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 17
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 494 This Week
    Last Update:
    See Project
  • 18

    avbuild

    ffmpeg build tool and prebuilt packages for all platforms

    iOS, android, raspberry pi, windows store, windows desktop, linux, macOS etc. Multiple toolchains support, include gcc, clang, vs2013, vs2015, vs2017. Hardware accelerated decoders and encoders support. Source code: https://github.com/wang-bin/avbuild
    Leader badge
    Downloads: 266 This Week
    Last Update:
    See Project
  • 19
    Cunning Linguist Translation Tool
    A plug-in based Translation tool for use by translators for translating anything from Websites to Applications, including mobile applications for platforms such as Android, iPhone and J2ME. some plugins have a context in the form of a screen-shots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ClipAngel

    ClipAngel

    Clipboard history capture and paste tool

    This program belongs to class "Clipboard Manager". It captures many clipboard objects and allows user to select and paste one in any program. Inspired by analogs: ClipDiary, Ditto, AceText. Main priorities: usability, compatibility, reliability. Requires .Net Framework 4.52+ (Windows Vista+/Server 2008+)
    Leader badge
    Downloads: 145 This Week
    Last Update:
    See Project
  • 21
    ImageMagick

    ImageMagick

    Display, convert, and edit raster image and vector image files

    ... into other software programs. Overall, ImageMagick is a powerful and versatile software suite for displaying, converting, and editing image files. Its support for scripting and automation, along with its other features, make it a valuable tool for a wide range of image-related tasks.
    Leader badge
    Downloads: 174 This Week
    Last Update:
    See Project
  • 22
    q4rescue

    q4rescue

    A live linux Rescue toolkit/Emergency OS - based on q4os Trinity

    ... ... + usefull terminal tools like duf, ncdu,flashfetch,... + q4os specific tools -With an interface in the style of 'Windows 10' for easier handling by a large number of users. **password for user & root : "live" (without quotes) _version 0.36: chntpw added+gui (Ntpw-gui); smaller iso _version 0.38 : more apps added, improved pure console mode, zstd updated to 1.56, smaller iso. Planned for future versions: hardware test/diagnostic tools;chroot management tool
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 23

    A2L Build for MCD - AutoExtractGui

    Build A2L from ELF for Automotive MCD tool (e.g. INCA)

    1. A2L Builder : AutoExtractGui This tool is to help Measurement & Calibration people (e.g. INCA users) create their own A2L easily. - Please describe the MEMORY SEGMENT : this is mandatory part. - Optionally you may describe formula / min / max / unit / ... for variables. - Optionally you may describe communication specification like XCP, CCP, CAN BPS, ... - Press "Build New A2L" button to make a new A2L for the given ELF file. As a reference, you may see how this tool works...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 24
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author of poems...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 25
    FPS Booster

    FPS Booster

    Optimizer FPS boosts performance for Roblox, CS reducing ping ,memory

    Optimizer FPS,Fps Booster is a lightweight tool 🎮 that boosts your system’s performance for popular games like Roblox, CS, and Valorant. It’s particularly effective for Roblox, where it helps to reduce ping 🌐 and improve overall gameplay 🚀. Even if you’re using a low-end PC, Optimizer FPS can enhance your gaming experience by optimizing settings and providing smoother, more responsive gameplay. Here’s a detailed look at what it can do:
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project