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

View related business solutions
  • 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
  • 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
  • 1
    A simple and easy to use configure file parser utility in C++ Language, which have only 1 hpp file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Arabica is an XML and HTML processing toolkit written in C++ which provides SAX, DOM, XPath, and XSLT implementations. Source code is now hosted on GitHub - https://github.com/jezhiggins/arabica
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    Memory Profiler for C

    Simple C library for helping writting code with no memory leaks

    Memory Profiler for C is a very simple C library for helping developers writting code which contains no memory leaks. It keeps track of all the allocated dynamic memory and allows for its printing. The source code is very simple and easily customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    T5

    Simple and easy to use configuration file reading library

    T5 is a simple and easy to use configuration file reading and library. It can read from INI files both with and without section tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 5

    ionPulse

    Developer's friendly IDE

    ...The IDE is currently in a very early (yet already usable) stage. New features are constantly being added, old ones - changed, thus any feedback is appreciated. The primary supported language is PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ActiveLock is an open-source copy protection, software licensing framework for all development enviroments supporting COM+ architecture. Core DLL available in VB2008 and VB6. Samples in C++, C#, Excel/Access VBA and keygens in PHP, ASP.NET available.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Simple framework for developing cross platform games in C++ or Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Application Framework is a library aiming at providing a rich set of generic classes and functions enabling rapid development of robust and safe applications. The library is written in C++ and places emphasis on clean and extensible object-oriented design and efficient algorithms. It is intended as a replacement and extension of the Standard Template Library (STL) that would be closer to modern trends in IT represented by the Base Class Library in .NET or the Java Class Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Learn More
  • 10
    Simple C/C++ Unit test framework, extensible with console user interface and graphics user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LibSylph
    LibSylph is a cross-platform C++ basic utility and data processing library. It has classes and methods that facilitate reading, writing, processing and sharing data in various kinds of formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Common Text Transformation Library of C++ classes and functions to parse and modify STL strings. CTTL substring classes may be compared, inserted, replaced, and parsed with EBNF grammars. Compiled program implements recursive descent LL(INF) parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    imagen library

    imagen library

    Simple, Object-Oriented Image Encoder/Decoder

    imagen is a simple, object-oriented imaging library designed for easy encoding/decoding of images.It provides semi-advanced reading and writing capabilities for common image file formats for use in virtually any software application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Scheduler Simulator
    SCHEDuler SIMULAtor (originally sched_sim) is a simple C++ event driven simulator of scheduling policies (single processor). Currently supported scheduling policies are: FIFO, LIFO, EDF, LST, RM, DM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Win32::DirectX is a Win32 platform native interface to DirectX for Perl. It provides a simple object-oriented interface to the DirectX API, with support for 3d graphics, sound and device input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    If you have many documents those written in several type such as pdf, chm, doc, html... How can you fast search their contents concurrently? Rebook software solves that problems. How can you get differences things between them? Rebook software supports that problems. How can you get similar things between them? Rebook software supports that problems. While you are typing a document/text, how can you fast reference the give contents in your documents?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PandaIDE for PHP

    PandaIDE for PHP

    PandaIDE for PHP is a lightweight IDE for PHP Debugging

    ...Some IDEs are too complicated to configure them to work, and some only support php file debugging only, do not support php script in html file, or too many bugs, too big size and too slow .etc. I am not a completist, but I am not used to using IDE like these. So I build this PandaIDE project. PandaIDE for PHP is not intended to be the best PHP IDE in the world. I don't plan to integrate eveything into it too.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    UDatCtrl

    Small C++ lib includes container types with auto memory management

    My purpose is to create relatively small but functional library, that implements commonly used data structures like smart pointers, arrays and matrices. These classes should (if it's possible) look like 'normal' pointers or arrays but also should realize simple memory managemnets with reference counting and some additional functionality. I'm going to create lite-weight and handy interface for some scientific and engineering calculations instead of some monsters like MATLAB or etc. I'm not pretending for create something enormous and mega cool, but I'm trying to create lib for my special tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    win_auto_complete

    Wrapper for windows IAutoComplete stuff

    Simple C++ classes to customize IAutoComplete stuff. Now implemented array of strings (static and dynamic) and MRU list (most recent used strings).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Windows Extension (WE)
    The Windows Extension (WE) is an encapsulation of Windows API. The distinct features of WE are: 1. C++ interface; 2. simple interface for common usage, but advanced usage; 3. low coupling degree; 4. no framework, no pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    User AES-128 bit encryption in counter mode of operation. supports interactive mode of operation and command line mode of operation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    Camel Threads

    A C++ cross platform thread library

    Camel Threads is a C++ multithreading library. It has a powerful object oriented API and it supports everything required for functional multithread programming. It's cross platform and will compile on any system that uses POSIX or Windows threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    C++ realization of HAML Реализация HAML на C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is simple library to allow writing ATI CAL kernels directly in C++. The syntax is very similar to OpenCL. Also C++ wrapper for CAL is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SchizoCopy

    SchizoCopy

    Schizocopy is a utility software for Copying/Moving Files in Windows

    SchizoCopy is a software application for Microsoft Windows that is designed to be used to move or copy computer files. As an alternative to the Default Windows OS copy operations, it is designed to be faster and have more functionality than the native tool. SchizoCopy offers many unique offers besides providing fastest copying speed. It has an unique option for "Backup support" in case of unexpected shutdown or System exit you can always resume your ongoing Copy/Move operations.
    Downloads: 12 This Week
    Last Update:
    See Project