Coder Social home page Coder Social logo

bdlib's Introduction

BDlib

What's missing in SM

https://github.com/Ganondolf/BDlib

Installation

Copy the entire content of this library in a subfolder of your local directory. Then edit your default file and add the following to the startup2 macro:

    load2 "BDlib/bdlib.sm"
    init BDlib

Make sure you have the load2 macro in your default file:

load2 1
    # load macros in local default directory
    local define macro2 :       # get user directory
    macro read "$!macro2"$1     # read macro file

How to setup a local directory for SuperMongo

If you don't have a local directory, we provide here some basic instructions. A local SM environment consists in a config file .sm, located in your home directory, and a local directory, containing all of your macros. The name and location of the local directory are specified in the .sm file in the macro2 value:

macro2      /home/user/Sm/

For a comprehensive overview of the .sm file and available options, refer the sm manpage.

When SM is started, it will look for a file named default in the directory specified in macro2, load the macros it finds inside, and execute the startup2 macro, which should be defined in your default file. We provide an example default file with this library, already set up to work with BDlib and with some additional features.

History

BDlib is a collection of macros that were mainly developed by Giacomo Baso during his Ph.D. at the University of Padova, with contributions by the Padova Cosmology and Structure Formation group and collaborators, including but not limited to Mario Bonamigo, Giulia Despali, Carlo Giocoli, Bepi Tormen and Ravi K. Sheth.

bdlib's People

Contributors

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