Giter Club home page Giter Club logo

lab_report_creator's Introduction

Lab_Report_Creator

This is tool to automate lab report creation using Cmake

Pre-requisites

  1. Git
  2. Make
  3. CMake

Command to get the pre-requisites in a debian based system (you can easliy find similar command for other distros):

# apt install git build-essentials cmake

Usage

Get the repo

Clone the repo using:

$ git clone --recursive-submodule <repo-url>

You can find the repo-url by clicking the green button "Clone or Download"

Note: We are using the cmake-pandocology project as the submodule so you need to use the --recursive-submodule flag to get it during cloning. Thanks to the contributers and owners of cmake-pandocology for building such a useful project.

Save your file in src floder as following:-

  1. description file as description.md.
  2. code file as code.c.
  3. input values file as input.txt.
  4. output of code as output.txt.
  5. flow chart image in src/img folder with name img.png

Change to build directory:

$ cd build

If build folder is already populated then run " rm -r * " in build folder then run following commands

$ cmake ..

$ make

You will get finaloutput.pdf file as your lab report in build/product.

lab_report_creator's People

Contributors

sudhanshu-dubey14 avatar shivcharansharma avatar

Watchers

James Cloos 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.