Code Monkey home page Code Monkey logo

data.triplets.kernel's Introduction

NuGet Version and Downloads count Build Status

Data.Triplets.Kernel

NuGet Package

Platform.Data.Triplets.Kernel

Useful links to understand code

Compile and Run

On Linux

Build library and test for it:

$ make

The Makefile configured to build the library as Platform.Data.Triplets.Kernel on any platform right now. But at autodeploy these libraries renamed into Platform_Data_Triplets_Kernel.dll (for Windows), libPlatform_Data_Triplets_Kernel.so (Linux) and libPlatform_Data_Triplets_Kernel.dylib (macOS). Latest version of binaries can be found at binaries branch.

Run test:

$ ./run.sh

To enable debug output put -DDEBUG option into makefile.

Compiled library will be available at Platform.Data.Triplets.Kernel folder as Platform_Data_Triplets_Kernel file.

To view resulting database file in binary:

$ od -tx2 -w128 db.links | less -S

On Windows

To build the code on Windows the compiler is required:

  1. Visual Studio
  2. MinGW

Using Visual Studio

Open Platform.Data.Triplets.Kernel.sln using Visual Studio (can be found in root folder of repository)

Press CTRL+SHIFT+B or F6 or use menu item (Build Solution or Build Platform.Data.Kernel) from Build menu.

Compiled library will be available at Debug/Release folder of in root folder of repository as Platform.Data.Triplets.Kernel.dll file.

To Run tests in Visual Studio use Test Explorer. Actual test are located at Platform.Data.Triplets.Kernel.Tests project.

Using MinGW

Run cmd with administrator rights.

Change directory cd to Platform\Platform.Data.Kernel folder.

Build library and test for it:

$ mingw32-make

Run test:

$ test

To enable debug output put -DDEBUG option into makefile.

Compiled library will be available at Platform.Data.Triplets.Kernel folder as Platform.Data.Triplets.Kernel file.

You can use any HEX Viewer/Editor to check for db.links structure after the test was run.

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.