Coder Social home page Coder Social logo

apolo-user-tools's Introduction

Apolo-User-Tools

This repository contains useful commands, aliases and tools that are available for all users in Apolo.

Feel free to add new commands, aliases. Check out our contribution guidelines

Repository structure

The repo contains two main directories: bash-tools and src

  • bash-tools: contains aliases or functions that are written in Bash. If you plan to add aliases put it in the file default-aliases in the section related with purpose of the alias. If more complex commands are needed, include it using another file in the same directory with a clear title.

  • src: contains directories with more complex commands that are written in any language, we specially encourage the use of Python. The directories inside src are application-specific, e.g: slurm, ansible, file-system, etc.

    • application-specific: these directories contain the different scripts that will become available commands to our users. These scripts could be in single files or directories. Commands in the same application-specific directory share the same environnement and language, libraries or other requisites. Each application-specific directory contains a single file that specifies these requisites, feel free to modify it.

This is an example of the directory structure:

apolo-user-tools/
├── bash-tools
│   ├── default-aliases
│   ├── default-functions
│   └── learning-users-aliases
├── CONTRIBUTING.md
├── LICENSE
├── README.md
└── src
    ├── file-system
    │   ├── command2.py
    │   ├── quotas
    │   │   ├── command1.py
    │   │   └── vars_file.py
    │   └── requirements.txt
    └── slurm
        ├── requirements.txt
        └── squeue-stats.py

apolo-user-tools's People

Contributors

jarcil13 avatar jocamp18 avatar jdpinedac avatar

Stargazers

Nicolás Guarín-Zapata avatar Camilo García avatar Alejandro Calle Saldarriaga avatar  avatar

Watchers

James Cloos avatar Mateo Gómez-Zuluaga avatar  avatar Sebastian Patiño avatar  avatar

Forkers

gabrielapuerres

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.