Git Product home page Git Product logo

biicode.challenge's Introduction

Build Status

Challenge

Are you able to build and also create a reusable component from the following code in less than 1 hour? Prove it!

This code aims to build a wrapper around two linear system solvers, one dense, and the other sparse. Just the sources are provided, together with a simple test.

The source code might not be perfect, but the actual content of the files is irrelevant. The goal is to set up a project, build it from source, including it's dependencies, and run it, both the main application and tests. Then upload the result to somewhere in the internet, where it could be easily integrated and reused in new projects.

All code and dependencies are fully portable, so it must work in Windows, Linux and Mac platforms.

The project depends on the following libraries:

Eigen http://eigen.tuxfamily.org CSparse Version 3.1.0 http://www.cise.ufl.edu/research/sparse/CSparse/ Google GTest https://code.google.com/p/googletest/

Building with biicode

$ git clone https://github.com/biicode/challenge.git
$ cd challenge
$ bii buzz

Now you can launch the "solvertool app" inside the "bin" directory If you want to build and run the unit tests, just:

$ bii test

This latter command requires the following configuration in the biicode.conf file (provided for convenience, but you can directly edit it)

[tests]
    test1.cpp
    gtest_main.cc

[dependencies]
    gtest_main.cc + test1.cpp

To upload the result to biicode:

$ bii publish

biicode.challenge's People

Contributors

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