Skip to content

Instantly share code, notes, and snippets.

View Manamama's full-sized avatar
💭
I may be slow to respond.

Ma Mana ma Manama Manamama

💭
I may be slow to respond.
View GitHub Profile
@Manamama
Manamama / ESTHER figures list 2.txt
Created September 4, 2024 19:33
ESTHER figures list 2
Accismus
Accumulatio
Acrostic
Allegory
Alliteration
Allusion
Amphiboly
Amplification
Anacoluthon
Anadiplosis
@Manamama
Manamama / ESTHER OWL as JSON 1.txt
Last active September 4, 2024 18:20
ESTHER OWL as JSON 1
# from an OWL file from here: https://github.com/kuehnram/ESTHER-Ontology/
{
"classes": {
"LinguisticElement": [],
"RhetoricalFigure": [],
"LinguisticScope": [],
"LinguisticObject": [],
"LinguisticPosition": [],
"LinguisticGroup": [],
"LinguisticEntity": [
@Manamama
Manamama / SentencePiece_result_1.txt
Last active May 26, 2025 16:12
SentencePiece_result_1
sentencepiece_trainer.cc(177) LOG(INFO) Running command: --input=sentences.txt --model_prefix=m --vocab_size=800
sentencepiece_trainer.cc(77) LOG(INFO) Starts training with :
trainer_spec {
input: sentences.txt
input_format:
model_prefix: m
model_type: UNIGRAM
vocab_size: 800
self_test_sample_size: 0
character_coverage: 0.9995
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>HTML tags converter, minimal Html document</title>
</head>
<body>
<p>
@Manamama
Manamama / in_bashrc_code.sh
Created March 1, 2023 16:20
Code to place in bashrc to pull other gists
# Check if the code from the gist is already into the .bashrc_gist_1.sh script. If not, add it to that file:
if test -f ~/.bashrc_gist_1.sh; then
echo "Code already pulled to bashrc_gist_1.sh script. Skipping the wget command..."
else
# Add the code from the gist to the end of the .bashrc_gist_1.sh script
echo "# Pulling the bashrc_color_root_red.sh script from gist and saving it locally..."
# Download the gistrc #1 and save it to a file
wget https://gist.githubusercontent.com/Manamama/9b0e0ead8f96ab3937a780f119d6f4ff/raw/a0b3a1dfa0dcbde2bc3446049da8baf0f01c8bb7/bashrc_gist_1.sh -O ~/.bashrc_gist_1.sh -q
# Load the old or new bashrc_gist_1.sh file
# Test gist that is added to all .bashrc files upon .bashrc_gist_pull.sh script
echo "I am file .bashrc_gist_1.sh that was pulled off gist github"