- Hat Yai
-
03:37
(UTC +07:00)
Pinned Loading
-
-
AI-Glossary
AI-Glossary PublicA glossary of terminology and jargon used in Aritificial Intelligence as of late 2023
-
TypeScript code to fetch one or more...
TypeScript code to fetch one or more YouTube transcripts as plain text without API key 1import url from 'url';
23import parse from 'html-dom-parser';
4import { Element, Text } from 'domhandler';
5import { decodeXML } from 'entities';
-
Strip headers/footers from Project G...
Strip headers/footers from Project Gutenberg texts 1#!/usr/bin/perl
23# stripgutenberg.pl < in.txt > out.txt
4#
5# designed for piping
-
Swift code to fetch one or more Engl...
Swift code to fetch one or more English Wikipedia articles as plain text without most of the interface text 1import Foundation
23/// Executes two commands in a pipeline.
4///
5/// - Parameters:
-
Example of how to wrap C printf type...
Example of how to wrap C printf type functions to add a new format specifier 1// adds the %hb specifer to print a number of bytes in human-readable number of bytes/kb/mb
2// there's no way to modify or build a va_list after handling some of them ourselves
3// so we get the standard function to ignore them by treating them as zero-length strings
4// this could be a problem for compilers that evaluate a number as a string pointer before truncating
5// but it works with clang on Xcode 15.3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.