This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
import fs from "node:fs/promises"; | |
import * as path from "node:path"; | |
import { fdir } from "fdir"; | |
import ora from "ora"; | |
import { fromMarkdown } from "mdast-util-from-markdown"; | |
import { visit } from "unist-util-visit"; | |
const spinner = ora().start(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DockerBuilder | |
on: | |
release: | |
types: [published] | |
schedule: | |
- cron: "0 4 1 * *" | |
jobs: | |
publish_to_docker_hub: | |
name: Publish to Docker Hub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
import fs from "node:fs/promises"; | |
import * as path from "node:path"; | |
import { fdir } from "fdir"; | |
import ora from "ora"; | |
import { fromMarkdown } from "mdast-util-from-markdown"; | |
import { visit } from "unist-util-visit"; | |
const spinner = ora().start(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/binary" | |
"fmt" | |
"log" | |
stdlog "log" | |
"math/rand" | |
"net" | |
"os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as fs from "node:fs/promises"; | |
import * as path from "node:path"; | |
const locale = "ru"; | |
const specHead = /^## (?:Specifications|Specification|Характеристики|Спецификации|Спецификация)$/m; | |
const specTail = /^##/m; // next heading | |
const specName = /\{\{\s*SpecName/i; | |
const Specifications = /\{\{\s*Specifications/i; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as fs from "node:fs/promises"; | |
import * as path from "node:path"; | |
const locale = "pt-br"; | |
const specHead = | |
/^#+ (?:Specifications?|Especifcações|Espeficicações|Expecificações|Especificaçōes)$/im; | |
const specTail = /^##/m; // next heading | |
const specName = /\{\{\s*Spec[^i]/i; | |
const Specifications = /\{\{\s*Specifications/i; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"net" | |
"os" | |
"syscall" | |
"time" | |
"github.com/jsimonetti/rtnetlink" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"bytes" | |
"flag" | |
"fmt" | |
"io/fs" | |
"net/http" | |
"os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"net" | |
"net/http" | |
"strings" | |
) | |
type mux struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acm.org, | |
adobe.com, | |
aspnetcdn.com, | |
azureedge.net, | |
beego.me, | |
caomeikeyan.com, | |
controlplane.tailscale.com, | |
debian.org, | |
elsevier.com, | |
epicgames.com, |