Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coderunner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coderunner

  • 1.0.14
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

CodeRunner

Build Status

CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code.

Installation

CodeRunner requires several system dependencies which are explained in the dependencies/README.md file.

From RubyGems:

$ gem install coderunner

From source:

$ rake build
$ gem install -l pkg/coderunner-x.x.x.gem

Coding Style Guide

These bullet points are taken from here: https://github.com/bbatsov/ruby-style-guide

  • Indentation is strictly two spaces, i.e. not tabs.
  • Where possible do not exceed 80 columns. This makes the code much more readable.
  • Avoid unnecessary comments or inline comments, try to write code which is self documenting or have a short comment preceding your code.
  • Do not use the ';' character to write several statements on one line.
  • If in doubt refer to the style guide.

Copyright (c) 2016 Edmund Highcock. See LICENSE.txt for further details.

FAQs

Package last updated on 04 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc