Coder Social home page Coder Social logo

akrish4 / learn-by-write Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 4.0 210 KB

This is a open source contribution repository , Anyone can fork , and make changes and make a PR , Happy Learning.

License: MIT License

Python 23.29% HTML 35.38% Java 41.33%
hacktoberfest hacktoberfest2020 happy-learning python3

learn-by-write's Introduction

Learn-By-Write

This is a open source contribution repository , Anyone can fork , and add any topic like cpp , perl and add contents and make a PR , Happy Learning.

           LinkedIn Python contributions welcome License Forks Stargazers Issues Contributors



Process are as follows :-

  • Have a github account
  • Star the repository.
  • Fork it.
  • Make Changes.

💥 How to Contribute ?

learn-by-write's People

Contributors

aalrehn avatar akrish4 avatar arkprocoder avatar banerjeesoumya15 avatar dynotechno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn-by-write's Issues

min() and max() features

Fun fact about min() and max() is that these functions can help you to sort in alphabetical order! If a string is passed as an argument, min() will return the first letter (alphabetically) and max() the last one (somewhat zetabetically). And if you specify more than one value, min() will return the first string in alphabetical order and max(), in contrast, the last one. For example, min("alpha", "omega") gives you "alpha", while max("alpha", "omega") returns "omega".

For Example:
max("gloomy", "grey", "green")-"grey"
min("gloomy", "grey", "green")- "gloomy"

The “fatal: refusing to merge unrelated histories” Git error

The “fatal: refusing to merge unrelated histories” Git error occurs when two unrelated projects are merged (i.e., projects that are not aware of each other’s existence and have mismatching commit histories).

Consider the following two cases that throw this error:

  1. You have cloned a project and, somehow, the .git directory got deleted or corrupted. This leads Git to be unaware of your local history and will, therefore, cause it to throw this error when you try to push to or pull from the remote repository.

  2. You have created a new repository, added a few commits to it, and now you are trying to pull from a remote repository that already has some commits of its own. Git will also throw the error in this case, since it has no idea how the two projects are related.

Solution
The error is resolved by toggling the allow-unrelated-histories switch. After a git pull or git merge command, add the following tag:

git pull origin master --allow-unrelated-histories

Delete Readme files

Some folders have empty README.md file. If you don't need the README.md files in those folders, you may want to delete those files.

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.