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:
@DavidBruchmann
DavidBruchmann / Form-Message-Codes.md
Last active June 27, 2025 17:44
Error codes for the TYPO3 extension form, table created by @ErHaWeb and shown in his Video https://www.youtube.com/watch?v=1wWn_xF_WVI
Validator Code Message Supported by Fieldtypes Matching JavaScript Validity State
NotEmpty 1221560910 The given subject was NULL all
NotEmpty 1221560718 The given subject was empty (string). all valueMissing
NotEmpty 1347992400 The given subject was empty (array). all