Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

mack-w/ve482-project-lemondb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LemonDB Recovered Files

Honor Code Pledge

If there is similar course materials assigned in the future, it is the responsibility of JI students not to copy or modify these codes, or other files because it is against the Honor Code. The owner of this repository doesn't take any commitment for other's faults.

Introduction

  • ./src Contains the source code for an old version of lemnonDB. The code was recovered from crash site. As far as we know the original developer used CMake as their building system.

  • ./bin Contains the lastest binary that survived the crash.

  • ./db Contains sample database files.

  • ./sample Sample inputs and outputs

Developer Quick Start

See INSTALL.md for instructions on building from source.

ClangFormat and EditorConfig are used to format codes.

Hint on using ClangFormat: find . -name "*.cpp" -o -name "*.h" | sed 's| |\\ |g' | xargs clang-format -i

And make sure your code editor has EditorConfig support.

Build Status

Copyright

Lemonion Inc. 2018

About

UM-JI ECE4820J Intro to OS - Course Project 2: LemonDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published