All Projects → swaaz → basicprograms

swaaz / basicprograms

Licence: other
This repo contains basics programs of all languages.

Programming Languages

javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to basicprograms

simple-web-project-collection
Collection of website applications project that is simple and beginner-friendly to start your journey on Web Development Learning Path.
Stars: ✭ 17 (+0%)
Mutual labels:  website, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (+5.88%)
Mutual labels:  basic-programming, hacktoberfest2021
go-examples
Get Set Learn Go
Stars: ✭ 27 (+58.82%)
Mutual labels:  beginner-code, beginners-guide
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 (+76.47%)
Mutual labels:  beginner-code, hacktoberfest2021
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+158.82%)
Mutual labels:  website, hacktoberfest2021
Python Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
Stars: ✭ 23 (+35.29%)
Mutual labels:  basic-programming, hacktoberfest2021
HacktoberFest2021
Make changes on the website and check them.🎃
Stars: ✭ 0 (-100%)
Mutual labels:  basic-programming, hacktoberfest2021
Python
Repository for Python Source Codes and Projects.
Stars: ✭ 18 (+5.88%)
Mutual labels:  hacktoberfest2021
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-5.88%)
Mutual labels:  hacktoberfest2021
spellcard
A Leiningen template for k8s deployment automation.
Stars: ✭ 15 (-11.76%)
Mutual labels:  circleci
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+1094.12%)
Mutual labels:  hacktoberfest2021
spring-boot-microservice-best-practices
Best practices and integrations available for Spring Boot based Microservice in a single repository.
Stars: ✭ 139 (+717.65%)
Mutual labels:  circleci
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-29.41%)
Mutual labels:  hacktoberfest2021
website
ServiceMesher community website - https://www.servicemesher.com
Stars: ✭ 61 (+258.82%)
Mutual labels:  website
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-23.53%)
Mutual labels:  circleci
online-banking-system
Online banking system in PHP & MySQL accompanied by a beautiful website !
Stars: ✭ 59 (+247.06%)
Mutual labels:  website
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+870.59%)
Mutual labels:  website
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+129.41%)
Mutual labels:  hacktoberfest2021
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+252.94%)
Mutual labels:  website
Hacktoberfest-Flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
Stars: ✭ 89 (+423.53%)
Mutual labels:  hacktoberfest2021

Basic Program

This Repository is an awesome collection of basic programs in different programming languages


⚠️Points to note before you start contributing

  • Check whether the program you are going to add already exists in the repo or not. Make sure you're not repeting any program.
  • Do add readme.md file for explaining the question , input and output for each program.
  • Please go through How to contribute and do accordingly to make a smooth contribution.

Folder structure:

.
├── C++
│   ├── Program-1   
│   │   ├── program.cpp
│   │   ├── readme.md
│   .   .
│   .   .
│
├── C
│   ├── Program-1   
│   │   ├── program.c
│   │   ├── readme.md
│   .   .
│   .   .
│
├── Java
│   ├── Program-1   
│   │   ├── program.java
│   │   ├── readme.md
│   .   .
│   .   .
│
├── Javascript
│   ├── Program-1   
│   │   ├── program.js
│   │   ├── readme.md
│   .   .
│   .   .
│
├── Python
│   ├── Program-1   
│   │   ├── program.py
│   │   ├── readme.md
│   .   . 
│   .   .       
│   



How to contribute

  • Fork this repo

  • Clone it using command :

 $ git clone paste_the_copied_url.
  • Open folder "basicprograms" :
$ cd basicprograms
  • Open folder "C/Python" :
$ cd folder_name

eg: cd C

  • Create new branch :
 $ git branch new_branch_name

eg: git branch hactoberfest

  • Checkout to new branch from master branch :
$ git checkout new_branch_name

eg: git checkout hactoberfest

  • Create a new folder
 $ mkdir program-number 

eg: mkdir program-35

  • Change directory to the new created folder
 $ cd folder_name 
  • Create a file program.c

  • Write the code inside program.c file

NOTE: Before writng code refer sample file and write the code in the same format as given

  • Add file :
$ git add -A
  • Commit file :
$ git commit -m "comment"

eg: git commit -m "program added"

  • Push the file :
$ git push origin -u 'branch_name'

eg: git push origin -u hactoberfest

  • The given link should be copied and pasted in web browser or go to your repo in web browser

  • Create a pull request

  • tag @swaaz under review section

Tada you just made a contribution . Pat your back 👏

If you have never made a PR before 😕, no worries, follow these steps to get going 👉click me

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].