Coder Social home page Coder Social logo

ndobrev / hpc_fmi_2016_assignments Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dtrendafilov/hpc_fmi_2016_assignments

0.0 3.0 0.0 27 KB

Repository to submit assignments for the HPC course at FMI - https://github.com/savage309/HPC_FMI

Shell 76.08% Batchfile 23.92%

hpc_fmi_2016_assignments's Introduction

HPC @ FMI 2016 Assignments repository

This repository will hold all submitted solutions to the assignments in the HPC course at FMI 2016.

To avoid being able to see other solutions, all the solutions MUST be stored in an encrypted form. Only the course teachers will be able to decrypt the solutions (in order to mark them).

Getting Started

  1. Clone the repository in your GitHub account and locally

  2. Install the GNU Privacy Guard from https://www.gnupg.org/download/index.html (There are binaries at the bottom of the page).

  3. Make sure gpg2 is in your PATH

  4. Import the assignments.pub_key

     gpg2 --import assignments.pub_key
    
  1. Trust the key

     gpg2 --edit-key [email protected]
    

    At the command prompt enter trust and when prompted enter 5. Detailed instructions are available here

Submitting a solution

NEVER submit a clear source solution!

To prevent you from accidentally submitting a clear source solution, all C/C++ source files are git-ignored in the repo.

  1. Create a folder named data//Faculty-Number-or-Name

    • Assignment-Number is 0, 1, 2, ...
    • Faculty-Number is your faculty number if you are an student enrolled in FMI course
    • Name is your {{FirstName}}{{LastName}} if you are not a student.

    See the data/sample_assignment/DimitarTrendafilov sample folder

  2. Create your solution

     gvim data/0/SampleStudent/solution.cpp
    
  3. Encrypt your solution

     gpg2 -a -r [email protected] -e data/0/SampleStudent/solution.cpp
    

    You can use the encrypt.sh and encrypt.bat files.

  4. Commit and push your encrypted solution into your GitHub clone of the repository

     git add data/0/SampleStudent/solution.cpp.asc
     git commit -m "SampleStudent's solution of assignement 0"
     git push
    
  5. โ— Make a pull request against the https://github.com/dtrendafilov/HPC_FMI_2016_Assignments repository

hpc_fmi_2016_assignments's People

Contributors

dtrendafilov avatar bojodimov avatar ndobrev avatar mayalekova avatar peshe avatar metavasko avatar fabuh avatar

Watchers

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