Skip to content

Instantly share code, notes, and snippets.

View yigitkeremoktay's full-sized avatar
🏠
Working from home

Yigit Kerem Oktay yigitkeremoktay

🏠
Working from home
View GitHub Profile
# The text that start with hashes are called comments. They are not visible to your computer, so you can put anything
# there.
# Functions allow us to do something (they trigger an action)
print("Text")
# Variables store data
@yigitkeremoktay
yigitkeremoktay / skymake-oauth.php
Created November 30, 2020 09:09
This file is an implementation of oauth for SkyMake4
<?php
session_name("SkyMakeSessionStorage");
session_start();
include_once "../SkyMakeDatabaseConnector/SkyMakeDBconfig.php";
include_once "../SkyMakeConfiguration.php";
include_once "../SkyMakeFunctionSet/Operation-Requirements/MainFunctions.php";
include "../classes/user.php";
$client_id = '';
$client_secret = '';
@yigitkeremoktay
yigitkeremoktay / README.md
Created September 18, 2020 08:28
README.md

Hello! 😳

@yigitkeremoktay
yigitkeremoktay / 15dakikadaPython.py
Created September 18, 2020 08:26
KucukRobotcuk15dakikadaPython
# Değişkenler
x = 1
y = "String"
a = 4
b = 8
# Semboller
# * Çarpma
# + Toplama