GithubHelp home page GithubHelp logo

oblivio / simple-crud-gw-membership Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnuweeb/simple-crud-gw-membership

0.0 0.0 0.0 41 KB

Simple CRUD database written in Assembly x86-64 (Linux, System V AMD64 ABI)

License: GNU General Public License v2.0

C 3.83% Assembly 87.31% Makefile 8.86%

simple-crud-gw-membership's Introduction

Simple CRUD GNU/Weeb Membership

This is a simple CRUD (Create, Read, Update, Delete) program written in Assembly x86-64, specifically for Linux with System V AMD64 ABI calling convention. It's still under development.

screenshot.jpg

Setup

sudo apt-get install gcc make -y;
git clone https://github.com/GNUWeeb/simple-crud-gw-membership;
cd simple-crud-gw-membership;
make;

# Run the program
./main;

Data Structure

In this program, we use the following struct layout to store the record.

struct member {
	char	name[64];		// Name
	char	tg_username[32];	// Telegram username
	char	gender;			// m (male), f (female), h (hidden)
};

Maintainer

Contribute

We welcome pull request on the GitHub repository https://github.com/GNUWeeb/simple-crud-gw-membership

Reach us on our Telegram group https://t.me/GNUWeeb.

License

This software is licensed under the GNU GPL-2.0

simple-crud-gw-membership's People

Contributors

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