Skip to content

Instantly share code, notes, and snippets.

View Thomasparsley's full-sized avatar

Tomáš Petržela Thomasparsley

View GitHub Profile
@Mashpoe
Mashpoe / main.c
Last active June 3, 2024 17:41
ASCII Tesseract Rotation C Program
#include <stdio.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include <windows.h>
// width and height of screen
#define ww 100
#define wh 50
void clr(CHAR_INFO* d)
@croxton
croxton / base.twig
Last active December 4, 2023 02:35
Sprig / htmx full page transitions
{# _layouts/base.twig #}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ entry.title }}</title>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">