Giter VIP home page Giter VIP logo

code's Introduction

I Code for NO Code. ๐Ÿš€

1chooo.com Home Page

The Source Code of my Problem-Solving.

โœจ I moved my focus on GO.
Visit my Blog ๐Ÿ‘‰๐Ÿป Hugo's Blog and Medium ๐Ÿ‘‰๐Ÿป Hugo ChunHo Lin.

This repository contains the source code of my problem-solving journey. I will be sharing the process of my problem-solving skills, coding practices, and the journey of my software engineering. I will keep updating this repository with my software engineering journey.

๐Ÿ“‡ My LeetCode Stats

๐Ÿ’ช๐Ÿป How to Contribute

Pull requests (PRs) are welcome! ๐ŸŽ‰

Important

Please follow these guidelines to contribute to this repository:

File Naming Convention:

  • Use the format: <source>/<id>_<question_name>.<language>.
  • For example: leetcode/0001_two_sum.go.

Commit Message Format:

  • Use the format: git commit -m "feat(<source>): <id> <question_name>".
  • For example: git commit -m "feat(leetcode): 0001 Two Sum".

Forking this Repository:

Fork the 1chooo/code repository into your own workspace.

Cloning the Repository to Your Workspace:

$ git clone [email protected]:<your_workspace_name>/code.git

Setting Upstream Remote:

$ git remote add upstream [email protected]:1chooo/code.git

$ git remote -v
origin  [email protected]:<your_user_name>/code.git (fetch)
origin  [email protected]:<your_user_name>/code.git (push)
upstream        [email protected]:1chooo/code.git (fetch)
upstream        [email protected]:1chooo/code.git (push)

Pull Requests:

If you have any valuable ideas to contribute, please create a pull request and provide details about the outstanding work you've done.

Issue Reporting:

If you encounter any problems while contributing to this project, please report the issues in the 1chooo/code/issues section.

Important

Make sure to synchronize and update your repository before writing any code.

  1. Run git stash save to temporarily stash your local changes.
  2. Run git fetch upstream to sync the source project with your local copy.
  3. Run git checkout main to switch to the main branch.
  4. Run git merge upstream/main to merge the updated remote version into your local copy. If there are no conflicts, the update process is complete.
  5. Run git stash pop to apply your temporarily stashed changes back to your working directory. Resolve any conflicts if necessary.

๐Ÿ“ฑ CONTACT INFO.

Hugo ChunHo Lin

๐Ÿ“ฉ E-mail: [email protected]
๐Ÿงณ Linkedin: Hugo ChunHo Lin
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป GitHub: 1chooo

๐Ÿชช LICENSE

Released under MIT by @1chooo

This software can be modified and reused without restriction. The original license must be included with any copies of this software. If a significant portion of the source code is used, please provide a link back to this repository.

Made with โค๏ธ by @1chooo

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.