All Projects → aherd2985 → UtilityBelt

aherd2985 / UtilityBelt

Licence: other
Fun console application

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UtilityBelt

Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+125%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
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 (+456.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
awesome-ufma
Uma lista de provas das disciplinas ministradas na Universidade Federal do Maranhão.
Stars: ✭ 63 (+293.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+1650%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Instagram-mass-reporter
This bot helps users to mass report Instagram accounts
Stars: ✭ 229 (+1331.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+56.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
camunda-external-task-client-python3
Camunda External Task Client in Python
Stars: ✭ 43 (+168.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Data-Structures-and-Algorithms
This repository contains data structure programs and solutions [ in C++] of a problem using different techniques like Dynamic Programming , Greedy Algorithms , Divide and Conquer , Backtracking etc.
Stars: ✭ 31 (+93.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
crate-sample-apps
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
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 (+737.5%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+700%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (+193.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Login-Register-FlutterApp
Login Register Auth App by Delicia Fernandes using Google and Facebook sign in.
Stars: ✭ 87 (+443.75%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (+31.25%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted

UtilityBelt

Fun console application

Learn the basics of Git and C#

Participate in Hacktoberfest.

This project incorporates User Secrets.

https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows https://technoherder.com/fredAPIsecret.php

Here is an example of the secrets.json file:

{
  "SecretsModel": {
    "Email": "[email protected]",
    "EmailPassword": "yourPassword",
    "OpenWeatherMapApiKey": "yourApiKey",
    "DiscordWebhook": "yourWebhook"
  }
}

The Open Weather API key can be generated for free from their site:

https://openweathermap.org/api

Feel free to holler if you have any questions or concerns.

Happy coding!

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