Skip to content

Instantly share code, notes, and snippets.

View underoot's full-sized avatar
🦄
Looking forward to the fantastic future

Aleksandr Shoronov underoot

🦄
Looking forward to the fantastic future
View GitHub Profile
@underoot
underoot / result.csv
Last active June 17, 2022 15:12
Getting languages with similar words for pronouns She and He
code pronoun
az O
bn সে
ceb Siya
et Ta
fa او
fi Hän
hi वह
hmn Nws
ht Li
#!/bin/bash
while read line
do
if [ "${line//END}" != "$line" ]; then
txt="$txt$line\n"
printf -- "$txt" | openssl x509 -subject -issuer -noout
txt=""
else
txt="$txt$line\n"
@underoot
underoot / search.js
Created November 14, 2018 20:04
Async Template Tag
'use strict';
const got = require('got');
const express = require('express');
const app = express();
const html = (body) => ({
fillSearch: (value) => html(body.replace(
'id="text"', `id="text" value="${value}"`