According to the RedMonk programming language rankings from Jan 2023, Go and Scala are tied at 14th place 😏
1 JavaScript
2 Python
3 Java
4 PHP
5 C#
6 CSS
7 TypeScript
7 C++
9 Ruby
10 C
11 Swift
12 Shell
12 R
14 Go
14 Scala
16 Objective-C
17 Kotlin
18 PowerShell
19 Rust
19 Dart
Two Shell – ✨mum is calling✨
First heard on last year’s incredible eternal seed mix, London duo Two Shell officially release “✨mum is calling✨” with a new video… Continue reading… ⌘ Read more
Two Shell drop new lil spirits EP + share “love him” video
Elusive UK duo Two Shell just dropped a new surprise EP called lil spirits, check the eternalusa-directed video for “love him” below + buy the EP here.
Continue reading… ⌘ Read more
RT by @mind_booster: One of the world’s biggest polluters, #Shell, just announced obscene annual profit of $40bn. Shell accounts for close to 1.6% of the global 1.5°C carbon budget. We must prioritize people and planet over profit and #ActInTime. https://www.theguardian.com/business/2023/feb/02/shell-profits-2022-surging-oil-prices-gas-ukraine
One of the world’s biggest polluters, #Shell, just announced obscene annual profit of $40bn. Shell accounts for close to 1. … ⌘ Read more
Animated ASCII Christmas Tree and Hanukkah Menorah in your Shell
Because your Terminal deserves to feel festive during the holidays. ⌘ Read more
“The Sidecar” – Adding advanced networking, and a Linux shell, to a Psion palmtop
One of the coolest designs I’ve seen for extending older computers via the serial port. ⌘ Read more
Git security vulnerabilities announced
Upgrade your local installation of Git, especially when cloning with –recurse-submodules from untrusted repositories, or if you use git shell interactive mode. ⌘ Read more
Git security vulnerabilities announced
Upgrade your local installation of Git, especially when cloning with `–recurse-submodules` from untrusted repositories, or if you use `git shell` interactive mode. ⌘ Read more
The first UNIX Shell: 1971’s Thompson Shell
Over 50 years old and still surprisingly usable! ⌘ Read more
Command Line Week starts… now!
Listen now (26 min) | Shells. Terminals. Text User Interfaces. All week long. ⌘ Read more
The History of the First Computer Shell
BASH? PowerShell? It all traces back to 1963. And the work of an amazing Frenchman, CTTS, and Multics. ⌘ Read more
Linux, Alternative OS, & Retro Computing News - Sep 10, 2022
Haiku approaches Beta 4, Apple II Desktop updated, GNOME Shell Mobile, Quake ported to Apple Watch, and OpenStreetMap for Amiga. ⌘ Read more
Go: support universal binaries using shell script
1 points posted by johnsiilver ⌘ Read more
Reef shark rescued from Singapore oil refinery
Shell plc said it would be taking action ‘to enhance preventive measures’ at its seawater intake areas. A sea turtle got stuck in the same intake bay in 2017. ⌘ Read more
Coronavirus: elderly Hongkongers turn to expressive arts therapy to ease pandemic blues
The treatment has helped elderly residents suffering from long Covid open up and come out of their shell, says therapist Janet Li Wai-chong. ⌘ Read more
In Ukraine-Russia war, echoes of WWI with artillery duels, trenches and shell-blasted landscapes
Satellite images of shell-blasted, trench-marked landscapes show why some experts and leaders have drawn parallels with World War I. ⌘ Read more
Calendar & To-Do lists in the Shell with calcurse
Watch now (11 min) | Web-based calendaring systems are so last year. ⌘ Read more
“GameShell” interactive game for learning Linux shell commands
Change directories… save the world. ⌘ Read more
mprocs: A new way to run multiple shell applications in one shell
With a cool process list. And it works on Linux, Mac, & Windows. ⌘ Read more
Liven up your Linux Shell with random colorful ASCII art
Plus: How to display colorful art whenever you start a new Linux Terminal. ⌘ Read more
Run any command with a .env file for environment
Because one cannot always modify source code to include a library to load the environment from a file, and doing it from a shell is more than arcane, I wrote this tiny `envrun` command: it will run you command with environment defaults loaded from `.env` or any env file specified, without having to modify the command itself. 1 points posted by FGM ⌘ Read more
rouze-d/tiktok-download
Simple TikTok Video Downloader
Language: Shell
Star: 33
Watch: 33 ⌘ Read more
Two tools for translating text between languages… from a Linux Shell.
Because sometimes you need to translate a quote without leaving the terminal. ⌘ Read more
chetankapoor/spy
A single line script to take screenshot on mac every 10 seconds with timestamp.
Language: Shell
Star: 2
Watch: 2 ⌘ Read more
Make Linux Shell scripts declare “Success” or “Failure” using the Super Smash Bros announcer voice
… or any other audio files if you want to get creative about it. ⌘ Read more
two shell – <i>eternal seed</i>
Mysterious UK duo Two Shell follow up their song of the year contender “ home” with a dizzying, effervescent mix of edits, as premiered recently via instagram live… Continue reading… ⌘ Read more
Nushell 0.6 is the coolest shell. Maybe ever.
And running it in cool-retro-term is almost TOO fun. ⌘ Read more
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
Language: Shell
Star: 52730
Watch: 52730 ⌘ Read more
Make the Linux shell look like DOS.
Why would you want to make your Linux terminal look like DOS. Well. Why not? ⌘ Read more
https://si3t.ch/Logiciel-libre/awk.html code shell awk
a zero dependency shell script that makes it really simple to manage your text notes [[https://github.com/nickjj/notes]] #links
@adi@f.adi.onl Ugh sorry for not replying. If the file list is dynamic, usually you use something like autoconf to generate the Makefile. I’ve also used wildcards in the past and that works okay. You should be able to use shell commands to populate the file list.
jenny -f. Have now jennys cache under revision control, automatically commiting changes after each fetch. Let's see if this helps finding a (possible) bug.
@movq@www.uninformativ.de Your scenario would produce observed behaviour, agreed. On the other side I’m sure I’ve set very URL in lasttwt > 1630000000.0 (manually, in my editor).
But I can’t reproduce any weird behaviour right now. I’ve tried to “blackhole” twt.nfld.uk temporarily. That does not have any effect.
I’ve also tried to force twt.nfld.uk to deliver an empty twtxt. That does not have any effect either.
So I guess everything is fine with jenny.
I have wrapped jenny into some shell script to versionize ~/.cache/jenney. This way I have better data if anything unexprected is showing again.
exeq - painless task queue manager for shell commands with an intuitive cli interface
1 points posted by Mohammed Al Ashaal ⌘ Read more
a simple Makefile for forwarding internet to your local machine:
SSH_HOST=https://xuu.me
PRIV_KEY=~/.ssh/id_ed25519
forward:
LOCAL_PORT=$(HOST_PORT); sh -c "$(shell http --form POST $(SSH_HOST) pub=@$(PRIV_KEY).pub | grep ^ssh | head -1 | awk '{ print "ssh -T -p " $$4 " " $$5 " -R " $$7 " -i $(PRIV_KEY)" }')"
Now i have one more project that i started on Saturday (24 July): gros - os on rust (it has simple shell already and calc and i have to do a lot more). Also sources are already published
Now i have one more project that i started on Saturday (24 July): gros - os on rust (it has simple shell already and calc and i have to do a lot more). Also sources are already published
Syntax sugar in the Mu shell: https://archive.org/details/akkartik-mu-2021-06-23
https://blog.seboss666.info/2020/04/programmation-defensive-en-bash/ bash code script shell
https://github.com/jorgebucaran/awesome-fish fish shell
https://deftly.net/posts/2017-05-01-openbsd-ksh-tab-complete.html ksh openbsd shell
My blog system now has tagging (all pure POSIX shell of course) ⌘ Read more…
My blog system now has tagging (all pure POSIX shell of course)
This isn’t live on the old blog system’s Github, but partially inspired by by Based Cooking’s tag system which is based on blogit, I’ve added in the feature to tag articles.
I’ve been wanting to write more articles and informational pages on my website, but doing that with no organization is somewhat … ⌘ Read more
@movq@www.uninformativ.de “Random thought: Would be great if you could do for i in ...; do something "$i" & done ; wait in a Shell script, but with the Shell only spawning one process per CPU.” -> Interesting which annoyances stay in the back of the head – I’d never articulated this, but it’s absolutely true that this would be great.