Code Monkey home page Code Monkey logo

atem's Introduction

atem -- metastock reverse
=========================

atem converts metastock binary data to ASCII text. It was written due to the
lack of a fast and reliable tool.
The most useful tool so far was ms2asc by Mohammed Illyas Mansoor but there are
several bugs and issues which can't be fixed because Mohammed seems to be
unreachable and unfortunately he'd never released the source code.

The project homepage (bugtracker, latest git repo) is hosted on github
 https://github.com/rudimeier/atem
Released source tarballs and static binaries download here
 https://bitbucket.org/rudimeier/atem/downloads
Binary rpms for various Linux distros here
 http://software.opensuse.org/download.html?project=home:rudi_m&package=atem



Reasons to use atem
-------------------

 - It's fast, factor 15-20 compared with ms2asc.
 - Full support of EMaster files. Most other tools are just ignoring them which
   may results in wrong dates and loss of symbol descriptions.
 - Correct handling case sensitivity of file names.
 - Simple but powerful command line interface.
 - BSD open source license.
 - Support for both big and little endian systems.



Installation
------------

Building from source requires a C++ compiler (tested with icc/icpc and gcc/g++).
Windows has been successfully tested using cygwin and mingw.

When building from git checkout you need the autotools and gengetopt and don't
forget to type "autoreconf -vfi" first.

 ./configure
 make
 make install



Usage
-----

By default atem reads metastock data from current directory and writes complete
time series to stdout, see
 atem --help
You'll find some sample data in the test directory.



Known issues / TODO (feedback is welcome)
-----------------------------------------

 - So far atem has been extensively tested on x86_64 Linux only. There might be
   problems on other architectures because of the optimized to_string functions.
   In this case try './configure --disable-fast-printing'.



Contact Information
-------------------

  If you have questions, bug reports, patches etc., contact
  Ruediger Meier <[email protected]> (in English or German).

atem's People

Contributors

hroptatyr avatar rudimeier avatar

Watchers

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