Skip to content

Instantly share code, notes, and snippets.

View ilyasozkurt's full-sized avatar
💭
I may be slow to respond.

İlyas Özkurt ilyasozkurt

💭
I may be slow to respond.
View GitHub Profile
@ilyasozkurt
ilyasozkurt / holidays_with_iso2_country_codes.json
Created February 7, 2025 18:47
Google Calendar Country Holiday CalendarId's in ISO2
{
"AF": "en.af#holiday@group.v.calendar.google.com",
"AL": "en.al#holiday@group.v.calendar.google.com",
"DZ": "en.dz#holiday@group.v.calendar.google.com",
"AS": "en.as#holiday@group.v.calendar.google.com",
"AD": "en.ad#holiday@group.v.calendar.google.com",
"AO": "en.ao#holiday@group.v.calendar.google.com",
"AI": "en.ai#holiday@group.v.calendar.google.com",
"AG": "en.ag#holiday@group.v.calendar.google.com",
"AR": "en.ar#holiday@group.v.calendar.google.com",
@ilyasozkurt
ilyasozkurt / FindRiskyNumericFields.php
Last active January 1, 2023 08:10
FindRiskyNumericFields.php
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
class FindRiskyFieldsOnDatabases extends Command
{
/**
<?php
class Home {
protected function test() {
echo "Home::test() called\n";
}
final public function kitchen() {
echo "Home::kitchen() called\n";
}