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

Hi I'm Ananthakrishnan Nair RS

A student developer😃 from India 🇮🇳

Me 👨‍💻

A web developer & Open Source Enthusiast, currently pursuing B.Tech in CSE discipline. My field of interest is DL/ML, App/Web Development. Looking for an organization where I can utilize whatever knowledge I have gathered or acquired till now and further enhance my skill-sets in the IT field. I am the type of guy who always learns by implementing, always having a strong desire to learn. I spend most of my time contributing to Open-Source Projects and software.

  • 🔭 I’m currently working on ....ml
  • 🌱 I’m currently learning .... python
  • 👯 I’m looking to collaborate on .... open source projects
  • 🤔 I’m looking for help with .... ml & js
  • 💬 Ask me about .... SQL,python, cpp
  • 📫 How to reach me: Email

Hello World

GitHub Statistics 📊


Tech Skills 💻

B B B B B B B B B B B B B B

Projects

Connect With Me 📥

Linkedin Twitter

Show ❤️ By Starring My

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.