deleted by creator
deleted by creator
Shellcheck really helps
I actually made this before chatgpt became so popular. At the time, the people I made this about wanted to use things like pytorch, tensorflow, and scikit.
If that’s the case, I guess I’ll pick kool-aid powder.
All the good GUIs have a license fee.
Neither remove untracked files sadly.
When a bug has been around for so long, it gets promoted to feature.
You read it here, video games are for girls. Now stop playing games and get to work. /s
I’m on Voyager, but it works fine on the normal website was well.
The ${} syntax manipulates a variable. In this instance, I believe % removes a suffix. # is for a prefix. I can never remember which is which.
Semicolons just separate statements. You can replace them with a new line to get the same effect.
Is your issue about just syntax?
for part in $text; do
echo "xX${part}Xx"
done
In bash, this loops over each word in a variable. If you want each line, you’ll need to use a while read loop instead.
while read -r line; do
echo "xX${line}Xx"
done <<< "$text"
Finally, ASCII art on mobile that isn’t completely mangled.
The only game I can think of is Minecraft.
It cost five hundred thousand dollars to photograph this background… for 12 seconds.
I use this simply because I work in an offline environment and the Windows Terminal doesn’t work there.
Edit: I haven’t tried it since microsoft/terminal#6010 got closed. I’ll have to try again soon.
The <meta> tag is where I got it.
<meta property="og:image" content="https://cdn.neowin.com/news/images/uploaded/2023/06/1686566370_microsoft_shaq_meme_story.jpg" />
Why does the thumbnail for this article appear nowhere on the page? Here it is.
santanism
I think you spelled that wrong.
Using an xps17 2019. The touch screen works ok, but it stops working after closing the lid. Using EndeavourOS with Wayland btw.