Search Results for "php-simple-html-dom-parser" - Page 2

Showing 111 open source projects for "php-simple-html-dom-parser"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    Highlightr

    Highlightr

    iOS & OSX Syntax Highlighter

    ... highlight.js. This is actually quite fast! It will never be as fast as a native solution, but it's fast enough to be used on a real-time editor. It comes with a custom-made HTML parser for creating NSAttributtedStrings, is pre-processing the themes, and is preloading the JS libraries. As result it's taking around of 50 ms on my iPhone 6s for processing 500 lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Networking

    Networking

    Concise networking code leveraging async-await, Decodable & Generics

    Networking brings together URLSession, async-await (or Combine ), Decodable and Generics to simplify connecting to a JSON API. By providing a lightweight client that automates boilerplate code everyone has to write. By exposing a delightfully simple API to get the job done simply, clearly, and quickly. Getting swift models from a JSON API is now a problem of the past.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Reminders MenuBar

    Reminders MenuBar

    Simple macOS menu bar application to view and interact with reminders

    Simple macOS menu bar app to view and interact with reminders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tabman

    Tabman

    A powerful paging view controller with interactive indicator bars

    A powerful paging view controller with interactive indicator bars. Easy to implement page view controller with interactive indicator bars. Highly adaptable and powerful customization. Fully extensible with the mix-and-match component library. Built on Pageboy, a simple, informative page view controller. Automatically inserts child view controller contents. A bar will ask for a TMBarItemable for each page that is provided to the TabmanViewController data source. TMBarItemable is a protocol...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    RxSwift

    RxSwift

    Reactive Programming in Swift

    ... Rx implementation, RxSwift's intention is to enable easy composition of asynchronous operations and streams of data in the form of Observable objects and a suite of methods to transform and compose these pieces of asynchronous work. KVO observation, async operations, UI Events and other streams of data are all unified under abstraction of sequence. This is the reason why Rx is so simple, elegant and powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    FSNotes

    FSNotes

    Notes manager for macOS/iOS

    FSNotes is a modern notes manager for macOS and iOS. App respects open formats like GitHub Flavored Markdown, so you can easily write documents on iPhone and MacBook. It's simple and blazing fast! Sync via iCloud Drive. 3D Touch and configurable keyboard. TextBundle and EncryptedTextBundle containers. Pinned notes are kept in sync with the desktop app. Dynamic fonts (iOS 11+). Night mode by location or screen brightness. Sharing extension. Encrypted note support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Swift Cross UI

    Swift Cross UI

    A cross-platform declarative UI framework, inspired by SwiftUI

    SwiftCrossUI implements a simple API similar but not identical to SwiftUI, allowing you to use the basic concepts of SwiftUI to create a cross-platform desktop app. SwiftCrossUI is designed to be flexible and can work with different backends, but has a focus on using GTK+ through SwiftGTK. Create cross-platform desktop apps for macOS, Linux and Windows. Work has been started to support multiple different backends. Switching backends only requires changing a single line of code! Currently...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    SPAlert

    SPAlert

    Native alert from Apple Music & Feedback

    Popup from Apple Music & Feedback in AppStore. Contains Done, Heart, Error and other. Supports Dark Mode and SwiftUI. I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music. The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It’s integrated with the Swift build system to automate the process of downloading,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    ... to replicate Apple Maps Behavior on the iPhone SE size class devices. Pulley is an easy to use drawer library meant to imitate the drawer in iOS 10/11's Maps app. It exposes a simple API that allows you to use any UIViewController subclass as the drawer content or the primary content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    Starscream is a conforming WebSocket (RFC 6455) library in Swift. Once imported, you can open a connection to your WebSocket server. Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends text/string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SkeletonView

    SkeletonView

    A way to show users that something is happening and prepare them

    Today almost all apps have async processes, such as API requests, long running processes, etc. While the processes are working, usually developers place a loading view to show users that something is going on. SkeletonView has been conceived to address this need, an elegant way to show users that something is happening and also prepare them for which contents are waiting. When using elements with text, SkeletonView draws lines to simulate text. Besides, you can decide how many lines you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bluesnooze

    Bluesnooze

    Sleeping Mac = Bluetooth off

    Bluesnooze prevents your sleeping Mac from connecting to Bluetooth accessories. If you pair Bluetooth headphones or speakers with both your phone & Mac it can be frustrating when your sleeping Mac connects intermittently and disrupts the audio. With Bluesnooze the Bluetooth connection is switched off when your Mac sleeps, and switched on when your Mac wakes.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    BartyCrouch

    BartyCrouch

    Incrementally update/translate your Strings files

    BartyCrouch incrementally updates your Strings files from your Code and from Interface Builder files. "Incrementally" means that BartyCrouch will by default keep both your already translated values and even your altered comments. Additionally, you can also use BartyCrouch for machine translating from one language to 60+ other languages. Using BartyCrouch is as easy as running a few simple commands from the command line which can even be automated using a build script within your project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Plot

    Plot

    A DSL for writing type-safe HTML, XML and RSS in Swift

    Welcome to Plot, a domain-specific language (DSL) for writing type-safe HTML, XML and RSS in Swift. It can be used to build websites, documents and feeds, as a templating tool, or as a renderer for higher-level components and tools. It’s primary focus is on static site generation and Swift-based web development. Plot enables you to write HTML using native, fully compiled Swift code, by modeling the HTML5 standard’s various elements as Swift APIs. The result is a very lightweight DSL that lets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Setting

    Setting

    Compose beautiful preference panels

    Compose beautiful preference panels. Simple but powerful syntax (powered by result builders). Create nested pages and groups. Fully searchable. Native integration with SwiftUI and AppStorage. Comes with pre-made components: Toggle, Button, Slider, etc. Style components with native SwiftUI modifiers. Show and hide components dynamically. Add your own custom SwiftUI views. Works on iOS and macOS. The setting is available via the Swift Package Manager. Requires iOS 15+ or macOS Monterey and up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Yodd's AI Chat

    Yodd's AI Chat

    This app uses the OpenAISwift library, ChatGPTSwift library and OpenAI

    Welcome to Yodd AI Chat, your new AI-powered chatbot companion! Yodd AI Chat uses the latest OpenAI API to provide you with an unparalleled chat experience. Whether you're looking for a friendly conversation or need some help with a problem, Yodd AI Chat is here to help. Free chatbot app for OpenAI's ChatGPT. Yodd's ChatGPT is a free and open-source implementation of the OpenAI API in Swift for iOS. It uses the OpenAISwift framework, ChatGPTSwift framework and OpenAI framework. Apparenlty...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    wallpapper

    wallpapper

    Console application for creating dynamic wallpapers for macOS Mojave

    This is a simple console application for macOS to create dynamic wallpapers introduced in macOS Mojave. Here you can watch how dynamic wallpapers work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Laundry Management System

    Laundry Management System

    Small Laundry and Dry Cleaning Business Application

    Laundry Management System is a better solutions for Small Laundry and Dry Cleaning business vendors with increased security from SQL injection, vulnerability and hackers. Its user friendly Laundry POS Screen Application. We are team of talented designers and developers making user friendly software to grow your small laundry and dry cleaning business digitally without spending a lot of money. for more details contact us on https://laundry.startplugtechnologies.com
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    EasyDMG2ISO

    EasyDMG2ISO

    The easiest way to convert DMG files to ISO.

    EasyDMG2ISO is a small and useful utility to convert DMG files to ISO or CDR format. A DMG file is a kind of Disk Image File commonly used on macOS platform. Sometimes it may be necessary to have the Disk Image in ISO or CDR format for compatibility reasons with other platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Stringz

    Stringz

    Powerful editor for localizing iOS, macOS, tvOS applications

    ... duplicate values and has many more useful features that take a painful and tedious task like localizing your app and converting it to an easy and simple task.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    MacSymbolicator

    MacSymbolicator

    Symbolicating macOS/iOS crash reports, easily

    A simple Mac app for symbolicating macOS/iOS crash reports.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SwiftDate

    SwiftDate

    Toolkit to parse, validate, manipulate, compare and display dates

    SwiftDate is the definitive toolchain to manipulate and display dates and time zones on all Apple platform and even on Linux and Swift Server Side frameworks like Vapor or Kitura. From simple date manipulation to complex business logic SwiftDate maybe the right choice for your next project. From simple date manipulation to complex business logic SwiftDate maybe the right choice for your next project. SwiftDate can recognize all the major datetime formats automatically (ISO8601, RSS, Alt RSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.