Giter Club home page Giter Club logo

bitvisuals's Introduction

BitVisuals

WARNING - This was my very first haskell project. Beware, there be dragons!

A simple tool for visualizing bitwise manipulation inside the Haskell REPL (GHCi).

$ stack ghci
...
bitvisuals-0.1.0.0: initial-build-steps (lib)
Configuring GHCi with the following packages: bitvisuals
GHCi, version 8.2.2: http://www.haskell.org/ghc/  :? for help
...
Loaded GHCi configuration from ~/.ghc/ghci.conf
[1 of 5] Compiling Internal.BitOps  ( ~/bitvisuals/src/Internal/BitOps.hs, interpreted )
[2 of 5] Compiling BitOps           ( ~/bitvisuals/src/BitOps.hs, interpreted )
[3 of 5] Compiling BitPrinters      ( ~/bitvisuals/src/BitPrinters.hs, interpreted )
[4 of 5] Compiling BitAlgos         ( ~/bitvisuals/src/BitAlgos.hs, interpreted )
[5 of 5] Compiling Welcome          ( ~/bitvisuals/src/Welcome.hs, interpreted )
Ok, five modules loaded.
λ: printBinXor 222 111
  Decimal      Binary
    222       11011110
^   111       01101111
------------------------------
    177       10110001

λ:

Note: Gifs outdated, but it's all roughly the same

BitVisuals Demo

If you are stuck, trying loading running "main" in the Welcome module. You should see something like the following:

BitVisuals Methods

bitvisuals's People

Contributors

hkailahi avatar

Watchers

 avatar

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.