Skip to content

Instantly share code, notes, and snippets.

View farukgaric's full-sized avatar
🏀
Focusing

Faruk Garić farukgaric

🏀
Focusing
View GitHub Profile
@farukgaric
farukgaric / virtual_online_event_schemaorg.html
Created September 19, 2020 02:53
Virtual (Online) Event - Structured data - Schema.org - JSON-LD
<html>
<head>
<title>The Adventures of Kira and Morrison</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "The Adventures of Kira and Morrison",
"startDate": "2025-07-21T19:00:00-05:00",
"endDate": "2025-07-21T23:00-05:00",
@farukgaric
farukgaric / http-status-codes.php
Created December 7, 2020 20:37 — forked from henriquemoody/http-status-codes.php
List of HTTP status codes in PHP
<?php
/**
* Content from http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
*
* You may also want a list of unofficial codes:
*
* 103 => 'Checkpoint',
* 218 => 'This is fine', // Apache Web Server
* 419 => 'Page Expired', // Laravel Framework
i
me
my
myself
we
our
ours
ourselves
you
your