Coder Social home page Coder Social logo

simpledb's Introduction

SimpleDB

A (very) simple database written in C [for training purposes]

simpledb

The code is written to show an example of the implementation of "classic" console applications in Linux using the C language. The original code is working, but it is not without errors (which I'm accustomed of) and does not implement the declared functionality to the fullest.

Commiting to the repository:

  • Make sure you're introducing a small subset of changes with your commit

  • The resulting program should be working (no regressions allowed)

  • It should build fine with CFLAGS already present in Makefile (-O2 -Wall -Wextra -Wpedantic -Werror)

  • Please do not include unneeded files in your commit

  • Try to keep your git history clean

  • Put valuable information in description of your Pull request:

    • what's been implemented or fixed
    • brief description of how it works
    • how it differs from the already existing implementation (new functions introduced, logic changed, ...)
    • what are the benefits

    Please keep the PR description short and informative

  • Ask someone to review your proposed changes

  • Respect the CodingStyle

  • Run a lint check against your code and attach the generated report to PR

  • All PRs are merged after there are no reviews questions to the code being added (LFTM mark)

simpledb's People

Contributors

emblink avatar dude24fromnv 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.