Search Results for "jquery-ui-1.10.3" - Page 4

Showing 395 open source projects for "jquery-ui-1.10.3"

View related business solutions
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • Enable access to virtual apps and desktops without device or browser restrictions. Icon
    Enable access to virtual apps and desktops without device or browser restrictions.

    For IT Professionals and Application Developers

    Parallels® RAS (remote application server) is a flexible virtual application and desktop delivery solution that empowers organizations of all sizes to work securely from anywhere, on any device.
    Learn More
  • 1
    Ice Menu Bar Manager

    Ice Menu Bar Manager

    Powerful menu bar manager for macOS

    Ice is a powerful menu bar management tool. While its primary function is hiding and showing menu bar items, it aims to cover a wide variety of additional features to make it one of the most versatile menu bar tools available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flutter Location

    Flutter Location

    A Flutter plugin to easily handle realtime location in iOS and Android

    A simple way to get the user's location without thinking about permission. This library aims at providing you with a simple way to get the user location without thinking about permission. It's also heavily configurable so you can easily get better performance or better battery. It currently supports Android, iOS, macOS and Web. Support for the remaining platforms is incoming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Difference

    Difference

    Simple way to identify what is different between 2 instances

    Better way to identify what's different between 2 instances. Have you ever written tests? Usually they use equality asserts, e.g. XCTAssertEqual, what happens if the objects aren't equal? Xcode throws a wall of text at you. This forces you to manually scan the text and try to figure out exactly what's wrong, what if instead you could just learn which property is different?
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Learn More
  • 5
    KeyboardLayoutGuide

    KeyboardLayoutGuide

    KeyboardLayoutGuide, back from when it didn't exist

    KeyboardLayoutGuide, back from when it didn't exist. Simply constrain your views to the KeyboardLayoutGuide's top anchor the way you would do it natively. If you add your view in Interface Builder, don't forget to enable the "Remove at build time" checkbox for the bottom constraint. By default, KeyboardLayoutGuide will align your item with the bottom safe area. This is a behaviour that can be opt out by using keyboardLayoutGuideNoSafeArea instead of keyboardLayoutGuide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    react-native-action-sheet

    react-native-action-sheet

    A cross-platform ActionSheet for React Native

    React Native Action Sheet is a cross-platform React Native component that uses the native UIActionSheet on iOS and a pure JS implementation on Android. ReactNativeActionSheet uses React context to allow your components to invoke the menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ShowCaseView

    ShowCaseView

    Flutter plugin that allows you to showcase features on flutter app

    A Flutter package allows you to Showcase/Highlight your widgets step by step. Auto Scrolling to active showcase feature will not work properly in scroll views that renders widgets on demand(ex, ListView, GridView). In order to scroll to a widget it needs to be attached with widget tree. So, If you are using a scrollview that renders widgets on demand, it is possible that the widget on which showcase is applied is not attached in widget tree. So, flutter won't be able to scroll to that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fritter

    Fritter

    A privacy-friendly Twitter frontend for mobile devices

    Fritter is an open-source frontend for Twitter, focusing on giving you the best experience and keeping your data private, local, and in your hands. No tracking, with all data local. Save tweets locally and offline. See what's trending in the world. Light and Dark themes, protect your eyes. Follow and group accounts. View results without needing to vote. Find users and tweets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    react-native-graph

    react-native-graph

    Beautiful, high-performance Graphs and Charts for React Native

    react-native-graph is a Line Graph implementation based on the high-performance 2D graphics rendering engine "Skia". It's used in the Pink Panda Wallet app to power thousands of token graphs every day. Animations are ran using the Skia animation system and are fully natively interpolated to ensure best possible performance. If animated is false, a light-weight implementation of the graph renderer will be used, which is optimal for displaying a lot of graphs in large lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
    Learn More
  • 10
    Actions

    Actions

    Supercharge your shortcuts

    The app provides lots of powerful extra actions for the Shortcuts app on macOS and iOS. These actions make it significantly easier to create shortcuts. Want to run shortcuts directly from the iOS Lock Screen? Check out my Quick Launch app. And trigger shortcuts on your Mac from your iOS device with my Hyperduck app. And for high-quality transcription, see my Aiko app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Loki

    Loki

    Visual Regression Testing for Storybook

    There are a few visual regression tools for the web, but most either cannot be run headless or use phantomjs which is deprecated and a browser nobody is actually using. They usually also require you to maintain fixtures. With react-native it's now possible to target multiple platforms with a single code base, but there's no single tool to test all to my knowledge. Loki aims to have easy setup, no to low maintenance cost, reproducible tests independent of which OS they are run on, runnable on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pageboy

    Pageboy

    A simple, highly informative page view controller

    UIPageViewController done properly. Pageboy requires iOS 11 / tvOS 11; and is compatible with Swift 5. The delegate functions provided by a PageboyViewController are much more reliable and useful than what a raw UIPageViewController provides. You can use them to find out exactly where the current page is, and when it's moved, where it's headed. Simplified data source management & enhanced delegation. Dynamically insert & remove pages. Infinite scrolling support. Automatic timer-based page...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WaterfallGrid

    WaterfallGrid

    A waterfall grid layout view for SwiftUI

    A waterfall grid layout view for SwiftUI. You can create a grid that displays the elements of the collection by passing your collection of data and a closure that provides a view for each element in the collection. The grid transforms each element in the collection into a child view by using the supplied closure. WaterfallGrid works with identifiable data (like SwiftUI.List). You can make your data identifiable in one of two ways: by passing along with your data a key path to a property that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    react-native-pager-view

    react-native-pager-view

    React Native wrapper for the Android ViewPager and iOS

    This component allows the user to swipe left and right through pages of data. Under the hood it is using the native Android ViewPager and the iOS UIPageViewController implementations. See it in action! This library supports both architectures (Paper and Fabric). If you would like enable new architecture. This library supports new architecture! We have two example folders one for each architecture. If you are using this library in your own project there some extra steps needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PinLayout

    PinLayout

    Fast Swift Views layouting without auto layout

    Extremely Fast views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. PinLayout can layouts UIView, NSView, and CALayer. UIImageView's size is 100x100 and the layout is below the UINavigationBar with a margin of 10 pixels all around. UISegmentedControl is at the right of the logo image, use the remaining horizontal space with a left and right margin of 20 pixels. UILabel is below the UISegmentedControl with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flutter Local Notifications plugin

    Flutter Local Notifications plugin

    A Flutter plugin for displaying local notifications on Android, iOS

    A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux. Code for the cross-platform facing plugin used to display local notifications within Flutter applications. Code for the common platform interface. These can be found in the corresponding directories within the same name. Most developers are likely here as they are looking to use the flutter_local_notifications plugin. There is a readme file within each directory with more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ProgressHUD

    ProgressHUD

    ProgressHUD is a lightweight and easy-to-use HUD for iOS

    ProgressHUD is a lightweight and easy-to-use HUD for iOS. CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate the ProgressHUD into your Xcode project using CocoaPods, specify it in your Podfile. You can customize the color, font, image, animation type, and some other options. If you prefer not to use any of the dependency managers, you can integrate ProgressHUD into your project manually. Just copy the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    react-native-modal-datetime-picker

    react-native-modal-datetime-picker

    A React-Native datetime-picker for Android and iOS

    A declarative cross-platform react-native date and time picker. This library exposes a cross-platform interface for showing the native date-picker and time-picker inside a modal, providing a unified user and developer experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ActionSheetPicker

    ActionSheetPicker

    Quickly reproduce the dropdown UIPickerView / ActionSheet

    Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch. Easily present an ActionSheet with a PickerView, allowing the user to select from a number of immutable options. If you prefer not to use either of the aforementioned dependency managers, you can integrate ActionSheetPicker-3.0 into your project manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JDStatusBarNotification

    JDStatusBarNotification

    Highly customizable & feature rich notifications

    Highly customizable & feature rich notifications displayed below the status bar. Customizable colors, fonts & animations. Supports notch and no-notch devices, landscape & portrait layouts and Drag-to-Dismiss. Can display a subtitle, an activity indicator, a progress bar & custom views out of the box. iOS 13+. Swift ready!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Swinject

    Swinject

    Dependency injection framework for Swift with iOS/macOS/Linux

    Swinject is a lightweight dependency injection framework for Swift. Dependency injection (DI) is a software design pattern that implements Inversion of Control (IoC) for resolving dependencies. In the pattern, Swinject helps your app split into loosely-coupled components, which can be developed, tested, and maintained more easily. Swinject is powered by the Swift generic type system and first-class functions to define the dependencies of your app simply and fluently. Services must be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SwiftMessages

    SwiftMessages

    A very flexible message bar for iOS written in Swift

    SwiftMessages is a very flexible view and view controller presentation library for iOS. Message views and view controllers can be displayed at the top, bottom, or center of the screen, or behind navigation bars and tab bars. There are interactive dismiss gestures including a fun, physics-based one. Multiple background dimming modes. And a lot more! In addition to the numerous configuration options, SwiftMessages provides several good-looking layouts and themes. But SwiftMessages is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SCLAlertView

    SCLAlertView

    Beautiful animated Alert View written in Swift

    Animated Alert View written in Swift, which can be used as a UIAlertView or UIAlertController replacement. Since UIAlertView is deprecated and UIAlertController only works on iOS 8.x or above, if you have a Swift project where you want to support iOS 7.x too, SCLAlertView is an ideal substitution. I tried to build an easy to use API, while beeing flexible enough for multiple variations, but I'm sure there are ways of improving and adding more features, so feel free to collaborate with ideas,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NativeScript iOS

    NativeScript iOS

    NativeScript for iOS and visionOS using V8

    The nativescript-ios repository contains the runtime and core modules necessary for building and running NativeScript applications on iOS devices, enabling developers to create native iOS apps using JavaScript or TypeScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sonic iOS

    Sonic iOS

    Bridge of iOS Devices by usbmuxd

    sonic-ios-bridge is based on gidevice as the underlying iOS communication protocol. On this basis, peripheral auxiliary functions are enriched, such as automatic mounting of developer images, wda installation detection, iOS model mapping, direct use of command lines, etc. To create a command-line iOS debugging tool that executes xctest, WebDriverAgentRunner, performance monitoring and other special functions across platforms. So you can use sib to perform cross-terminal iOS automation, iOS...
    Downloads: 0 This Week
    Last Update:
    See Project