[go: up one dir, main page]

HTML/XHTML Software for Mac

View 40 business solutions

Browse free open source HTML/XHTML software and projects for Mac below. Use the toggles on the left to filter open source HTML/XHTML software by OS, license, language, programming language, and project status.

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    XDXF - XML Dictionary Exchange Format
    XDXF is a project to unite all existing open dictionaries and provide both users and developers with universal XML-based format, convertible from and to other popular formats like Mova, PtkDic, StarDict, ABBYY Lingvo etc. * New drafts of format can be found here: https://github.com/soshial/xdxf_makedict/tree/master/format_standard * The development of dictionary converter moved to Github: https://github.com/soshial/xdxf_makedict
    Leader badge">
    Downloads: 129 This Week
    Last Update:
    See Project
  • 2
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    The Ray Tracing in One Weekend series of books are now available to the public for free online. They are now released under the CC0 license. This means that they are as close to public domain as we can get. (While that also frees you from the requirement of providing attribution, it would help the overall project if you could point back to this web site as a service to other users.) These books are formatted for printing directly from your browser, where you can also (on most browsers) save them as PDF. In Ray Tracing in One Weekend, you will build a simple brute-force path tracer. Continuing with Ray Tracing: The Next Week, you will add textures, volumes (like fog), rectangles, instances, lights, and support for lots of objects using a bounding volume hierarchy (BVH). Finally, with Ray Tracing: The Rest Of Your Life, we'll dive into the math of creating a very serious ray tracer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    ai-edu

    ai-edu

    AI education materials for Chinese students, and teachers

    Summary of open source community teaching resources for artificial intelligence education. This community is an artificial intelligence education and learning co-construction community created by the artificial intelligence education team of Microsoft Research Asia (MSRA). Under the guidance of the Ministry of Education, relying on the new generation of artificial intelligence open research and education platform, the R&D team of Microsoft Research Asia and the Academic Cooperation Department will provide comprehensive support for this community. We will provide real cases of artificial intelligence application development, as well as supporting tutorials, tools and other learning resources. Frontline teachers and learners in the field of artificial intelligence will also share their resources and experience.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Bash Scripting

    Bash Scripting

    Free Introduction to Bash Scripting eBook

    This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting. The first 13 chapters would be purely focused on getting some solid Bash scripting foundations then the rest of the chapters would give you some real-life examples and scripts.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Improve User Retention, UX and usability from your web or mobile app. Icon
    Improve User Retention, UX and usability from your web or mobile app.

    Get user testing from a global network of passionate crowdtesters. Optimize your web or mobile app for flawless performance.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 5

    Edition Visualization Technology

    Digital edition visualization software

    EVT is a tool that creates web-based diplomatic and/or interpretative editions starting from XML TEI-encoded documents. The current release, EVT v. 1.3, builds upon the feature set of the previous releases and adds support for quite a number of new features: * added a new navigation bar; * added support for translations in multiple languages; * added support VisColl style sheets; * added support for comment and critical <note>s; * added support for verse numbering and visualization; * many bugs fixed! Go download it and check for yourself! For more information about how to use and/or customize EVT please refer to the EVT Manual included in the archive you downloaded, just look in the "doc" folder. Please send all feedback to evt.developers@gmail.com.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Student Center is a web based student and teacher portal with the ability to organize homework assignments, display news, and show other relevant information. This project includes the use of PHP5, MySQL, a template system, and LDAP authorization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Atheneum is a bookstore inventory system written in Java 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Awesome Portfolio Websites

    Awesome Portfolio Websites

    Personal portfolio for researchers, developers, and analysts

    A community-maintained open-source project aimed at making a personal portfolio for researchers, developers and analysts. Simple, fast and less cumbersome. We make sure you have a full-fledged website to showcase your work while you can spend time on your learning and innovative endeavors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Code Guide

    Code Guide

    Standards for developing consisten and sustainable HTML and CSS

    Code Guide is a set of standards for developing consistent, flexible, and sustainable HTML and CSS. It comes from years of experience writing code on projects of all sizes. It's not the end-all be-all, but it's a start. Don't capitalize tags, including the doctype. Use soft tabs with two spaces, they're the only way to guarantee code renders the same in any environment. Nested elements should be indented once (two spaces). Always use double quotes, never single quotes, on attributes. Don't include a trailing slash in self-closing elements, the HTML5 spec says they're optional. Don’t omit optional closing tags (e.g. </li> or </body>). Enforce standards mode and more consistent rendering in every browser possible with this simple doctype at the beginning of every HTML page. Authors are encouraged to specify a lang attribute on the root html element, giving the document's language. This aids speech synthesis tools to determine what pronunciations to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • 10

    JHOVE

    File validation and characterization

    JHOVE provides functions to perform format-specific identification, validation, and characterization of digital objects. JHOVE should not be confused with JHOVE2, a product with similar aims but a completely separate code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Learning JavaScript Design Patterns

    Learning JavaScript Design Patterns

    Repo for my 'Learning JavaScript Design Patterns' book

    Learning JavaScript Design Patterns is released under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 unported license. It is available for purchase via O'Reilly Media but will remain available for both free online and as a physical (or eBook) purchase for readers wishing to support the project. This edition was updated to ES2015+ syntax in 2021. Design patterns are reusable solutions to commonly occurring problems in software design. They are both exciting and a fascinating topic to explore in any programming language. One reason for this is that they help us build upon the combined experience of many developers that came before us and ensure we structure our code in an optimized way, meeting the needs of problems we're attempting to solve. Design patterns also provide us a common vocabulary to describe solutions. This can be significantly simpler than describing syntax and semantics when we're attempting to convey a way of structuring a solution in code form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MetaXplode is simply an e-book organizer, an Automatic Meta Data Generator for Electronic Books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    "Education meets Technology"Open Educate CMS is a fully extensible CMS for educational institutions. Open Educate uses Orbit-42 for database flexibility, Smarty templates for customization, toolkits for modibility, JavaScript and CSS for presentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Open Source with Pradumna

    Open Source with Pradumna

    Resources and materials to get yourself started with open source

    Open Source guide, contains resources and materials to learn and get yourself started with Open Source, Git, and GitHub. Building the repo you need to get started with Open Source. This repo contains resources and materials to learn and get yourself started with Open Source, Git and GitHub. The repo content is divided into several Pages for better structuring, easy navigation and making learning easier. Contains 15 days of Twitter threads and blogs that I posted during the Bootcamp. Contains step by step guide (Written + Screenshots + Video) on how to create an Issue, cloning/forking a repo, creating a Pull Request etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RegExr

    RegExr

    Tool for creating, testing, and learning about Regular Expressions

    RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). RegExr was created by gskinner.com, and is proudly hosted by Media Temple. Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & JavaScript flavors of RegEx are supported. Validate your expression with Tests mode. The side bar includes a Cheatsheet, full Reference, and Help. You can also Save & Share with the Community, and view patterns you create or favorite in My Patterns. Explore results with the Tools. Replace & List output custom results. Details lists capture groups. Explain describes your expression in plain English. It provides full RegEx Reference with help & examples. Undo & Redo with ctrl-Z / Y in editors. Search for & rate Community Patterns. You can also group multiple tokens together and create a capture group for extracting a substring or using a backreference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Travian VN Clone script T3 - 2013
    VN Travian Clone, maded by various people, it has some bugs, but its relatively the best avaliable T3 clone. You have to setup and use! There is a reference readme in the package, but you will need to figure it out! The README file is in the package or here in SF unfer Files menu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VigiWeb is a digital text maiden as a web site to present a collection of topics about Surveillance in Public Health
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    code2web is a toolkit for converting source code (Java,JavaScript,XML,JSP,SQL and more) to HTML with a wide array of features, including CSS customization, outline generation, automatic documentation liking, selective highlighting and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dbook is a collection of programs to manage a big book collection on the command line Including: ISBN checker and converter, Amazon book information retrieval, [book data base, lend record] create bibtex out of latex/tex automatically. DBook is also a Document creation tool which can be found under http://www.dbook.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Web-based tool for viewing publicly-available documents and annotating and analysing them semantically and syntactically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    java2web is a java to html source code converter which a wide array of features, including CSS customization, outline generation, automatic javadoc liking, selective highlighting and a lot more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Automatic publishing system for www. TeX interpreter with pure php and css. Output is %filename%.html and %filename%.css files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VideLibri

    VideLibri

    Client for public libraries

    VideLibri lists the books you have borrowed from a public library and lets you search the library catalog from your local device. It has all the usual features of a library OPAC, i.e. viewing, renewing, searching and ordering books. It also renews all due books automatically and can do other things only a locally running app can do, like keeping a history of all ever borrowed books across multiple libraries. Developed in 2006, it is the world's first library app, and by supporting 20 different kinds of OPACs from different vendors, it is compatible with more libraries than any other app. So far VideLibri has been tested with 200 libraries in Germany/Austria/Switzerland successfully, but it was designed to allow any user to add their own library without requiring any/much programming knowledge. For this any URL of any webpage can be entered in VideLibri together with an arbitrary query. The spin-off cli-tool Xidel can run these queries on any non-library webpage.
    Leader badge">
    Downloads: 1,796 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next