All Projects → blackbird71SR → Programming-Quotes

blackbird71SR / Programming-Quotes

Licence: other
Repository containing various programming quotes

Projects that are alternatives of or similar to Programming-Quotes

Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+2046.15%)
Mutual labels:  help-wanted, beginner-friendly
Dark Fantasy Hack Tool
DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
Stars: ✭ 131 (+403.85%)
Mutual labels:  help-wanted, beginner-friendly
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+2461.54%)
Mutual labels:  help-wanted, beginner-friendly
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (-3.85%)
Mutual labels:  help-wanted, beginner-friendly
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (-7.69%)
Mutual labels:  help-wanted, beginner-friendly
Hacktoberfest
Hacktoberfest 2018. Check out the end video for this project ->
Stars: ✭ 406 (+1461.54%)
Mutual labels:  help-wanted, beginner-friendly
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (+392.31%)
Mutual labels:  help-wanted, beginner-friendly
SpringBootRestAPI
A ready-to-use Template for Rest API using spring-boot-microservices, MongoDB as Database, Integrated with codecov and sonarqube, deployable to cloud.
Stars: ✭ 24 (-7.69%)
Mutual labels:  help-wanted, beginner-friendly
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (+15.38%)
Mutual labels:  quotes, beginner-friendly
Hacktoberfest
Opportunity to start open source and PR experience
Stars: ✭ 171 (+557.69%)
Mutual labels:  help-wanted, beginner-friendly
rfordatasciencewiki
Resources for the R4DS Online Learning Community, including answer keys to the text
Stars: ✭ 40 (+53.85%)
Mutual labels:  help-wanted, beginner-friendly
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+415.38%)
Mutual labels:  hacktober, hacktoberfest2018
quiplash
Quiplash replacement
Stars: ✭ 25 (-3.85%)
Mutual labels:  help-wanted, beginner-friendly
Gitstart
Make a Pull Request
Stars: ✭ 415 (+1496.15%)
Mutual labels:  help-wanted, beginner-friendly
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+426.92%)
Mutual labels:  help-wanted, hacktober
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (+30.77%)
Mutual labels:  help-wanted, beginner-friendly
algorithms-in-C-Cplusplus-Java-Python-JavaScript
This is a repository created for create a curated list of common search,sorting,insertion,deletion algorithms in C
Stars: ✭ 22 (-15.38%)
Mutual labels:  hacktober, hacktoberfest2018
hacktoberfest2019
A repository for hacktoberfest 2019 [ Not counting towards hacktoberfest contribution ]
Stars: ✭ 12 (-53.85%)
Mutual labels:  beginner-friendly, hacktober
Hacktoberfest 2k18 Katas
Game has ended :: Little challenges to up your Hacktoberfest game!
Stars: ✭ 160 (+515.38%)
Mutual labels:  help-wanted, beginner-friendly
HacktoberFest2021
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 9 (-65.38%)
Mutual labels:  beginner-friendly, hacktober

Programming-Quotes

Repository containing various programming quotes

Quotes

Let's create a list of programming related quotes in this Hacktoberfest...

Rules:

  1. Add quotes to file quotes.md
  2. Don't forget to mention name of author of quote in bold
  3. Quote should start with > in markdown.
1. > You might not think that programmers are artists, but programming is an extremely creative profession. It's logic-based creativity. __John Romero__

Here is an example:

  1. You might not think that programmers are artists, but programming is an extremely creative profession. It's logic-based creativity. John Romero

How to Contribute to this repository

  • Star this repository using 'Star' button on the top.
  • Click on Fork Repository using the 'Fork' button on the top.
  • Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support :
git clone https://github.com/YOUR_USERNAME/Programming-Quotes.git
  • Now create a new branch with this command:
git branch branchname 

and then use that branch by this command:

git checkout branchname 
  • Go ahead and make changes
  • After making changes use this command to add the changes:
git add -A
git commit -m "message here" 
  • After that use this command:
git push origin branchname 
  • Create a pull request, and wait for Pull Request to get merged.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].