Giter Club home page Giter Club logo

cuis-ports's Introduction

Cuis-Ports

This repository contains various Smalltalk packages that have been ported to Cuis. Where possible, the original source that the package is based on has been noted in this document as well as in the package description field.

Text Processing

XML

XML-Parser - Obsolete and has been removed... replaced by optional YAXO package in main Cuis repository.

XPath - Based on XML-Parser-AlexandreBergel.15.mcz XPath. Split out from XML-Parser

Installation

 | slash |

slash :=  FileDirectory slash.

{
     '..', slash, 'Cuis-Ports', slash, 'XPath.pck.st'.
     '..', slash, 'Cuis-Ports', slash, 'XPathTests.pck.st' .
}
do:
[ :fileName | CodePackageFile installPackageStream:
             (FileStream concreteStream readOnlyFileNamed: fileName)
]    

HTML

HTML - a tolerant HTML parser. Does a decent job of consuming the various malformed/invalid HTML out on the web. Based on HTML-sd.2.mcz found at http://squeaksource.com/@HDNjkoaXwriIV8js/Q0l6qq8Y

Regular Expressions

VBRegex - A native regex implementation - no plugin required. Based on http://www.squeaksource.com/Regex/VB-Regex-damienpollet.17.mcz

Other

BTree - Jonathan Kelly's BTree implementation

Math

Moved to https://github.com/pbella/Cuis-OpenGL

OpenGL

Moved to https://github.com/pbella/Cuis-OpenGL

OMeta 2

Moved to https://github.com/pbella/OMeta-Cuis

Misc notes:

The *Tests.pck.st files contain the SUnit tests for their base package name and can be ignored unless you have problems or plan to make changes to the package. (i.e. if you just want to use the package and it's working for you, don't worry about the test projects)

It is intended that this repository will not contain any non-permissive licenses (i.e. requiring more than attribution credit) such as GPL'd code to avoid potential issues. Any ports that are distributed under less permissive licenses will be distributed via separate repositories as needed.

Other packages

Also see this more comprehensive list of ports from the larger Cuis community https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/OptionalPackagesForCuis.md

cuis-ports's People

Contributors

hhzl avatar pbella avatar

Stargazers

 avatar Ivan Sukin avatar  avatar  avatar  avatar gurehamu avatar

Watchers

German Arduino avatar  avatar

Forkers

hhzl

cuis-ports's Issues

missing parent/parent: accessors in XMLNode

Hi Phil, I am using XMLWriter class and after loading the latest XMLParser package I am reporting errors while creating an XMLElement explicitly using

XMLElement named: 'whatever' .

I was able to fix this and another similar issue implementing parent and parent: accessors in class XMLNode.
Hope this can help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.