GithubHelp home page GithubHelp logo

eliminmax / colortest Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 261 KB

Code to print out a test pattern for 256-color terminals, written in many languages

C 2.40% JavaScript 3.02% Python 2.17% Shell 38.40% Brainfuck 15.74% Rust 2.43% Perl 2.18% Java 3.45% Ruby 2.24% C# 3.47% Go 2.11% PowerShell 2.93% Haskell 1.60% Kotlin 2.20% R 2.12% Scala 2.28% PHP 2.21% C++ 2.52% Fortran 3.36% COBOL 3.18%
256-colors ansi-colors ansi-escape ansi-escape-codes ansi-escape-sequences console-application terminal

colortest's People

Contributors

eliminmax avatar

Stargazers

 avatar

Watchers

 avatar

colortest's Issues

AWK implementation uses non-standard "\x1b"

According to Appendix A section 7 of the GAWK (GNU AWK) documentation (link), using \xNN to represent a character with the hex value 0xNN, is not part of the AWK standard (here). That said, the GAWK documentation page states that it is supported by gawk, mawk, and Brian Kernighan's awk, which it states are "the three most widely used freely available versions of awk". When testing for portability, I tested against those 3, as well as the BusyBox AWK implementation, which appears to also support the \xNN functionality, so I did not catch it.

Possible license issue

The OCaml implementation uses a snippet from StackOverflow, which I credited properly.

The problem is that StackOverflow code snippets are CC-BY-SA license, which is not GPL compatible.

Need to rewrite the code snippet in question

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.