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

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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1
    Our goal was to develop a very simple programming language for expressing state machines. You can express the logic of a fairly complex, real life state machine in a single page of text that is easy to understand. Creates Java (C++ may be next).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OpenZz is a dynamic parser which allows its grammar to be extended by commands written in its own Zz language. Due to the interpreted and dynamic nature of the parser OpenZz can be used to develop both fast language prototypes and full compilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Course Compiler Design I at the ETH Zuerich (Switzerland). The course program is to write a simple compiler for educational language J01 (similar to Java, with restrictions) for a target platform (either DLX, SPARC or x86).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    It is basically an education Java compiler we are developing - just to gain an insight into the workings of a compiler. It is NOT meant for commercial use!! Its written in Java and uses ANTLR parser generator and the Byte Code Engineering Library extensiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    XPHP is an IDE authoring tool for Windows that allows you to design, develop, test, debug and deploy PHP applications. [This project has been discontinued since 2005]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PHPOS: this is a command line based system with different commands and utilitys. This might seem dull but the changelling feature is that it is writen in PHP. It is compiled using the PHP compiler so you dont have to have php installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a collection of several simple functional languages all based on combinator graph reduction techniques for interpretation. For now there's only one package here: lazy-l, which is an interpreter for Alonzo Church's untyped lambda calculus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Code translation utility to convert Php website code into a Java/J2EE JSP equivalent code. Conversion application is written in Java. Utilizes Antlr to translate between the languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The goal of the Alumni C compiler project is to write a new simple and easy to understand C compiler code for Graduate Students.
    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
    Silis OS is a online based operating system which will allow users to access their files and programs from any where in the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pgj is a parser generator written in Java. It generates a paser code for some programming language according to a template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The English Programming Language Compiler. A simple programming language that reads like plain English and compiles to Perl. "There is a variable called 'x'. Put the string of letters "Hello, world." into the variable 'x'. Print 'x' to the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TreeScript a next generation Java based language for inserting into and building large (proxy based) XML like object trees. It allows code and diverse data sources to be acted upon is if they were simple atomic and node type values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FlatCC FlatBuffers in C for C

    FlatCC FlatBuffers in C for C

    FlatBuffers Compiler and Library in C for C

    .... The JSON parser may change the interface for parsing union vectors in a future release which requires code generation to match library versions. This project builds flatcc, a compiler that generates FlatBuffers code for C given a FlatBuffer schema file. This introduction also creates a separate test project with the traditional monster example, here in a C version. The setup script builds flatcc using CMake, then creates a test project directory with the monster example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a project to create a compiler that converts grammars written in SRGS standard (http://www.w3.org/TR/speech-grammar/) to a graph understandable by HMM based ASR engines. Check srgs-parser.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SimpleCompiler

    Tools for creating code generators.

    SimpleCompiler is a suite of tools for generating compilers and code generators. A simple BNF style language is used to describe scanner and parser in a UTF-8 source file. The output is described with a template language that is used to add formatting to the parse tree. Code is generated that automatically traverses the parse tree and calls a method on a transformer object to modify the parse tree. Each node is visited in document order, and a method is called at the beginning and end...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Source files for an Antlr Implementation of an NFP VSL parser for the OMG MARTE Profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Программа предназначена для легкого создания программ для работы по сети в офисах организаций, предприятиях или домашних сетях.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SCOF provides a C/C++ toolchain that is easy to build, extend, and even embed within custom applications that wish to parse and interpret source code. It's goal is to be a C/C++ framework that is modular and easy to understand from beginning to end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    I want to build a Compiler that will compile C programs. compiler consists of lexical analysis stage,parser,syntax analysis,code generation stage. code for lexical analysis, parser is written in linux using lex and yacc tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    crypting

    Web based arduino programming suite

    A simple and direct web based arduino programming suite. Development will start soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple PHP compiler for a university subject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Blade Language Developer
    Blade Language Developer (or Project Blade for short) is a toolkit for creating domain specific or general programming languages. The toolkit offers a language for describing grammars, and templatable parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An error-tolerant parser for the theoretical computer language L2, defined by Sattar et. al.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    YARML or (Yet Another Readable Markup Langage) is a simple and readable markup language which have the same structure of XML but with new syntax which near to the syntax which used with the high level programming languages like Java,PHP, C and Python.
    Downloads: 0 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.