59 projects for "php-simple-html-dom-parser" with 2 filters applied:

  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    DB Browser for SQLite

    DB Browser for SQLite

    The DB Browser for SQLite

    ...This program is not a visual shell for the sqlite command line tool, and does not require familiarity with SQL commands. It is a tool to be used by both developers and end users, and must remain as simple to use as possible in order to achieve these goals. Import and export records as text, import and export tables from/to CSV files, import and export databases from/to SQL dump files, issue SQL queries and inspect the results, examine a log of all SQL commands issued by the application, plot simple graphs based on table or query data.
    Downloads: 88 This Week
    Last Update:
    See Project
  • 2
    testssl.sh

    testssl.sh

    Testing TLS/SSL encryption anywhere on any port

    testssl.sh is a free command-line tool that checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. testssl.sh is free and open-source software. You can use it under the terms of GPLv2, please review the License before using it. Works for Linux, Mac OSX, FreeBSD, NetBSD and WSL/MSYS2/Cygwin out of the box, no need to install or configure something, no gems, CPAN, pip or the like. OpenBSD only needs bash to be...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Claude Code

    Claude Code

    Claude Code is an agentic coding tool that lives in your terminal

    Claude Code is an intelligent agentic coding assistant that lives in your terminal and understands your entire codebase. It helps developers code faster by executing routine tasks, explaining complex code snippets, and managing git workflows—all via natural language commands. Claude Code integrates seamlessly into your terminal, IDE, or GitHub by tagging @claude to interact with your code context. The tool is designed to simplify development by automating repetitive work and providing...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4

    Simple Java Image Tool

    Easy-to-use command line tool for images

    SJIT is an easy-to-use command line program to analyze, manipulate and convert image files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    s3cmd

    s3cmd

    Command line tool for managing Amazon S3 and CloudFront services

    Open-source tool to access Amazon S3 file storage. S3cmd is a free command line tool and client for uploading, retrieving and managing data in Amazon S3 and other cloud storage service providers that use the S3 protocol, such as Google Cloud Storage. Lots of features and options have been added to s3cmd since its very first release in 2008.... we recently counted more than 60 command line options, including multipart uploads, encryption, incremental backup, s3 sync, ACL and Metadata...
    Leader badge
    Downloads: 923 This Week
    Last Update:
    See Project
  • 6
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    csv2odf

    csv2odf

    csv2odf can convert csv data to formatted spreadsheets and documents.

    csv2odf can create business intelligence reports from csv data sources with output to ods, odt, html, xlsx, or docx documents. It uses a template file that you design to control the layout, fonts, and colors. Just query your database with output to csv (or tsv), then use csv2odf to insert the data into your template to produce a nice looking formatted output. It is a command line tool and you can automate the generation of reports by using scripts and cron.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hypercube

    Hypercube

    Graph visualizing tool

    Hypercube is a tool for visualizing DOT (graphviz), GML, GraphML, GXL and simple text-based graph representations as SVG and EPS images. Hypercube comes with a Qt based GUI application and a Qt-independent command-line tool. It uses a simulated annealing algorithm to lay out the graph, that can be easily parameterized to achieve the desired look. The main development goals are portability and easy usage rather than high performance and complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    gensched

    HTML schedule generator from list of events

    EDIT 2018/08: this project has been moved to https://gitlab.com/skramm/gensched all further developments will be over there. This is a command-line tool that generates HTML schedule pages for college or universities small structures. it generates a week-based schedule from an input file holding a list of events. It also computes various information and statistics, and shows these in various useful ways, all on static HTML pages that can be printed or hosted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MindCloud Integration Platform Icon
    MindCloud Integration Platform

    For small and medium sized businesses utilizing any online software looking to automate processes and scale their company.

    MindCloud is a software company that builds and maintains custom connections between your software and other platforms utilizing a cutting edge integration platform allowing you to eliminate manual data entry and start automating and scaling your business.
    Learn More
  • 10
    Image to Ascii Art

    Image to Ascii Art

    Convert images to Ascii Art, with a lot of options and drawing tools

    This started as a simple image to ascii converter. However it has evolved into a much more complete ascii art suite. It has many features, including image adjustments, brighness, contrast, proportions) several image libraries, drawing and editing tools, a command line tool and more. The interface has been designed with special care, to include all tools in an easy and understandable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libxmldiff is a library to provide diff functions for XML files. It is shipped with xmldiff, a simple command line tool to demonstate libxml functionnalities. See the project xmltreenav for a GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KiCad library wizard
    At the moment its simple command line tool to create nice looking schematic libraries in kicad. I hope that it would be usefull for someone. dont need to click anything just write/paste pin names and thats it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RDFConvert

    commandline syntax convertor for RDF

    RDFConvert is a simple command-line tool for converting RDF file betweeen different syntax formats. It is based on the OpenRDF Rio parser toolkit, and currently supports RDF/XML, Trig, Trix, Turtle, N3, N-Triples, RDF/JSON, JSON-LD, Sesame Binary RDF and N-Quads.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    vcf2csv

    (abandoned and outdated project) convert vcard data into csv format

    vcf2csv is a command line tool, written in ANSI-C (C90), converts a vcard (vcf) file to csv. Please note: the ability to generate HTML-files will be removed in the near future.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Simple command-line tool to download/upload firmware to/from STM32 MCU with factory preprogrammed serial bootloader. Look <a href="http://openfacts2.berlios.de/wikien/index.php/BerliosProject:STM%20Flasher">wiki</a> for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A very simple command line tool to convert OSM files to Shapefiles. Written in Java. Think of it as a self-study project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ACLbit is a command line tool to backup and restore POSIX ACLs on Linux file systems. The tool uses its backup database to inspect ACLs and provide fast and clear output of effective access rights.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Tibia Map Tool

    A simple command line tool that operates on Tibia automap files.

    A simple command line tool for merging Tibia maps and dumping them to BMP files. DOES NOT WORK WITH FLASH CLIENT MAPS (YET).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HXPath

    XPath HTML parser

    HXPath is a command line tool useful to extract data from HTML documents. HXPath can select sub trees, like the standard xpath tool, but is also able to read contents and attributes and output them in a bash friendly format. HTML Tidy and HTTP/HTTPS get are built in too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Diva is a command-line tool for dispersal-vicariance analysis, a simple method for inferring the distributional history of organisms (Ronquist, F. 1997. Systematic Biology 46:193-201).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    a small and simple command line tool which helps to batch download files after applying a filter on filenames or extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SimpleDriveWiper is a very simple command line tool that allows you to wipe the free space of a drive/partition. Its purpose is to obfuscate the residual of data that remains even after attempts have been made to remove it. For Windows,Linux and Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Command Line Progress Bar is a simple command line tool to display information about a data transfer stream. It will display the number of bytes transfered, the speed of the transfer, and if the size of the data stream is known it will display the ETA, p
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 24
    jTCPfwd started as a simple Java command line tool to forward TCP ports. Lots of other features are added, for example for forwarding TCP connections over reverse TCP connections, UDP/HTTP tunnelling or writing files to a network share.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    Simple java bases command line tool that compile many mp3 files to one
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next