Skip to content

Instantly share code, notes, and snippets.

View DavidBruchmann's full-sized avatar
💭
It's all about compatibility

David Bruchmann DavidBruchmann

💭
It's all about compatibility
  • Webdevelopment Barlian
  • Bandung, West Java, Indonesia
View GitHub Profile
@DavidBruchmann
DavidBruchmann / meta-tags.md
Last active May 26, 2023 05:32 — forked from lancejpollard/meta-tags.md
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">
@DavidBruchmann
DavidBruchmann / t3d.php
Created October 10, 2023 12:41 — forked from garvinhicking/t3d.php
TYPO3 T3D uncompress / extract / deflate / extrahieren / entpacken
<?php
# Execute:
# php -d memory_limit=2G t3d.php file.t3d > output.txt
$fd = fopen($argv[1], 'rb');
function getNextFilePart($fd, $unserialize = false, $name = '') {
$headerLength = 32 + 1 + 1 + 1 + 10 + 1;
$headerString = fread($fd, $headerLength);
if (empty($headerString)) {
echo 'File does not contain data for "' . $name . '"';
# Fediverse Hints
The fediverse is a decentral hosted network, which is working based on the ActivityPub protocol.
There are Servers with different Apps, whereas the kind of the app might serve a special purpose like (Micro)Blogging, Video-streaming, etc.
This page is for getting a quick overview and doesn't claim to have the right links for everyone.
Instead it's perhaps only a base to search for a better fitting solution.
## The Apps
Examples: