Showing 13 open source projects for "liblpsolve55.so"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    React Native Navigation

    React Native Navigation

    A complete native navigation solution for React Native

    ...At this point you need to display your UI. To do so, listen to the appLaunched event and call Navigation.setRoot when that event is received. When your app is launched, RN makes sure JS context (which is what enables you to execute JavaScript code) is running. There are quite a few differences between iOS and Android in this regard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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 global style of the App, including colors, navigation bars, input boxes, lists, etc. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    EarlGrey

    EarlGrey

    iOS UI Automation Test Framework

    ...This greatly increases test stability and makes tests highly repeatable. EarlGrey works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild). To prioritize and improve EarlGrey, the framework collects usage data and uploads it to Google Analytics. More specifically, the framework collects the MD5 hash of Bundle ID, Test Class Names and Test Method Names.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MBProgressHUD

    MBProgressHUD

    MBProgressHUD + Customizations

    ...It depends on the following Apple frameworks, which should already be included with most Xcode templates. The main guideline you need to follow when dealing with MBProgressHUD while running long-running tasks is keeping the main thread work-free, so the UI can be updated promptly. The recommended way of using MBProgressHUD is therefore to set it up on the main thread and then spinning the task, that you want to perform, off onto a new thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 5
    V2RayX

    V2RayX

    GUI for v2ray-core on macOS

    ...The app focuses on everyday ergonomics: quick start/stop, connection status at a glance, and easy import/export of configurations. Under the hood it delegates actual data plane work to the V2Ray core, so updates to protocols and transports are inherited by installing newer cores. Users who juggle multiple profiles can organize them and switch based on need, keeping complex setups manageable. For macOS users who want V2Ray’s flexibility with minimal terminal time, V2RayX offers a straightforward control surface.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 6
    InstagramKit

    InstagramKit

    The unofficial Instagram iOS SDK

    An extensive Objective C wrapper for the Instagram API, completely compatible with Swift. The framework is built atop AFNetworking’s blocks-based architecture and additionally, parses JSON data and creates model objects asynchronously so there’s absolutely no parsing on the main thread. It’s neat, fast and works like a charm. InstagramKit uses UICKeyChainStore as an optional sub-dependency for Keychain access. If you opt to use the optional pod, InstagramKit resumes your authenticated sessions across App launches, without needing any additional code. InstagramAppClientId is your App's Client Id and InstagramAppRedirectURL, the redirect URI which is obtained on registering your App on Instagram's Developer Dashboard. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FoldingTabBar.iOS

    FoldingTabBar.iOS

    Folding Tab Bar and Tab Bar Controller

    ...We wanted to make this component expand and contract in response to a user tapping. When the component is closed you can only see a central button (“+”). When tapping on it, our custom Tab Bar expands letting other tabBarItems appear, so that the user can switch the controllers. YALFoldingTabBarController is a subclass of UITabBarController with custom animating YALFoldingTabBar. Each separate tabBarItem can have two additional buttons on the left and right. These buttons can be used to let a user interact with a selected screen on the YALFoldingTabBarController without even having to leave it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FXBlurView

    FXBlurView

    UIView subclass that replicates the realtime background blur effect

    ...The implementation emphasizes performance, using caching and adjustable update intervals so you can trade accuracy for speed on older devices. It’s useful anywhere you want depth and hierarchy cues—overlays, modals, toolbars—without manually pre-blurring assets in a graphics editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FlatUIKit

    FlatUIKit

    A collection of awesome flat UI components for iOS

    FlatUIKit is a collection of lightweight, “flat design” UI components for iOS that predates and complements Apple’s modern visual style. It supplies drop-in controls—buttons, alerts, segmented controls, switches—and category helpers for colors and typography so interfaces look clean and consistent. The emphasis is on simple shapes, solid fills, and crisp edges rather than skeuomorphic textures, making it easy to theme entire apps with a few palette choices. Because it’s built as UIKit subclasses and categories, integration is straightforward: you can adopt pieces incrementally without rewriting existing screens. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    SWTableViewCell

    SWTableViewCell

    An easy-to-use UITableViewCell subclass

    SWTableViewCell brings swipeable utility actions to UITableViewCell, mimicking the native Mail app’s left/right swipe behaviors on iOS. It wraps a cell’s content in a scrollable container so revealing actions feels smooth and physics-correct, while keeping layout compatibility with Auto Layout. Developers configure arrays of utility buttons for either side and receive delegate callbacks when a button is tapped or the cell’s state changes. The library manages gesture conflicts, ensures only one cell is open at a time if desired, and provides helpers to programmatically show/hide utility views. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sol° for iOS

    Sol° for iOS

    Sol° beautifully displays weather information

    Sol° beautifully displays weather information so you can plan your day accordingly. Check the weather in your current location or any city around the world. Sol° uses the Wunderground.com Weather API for all of its weather data. In order to build for your own device, you will need to obtain an API key. Your Wunderground API key should be written to a file named "API_KEY" and imported into your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NYXImagesKit

    NYXImagesKit

    A set of efficient categories for UIImage class

    ...NYXImagesKit is designed to be very efficient, vDSP is used when possible, some filters use Core Image or vImage to be as fast as possible. The project is a static library so that you don't have to import the sources in your own project and build them each time. NYXImagesKit fully supports ARC out of the box, there is no configuration necessary. Also, as it is a library you can use it without problems in a non-ARC project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    subclass of NSOutlineView so that it can do animations when expanded and collapsed
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next