Skip to content

Instantly share code, notes, and snippets.

View sweethuman's full-sized avatar
🐢
Doing everything is slow

Gheorghe Avram sweethuman

🐢
Doing everything is slow
View GitHub Profile
@sweethuman
sweethuman / inst-qubtimetable.md
Last active February 20, 2022 20:10
Instructiuni Utilizare QubTimetable

Cum sa folosesti qubtimetable

Pasul 1

Daca vrei sa accesezi un orar, poti direct sa vezi orice orar apasand butonul Orare Publice.
Daca vrei sa foloesti aplicatia si sa iti compui orarul tau mai intai iti trebuie un cont. Apasa pe Logare

Help

Daca vrei sa comunici cu noi, ai probleme sau sugestii avem live chat. Pe pagina de acasa va fi intotdeauna un chat bubble pentru a lua legatura in direct suportul tehnic. s1

Pasul 2

Poti sa dai sign-up si sa iti creezi un cont cu orice email sau sa te loghezi cu un cont Google.

//
// Created by sweethuman on 20.06.2020.
//
#ifndef EEEEEEWWW_STUFF_H
#define EEEEEEWWW_STUFF_H
#include <iostream>
#include <regex>
#include <string>
@sweethuman
sweethuman / UsefulMaterials.md
Last active May 2, 2024 19:43
Useful materials to checkout. In case you want to learn more.

Useful Articles, Videos and Tools

You can check them out if you want to learn more. Some are theoretical, some are more practical. You can look through them.

YouTube

Channels

IAmTimCorey (C# mostly)
Christopher Okhravi (General videos, about programming concepts, ideas and rules)

@sweethuman
sweethuman / EvilBot.CHANGELOG.md
Last active March 5, 2019 09:47
The Changelog for the Twitch Bot named EvilBot.

Changelog

All notable changes to this project will be documented in this file.

Versions number is MAJOR.MINOR.IMPROVEMENT.FIX

Major releases imply a completely new version that can change the whole program in a massive way or represent a milestone.
Minor usually has a new feature or a massive change.
Improvements usually improve already used features and have changes or modifications in a non breaking way or general fixes.
Fixes are small modifications, typos and fast bug fixes.