Giter Site home page Giter Site logo

pandemonium's Introduction

pandemonium

Small tool to help convert chaotic output into json data for evaluation. I don't really know what exactly I want, but right now it works like this:

Let's say your program outputs data like so:

SOME_DELIMITER
time: 12
output: 1 5 2 9
path: ./path/to/some/file
SOME_DELIMITER (Start of next block)

Or like so:

SOME_DELIMITER
time: 5
random garbage

output: 2 5
random print statement: 1 5 2 3 2 4
path: ./path/to/other/file
SOME_DELIMITER (Start of next block)
...

Now the goal is to easily parse this into JSON without having to write or copy-paste together any python code. By specifying a config file (which I should probably call schema, but w/e) like this:

{
    "sep": "SOME_DELIMITER",
    "stringKeys": ["path"],
    "floatKeys": [],
    "intKeys": [time, output],
}

You can do this by calling pandemonium ./config.json ./path/to/data.

I'd like to clarify again that this is not great and a work-in-progress. I feel like this could be practical, but right now it probably isn't.

Oh and this is in Haskell, because I wrote it in Haskell.

pandemonium's People

Contributors

moorts 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.