Pinned Loading
-
-
-
RFC 4648 - Base64 Encoder
RFC 4648 - Base64 Encoder 1// @ts-check
2const { Buffer } = require('node:buffer');
34/**
5* @param {string | Uint8Array} b
-
RFC 4648 - Base64 Decoder
RFC 4648 - Base64 Decoder 1/**
2* @param {string} s
3* @returns {string}
4*/
5const base64Decode = (s) => {
-
-
RFC 1035 - DNS Client Implementation
RFC 1035 - DNS Client Implementation 1#include <errno.h>
2#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5#include <unistd.h>
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.