crest-cassia / oacis_scripts

user-contributed code snippets for OACIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script samples for OACIS

A collection of code samples using APIs of OACIS. This repository is also intended to be a place for user-contributed scripts.

Contributing

Please contribute to this project by adding your codes to this repository. We accept your contributions by a standard github PR process. Please add your code under 'ruby' or 'python' directories.

  1. Fork this repository on github.
  2. Make a branch.
  3. Copy a template directory.
    • cd python; cp -r _template <title_of_your_code>
  4. Add your code and edit README.md.
    • Please add your short summary and usage.
    • Although we prepared a template for you, you do not always have to adhere to the template.
  5. git commit and make a Pull Request on github.

Contact

If you have any questions or comments, please feel free to send an email to oacis_dev _at_ googlegroups.com.

License

The MIT License (MIT) Copyright (c) 2018-2019 RIKEN, R-CCS

About

user-contributed code snippets for OACIS


Languages

Language:Ruby 67.1%Language:Python 32.9%