Code Monkey home page Code Monkey logo

leachingsimulations's Introduction

LeachingSimulations

Contaminant Transport in Microcosms

For viewing in "nbviewer": http://nbviewer.jupyter.org/github/DayTimeChunks/LeachingSimulations/tree/master/

This repository collects progress on leaching models written in python.

To contribute follow these steps: http://rogerdudler.github.io/git-guide/

A. Download the project to your computer

  1. Fork the project to your own GitHub account (see fork button on top right corner of GitHub page)
  2. In the terminal change to the directory where you want to store the project
  3. Clone it by typing in the command window: "git clone" + "http address of the repository" (note: must have Git installed)
  4. Make the changes needed in your computer.

B. Commit Changes

  1. After you've made changes to the files in local directory (i.e. your computer), check the status on your terminal by typing :"git status"
  2. Add the files you edited: "git add " or to add all files: "git add *"
  3. To actually commit these changes use: " git commit -m "Commit message" ". Now the file is committed to the HEAD, but not in your remote repository yet.

C. Push Changes

  1. To send those changes to your remote repository, execute: "git push origin master". Change master to whatever branch you want to push your changes to.

D. Branching

  1. Make new branch locally: git checkout -b new_branch_name

  2. Switch back to master: git checkout master

  3. Delete the branch locally: git branch -d new_branch_name

  4. Delete the branch remotely: git push origin --delete new_branch_name or:

  5. Make it available remotely: git push origin new_branch_name

leachingsimulations's People

Contributors

daytightchunks avatar pabloalvzal avatar

Watchers

 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.