All Projects → Hubstation → challenges

Hubstation / challenges

Licence: MIT license
A repository for challenges for various tech stacks.

Programming Languages

go
31211 projects - #10 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to challenges

trener
A simple programming challenge for implementing a train station app
Stars: ✭ 28 (-36.36%)
Mutual labels:  challenge
bootcamp-launchbase-desafios-03
Desafios do terceiro módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 53 (+20.45%)
Mutual labels:  challenge
xbvr
Tool to organize and stream your VR porn library
Stars: ✭ 186 (+322.73%)
Mutual labels:  raspberrypi
eliot-os
Minimal Operating System for Eliot
Stars: ✭ 19 (-56.82%)
Mutual labels:  raspberrypi
filebrowser-docker
🐳 filebrowser inside Docker container
Stars: ✭ 122 (+177.27%)
Mutual labels:  raspberrypi
falco-the-kubernetes-response-engine-using-openfaas-functions
Demonstrating how you can take an action to your intrusions detected by Falco using OpenFaaS functions
Stars: ✭ 23 (-47.73%)
Mutual labels:  k3s-cluster
frontend-developer-challenge
Desafio para futuros desenvolvedores da Linx Impulse
Stars: ✭ 99 (+125%)
Mutual labels:  challenge
Raspberry-ili9340spi
ILI9340 SPI TFT Library & XPT2046 Touch Screen Library for Raspberry
Stars: ✭ 26 (-40.91%)
Mutual labels:  raspberrypi
avast-ctf-cambridge-2018
🎖 A complete write-up of the Avast challenge given at Hack Cambridge 2018
Stars: ✭ 16 (-63.64%)
Mutual labels:  challenge
coding challenge-38
Bomberjam AI
Stars: ✭ 19 (-56.82%)
Mutual labels:  challenge
yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+43.18%)
Mutual labels:  raspberrypi
aw-clock
Astronomy/weather clock
Stars: ✭ 41 (-6.82%)
Mutual labels:  raspberrypi
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (+15.91%)
Mutual labels:  raspberrypi
crackerjack
A collection of crackmes
Stars: ✭ 37 (-15.91%)
Mutual labels:  challenge
TPU-MobilenetSSD
Edge TPU Accelerator / Multi-TPU + MobileNet-SSD v2 + Python + Async + LattePandaAlpha/RaspberryPi3/LaptopPC
Stars: ✭ 82 (+86.36%)
Mutual labels:  raspberrypi
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-63.64%)
Mutual labels:  challenge
pimox
Proxmox for the Raspberry Pi
Stars: ✭ 59 (+34.09%)
Mutual labels:  raspberrypi
rpi-backup
raspberry pi backup,树莓派系统备份,最小镜像备份
Stars: ✭ 213 (+384.09%)
Mutual labels:  raspberrypi
front-end-challenge
Challenge for those seeking a role as a front-end developer @amarofashion
Stars: ✭ 97 (+120.45%)
Mutual labels:  challenge
docker-at-home
Things I run at home on Raspberry Pi in Docker containers
Stars: ✭ 25 (-43.18%)
Mutual labels:  raspberrypi

Challenges are a great way to implement the skills learned via various platforms. This repository is focussed on creating an extensive set of challenges on various technologies by the community for the community.

Each Challenge will be part of a technology and the community can participate in two ways:

 1 -  Creating Challenges
 2 -  Submitting solutions 

Creating Challenges

  • Consider the above example for creating a challenge. A person who submits the challenge has to submit the solution as well.
  • A Challenge will be part of a technology which will be a directory in the repo. In above case Kubernetes in the technology so any challanges related to Kubernetes should go under the Kubernetes directory.
  • in above scenario C represents a challenge and S represents a solution, with "_B" or "_b" representing the difficulty level which is beginner in this case. Other levels include -> Intermediate - "_I" or "_i" and Expert - "_E" or "_e"

Challenge format

To Keep things simple content inside the challenges can be in the form of a scenario with expectation. Like in above case it is a simple challenge to create a k3s cluster on raspberrypi. So you can have below portions in Challenge :

Challenge:  --------------
Expection: --------------
Architecture Diagram: if necessary
Other Details: if necessary

Submitting Solutions

Apart from the "Challenge + solution" submitted by the person, there is an opportunity for the community to create their version of a solution and submit it as a Pull Request. This can happen inside the solutions folder where you will create a directory with your name and then post the solution with the same filename which in example above is "S_create_k3s_cluster_on_raspberrypi_solution". This way you can solve all challenges of a particular technology and have the solutions under your name.

Notes

  • To keep things Simple, Solutions can be mentioning a link to video, blog, git repo or just everything inside the solutions file.
  • Always create an Issue before submitting a PR
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].