jaxvanyang / lang-study

A repository used to learn several language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

Lang Study

A repository used to study several languages or technology books.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Thank you for checking this! This repository includes some of my practice codes and several little tools. I want to make best practice in my codes so that it can inspire others. If you found any problem, please report it to me.

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them on Arch Linux.

  • GCC
    pacman -S gcc
  • Make
    pacman -S make
  • OpenJDK
    pacman -S jdk-openjdk

Build

  1. Clone the repo
    git clone https://github.com/jaxvanyang/lang-study.git
  2. Change directory to c-cpp/
    cd lang-study/c-cpp
  3. Build with make
    make
  4. Clean
    make clean

(back to top)

Usage

C/C++

  1. Open c-cpp/
    cd c-cpp
  2. Build with make
    make
  3. Run binary from bin/
    bin/24_points

(back to top)

Roadmap

  • Add Demo
  • Add more usage examples

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the AGPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Jax Young - jaxvanyang@gmail.com

Project Link: https://github.com/jaxvanyang/lang-study

(back to top)

Acknowledgments

(back to top)

About

A repository used to learn several language

License:GNU Affero General Public License v3.0


Languages

Language:HTML 72.4%Language:C++ 9.5%Language:Jupyter Notebook 5.7%Language:C 4.7%Language:Assembly 2.6%Language:Java 2.4%Language:Makefile 1.8%Language:Python 0.4%Language:Perl 0.3%Language:Shell 0.2%Language:PowerShell 0.0%Language:Raku 0.0%Language:Batchfile 0.0%