I sang Yumetabiji (Japan).
夢旅路 (日本) 歌った。
It's my first time that I made this audio noise reduction program!
Happy.
![]() |
| before |
![]() |
| after |
![]() |
| my software |
#APH #Hetalia #ヘタリア #夢旅路
I sang Yumetabiji (Japan).
夢旅路 (日本) 歌った。
It's my first time that I made this audio noise reduction program!
Happy.
![]() |
| before |
![]() |
| after |
![]() |
| my software |
#APH #Hetalia #ヘタリア #夢旅路
I made a fruiche.
It is made by mixing 150 ml of milk with a liquid containing blueberries, sugar, grape juice, fructose, water candy, pectin, etc (House Fruiche).
recipe: https://housefoods.jp/recipe/rcp_00021943.html
You can enjoy many different patterns.
strata1
strata2
strata3
the homemade dish B made
Boom!
delicious
Get used to it as I do this
May you get bored with your buds and start to feel only for me……
(A's Feelings)
This is … therapy … ?
If you try to treat me this way、 I will insulate myself from you.
(↑ loud voice for A)
! Wai…
just kidding
(impatient B)..
Please don't insulate me...
Teary eyes
desperately
sorry.
That's a terrible joke
--
Regarding these personal things
I didn't think I want to make a career of
or be that involved in it
or so…
{delusion} (if she go to the plant lab)
The plant you're observing → || (when you're on a boil)
The leaves…
Dizziness
Teacher at the plant lab: "You're terrible at coding!"
pekoriっ (bowing)
--
{inside the frame}
After exporting SimpleNotes
I'll create directories for each tags and organize them.
notes.zip file will be downloaded. notes/source/notes.jsonnotes directorymkdir "Untagged Notes"
for f in *.txt
do
if grep -q "Tags:" $f ; then
tag=`tail -n 1 $f | xargs`
mkdir "${tag}"
mv $f "${tag}"
else
mv $f "Untagged Notes"
fi
done
--
tag=$(sed -ne '$p' ${f})You can also use this to get the last line
--
Searching for other methods Algorithm
Retrieve only the second-to-last line, and if it is not Tags:
(check line number) -1
wc
cat
cut
awk
sed
etc.. I was going to use
-
Check for the presence of certain characters
grep -q STRING FILE
--------
Improvements
I wanted to put symbolic links when there are more than two tags, but
…
---
The content of the something.txt file is
Tags:
study, planning
something like this
-
what is written in the json is
"tags": [
"write"
]
- -
snt.py
import re
import subprocess
with open('./source/notes.json','r') as f:
j = f.read()
t = re.findall('"tags": \[
"(.*)"
\]', 'j')
os.makedirs(t)
I'm not sure how to handle [] escape
ーー
ーー
Notes
Exporter
does not keep the creation time.
(Research required)
---
I've write too many
so I use SimpleNotes when outside
ーー
so long Japanese (original language) ver.
https://suityuri.blogspot.com/2021/07/snt.html
Pour natto sauce (←soy sauce, ) and eat.
1. roll miso in shiso leaves
2. sear
It is even better if served on top of rice.
Santos's meat
display Transparent GIF on LINE Sticker-like
ShellScript
#/usr/bin/zsh -eu
GIFD=$(basename "$(pwd)")
mkdir "${GIFD} GIF"
yes |
for i in *.png
do
FILENAME=${i%.*}
mkdir ${FILENAME}
cp $i ${FILENAME}/1.png
cp $i ${FILENAME}/2.png
cd ${FILENAME}
ffmpeg -i 1.png -vf palettegen palette.png && ffmpeg -f image2 -r 1 -i %d.png -i palette.png -filter_complex paletteuse "../${GIFD} GIF/${FILENAME}.gif"
cd -
rm -r ${FILENAME}
done
Python
#/usr/bin/env python
import os
import glob
import shutil
import subprocess
os.makedirs('./GIF')
pngtati = glob.glob("*.png")
for f in pngtati:
filename = os.path.splitext(os.path.basename(f))[0]
os.makedirs('kari')
shutil.copyfile(f, "kari/1.png")
shutil.copyfile(f, "kari/2.png")
os.chdir('./kari')
subprocess.call('ffmpeg -f image2 -r 1 -i %d.png -filter_complex "split [a][b];[a] palettegen [p];[b][p] paletteuse" "../GIF/' + filename + '.gif"', shell=True)
os.chdir('..')
shutil.rmtree('kari')
How to use
First, prepare background transparent images.
cd to the directory where the transparent images you want to display like stickers are located
and run this script.
Example of usage
Today's Dinner
santos's Meat
pork
B{
sugar 1 tablespoon
sake 1 tablespoon
mirin (sweet cooking rice wine) 2 tbsp
soy sauce a little
garlic
ginger
ーー
Simmer B
Dredge the pork in flour and bake
–
Somen pumpkin with fried vegetables
ー
#Recipes #Cooking recipes