Search Results for "visual-c-runtimes-all-in-one-may-2025"

Showing 1593 open source projects for "visual-c-runtimes-all-in-one-may-2025"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • Time tracking software for the global workforce Icon
    Time tracking software for the global workforce

    Teams of all sizes and in various industries that want the best time tracking and employee monitoring solution.

    It's easy with Hubstaff, a time-tracking and workforce management platform that automates almost every aspect of running or growing a business. Teams can track time to projects and to-dos using Hubstaff's desktop, web, or mobile applications. You'll be able to see how much time your team spends on different tasks, plus productivity metrics like activity rates and app usage through Hubstaff's online dashboard. Most of the available features are customizable on a per-user basis, so you can create the team management tool you need.
    Learn More
  • 1
    SCLAlertView-Objective-C

    SCLAlertView-Objective-C

    Beautiful animated Alert View. Written in Objective-C

    Animated Alert View written in Swift but ported to Objective-C, which can be used as a UIAlertView or UIAlertController replacement.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Image Crop Picker

    Image Crop Picker

    iOS/Android image picker with support for camera, video, etc.

    Image Crop Picker is an iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping. Module is creating tmp images which are going to be cleaned up automatically somewhere in the future. If you want to force cleanup, you can use clean to clean all tmp files, or cleanSingle(path) to clean single tmp file. Some of these types may not be available on all iOS versions.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    PLCrashReporter

    PLCrashReporter

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

    ...The easiest way to use PLCrashReporter is by using AppCenter. However, if you want to use PLCrashReporter directly, grab the latest release at the releases page. Crash 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: 13 This Week
    Last Update:
    See Project
  • 4
    LGAlertView

    LGAlertView

    Customizable implementation of UIAlertViewController, UIAlertView

    Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage. Instead of change properties for every new alert view, you can use appearance to set them all only once and new alert views will use it by default. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 5
    Keycastr

    Keycastr

    KeyCastr, an open-source keystroke visualizer

    ...Simply unlock this menu and check the box next to KeyCastr to enable it. On older versions of macOS, or if for some reason the app doesn't appear under the Input Monitoring menu (or if you want to pre-enable it) then you may manually add it to the list of apps in the Accessibility menu. If KeyCastr is already in the list, then click the, button and add KeyCastr again to be certain that the right application is chosen. Make sure to check the "Display all keystrokes" checkbox if you would like to display more than just the modifier keys.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 6
    KeepingYouAwake

    KeepingYouAwake

    Prevents your Mac from going to sleep

    KeepingYouAwake is a small menu bar utility for macOS (Version 10.12 and newer) that can prevent your Mac from entering sleep mode for a predefined duration or as long as it is activated. The app is a small wrapper around Apple's caffeinate command line utility. All current versions of macOS ship with this tool by default. On a MacBook this only works as long as the lid is open. This utility will not harm your Mac because it is based on an official command line tool by Apple. Version 1.5.2 is the latest release that supports macOS Yosemite and El Capitan. KeepingYouAwake uses Sparkle's ui-separation-and-xpc branch to deliver updates. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Sequel Ace

    Sequel Ace

    MySQL/MariaDB database management for macOS

    Sequel Ace is the "sequel" to the longtime macOS tool Sequel Pro. Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 8
    IGListKit

    IGListKit

    A data-driven UICollectionView framework for building fast lists

    ...With the IGListDiffable plugin for remodel by facebook, you can automatically generate models conforming to the IGListDiffable. Remember that IGListKit functions on one model per section controller. You want to create a Post model that contains all of the information that the cells require.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    PINCache

    PINCache

    Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

    ...It is a key/value store designed for persisting temporary objects that are expensive to reproduce, such as downloaded data or the results of slow processing. It is comprised of two self-similar stores, one in memory (PINMemoryCache) and one on disk (PINDiskCache), all backed by GCD and safe to access from multiple threads simultaneously. On iOS, PINMemoryCache will clear itself when the app receives a memory warning or goes into the background. Objects stored in PINDiskCache remain until you trim the cache yourself, either manually or by setting a byte or age limit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • E-commerce Fulfillment For Scaling Brands Icon
    E-commerce Fulfillment For Scaling Brands

    Ecommerce and omnichannel brands seeking scalable fulfillment solutions that integrate with popular sales channels

    Flowspace delivers fulfillment excellence by pairing powerful software and on-the-ground logistics know-how. Our platform provides automation, real-time control, and reliability beyond traditional 3PL capabilities—so you can scale smarter, faster, and easier.
    Learn More
  • 10
    FMDB

    FMDB

    A Cocoa / Objective-C wrapper around SQLite

    ...FMDB 2.7 is largely the same as prior versions, but has been audited for nullability. For Objective-C users, this simply means that if you perform a static analysis of your FMDB-based project, you may receive more meaningful warnings as you review your project, but there are likely to be few, if any, changes necessary in your code. For Swift users, this nullability audit results in changes that are not entirely backward compatible with FMDB 2.6, but is a little more Swifty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SocketRocket

    SocketRocket

    A conforming Objective-C WebSocket client library

    ...To do so, just drag and drop the SocketRocket.xcodeproj file into your workspace. Included are setup scripts for the python testing environment. It comes packaged with vitualenv so all the dependencies are installed in userland. SocketRocket includes a demo app, TestChat. It will "chat" with a listening websocket on port 9900. The sever takes a message and broadcasts it to all other connected clients.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Syncthing for macOS

    Syncthing for macOS

    Official frugal and native macOS Syncthing application bundle

    ...Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet. None of your data is ever stored anywhere else other than on your computers. There is no central server that might be compromised, legally or illegally. All communication is secured using TLS. The encryption used includes perfect forward secrecy to prevent any eavesdropper from ever gaining access to your data. Every device is identified by a strong cryptographic certificate. Only devices you have explicitly allowed can connect to your other devices.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Privileges

    Privileges

    For Mac users in enterprise environments

    Privileges for macOS is designed to allow users to work as standard user for day-to-day use, by providing a quick and easy way to get administrator rights when needed. When you do need admin rights, you can get them by clicking on the Privileges icon in your Dock. We believe all users, including all developers, can benefit from using Privileges. Working as a standard user instead of an administrator adds another layer of security to your Mac and is considered a security best practice. Privileges help enable users to act as administrators of the system only when required.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    React Native Camera Kit

    React Native Camera Kit

    A high performance, easy to use, rock solid camera library

    ...A temporary file is created. You must move this file to a permanent location (e.g. the app's 'Documents' folder) if you need it beyond the current session of the app as it may be deleted when the user leaves the app. You can move files by using a file systems library such as react-native-fs or expo-filesystem. (On Android we currently have an unsupported output path prop but it's subject to change at any time).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Sloth

    Sloth

    Mac app that shows all open files, directories, sockets, pipes, etc.

    Sloth is a native Mac app that shows all open files and sockets in use by all running processes on your system. This makes it easy to inspect which apps are using which files and sockets. View all open files, directories, IP sockets, devices, Unix domain sockets and pipes. Filter by name, access mode, volume, type, location, or using regular expressions. Sort by name, process ID, user ID, process type, bundle identifier, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    GitUp

    GitUp

    A Git interface to work quickly and safely

    ...GitUp's Snapshot feature builds a Time-Machine-like history of every change made to your repo, allowing you to step backwards to any point in time. Rewrite, split, delete, and re-order commits, fixup and squash, cherry-pick, merge, rebase, etc. It's all here, and it's lightning-fast. Surf your repo, make changes, and rewind it all back with a few short keystrokes.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 17
    FlexLib

    FlexLib

    FlexLib is an Objective-C layout framework for iOS

    ...FlexLib has better readability. View the autolayout written by others is really boring. For page like the following image, you don't need UITableView any more. Just write everything in one xml. It's much simpler and maintainable. The calculation for height of complex UITableViewCell is really boring. With FlexLib, all the calculation is automatically. FlexScrollView (the subclass of UIScrollView) can manage its contentSize automatically. I'm sure it will save you a lot of time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flash-MoE

    Flash-MoE

    Running a big model on a small laptop

    ...It likely includes support for GPU acceleration and parallel processing, enabling it to handle large-scale workloads effectively. The architecture emphasizes speed and efficiency, making it suitable for both research and production environments where performance is critical. It may also provide tools for benchmarking and tuning model behavior. Overall, flash-moe represents a technical advancement in making MoE models more practical and deployable.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Lunar

    Lunar

    Intelligent adaptive brightness and monitor control app for macOS

    ...It intelligently adapts to environmental conditions by using external or built-in ambient light sensors and location-based cues like sunrise and sunset times. Users can fine-tune many aspects of their displays, including volume, contrast, screen orientation, and input switching, all through native macOS interfaces or customizable hotkeys. The tool also includes advanced features such as dimming below 0% for low-light conditions and blackout controls that power off screens without disrupting connected hardware.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    CocoaPods

    CocoaPods

    The Cocoa Dependency Manager

    CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 82 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    TeXShop

    TeXShop

    TeX previewer for Mac OS X

    ...TeXShop uses TeX Live, a standard distribution of Tex programs maintained by the TeX Users Group (TUG) for Mac OS X, Windows, Linux, and various other Unix machines. The distribution includes tex, latex, dvips, tex fonts, cyrillic fonts, and virtually all other programs and supporting files commonly used in the TeX world. The most recent version of this distribution is maintained for the Mac by the MacTeX TeXnical Working Group of the TeX Users Group and available under the "Obtaining" tab.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 22
    TrollStore

    TrollStore

    Permanent sideloading utility for iOS apps without jailbreak

    TrollStore is a powerful iOS utility that allows users to permanently sideload and install unsigned apps on supported iOS versions without needing a jailbreak. Exploiting specific system vulnerabilities, it bypasses code signing restrictions and offers an alternative to TestFlight or AltStore. TrollStore is aimed at developers, power users, and enthusiasts who want more freedom over their iOS devices.
    Downloads: 389 This Week
    Last Update:
    See Project
  • 23
    Geode iOS Launcher

    Geode iOS Launcher

    Manages installing and launching Geometry Dash for iOS

    Geode iOS Launcher is a specialized utility designed to install, manage, and launch a modified version of Geometry Dash with Geode modding support on iOS devices, overcoming Apple’s restrictive app distribution policies through sideloading techniques. It acts as a bridge between the Geode modding ecosystem and iOS, enabling users to run modded versions of the game without requiring a traditional jailbreak. The application supports multiple installation methods, including SideStore, developer...
    Downloads: 668 This Week
    Last Update:
    See Project
  • 24
    Facebook SDK for iOS

    Facebook SDK for iOS

    Integrate the Facebook Platform with your iOS & tvOS apps

    ...Find your target audience with Custom Audiences for Mobile Apps. A secure and convenient way for people to log into your app or website using Facebook. To provide functionality within the Facebook iOS SDK, we may receive and process certain contact, location, identifier, and device information associated with Facebook users and their use of your application. The information we receive depends on what SDK features third party applications use. Download and integrate the Audience Network SDK for iOS to monetize your app with Facebook ads.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Titanium SDK

    Titanium SDK

    Native iOS and Android Apps with JavaScript

    ...Titanium SDK is licensed under the OSI-approved Apache Public License (version 2). Titanium lets you develop cross-platform native mobile applications and build great mobile experiences using JavaScript. Access hundreds of native UI and non-visual components (such as networks and media APIs) within your application. Easily include third-party modules in your apps with Titanium's wide selection of community modules and premium support integrations.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB