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#[email protected]",
"AL": "en.al#[email protected]",
"DZ": "en.dz#[email protected]",
"AS": "en.as#[email protected]",
"AD": "en.ad#[email protected]",
"AO": "en.ao#[email protected]",
"AI": "en.ai#[email protected]",
"AG": "en.ag#[email protected]",
"AR": "en.ar#[email protected]",
@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";
}