All Projects β†’ tasnimzotder β†’ hacktoberfest-2020

tasnimzotder / hacktoberfest-2020

Licence: MIT license
Let's tackle the Climate-Change together with Open-Source 🌍 + πŸ‘©β€πŸ’»

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to hacktoberfest-2020

trends.earth
trends.earth - measure land change
Stars: ✭ 69 (+200%)
Mutual labels:  climate, climate-change
ClimateChangeProjections
An embeddable map that shows climate change projections. How hot will it be by 2070 if we don't do something about it? Accessible at https://climatechange.codeforafrica.org
Stars: ✭ 29 (+26.09%)
Mutual labels:  climate, climate-change
hector
The Hector Simple Climate Model
Stars: ✭ 72 (+213.04%)
Mutual labels:  climate, climate-change
pi-eco-indicator
Display at-a-glance data of carbon intensity or Octopus Agile prices on a Pimoroni Blinkt! display or a Pimoroni Inky pHAT display.
Stars: ✭ 15 (-34.78%)
Mutual labels:  climate, climate-change
hockeystick
Download and Visualize Essential Global Heating Data in R
Stars: ✭ 42 (+82.61%)
Mutual labels:  climate, climate-change
Climate-Change-Datasets
Here is a list of Climate Change Public Datasets 🌦πŸŒͺπŸŒ«πŸŒ€πŸ’§πŸŒŠ
Stars: ✭ 115 (+400%)
Mutual labels:  climate, climate-change
netpositive-money.github.io
Bitcoiners contributing to climate change solutions - the website
Stars: ✭ 17 (-26.09%)
Mutual labels:  climate, climate-change
blockchain-carbon-accounting
This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
Stars: ✭ 123 (+434.78%)
Mutual labels:  climate, climate-change
climateconnect
The global climate action web platform. 🌏
Stars: ✭ 45 (+95.65%)
Mutual labels:  climate, climate-change
patch-ruby
Patch's Ruby client library - https://www.patch.io
Stars: ✭ 50 (+117.39%)
Mutual labels:  climate, climate-change
openair-cyan
DIY small-scale open hardware direct air carbon capture device called Cyan. Our documentation is on https://openair-collective.github.io/openair-cyan
Stars: ✭ 54 (+134.78%)
Mutual labels:  climate, climate-change
openclimate-demo
Open Climate Repo
Stars: ✭ 54 (+134.78%)
Mutual labels:  climate, climate-change
HacktoberFest2020-1
Open for all and will be accepted within 24 hrs. For contributing. Write program in any language,Make sure you write your name as well
Stars: ✭ 89 (+286.96%)
Mutual labels:  hacktoberfest2020
GuideChimp
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
Stars: ✭ 138 (+500%)
Mutual labels:  hacktoberfest2020
xforwardy
Host Header Injection Scanner
Stars: ✭ 32 (+39.13%)
Mutual labels:  hacktoberfest2020
ProjectLockdown
Project Lockdown (an initiative from The IO Foundation) is a civic tech, interactive platform providing an overview of the state of Human and Digital Rights around the globe. It evaluates policies obtained from official sources that may impact their observance. It provides, among other tools, a layered map interface that allows for a visual repr…
Stars: ✭ 34 (+47.83%)
Mutual labels:  hacktoberfest2020
personal-dj
Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
Stars: ✭ 27 (+17.39%)
Mutual labels:  hacktoberfest2020
autocorr kr
λ¦¬λΈŒλ ˆμ˜€ν”ΌμŠ€(LibreOffice) μžλ™ ꡐ정(Autocorrect)κΈ°λŠ₯에 λŒ€ν•œ 말λͺ¨μ΄ μ €μž₯μ†Œ
Stars: ✭ 15 (-34.78%)
Mutual labels:  hacktoberfest2020
Indoor-Positioning-System
An indoor positioning system (IPS) is a system to locate objects or people inside a building using radio waves, magnetic fields, acoustic signals, or other sensory information.
Stars: ✭ 31 (+34.78%)
Mutual labels:  hacktoberfest2020
currency-detector-opencv
Indian paper currency detection using Image Processing
Stars: ✭ 26 (+13.04%)
Mutual labels:  hacktoberfest2020

hf-icon Hacktoberfest 2020 πŸ‘©β€πŸ’» + 🌍

Let's change the world together with Open-Source & make an awareness on climate change

GitHub labels Codacy grade

Time is short but together we still have a chance to recover our planet 🌍

Hacktoberfest

πŸ“ Register here for Hacktoberfest 2020

πŸ‘‰ Pull requests for Hacktoberfest count October 1-31


Hackbars 🍫

All of our user-submitted hackbars are available in the /_hackbars directory.

🎁 A hackbar contains -

  1. A message on open-source.
  2. A message on climate change.
  3. A image of climate change awareness or a selfie with plantation.

βŒͺ How to contribute

To contribute a hackbar 🍫 -

  1. Fork the repository. Fork

  2. Clone the forked repository from your account. Clone Copy the url and paste the url in the terminal/ git bash/ cmd or powershell. Don't copy the url given below.

git clone https://github.com/{your-username}/hacktoberfest-2020.git
  1. Go to the directory
cd hacktoberfest-2020
  1. Open the directory in VS Code (or any other code editor)
code .
  1. Download a copyright free image on climate change or take a selfie with your plantation. The image size should < 150 KB.

  2. Rename the image as your_name.jpg [no space] and copy the to assets/images/ directory.

  3. Go to _hackbars and create a new file your_name.md

  4. In the your_name.md file type as the following lines.

---
layout: hackbar
title: ANY_TITLE
author: YOUR_NAME
---

<!-- Your MESSAGE on open source-->

---

## <!-- Your MESSAGE on climate change -->

![image_caption]({{site.baseurl}}/assets/images/IMAGE_NAME.jpg)

Change image_name with your actual image file name.
For example -

---
layout: hackbar
title: Open Source
author: Shahil Akter
---

In open source, we feel strongly that to really do something well, you have to get a lot of people involved.

---

## We are losing the chance ⏱

![Ending Earth]({{site.baseurl}}/assets/images/shahil_akter.jpg)
  1. Add the changed files
git add .
  1. Commit the changes you have made
git commit -m "YOUR_MESSAGE"
  1. Push the codes to your repository
git push
  1. Create a pull request PR

  2. Next... PR

  3. Next... PR

  4. πŸŽ‰πŸŽ‰πŸŽ‰ Congratulations. Your PR is live.

PLEASE DON'T FORGET TO CONTRIBUTE AND CREATE NEW ISSUES

πŸ“ Rules of Hacktoberfest

  1. You need to make 4 valid PR (Pull Request) between October 1-31.
  2. PR can be made to any public repo on GitHub.
  3. If a maintainer reports your PR as spam or behavior not in line with the project's code of conduct, you will be ineligible to participate.
  4. This year, the first 75K participants who successfully complete the challenge will be eligible to receive a price.
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].